Cisco 交换机的命令行模式:
1、用户模式
Switch>
2、特权模式
Switch>enable
Switch#
3、全局配置模式
Switch#config terminal
Switch(config)#
4、接口模式
Switch(config)#interface fastethernet 0/1
Switch(config-if)#
Fastethernet表示百兆位以太网接口。
Ethernet表示十兆位以太网接口。
Gigabitethernet表示千兆位以太网接口。Tengigabitethernet表示万兆位以太网接口。
如果从特权模式回到用户模式,需要输入disable命令,其他无论在那个模式,只要输入命令exit就能回到前一个模式,在全局模式或是接口模式,只要输入命令end都能回到特权模式,或者按下ctrl+z组合键等效于命令end。
(命令行帮助机制:1、“?”。2、Tab键。)
常用快捷组合键:
Ctrl+A 光标移动到命令行的开始位置。
吴京安的老婆
Ctrl+E 光标移动到命令行的结束位置。
一、常用命令介绍:
1、hostname 用于配置主机名,可简写为host.
Switch(config)#host sw1
Sw1(config)#
2、show version 显示系统IOS名称以及版本信息,可简写
为sh ver.
黄晓明和baby什么时候离的婚3、Show running-config 查看交换机当前配置信息,可简写
为sh run.
4、Show startup-config 显示已保存的配置信息,可简写为
sh star. 建模过程
5、Copy running-config startup-config 保存当前配置信息,
可简写为copy run star。这个命令还等效于write(简写为wr)。
琅琊榜庭生保存当前配置如下: 孙茜演员个人资料
Switch#wr 或者switch#copy run star
6、erase nvram 删除已保存的配置信息,这命令等效于
erase startup-config.(擦除)。
7、reload 重新启动。
8、设置console口永不超时命令exec-timeout 0 0 (第一个0
为分钟,第二个0为秒钟)。
Switch(config)#line con 0
Switch(config-line)#exec-timeout 0 0
9避免显示信息被打断可以这样输入:
Switch(config)#line con 0
Switch(config-line)#logging synchronous
10、禁用DNS查:
Switch(config)#no ip domain-lookup
二、给路由器配置ip地址
router(config)#interface fastethernet 0/1
router(config-if)#ip address ip_address subner_mask router(config-if)#no shutdown
三、给交换机配置ip地址
Switch(config)#interface vlan 1
Switch(config-if)#ip address ip_address subner_mask Switch(config-if)#no shutdown
四、配置接口的双工模式及速率
1、指定接口的双工模式:
Switch(config-if)#duplex {full | falf | auto| }
2、指定接口的通讯速率
Switch(config-if)#speed { 10 | 100 | 1000 | auto }
3、查看口德双工通讯速率
Switch#sh int f0/1
arp命令的使用:
1、arp –a 查看arp缓存表
2、arp –d 清除ARP缓存表
陈志朋个人资料
发布评论