交换机基本配置命令汇总大全

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

交换机基本配置命令汇总大全
一、交换机基本操作:
1.1进入特权模式
Switch>enable
Switch#
1.2返回用户模式
Switch#exit
Press RETURN to get started!
Switch>
二、配置模式:
全局配置模式[主机名(config)#]:配置交换机的整体参数
2.1子模式:
1.线路配置模式[主机名(config-line)#]:配置交换机的线路参数
2.接口配置模式[主机名(config-if)#]:配置交换机的接口参数2.2进入、退出全局配置模式
Switch#configure terminal
Switch(config)#exit
Switch#
2.3进入、退出线路配置模式
Switch(config)#line console0
Switch(config-line)#exit
Switch(config)#
2.4进入、退出接口配置模式
Switch(config)#interface fastEthernet0/1
Switch(config-if)#exit
Switch(config)#
2.5从子模式下直接返回特权模式
Switch(config-if)#end
Switch#
三、交换机操作帮助:
Ø支持命令简写(按TAB键将命令补充完整)
Ø在每种操作模式下直接输入“?”显示该模式下所有的命令Ø命令空格“?”显示命令参数并对其解释说明
Ø“字符?”显示以该字符开头的命令
Ø命令历史缓存:(Ctrl+P)显示上一条命令,(Ctrl+N)显示下一条命令
Ø错误提示信息
四、交换机显示命令:
Ø显示交换机硬件及软件的信息Switch#show version
Ø显示当前运行的配置参数Switch#show running-config
Ø显示保存的配置参数Switch#show configure
五、常用交换机flash中的命令:
5.1将当前运行的配置参数复制到flash
Switch#write memory
Building configuration...
[OK]
Switch#
5.2清空flash
Switch#delete flash:config.text
Switch#
5.3交换机重新启动:
Switch#reload
System configuration has been modified.Save?[yes/no]:n Proceed with reload?[confirm]
5.4配置交换机主机名:
Switch(config)#hostname S2126G-1
S2126G-1(config)#
5.5配置交换机口令:
1)配置交换机的登陆密码
S2126G(config)#enable secret level10star
“0”表示输入的是明文形式的口令
2)配置交换机的特权密码
S2126G(config)#enable secret level150star
“0”表示输入的是明文形式的口令
六、常用交换机配置命令:
6.1为交换机分配管理IP
S2126G(config)#interface vlan1
S2126G(config-if)#ip address{IP address}{IP subnetmask}[secondary]
6.2将接口启用
S2126G(config-if)#no shutdown
6.3将接口关闭
S2126G(config-if)#shutdown
6.4配置接口速率
S2126G(config-if)#speed[10|100|auto]
6.5配置接口双工模式
S2126G(config-if)#duplex[auto|full|half]七、显示接口状态:
S2126G#show interface
八、测定目的端的可达性:
S2126G>ping{IP address}
九、从TFTP服务器下载配置参数:
S2126G#copy tftp startup-config
十、管理交换机MAC地址表:
10.1查看MAC
S2126G#show mac-address-table
10.2配置MAC
S2126G(config)#mac-address-table aging-time<10-1000000> 10.3查看MAC
S2126G#show mac-address-table aging-time
十一、VLAN的配置:
11.1添加一个VLAN
S2126G(config)#vlan<1-4094>
S2126G(config-vlan)#
11.2为VLAN
S2126G(config-vlan)#name名字
十二、将交换机端口分配到VLAN
12.1配置Port VLAN
Switch(config-if)#switchport access vlan<1-4094>
12.2配置Tag VLAN
Switch(config-if)#switchport mode trunk
1)配置本地(native)VLAN
Switch(config-if)#switchport trunk native vlan<1-4094> Native VLAN即PVID,默认情况下每个trunk口的native VLAN是1
2)从主干链路中清除VLAN
Switch(config-if)#switchport trunk allowed vlan
except vlan-list
注:VLAN1不可被清除
3)在主干链路中允许所有VLAN
Switch(config-if)#switchport trunk allowed vlan all
4)向主干链路中加入VLAN
Switch(config-if)#switchport trunk allowed vlan
add vlan-list
12.3VLAN
1.显示全部的VLAN:Switch#show vlan
2.显示单独的VLAN:Switch#show vlan id<1-4094>
十三、RSTP的配置:
13.1启用生成树:
S2126G(config)#spanning-tree
13.2配置交换机优先级:
S2126G(config)#spanning-tree priority<0-61440>
“0”或“4096”的倍数(RSTP BPDU该值后12bit全0)
13.3配置交换机端口优先级:
S2126G(config-if)#spanning-tree port-priority<0-240>“0”或“16”的倍数(RSTP BPDU该值后4bit全0)
13.4生成树hello
S2126G(config)#spanning-tree hello-time<1-10>
13.5生成树的验证:Switch#show spanning-tree
Switch#show spanning-tree interface<接口名称><接口编号>
十四、三层交换机路由功能:
14.1开启三层交换机的路由功能
Switch(config)#ip routing
14.2开启端口的三层路由功能
Switch(config)#interface fastethernet0/1
Switch(config-if)#no switchport(这样就可以为某一端口配置IP)
Switch(config-if)#ip address192.168.1.1255.255.255.0 Switch(config-if)#no shutdown。

相关文档
最新文档