锐捷交换机家用怎么样?
锐捷的和cisco交换机配制方法一样,如下:
交换机基本操作
1.进入特权模式
Switch>enable
Switch#
2.返回用户模式
Switch#exit
Press RETURN to get started!
Switch>
配置模式:
全局配置模式[主机名(config)#]:配置交换机的整体参数
子模式:
1.线路配置模式[主机名(config-line)#]:配置交换机的线路参数
2.接口配置模式[主机名(config-if)#]:配置交换机的接口参数
1.进入全局配置模式下
Switch#configure terminal
Switch(config)#exit
Switch#
2.进入线路配置模式
Switch(config)#line console
Switch(config-line)#exit
Switch(config)#
3.进入接口配置模式
Switch(config)#interface fastEthernet /1
Switch(config-if)#exit
Switch(config)#
从子模式下直接返回特权模式
Switch(config-if)#end
Switch#
交换机操作帮助特点:
1.支持命令简写(按TAB键将命令补充完整)
2.在每种操作模式下直接输入“?”显示该模式下所有的命令
3.命令空格 “?”显示命令参数并对其解释说明
4.字符“?”显示以该字符开头的命令
5.命令历史缓存: (Ctrl+P)显示上一条命令,(Ctrl+N)显示下一条命令
6.错误提示信息
交换机显示命令:
显示交换机硬件及软件的信息 Switch#show version
显示当前运行的配置参数 Switch#show running-config
显示保存的配置参数 Switch#show configure
常用交换机EXEC命令
将当前运行的配置参数复制到flash:Switch#write memory
Building configuration...
[OK]
Switch#
清空flash中的配置参数:Switch#delete flash:config.text
Switch#
交换机重新启动:Switch#reload
System configuration has been modified. Save? [yes/no]:n
Proceed with reload? [confirm]
配置交换机主机名:Switch(config)#hostname
(config)#
配置交换机口令:
1、 配置交换机的登陆密码
(config)#enable secret level 1 star
“”表示输入的是明文形式的口令
2、 配置交换机的特权密码
(config)#enable secret level 15 Star
“”表示输入的是明文形式的口令
常用交换机配置命令:
1、为交换机分配管理IP地址
(config)#interface vlan 1
(config-if)#ip address {IP address} {IP subnetmask}[secondary]
2、将接口启用
(config-if)#no shutdown
3、将接口关闭
(config-if)#shutdown
4、配置接口速率
(config-if)#speed [1|1|auto]
5、配置接口双工模式
(config-if)#duplex [auto|full|half
显示接口状态:#show interfaces
测定目的端的可达性:>ping {IP address}
从TFTP服务器下载配置参数:#copy tftp startup-config
管理交换机MAC地址表:
1、查看MAC地址表
#show mac-address-table
2、配置MAC地址表记录的生存时间(缺省为3秒)
(config)#mac-address-table agime >
3、查看MAC地址表记录的生存时间
#show mac-address-table agime
VLAN的配置:
1.添加一个VLAN
(config)#vlan
(config-vlan)#
2.为VLAN命名(可选)
(config-vlan)#name
将交换机端口分配到VLAN
1.配置Port VLAN
Switch(config-if)#switchport access vlan
2.配置Tag VLAN
Switch(config-if)#switchport mode
1).配置本地(native)VLAN
Switch(config-if)#switchport native vlan
2).从主干链路中清除VLAN
Switch(config-if)#switchport allowed vlan except
注:VLAN1不可被清除
VLAN的验证:
1.显示全部的Switch#show vlan
2.显示单独的VLAN :Switch#show vlan id
将VLAN信息保存到flash中:Switch#write memory
从flash中清除VLAN信息:Switch#delete flash:vlan.dat
RSTP的配置:
1.启用生成树:(confinnree
2.配置交换机优先级:(confinnree priority
“”或“496”的倍数(RSTP BPDU该值后12bi
3.配置交换机端口优先级:(config-if)#spannree port-priority
“”或“16”的倍数(RSTP BPDU该值后4bi
4、生成树hello时间的配置(由Root决定):(confinnree hello-time
5、生成树的验证:Switch#show spannree
Switch#show spannree interface ?