中文Catalyst 6500 Lab Virtual Switching System VSS--中文 by
计算机
Catalyst 6500 Lab: Virtual Switching System (VSS) – Part 1
开篇的就不翻译了,重要的就是硬件和软件需求,可以参考我整理的这个:
晃晃
2009.04.10
悠悠
部署VSS1440:
1.硬件需求:10GE引擎---VS-S720-10G-3C or VS-S720-10G-3CXL,每个虚拟成员都需要,无论是Catalyst 6500-E and 6500 Series chassis,支持所有的6700系列的以太网模块,服务模块目前支持NAM模块1和2,FWSM模块现在应该支持了^_^,其他服务模块还不支持。初始版本中不支持广域网模块。
2.软件需求:12.2(33)SXH1版本以上,支持除了MPLS和IPV6以外的所有软件特性。(据说有其他手段可以支持IPV6^_^)
3.转换到VSS模式:新安装时需要配置。在关联设备上配置EtherChannel,同传统的EtherChannel配置一样(在初始版本中VSS上能配置128条 MEC,将来版本中会惊醒扩展)。 4.高可用性:推荐双线分别连接到VSS成员。当然,单线连接也是支持的。在初始软件版本中,每机箱只支持单引擎,每成员双引擎计划在将来软件版本中支持。
5.软件升级:假定所有设备双线连接的话,可以在线打补丁。如果进行IOS升级的话,要准备1分钟的停机时间,这个限制会在将来的软件版本中解决。
6.目前VSS1440支持2台6500系列交换机作为一个VSS运行,将来软件版本可能会扩展到2台以上—谁知道呢,弄个3台,整个环,嘿嘿。
接下来是拓扑图和所需要的设备,然后启动后的show module和show version信息(有个2600是作为终端服务器的)。
计算机
接下来进入正题:
转换过程:
2台6500转换成1台vss,遵循如下步骤: 1)指定switch 1和switch 2 2)配置合适的优先级(可选) 3)配置VSL
4)交换机启动后执行转换命令
5)启动Active 交换机后重新配置standby 交换机的VSL,保存
----接下来是针对1-5分项的详细过程
Configuring the Virtual Switch Domain
具体来说:VSS由2个成员组成,每个成员全局配置1-255的值 Switch 1:
podx-vss-sw1#conf t
Enter configuration commands, one per line. End with CNTL/Z. podx-vss-sw1(config)#switch virtual domain x Domain ID 1 config will take effect only
after the exec command 'switch convert mode virtual' is issued podx-vss-sw1(config-vs-domain)#switch 1 podx-vss-sw1(config-vs-domain)# Switch 2:
podx-vss-sw2#conf t
Enter configuration commands, one per line. End with CNTL/Z. podx-vss-sw2(config)#switch virtual domain x Domain ID 1 config will take effect only
after the exec command 'switch convert mode virtual' is issued podx-vss-sw2(config-vs-domain)#switch 2 podx-vss-sw2(config-vs-domain)#
---------下一步优先级的配置也是在这个模式下。
Configure Priority Settings (Optional) Switch 1:
pod1-vss-sw1(config-vs-domain)#switch 1 priority 110
计算机
pod1-vss-sw1(config-vs-domain)#switch 2 priority 100 Switch 2:
pod1-vss-sw2(config-vs-domain)#switch 1 priority 110 pod1-vss-sw2(config-vs-domain)#switch 2 priority 100
Configure the Virtual Switch Link (VSL)
VSL是一种特殊的链路,包含一个或多个物理接口,可以在2台物理交换机之间交换配置和状态信息,VSL附加了一个特殊的报头---Virtual Switch Header。
只有特殊的接口才能用于VSL,包含以下接口:sup-720-10G或者ws-6708-10G(3c或3cxl版本)的10G接口,本实验是用引擎上的10GE接口做VSL。 Switch 1:
pod1-vss-sw1(config)#interface port-channel 1 pod1-vss-sw1(config)#no shut
pod1-vss-sw1(config-if)#switch virtual link 1 pod1-vss-sw1(config-if)#exit
pod1-vss-sw1(config)#interface range tenGigabitEthernet 1/4 - 5 pod1-vss-sw1(config-if-range)#no shut
pod1-vss-sw1(config-if-range)#channel-group 1 mode on pod1-vss-sw1(config-if-range)#^Z
Switch 2:
pod1-vss-sw2(config)#int port-channel 2 pod1-vss-sw2(config-if)#no shut
pod1-vss-sw2(config-if)#switch virtual link 2 pod1-vss-sw2(config-if)#exit
pod1-vss-sw2(config)#interface range tenGigabitEthernet 1/4 - 5 pod1-vss-sw2(config-if-range)#no shut
pod1-vss-sw2(config-if-range)#channel-group 2 mode on pod1-vss-sw2(config-if-range)#^Z
Executing the Conversion
继续转换过程,在特权模式下执行switch convert mode virtual命令,这样做将转换接口名称为3元形式----- “interface-type switch-number/slot/port“,然后保存配置,重新启动。因为以下几个原因,重新启动是必要的: 1)2个配置合并为1个配置
2)为接口重新编号:从slot/port到switch-number/slot/port
3)当重新启动时通过NSF/SSO(不间断转发和状态切换)协商A/S角色, Switch 1:
pod1-vss-sw1#switch convert mode virtual This command will convert all interface names
计算机
to naming convention "interface-type switch-number/slot/port", save the running config to startup-config and reload the switch.
Do you want to proceed? [yes/no]: yes Converting interface names Building configuration...
Switch 2:
pod1-vss-sw2#switch convert mode virtual This command will convert all interface names
to naming convention "interface-type switch-number/slot/port", save the running config to startup-config and reload the switch.
Do you want to proceed? [yes/no]: yes Converting interface names Building configuration...
此时,如果要验证的话,要立刻观察屏幕滚动信息,如下图所示: Switch1:
观察以上输出,每个交换机启动是独立的,但在启动时配置会预先检测VSL的接口,然后使用VSL协议协商主用和备用,再继续启动进程。
完成启动后,你会发现只有处于Active状态的交换机的Rp是可用的(此例中为Switch1),Switch2的console不能用了,此后所有的管理和排错都要通过主用交换机的console进行, On Switch 2’s console: pod1-vss-sw1-sdby>
Standby console disabled pod1-vss-sw1-sdby>
计算机
Standby console disabled pod1-vss-sw1-sdby>
Standby console disabled pod1-vss-sw1-sdby>
Completing the Conversion
转换后,需要在Switch1(主用交换机)上重新配置和switch2的VSL。此时,不能用“range”命令,因为有bug,当前实验环境还不接受。
pod1-vss-sw1(config)#interface port-channel 2 pod1-vss-sw1(config-if)#no shut
pod1-vss-sw1(config-if)#switch virtual link 2 pod1-vss-sw1(config-if)#exit
pod1-vss-sw1(config)#interface tenGigabitEthernet 2/1/4 pod1-vss-sw1(config-if)#channel-group 2 mode on pod1-vss-sw1(config-if)#exit
…… 此处隐藏:7133字,全部文档内容请下载后查看。喜欢就下载吧 ……相关推荐:
- [法律文档]苏教版七年级语文下册第五单元教学设计
- [法律文档]向市委巡视组进点汇报材料
- [法律文档]绵阳市2018年高三物理上学期第二次月考
- [法律文档]浅析如何解决当代中国“新三座大山”的
- [法律文档]延安北过境线大桥工程防洪评价报告 -
- [法律文档]激活生成元素让数学课堂充满生机
- [法律文档]2014年春学期九年级5月教学质量检测语
- [法律文档]放射科标准及各项计1
- [法律文档]2012年广州化学中考试题和答案(原版)
- [法律文档]地球物理勘查规范
- [法律文档]《12系列建筑标准设计图集》目录
- [法律文档]2018年宁波市专技人员继续教育公需课-
- [法律文档]工会委员会工作职责
- [法律文档]2014新版外研社九年级英语上册课文(完
- [法律文档]《阅微草堂笔记》部分篇目赏析
- [法律文档]尔雅军事理论2018课后答案(南开版)
- [法律文档]储竣-13827 黑娃山沟大开挖穿越说明书
- [法律文档]《产品设计》教学大纲及课程简介
- [法律文档]电动吊篮专项施工方案 - 图文
- [法律文档]实木地板和复合地板的比较
- 探析如何提高电力系统中PLC的可靠性
- 用Excel函数快速实现体能测试成绩统计
- 教师招聘考试重点分析:班主任工作常识
- 高三历史选修一《历史上重大改革回眸》
- 2013年中山市部分职位(工种)人力资源视
- 2015年中国水溶性蛋白市场年度调研报告
- 原地踏步走与立定教学设计
- 何家弘法律英语课件_第十二课
- 海信冰箱经销商大会——齐俊强副总经理
- 犯罪心理学讲座
- 初中英语作文病句和错句修改范例
- 虚拟化群集部署计划及操作流程
- 焊接板式塔顶冷凝器设计
- 浅析语文教学中
- 结构力学——6位移法
- 天正建筑CAD制图技巧
- 中华人民共和国财政部令第57号——注册
- 赢在企业文化展厅设计的起跑线上
- 2013版物理一轮精品复习学案:实验6
- 直隶总督署简介




