6509虚拟交换机配置步骤
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
1.1.6509虚拟交换机配置
1.1.1.交换机1配置
1.配置虚拟交换机工作为SSO(stateful switchover)和NSF(nonstop
forwarding)冗余模式
两台交换机都必须配置启用SSO和NSF。
redundanc
mode sso
exit
router ospf 10
nsf
exit
2.分配虚拟交换机域和交换机编号
两台交换机的域编号必须一致,交换机编号分别为1和2。
switch virtual domain 100
switch 1
exit
3.配置VSL链路
VSL是一个特殊的Port Group,用于虚拟交换机两个机箱之间通讯。
interface port-channel 10
switch virtual link 1
no shutdown
exit
interface tengigabitethernet 5/1
channel-group 10 mode on
no shutdown
exit
interface tengigabitethernet 5/2
channel-group 10 mode on
no shutdown
exit
4.将交换机转换为虚拟交换机工作模式。
switch convert mode virtual
1.1.
2.交换机2配置
1.配置虚拟交换机工作为SSO(stateful switchover)和NSF(nonstop
forwarding)冗余模式
两台交换机都必须配置启用SSO和NSF。
redundanc
mode sso
exit
router ospf 10
nsf
exit
2.分配虚拟交换机域和交换机编号。
两台交换机的域编号必须一致,交换机编号分别为1和2。
switch virtual domain 100
switch 2
exit
3.配置VSL链路
VSL是一个特殊的Port Group,用于虚拟交换机两个机箱之间通讯。
interface port-channel 20
switch virtual link 1
no shutdown
exit
interface tengigabitethernet 5/1
channel-group 20 mode on
no shutdown
exit
interface tengigabitethernet 5/2
channel-group 20 mode on
no shutdown
exit
4.将交换机转换为虚拟交换机工作模式。
switch convert mode virtual
1.1.3.虚拟交换机其它配置
1.配置虚拟交换机优先级。
配置机箱优先级,具有较高优先级的交换机启动后成为主交换机。优先级范围是1(低优先级)到255(最高优先);默认值为100。
switch virtual domain 100
switch 1 priority 200
switch 2 priority 100
2.配置端口激活延时。
当机箱故障重启成为备份交换机后,指定所有的非VSL端口延迟一定的时间激活。
switch virtual domain 100
standby port delay 120
3.配置交换机双活检测。
为了避免VSL链路故障后两台机箱都成为主交换机,两个机箱之间需要配置一条专用链路用于交换特殊的二层Hello信息(包含交换机状态。
switch virtual domain 100
dual-active detection fast-hello
exit
interface fastethernet 1/3/1
dual-active fast-hello
no shutdown
exit
interface fastethernet 2/3/1
dual-active fast-hello
no shutdown
exit
4.虚拟交换机三层接口配置
interface fastethernet 1/3/2
desc “Connect to 对端设备名-端口”
no switch
ip add x.x.x.x y.y.y.y
no shut
interface fastethernet 2/3/2
desc “Connect to 对端设备名-端口”
no switch
ip add x.x.x.x y.y.y.y
no shut
interface Vlan XX
desc “For 用途”
ip add x.x.x.x y.y.y.y
5.虚拟交换机Port Group配置
interface port-channel 1
desc “Connect to 对端设备名-PortGroup”
no switch
ip add x.x.x.x y.y.y.y
no shutdown