你可以把上面的数字在网上搜索一下,就应该查询出来,这是什么牌子的自行车。
《秋词》其一译文:
自古以来每逢秋天都会感到悲凉寂寥,我却认为秋天要胜过春天。
万里晴空,一只鹤凌云而飞起,就引发我的诗兴到了蓝天上了。
原文:《秋词》其一【作者】刘禹锡 【朝代】唐
自古逢秋悲寂寥,我言秋日胜春朝。
晴空一鹤排云上,便引诗情到碧霄。
创作背景:
公元805年(永贞元年),顺宗即位,任用王叔文改革朝政,刘禹锡也参加了这场革新运动。但革新遭到宦官、藩镇、官僚势力的强烈反对,以失败而告终。顺宗被迫退位,王叔文赐死,刘禹锡被贬。可贵的是,诗人在遭受严重打击后,并没有消沉下去。
刘禹锡贬到朗州(湖南常德)时,是三十四岁。正感到春风得意,却被赶出了朝廷,其苦闷是可想而知的。但他这个人求异心理很强,做事都想与众不同,不肯人云亦云。《秋词二首》就是被贬朗州时这种心情下写的。
Cisco VSS
1.原理
VSS是将两台及以上的物理设备虚拟成逻辑上的一台,可类比堆叠。VSS在控制层面上两个交换机有主从之分,但在数据面上处理是双活的。无论是从网络控制层面和管理视图上在网络上都是一个单独的设备实体。
对于邻居,这个虚拟交换系统相当于一台单独的交换机或者路由器。在虚拟交换系统中,其中一个机箱指定为活跃交换机,另一台被指定为备份虚拟交换机。所有的控制层面的功能,包括管理(SNMP,Telnet,SSH等),二层协议(BPDU,PDUs,LACP等),三层协议(路由协议等),以及软件数据等,都是由活跃交换机的引擎进行管理。
从数据层面和流量转发来看,在虚拟交换系中的所有交换机都参与流量转发。在虚拟主交换机超级引擎上的PFC执行为所有进入活跃虚拟交换机的流量转发查找,反之位于备份状态的交换机引擎上的PFC执行为所有进行备份状态交换机流量转发查找。
VSS增加了交换机整体性能,可以不使用MSTP+VRRP方案,简化管理减少网络协议的同时又可以加快收敛性能。实现网络系统虚拟化,提供机箱间的状态化切换(SSO),改进无中断通信,切换时间〈200ms;跨机箱EtherChannel,优化路径选择。
虚拟交换系统技术是通过一条特殊的链路来绑定两个机箱成为一个虚拟的交换系统,这个特殊的链路称之为虚拟交换机链路(Virtual Switch Link,VSL)。经过主机箱处理的协议报文,通过VSL转发到从机箱。
VSS的作用:简化网络拓扑,降低网络复杂性,缩短恢复的时间和业务中断的时间,提高网络资源的利用率。
与传统的L2/L3网络设计相比,VSS提供了出色优势,可分为以下四个大类:
1)VSS通过简化网络提高了运营效率,将交换机管理开销降低至少50%。
为Cisco Catalyst 6500虚拟交换机提供单管理点、IP地址和路由实例
- 管理单一配置文件和节点。无需用相同策略配置冗余交换机两次。
- 每VLAN只需一个网关IP地址,而不必像现在这样每VLAN使用三个IP地址。
- 无需再使用HSRP、VRRP和GLBP。
- 能使用CiscoWorks LAN Management System (LMS) 3.0来将Cisco Catalyst 6500虚拟交换机作为单一实体加以集中管理。
2)多机箱EtherChannel®(MEC)是一种L2多路径技术,创建了简化的无环路技术,不再采用生成树协议,同时仍能激活以严格防御用户误配置。
3)灵活的部署选项。底层物理交换机不必共置。这两个物理交换机通过标准万兆以太网接口相连,其相隔的距离仅受限于所选的万兆以太网光纤长度。例如,如采用X2-10GB-ER万兆以太网光纤,这两个交换机可相距40公里。
2.配置
配置VSS时,两台交换机互联的端口channel-group时,千万不要选相同的
比如:T1/1/32和T2/1/32为port-channel 9,那么 T1/1/31和T2/1/32的port-channel为10
如果两个port-channel同时9,那么当第二台交换机执行switch convert mode virtual之后,会反复重启,反复重启
在两台交换机上的startup-config配置文件的VSS配置必须一致。如果更新了交换机的优先级或者抢占功能,只有在保存了配置文件和交换机启后,配置才会生效。
对于线路冗余,在VSL配置的时候为每个交换机配置至少2个端口;对于模块冗余,2个端口可以位于机箱的不同交换模块上。
1)在CISCO1 上配置vss域和switch ID,两台设备都要在同一个域中
Cisco-1(config)#switch virtual domain 100 //在Cisco-1 上配置Virtual Switch Domain Cisco-1(config-vs-domain)#switch 1 //配置Cisco-1 的Virtual Switch 号码为1
Cisco-2(confgi)#switch virtual domain 100 //在Cisco-2 上配置Virtual Switch Domain
Cisco-2(config-vs-domain)#switch 2 //配置Cisco-2 的Virtual Switch 号码为2
2)交换机优先级设置
高优先级交换机,成为active,低优先级的交换机成为standby。若优先级一样,则Switch ID小的为active,switch ID大的为standby。
Standalone Switch1:
Cisco-1(config)#switch virtual domain 100
Cisco-1(config-vs-domain)# switch1priority110
Cisco-1(config-vs-domain)# switch2priority100
Standalone Switch 2:
Cisco-2(config)#switch virtual domain 100
Cisco-2(config-vs-domain)# switch1priority110
Cisco-2(config-vs-domain)# switch2priority100
3)配置 Virtual Switch Link (VSL)和Ports
VSL是一个有特殊用途的EthernetChannel链路,包含一个或多个(最多8个)物理端口。VSL作用有二:
1、其中只选择一个物理成员接口作为控制链路,承载机箱之间的系统控制信息
2、这其余的物理成员接口承载网络控制信息,当必要时也可以承载普通数据流量
Cisco-1(config)#interface port-channel10//配置Cisco 1上的Port Channel 为10
Cisco-1(config-if)# switch virtual link 1
//将Cisco 1 port Channnel 10配置为vsl链路
Cisco-1 (config-if)#no shutdown
//激活port Channel
Cisco-1(config)#interface range tenGigabitEthernet 1/1-2
Cisco-1(config-if) #channel-group 10 mode on //将这些接口加入到channel group 10
Cisco-1(config-if)#no shutdown
Cisco-2(config)#interface port-channel 10 //配置Cisco2上的Port Channel 为10
Cisco-2(config-if)# switch virtual link 2 //将Cisco 2 port Channnel 10配置为vsl链路
Cisco-2(config-if)#no shutdown //激活port Channel
Cisco-2(config)#interface range tenGigabitEthernet 1/2-3
Cisco-2(config-if) #channel-group 10 mode on //将这些接口加入到channel group 10
Cisco-2(config-if)#no shutdown
由于VSL EtherChannel对每个成员链路使用LMP,因此不需要PAgP和LACP等链路聚合协议;每个成员链路必须在无条件的EtherChannel模式下配置,使用命令上的channel-group group-number on模式。
4)最后将两个设备切换为virtual模式也就是组建VSS。
Standalone Cisco-1:
Cisco-1# 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...
Standalone Cisco-2:
Cisco-2# 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...
记住保存配置重启后VSS才可以生效。
重启设备的作用:
1)2个配置合并为1个配置
2)为端口重新编号----从slot/port到switch-number/slot/port
3)只有重启设备,才能通过NSF/SSO协商A/S角色
5)在VSS模式下, 你将会在活跃交换机上输入所有的配置命令,启动配置文件将会自动同步到备份交换机上. 为了使VSS 操作正确, 活动交换机需要另一端备份交换机的VSL Link 配置信息。
在活动交换机上输入switch accept mode virtual 命令后, 在活动和备份交换机上的更新配置会自动保存到其startup 配置文件中。
3.查看VSS:
show switch virtual
show switch virtual role
show switch virtual link
show module all
show switch virtual redundancy
show redundancy states
Cisco表示,在正常情况下,虚拟交换系统间VSL链路上的流量大约为万兆接口的5%。
4.VSS 双活检测设计和配置(VSS Dual-Active Supervisors)
VSL 链路丢失和恢复:如果 VSL 出现故障,则备用机箱无法确定活动机箱的状态。 为了确保发生切换而不出现延迟,备用机箱假设活动机箱已发生故障,并启动切换来接管活动角色。
如果原始活动机箱仍运行正常,则两个机箱此时均处于活动状态。 此情形称为双活动情形。 双活动情形会对网络稳定性产生不利影响,因为两个机箱均会使用相同的 IP 地址、SSH 密钥和 STP 网桥 ID。 虚拟交换系统 (VSS) 必须检测双活动情形,并执行恢复操作。VSS支持增强的 PAgP、 IP 双向转发检测 (BFD)和dual-active fast-hello三种方法,以便检测双活动情形。建议:如有可能,请同时启用基于 ePAgP 和直接心跳链路的 VSLP Fast Hello 方法。
在单独的主从机的互联端口上配置直接心跳链路的 VSLP Fast Hello
Fast- Hello Configuration and Monitoring VSS Active Virtual Switch :CISCO-VSS(config)# switch virtual domain10CISCO-VSS(config-vs-domain)# dual-active detection fast-hello
CISCO-VSS(config)#intgi1/4/48CISCO-VSS(config-if)# dual-active fast-hello
CISCO-VSS(config-if)#intgi2/4/48CISCO-VSS(config-if)# dual-active fast-hello%VSDA-SW2_SPSTBY-5-LINK_UP: Interface Gi1/4/48is now dual-active detection capable%VSDA-SW1_SP-5-LINK_UP: Interface Gi2/4/48is now dual-active detection capable
CISCO-VSS# show switch virtual dual-active fast-hello//查看fast-hello配置
ePAgP Configuration and Monitoring VSS Active Virtual Switch :CISCO-VSS(config)# switch virtual domain10CISCO-VSS(config-vs-domain)# dual-active detection pagp trust channel-group205CISCO-VSS# show switch virtual dual-active pagp
PAgP dual-active detection enabled: Yes
PAgP dual-active version:1.1! Snip
Neighbor switch that supports enhanced PAgP:
CISCO-VSS# show pagp dual-active PAgP
dual
-active detection enabled: Yes
PAgP dual
-active version:1.1
Dual-Active Detection - Exclude Interfaces
一旦检测到双活情况,原先Active交换机将会禁用其上面的所有端口以确保不影响其余网络的正常工作,然而,对于用于管理用途的端口等,我们并不希望他们也被禁用,因为管理端口被禁用后就不能远程管理该交换机。
CISCO-VSS#conf t
Enter configuration commands, one per line. End with CNTL/Z.
CISCO-VSS(config)#)#switch virtual domain10CISCO-VSS(config-vs-domain)#dual-active exclude interface Gig1/5/1CISCO-VSS(config-vs-domain)#dual-active exclude interface Gig2/5/1
4.手动故障切换
在Active交换机上输入命令手工执行故障切换(命令输入之后,本地交换机将自动重启,备机将active接起业务):
switch-1#redundancy force-switchover
This will reload the active unit and force switchover to standby[confirm]
Preparing for switchover..
00:15:17: %SYS-SW1_SP-3-LOGGER_FLUSHING: System pausing to ensure console debugging output
5.如果虚拟交换机成员间的所有VSL连接丢失,将会发生什么?
VSL能在两台交换机间配置多达8条链路,使用任意组合的线卡或管理引擎端口,提供高冗余性。如果在极意外的情况下,虚拟交换机成员间的所有VSL连接均丢失,而虚拟交换机成员均正常运行,那么VSS将转为双激活恢复模式。
通过以下两种方法之一,能迅速(在一秒内)检测出双激活状态:
连接思科交换机,改进MEC中使用的PAgP
在虚拟交换机成员间的直接连接链路(除VSL外)上,或通过接入层交换机的L2链路,进行L3双向转发检测(BFD)配置
在双激活恢复模式中,以前主用的虚拟交换机成员除VSL接口外的所有接口都处于操作关闭状态。新的主用虚拟交换机继续在所有链路上转发流量。
6.类似技术,华为称为CSS,H3C称为IRF,锐捷称为VSU。
在电子电路中,常可以看到vcc、vdd和vss三种不同的符号,它们有什么区别呢?
一、解释
vcc:c=circuit
表示电路的意思,
即接入电路的电压;
vdd:d=device
表示器件的意思,
即器件内部的工作电压;
vss:s=series
表示公共连接的意思,通常指电路公共接地端电压。
二、说明
1、对于数字电路来说,vcc是电路的供电电压,vdd是芯片的工作电压(通常vccvdd),vss是接地点。
2、有些ic既有vdd引脚又有vcc引脚,说明这种器件自身带有电压转换功能。
3、在场效应管(或coms器件)中,vdd为漏极,vss为源极,vdd和vss指的是元件引脚,而不表示供电电压。
VSS设计与配置
一,VSS技术介绍
VSS称为虚拟交换技术,它的功能是将多台cisco catalyst 6500交换机虚拟成单台交换机,VSS使用机箱间NSF/SSO作为两台机箱间的主要高可用性机制,当一个虚拟交换机成员发生故障时,网络中无需进行协议重收敛。一个虚拟交换机成员机箱将作为主用虚拟交换机成员,另一成员将处于控制面板的热等待状态。请注意,这两个机箱的数据面板均可用,因此总流量转发能力为1440Gbps。
当一个虚拟交换机成员发生故障时,网络中无需进行协议重收敛,接入层或核心层交换机继续转发流量,因为它们只会检测出EtherChannel捆绑中有一个链路故障,所以不需要重收敛任何协议,通过VSS传输的流量不会发生任何中断。在传统模式中,一台交换机发生故障就会导致STP、HSRP和路由协议等多个控制协议进行收敛,与之相比,交换机故障时VSS机制远要出色得多。
多机箱EtherChannel(MEC)是一种L2多路径技术。这类EtherChannel形式允许相连节点在构成VSS的两个物理Cisco Catalyst 6500系列交换机间端接EtherChannel,从而创建简单的无环路L2拓扑结构。
在VSS拓扑结构中使用MEC,能使所有链路激活,并同时在不采用生成树协议的情况下,提供高度可用的拓扑结构。
二,VSS设计
默认情况下,2个VSS机箱的引擎之间的冗余机制是NSF/SSO,NSF/SSO支持状态信息和配置同步。另外, 2个VSS机箱的引擎之间只有运行在NSF/SSO模式下,备份机箱引擎的PFC卡,SwitchFabric卡和线路卡及其DFC才能是活动状态。
若主备机箱的信息不匹配(如主备机箱引擎的IOS版本不一致),则2个VSS机箱的引擎之间的冗余机制是RPR,运行在RPR模式下,只有配置能够同步,但备用机箱引擎的PFC卡,Switch Fabric卡和线路卡及其DFC卡都是非活动状态。
在2个VSS机箱之间通过 Role Resolution Protocol (RRP) 协商每个VSS机箱的角色 (active or standby)后,会执行across the VSL switches 配置的一致性以确保正确的SL操作,如下是配置一致性需要检查的条目:
另外,在NSF/SSO模式下,IOS的版本及其补丁和PFC运行模式需要一致,PFC的模式可以通过命令更改。
三,VSS基本配置
步骤一:定义VSS domain IDswitch ID
Standalone Switch 1:
SW1# config t
SW1(config)# switch virtual domain 10
SW1(config-vs-domain)# switch 1
Standalone Switch 2:
SW2# config t
SW2(config)# switch virtual domain 10
SW2(config-vs-domain)# switch 2
步骤二: Configure Priority Settings (Optional)
高优先级交换机,成为active,低优先级的交换机成为standby。若优先级一样,则Switch ID小的为active,switch ID大的为standby。
Standalone Switch 1:
SW1(config-vs-domain)# switch 1 priority 110
SW1(config-vs-domain)# switch 2 priority 100
Standalone Switch 2:
SW2(config-vs-domain)# switch 1 priority 110
SW2(config-vs-domain)# switch 2 priority 100
步骤三: Configure the Virtual Switch Link (VSL)
VSL是一个有特殊用途的EthernetChannel链路,包含一个或多个(最多8个)物理端口。VSL作用有二:
1、其中只选择一个物理成员接口作为控制链路,承载机箱之间的系统控制信息
2、这其余的物理成员接口承载网络控制信息,当必要时也可以承载普通数据流量
Standalone Switch 1:
SW1# config t
SW1(config)# interface port-channel 1
SW1(config-if)#no shut
SW1(config-if)#switch virtual link 1
SW1(config-if)#int range Ten5/4 - 5
SW1(config-if-range)#channel-group 1 mode on
Standalone Switch 2:
SW2# config t
SW2(config)# interface port-channel 2
SW2(config-if)#no shut
SW2(config-if)#switch virtual link 2
SW2(config-if)#int range Ten5/4 – 5
SW2(config-if-range)#channel-group 2 mode on
Since VSL EtherChannel uses LMP per member link, the link-aggregation protocols, such as PAgP and LACP, are not required; each member link must be configured in unconditional EtherChannel mode using the channel-group group-number mode on command.
步骤4: 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角色
Standalone Switch 1:
SW1# 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...
Standalone Switch 2:
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...
步骤5: Completing the Conversion
最后一步需要在Active Virtual Switch上执行“switch accept mode virtual”命令自动配置Standby Virtual Switch
VSS Active Virtual Switch :
VSS# switch accept mode virtual
Do you want to proceed? [yes/no]: yes
Merging the standby VSL configuration…
Building configuration...
[OK]
或者在Switch 1(Active)上重新配置Switch 2的VSL
VSS Active Virtual Switch :
vss-sw1(config)#interface port-channel 2
vss-sw1(config-if)#no shut
vss-sw1(config-if)#switch virtual link 2
vss-sw1(config)#interface ten 2/5/4
vss-sw1(config-if)#channel-group 2 mode on
vss-sw1(config)#interface ten 2/5/5
vss-sw1(config-if)#channel-group 2 mode on
到此已经把两台独立的物理6500s配置成VSS,这是给新的VSS配置一个Hostname,然后保存配置。
VSS Active Virtual Switch :
vss-sw1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
vss-sw1(config)#hostname SW65VSS
SW65VSS(config)#^Z
SW65VSS#
00:13:40: %SYS-5-CONFIG_I: Configured from console by console
SW65VSS#wr
Building configuration...
00:16:23: %PFINIT-SP-5-CONFIG_SYNC: Sync'ing the startup configuration to the standby Router.
[OK]
SW65VSS#
VSS状态检查
VSS Active Virtual Switch :
SW65VSS#sh switch virtual
Switch mode : Virtual Switch
Local switch number : 1
Local switch operational role: Virtual Switch Active
Peer switch number : 2
Peer switch operational role : Virtual Switch Standby
SW65VSS#sh switch virtual link
VSL Status : UP
VSL Uptime : 18:36:43 UTC Apr 6 2007
VSL SCP Ping : Pass
VSL ICC Ping : Pass
VSL Control Link : Te1/5/4
SW65VSS#sh switch virtual role
VSS—Multi-Chassis EtherChannel
PAgP Configuration and Monitoring
配置连接到接入交换机3560使用PAgP的Trunk类型的EtherChannel,建议对 MEC 链路运行 Trunk Desirable-Desirable 。
VSS Active Virtual Switch :
interface range GigabitEthernet1/3/1 ----Interface on VSS-SW1
description Access Switch Facing Interface
switchport
switchport trunk encapsulation dot1q
switchport mode dynamic desirable ----Trunk mod dynamic and desirable
switchport trunk allowed vlan 8,9 ----Only allow need VLANs for a given trunk
logging event link-status ----Logging for link status
logging event trunk-status ----Logging for trunk status
logging event bundle-status ----Logging for port-channel status
channel-protocol pagp
channel-group 202 mode desirable ----Define Port-channel, PAgP mode desirable
VSS Active Virtual Switch :
interface GigabitEthernet 2/3/1 ----Interface on VSS-SW2
description Access Switch Facing Interface
switchport
switchport trunk encapsulation dot1q
switchport mode dynamic desirable ----Trunk mod dynamic and desirable
switchport trunk allowed vlan 8,9 ----Only allow need VLANs for a given trunk
logging event link-status ----Logging for link status
logging event trunk-status ----Logging for trunk status
logging event bundle-status ----Logging for port-channel status
channel-protocol pagp
channel-group 202 mode desirable
interface Port-channel202 ----Automatically created by defining at interfaces
description Access Switch MEC
switchport
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 8,9
logging event link-status
logging event spanning-tree status ----STP logging enabled on port-channel
LACP Configuration and Monitoring
配置连接到服务器使用LACP的Trunk类型的EtherChannel,同时使能STP portfast
VSS Active Virtual Switch :
interface range GigabitEthernet1/4/40 ,GigabitEthernet2/4/40
description Server Facing Interface
no shut
switchport
logging event link-status ----Logging for link status
logging event bundle-status ----Logging for port-channel status
channel-protocol lacp
channel-group 100 mode active ----Define Port-channel, lacp mode active
interface Port-channel100 ----Automatically created by defining at interfaces
description Access Switch MEC
switchport
spanning-tree portfast
四、VSS 双活检测设计配置
VSS Dual-Active Supervisors
VSL 链路丢失和恢复:如果 VSL 出现故障,则备用机箱无法确定活动机箱的状态。 为了确保发生切换而不出现延迟,备用机箱假设活动机箱已发生故障,并启动切换来接管活动角色。
如果原始活动机箱仍运行正常,则两个机箱此时均处于活动状态。 此情形称为双活动情形。 双活动情形会对网络稳定性产生不利影响,因为两个机箱均会使用相同的 IP 地址、SSH 密钥和 STP 网桥 ID。 虚拟交换系统 (VSS) 必须检测双活动情形,并执行恢复操作。VSS支持增强的 PAgP、 IP 双向转发检测 (BFD)和dual-active fast-hello三种方法,以便检测双活动情形。建议:如有可能,请同时启用基于 ePAgP 和直接心跳链路的 VSLP Fast Hello 方法。
Fast-Hello Configuration and Monitoring
VSS Active Virtual Switch :
SW65VSS# switch virtual domain 10
SW65VSS(config-vs-domain)# dual-active detection fast-hello
SW65VSS(config)# int gi1/4/48
SW65VSS(config-if)# dual-active fast-hello
SW65VSS(config-if)# int gi2/4/48
SW65VSS(config-if)# dual-active fast-hello
%VSDA-SW2_SPSTBY-5-LINK_UP: Interface Gi1/5/1 is now dual-active detection capable
%VSDA-SW1_SP-5-LINK_UP: Interface Gi2/5/1 is now dual-active detection capable
SW65VSS# show switch virtual dual-active fast-hello
SW65VSS# remote command standby-rp show switch virtual dual-active fast-hello
ePAgP Configuration and Monitoring
VSS Active Virtual Switch :
SW65VSS(config)# switch virtual domain 10
SW65VSS(config-vs-domain)# dual-active detection pagp trust channel-group 205
SW65VSS# show switch virtual dual-active pagp
PAgP dual-active detection enabled: Yes
PAgP dual-active version: 1.1
! Snip
Neighbor switch that supports enhanced PAgP:
S3560# show pagp dual-active
PAgP dual-active detection enabled: Yes
PAgP dual-active version: 1.1
Dual-Active Detection - Exclude Interfaces
一旦检测到双活情况,原先Active交换机将会禁用其上面的所有端口以确保不影响其余网络的正常工作,然而,对于用于管理用途的端口等,我们并不希望他们也被禁用,因为管理端口被禁用后就不能远程管理该交换机。
SW65VSS#conf t
Enter configuration commands, one per line. End with CNTL/Z.
SW65VSS(config)#)#switch virtual domain 10
SW65VSS(config-vs-domain)#dual-active exclude interface Gig 1/5/1
SW65VSS(config-vs-domain)#dual-active exclude interface Gig 2/5/1
SW65VSS(config-vs-domain)# ^Z
SW65VSS#
在电子电路中,VCC是电路的供电电压,VDD是芯片的工作电压。
VCC:C=circuit
表示电路的意思,
即接入电路的电压,
D=device
表示器件的意思,即器件内部的工作电压,在普通的电子电路中,一般VccVdd
。有些IC
同时有VCC和VDD,
这种器件带有电压转换功能。
C=circuit
表示电路的意思,
即接入电路的电压,在电子电路中,VCC是电路的供电电压。
扩展资料:
电路中电源符号的解释:
1、VDD:电源电压(单极器件);电源电压(4000系列数字电
路);漏极电压(场效应管)
2、VCC:电源电压(双极器件);电源电压(74系列数字电路);声控载波(Voice
Controlled
Carrier)
3、VSS::地或电源负极
4、VEE:负电压供电;场效应管的源极(S)
5、VPP:编程/擦除电压。
参考资料来源:百度百科-VDD
参考资料来源:百度百科-VCC