一、虚拟交换系统(VSS)

VSS是一种网络虚拟化技术,讲两台Catalyst 6500系列交换机组合为单一虚拟交换机,从而提高运营效率、增强不间断通信,并将系统带宽容量扩展到1.4Tbps。在初始阶段,VSS将使两台物理Cisco Catalyst 6500系列交换机作为单一逻辑虚拟交换机运行,称为虚拟交换系统1440(VSS1440)。

虚拟交换系统1440与传统网络设计的比较

二、VSS1440

VSS1440指由两台采用Virtual Switching Supervisor 720-10GE的Cisco Catalyst 6500系列交换机构成的VSS,在一个VSS中,同时激活这两个交换机的数据平面和交换阵列,各支持720Gbps管理引擎,每个VSS共由1400-Gbps交换容量。只有其中一个虚拟交换机成员有激活的控制层面。这两个机箱通过机箱间状态切换(SSO)机制和不间断转发(NSF)保持同步,即使某个管理引擎或机箱发生了故障,也能提供不间断通信。

三、VSS的特点

与传统的L2/L3网络设计相比,VSS提供了出色优势,可分为以下四个大类:

  • VSS通过简化网络提高了运营效率,将交换机管理开销降低至少百分之50%。
  • VSS能够不间断通信。
  • VSS能够将系统带宽容量扩展到1.4Tbps。
  • VSS使用现有多层交换架构。

四、VSS的组件构成

虚拟交换机成员:

部署了Virtual Switching Supervisor 720 10GE的Cisco Catalyst 6500系列交换机。

虚拟交换机链路(VSL):

在虚拟交换机成员间采用万兆以太网连接(使用EtherChannel,多达8条连接)。万兆以太网连接必须为一个或多个以下模块:

Virtual Switching Supervisor 720 10GE: 万兆以太网上行链路端口 
            WS-X6708-10G 模块: 任意万兆以太网端口

五、VSS组成的交换机个数

VSS1440只允许两个物理Cisco Catalyst 6500系列交换机作为一个VSS运行,这两个物理机箱无需在安装的模块类型甚至机箱类型保持一致,例如。能将一个WS-C6503-E机箱与一个WS-C6513机箱组合构成一个VSS,未来可能扩展到两台交换机以上。

六、VSL连接丢失,会发生什么?

VSL能在两台交换机间配置多达8条链路,使用任意组合的线卡或管理引擎端口,提供高冗余性。如果在极意外的情况下,虚拟交换机成员间的所有VSL连接均丢失,而虚拟交换机成员均正常运行,那么VSS将转为双激活恢复模式 。

在双激活恢复模式中,以前主用的虚拟交换机成员除VSL接口外的所有接口都处于操作关闭状态。新的主用虚拟交换机继续在所有链路上转发流量。

七、VSS配置模板

Switch-1(config)# redundancy           

Switch-1(config-red)# mode sso                           开启sso   新版本默认是开启的。

          Switch-2(config)# redundancy           

Switch-2(config-red)# mode sso                           开启sso   新版本默认是开启的。

          Switch-1(config)# switch virtual domain 100       配置虚拟交换机域名

          Switch-1(config-vs-domain)# switch 1                   将sw1作为域内交换机1

Switch-1(config-vs-domain)# exit

Switch-2(config)# switch virtual domain 100       配置虚拟交换机域名

          Switch-2(config-vs-domain)# switch 2                   将sw2作为域内交换机2

Switch-2(config-vs-domain)# exit

          Switch-1(config)# interface port-channel 10       创建Port-Channel

          Switch-1(config-if)# switch virtual link 1              关联VSL

          Switch-1(config-if)# no shutdown        

          Switch-1(config-if)# exit

          Switch-2(config)# interface port-channel 20     创建Port-Channel

          Switch-2(config-if)# switch virtual link 2             关联VSL

          Switch-2(config-if)# no shutdown        

          Switch-2(config-if)# exit

          Switch-1(config)# interface range tengigabitethernet 3/1-2      进入引擎接口

          Switch-1(config-if)# channel-group 10 mode on                        关联Channel

          Switch-1(config-if)# no shutdown

          Switch-2(config)# interface range tengigabitethernet 3/1-2      进入引擎接口

          Switch-2(config-if)# channel-group 20 mode on                        关联Channel

          Switch-2(config-if)# no shutdown

          Switch-1# switch convert mode virtual    将交换机模式转换成虚拟交换机模式

          Switch-2# switch convert mode virtual    将交换机模式转换成虚拟交换机模式

