配置Cisco VSS

思科VSS配置
一、将2台VSS65从单机箱模式切换到虚拟机箱模式
基本步骤:
1.分别在交换机1、2上配置SSO高可用性协议:
2.配置虚拟交换机的域(Virtual Switch Domain and Switch Numbers)
3.配置两台交换机之间的VSL 端口(利用引擎上的2个万兆光口进行连接)
4.转换机箱变成虚拟交换机模式

详细配置:
1.分别在交换机1、2上配置SSO高可用性协议:
Switch1:
Step 1 
Switch-1(config)# redundancy
Enters redundancy configuration mode.
Step 2 
Switch-1(config-red)# mode sso
Configures SSO. When this command is entered, the redundant supervisor engine is reloaded and begins to work in SSO mode.
Step 3 
Switch-1(config-red)# exit

Switch-1# show running-config
Switch-1# show redundancy states  //Displays the operating redundancy mode.

Switch2:
Switch-2(config)# redundancy
Switch-2(config-red)# mode sso
Switch-2(config-red)# exit

Switch-2# show running-config
Switch-2# show redundancy states

2.配置虚拟交换机的域(Virtual Switch Domain and Switch Numbers)
Switch1:
Step 1 
Switch-1(config)# switch virtual domain 100 
Step 2 
Switch-1(config-vs-domain)# switch 1
Step 3 
Switch-1(config-vs-domain)# exit

Switch2:
Switch-2(config)# switch virtual domain 100  
Switch-2(config-vs-domain)# switch 2
Switch-2(config-vs-domain)# exit

3.配置两台交换机之间的VSL 端口(利用引擎上的2个万兆光口进行连接)
1)配置channel
Switch1:
Step 1 
Switch-1(config)# interface port-channel 10
Step 2 
Switch-1(config-if)# switch virtual link 1
Step 3 
Switch-1(config-if)# no shutdown  //Activates the port channel.
Step 4 
Switch-1(config-if)# exit

Switch2:
Switch-2(config)# interface port-channel 20
Switch-2(config-if)# switch virtual link 2
Switch-2(config-if)# no shutdown
Switch-2(config-if)# exit

2)把引擎上的万兆端口加入channel(假设引擎在slot3,一定先确认port-channel已加入switch virtual link)
Switch1:
Switch-1(config)# interface range tengigabitethernet 3/1-2
Switch-1(config-if)# channel-group 10 mode on
Switch-1(config-if)# no shutdown

Switch2:
Step 1 
Switch-2(config)# interface range tengigabitethernet 3/1-2
Switch-2(config-if)# channel-group 20 mode on
Switch-2(config-if)# no shutdown

4.转换机箱变成虚拟交换机模式
1)先查看机箱的PFC模式,保证2个机箱相同
Step 1 
Switch-1# show platform hardware pfc mode  
Ensures that the PFC operating mode matches on both chassis, to ensure that the VSS comes up in SSO redundancy mode.
Step 2 
Switch-2# show platform hardware pfc mode
Step 3 
Switch-1(config)# platform hardware vsl pfc mode pfc3c
(Optional) Sets the PFC operating mode to PFC3C on Chassis A.
Step 4 
Switch-2(config)# platform hardware vsl pfc mode pfc3c
(Optional) Sets the PFC operating mode to PFC3C on Chassis B.

2)切换机箱模式
Switch1:
Switch-1# switch convert mode virtual
Converts Switch 1 to virtual switch mode.
After you enter the command, you are prompted to confirm the action. Enter yes.
The system creates a converted configuration file, and saves the file to the RP bootflash.

Switch2:
Switch-2# switch convert mode virtual

5.查看VSS信息
Router# show switch virtual
Displays the virtual switch domain number, and the switch number and role for each of the chassis.

Router# show switch virtual role
Displays the role, switch number, and priority for each of the chassis in the VSS.

Router# show switch virtual link
Displays the status of the VSL.

The following example shows the information output from these commands:
Router# show switch virtual
Switch mode                  : Virtual Switch
Virtual switch domain number : 100
Local switch number          : 1
Local switch operational role: Virtual Switch Active
Peer switch number           : 2
Peer switch operational role : Virtual Switch Standby

Router# show switch virtual role
Switch  Switch Status  Preempt    Priority  Role     Session ID
        Number         Oper(Conf) Oper(Conf)         Local  Remote
------------------------------------------------------------------
LOCAL    1     UP      FALSE(N)   100(100)  ACTIVE   0      0  
REMOTE   2     UP      FALSE(N)   100(100)  STANDBY  8158   1991

