当前位置:文档之家› 瑞斯康达交换机基本配置

瑞斯康达交换机基本配置

1、瑞斯康达设备配置基本命令
用户名密码为raisecom raisecom
<RA>enable raisecom
RA#config1
RA(config)#create vlan 70,338,440 active //新建vlan70,338,440 所有交换机中都要有vlan70,是管理vlan。

RA(config)#interface ip 0
RA(config-ip)#ip address 172.17.202.21 255.255.255.0 70
//配置交换机管理地址,地址为172.17.202.21,掩码为255.255.255.0,Vlan70
RA(config)#exit
RA(config)#ip default-gateway 172.17.205.1
//交换机管理地址路由为172.17.205.1
RA(config)#interface port 1
//进入端口1
1
RA(config-port)#switchport mode access
//将端口1定义为access口
RA(config-port)#switchport access vlan 338
//将vlan338添加到该端口中
RA(config-port)#exit
RA(config)#interface range fastethernet 0/0/2-fastethernet 0/0/20
//新建端口组,并将端口2至端口20放入组内。

便于配置
RA(config-if-range)#switchport access vlan 440
//将vlan338添加到该端口组中。

由于端口默认为access口,所以省去switchport mode access该命令。

RA(config-if-range)#exit
RA(config)#interface port 23
//进入端口23
RA(config-port)#switch mode trunk
//将该端口定义为trunk口
RA(config-port)#switchport trunk allowed vlan 70,338,440
//该端口允许vlan70,338,440通过
RA(config-port)#exit
RA(config)#exit
RA#write //保存,必要的一步
2、瑞斯康达设备故障处理基本命令
1)查看交换机端口状态
2)查看交换机端口描述
3)查寻mac地址
4)修改交换机配置
3、瑞斯康达551B设备
对照以上,瑞斯康达551B比较特殊,自定义了上行下行口
配置的时候只要注意,上行口名字为line,下行口为client口即可,将原来的eth,ge口命令改为client,line。

相关主题