VSS(Virtual Switching System)的更多相关文章

  1. PatentTips - Invalidating TLB entries in a virtual machine system

    BACKGROUND This invention relates to virtual machines. In particular, the invention relates to trans ...

  2. PatentTips – EMC Virtual File System

    BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention generally relates to net ...

  3. Virtualizing physical memory in a virtual machine system

    A processor including a virtualization system of the processor with a memory virtualization support ...

  4. Extended paging tables to map guest physical memory addresses from virtual memory page tables to host physical memory addresses in a virtual machine system

    A processor including a virtualization system of the processor with a memory virtualization support ...

  5. linux 虚拟文件系统----------Virtual File System VFSkky

    在了解虚拟文件系统之前,必须先知道什么是 Kernal  Space 与 User  Space. Kernal Space 与User Space 的差别,在于内存使用上安全机制的差异. kerna ...

  6. virtual file system (VFS)

    http://www.ibm.com/developerworks/library/l-virtual-filesystem-switch/ http://www.ibm.com/developerw ...

  7. VFS(Virtual File System)

    一.VFS作为内核子系统,为用户空间程序提供了文件系统相关的接口.所有实际文件系统依赖VFS共存,依靠VFS系统工作. 1.VFS提供通用文件系统接口:用户空间程序可以利用标准的UNIX文件系统调用, ...

  8. PatentTips - System and method to deprivilege components of a virtual machine monitor

    BACKGROUND INFORMATION An embodiment of the present invention relates generally to virtualization pl ...

  9. System and method for controlling switching between VMM and VM using enabling value of VMM timer indicator and VMM timer value having a specified time

    In one embodiment, a method includes transitioning control to a virtual machine (VM) from a virtual ...

随机推荐

  1. 小程序生成海报图片(或者原有的)并下载,&&相册授权&&按钮拉起二次授权

    这是自己做小程序生成推广海报,并保存到本地相册的方法,向后台发起请求,返回一个海报图片,下载保存到相册, 如果只是单纯的下载图片代码43行-63行就足够了 如果想直接保存到相册,则不要做downFil ...

  2. C# .Net String字符串效率提高-字符串拼接

    字符串操作是编程中非常频繁的操作,特别是在拼接字符串的时候.下面来说说字符串拼接的效率提升. 1. 减少装箱 值类型与引用类型之间的转换存在装箱与拆箱操作:将值类型转换成引用类型的操作叫装箱,将引用类 ...

  3. java反射机构应用

    //atom.getClazzName:package.ClassName Class<?> clazz = Class.forName(atom.getClazzName());     ...

  4. matplotlib图例-【老鱼学matplotlib】

    图例是啥,直接上图就知道了: 怎么创建上面的图例呢? 很简单,首先在plt.plot()函数中设置label文本属性,然后调用plt.legend()生成图例就可以了,完整的代码如下: import ...

  5. Android开发-Android Studio问题以及解决记录

    [Android开发] Android Studio问题以及解决记录   http://blog.csdn.net/niubitianping/article/details/51400721 1.真 ...

  6. Mysql 学习笔记02

    14 mysql 的常见函数 数学函数 1 abs() 函数 ,返回绝对值 2 bin() 函数 ,返回数值的二进制数值 3 hex()函数 ,返回数值的十六进制的值 4  floor()函数 ,对小 ...

  7. Intellij IDEA导入eclipse项目配置jdk、tomcat到浏览器正常访问

    转发自:博客园---Lindp(大佬写的甚好) 以下是转发的正文 intellij idea中文资料网上比较少,对于eclipse的项目如何导入intellij idea也没有完整的说明,本人在这里整 ...

  8. [Doc]MongoDB用户创建与启用access-control

    文档链接:https://docs.mongodb.com/manual/tutorial/enable-authentication/ Pre 个人总感觉数据库的文档结构不太友好, 不太解决问题.以 ...

  9. Java 多线程 sleep方法与wait方法的区别

    sleep方法会使线程暂停执行一段时间,wait方法会阻塞线程,直到被唤醒或等待时间超时. 两者区别具体如下: 1 原理不同 sleep方法是Thread类的静态方法,使线程暂停执行一段时间,等到计时 ...

  10. Linux——模拟实现一个简单的shell(带重定向)

    进程的相关知识是操作系统一个重要的模块.在理解进程概念同时,还需了解如何控制进程.对于进程控制,通常分成1.进程创建  (fork函数) 2.进程等待(wait系列) 3.进程替换(exec系列) 4 ...