In dual-active recovery mode: No

Router# show switch virtual link
VSL Status: UP
VSL Uptime: 4 hours, 26 minutes
VSL SCP Ping: Pass OK
VSL ICC (Ping): Pass
VSL Control Link: Te 1/5/1

欢迎来群166684620一起交流

时间: 2024-10-22 05:22:09

配置Cisco VSS的相关文章

配置Cisco的ASA防火墙(三个区域)

配置Cisco的ASA防火墙(三个区域),布布扣,bubuko.com

配置Cisco MDS光纤存储交换机配置zone

配置Cisco MDS光纤存储交换机   (MDS Multilayer Director Switch 多层光纤阵列交换机) 大概流程: 1:创建VSAN,将端口加入VSAN 2:创建ZONE,将端口加入ZONE 3:创建zoneSet,将ZONE加入set,并启用zoneSet 4:启用所有端口 使用命令行基本配置MDS-1(config)#switchname MDS-1MDS-1(config)#ip default-gateway 66.66.3.254MDS-1(config)#in

网络虚拟化技术(一) Cisco VSS

VSS使用机箱间NSF/SSO作为两台机箱间的主要高可用性机制.一个虚拟交换机成员机箱将作为主用虚拟交换机成员,另一成员将处于控制面板的热等待状态.这两个机箱的数据面板均可用,因此总流量转发能力为1440Gbps.当一个虚拟交换机成员发生故障时,网络中无需进行协议重收敛.接入层或核心层交换机继续转发流量,因为它们只会检测出EtherChannel捆绑中有一个链路故障,所以不需要重收敛任何协议.通过VSS传输的流量不会发生任何中断.在传统模式中,一台交换机发生故障就会导致STP.HSRP和路由协议

配置cisco无线胖 AP 1130

1.为AP的以太网接口配置服务提供商提供给您的IP. ap#conf t ap(config)#int f0 ap(config-if)#ip add 10.48.2.154 255.255.0.0 ap(config-if)#no shu ap(config-if)#exit ap(config)#ip default-gateway 10.48.0.1 2.配置bVI接口: ap(config)#int bVI 1 ap(config-if)#ip add 10.48.2.155 255.2

配置Cisco Catalyst 4948 使能CNA管理

为CNA准备Catalyst 4500交换机交换机恢复出厂默认恢复命令 switch>enable switch#erase startup-configswitch#reload 若欲使交换机被CNA管理,必须同时具备以下两个条件:具有网络管理IP地址.为g1/1口配置IP Switch#configure Switch(config)#interface gigabitEthernet 1/1Switch(config-if)#no switchportSwitch(config-if)#i

配置cisco路由器特定时间重启

方法一: Router1#reload in 20 Reload scheduled for 11:33:53 EST Sat Feb 1 2003 (in 20 minutes) Proceed with reload? [confirm] <enter> Router1# 方法二: Router1#reload at 14:00 Feb 2 Reload scheduled for 14:00:00 EST Sun Feb 2 2003 (in 26 hours and 44 minute

配置Cisco 路由器的静态路由

之前我们通过几篇博文方向了路由器的基础信息配置的方法.大家也应该掌握了IT民工所具备的四大技能:开得了设备,接得了线路,设得了地址,ping得了IP.今天咱们来看一下静态路由如何设置,如何让不同地址段的地址互通. 根据拓图扑通所给出的信息,我们为三台路由器的端口配置好IP地址. 配置好端口的IP 地址后,在Yong1上做如下操作, 不成功,原因是路由表中没有到达192.168.2.0网段的信息 什么是路由表,我们可以在路由器上用show ip route 命令来看一下路由表的内容 'C代表的是直

如何配置Cisco网络防火墙?

由于网络防火墙默认禁止所有的通信,因为,只有对其进行适当配置后,才能实现正常的网络通信. 1.进入全局配置模式 ciscoasa# configure terminal 2.选择欲作为网络防火墙外部接口的网络接口 ciscoasa(config)# interface interface-id 3.为该接口指定IP地址和网掩码 ciscoasa(config-if)# 4.将该接口指定IP地址和网掩码 ciscoasa(config-if)# nameif outside INFO:Securi

思科VSS配置命令

Cisco的VSS与H3C的IRF相似 步聚 6509-1配置 第一步.初始化Catalyst 6509交换机 VSS-sw1#conf t 6509-2配置 VSS-sw2#conf t 第二步. 配置VSS Domain ID: VSS-sw1(config)#switch virtual  domain 100 Domain ID 100 config will take effect only after the exec command 'switch convert mode vir