交换机vtp 端口聚合 生成树
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
此任务是在三层交换机上配置VTP其他的交换机学习VTP,并在两个三层交换机上做端口聚合,在二层交换机上配置生成树协议,最终实现全网通信:
SunhaoA
sunhaoA#show run
hostname sunhaoA
interface FastEthernet0/1
channel-group 1 mode on
switchport mode trunk
interface FastEthernet0/2
channel-group 1 mode on
switchport mode trunk
interface FastEthernet0/3
switchport mode trunk
sunhaoA#show vtp status
VTP Version : 2
Configuration Revision : 1
Maximum VLANs supported locally : 1005
Number of existing VLANs : 7
VTP Operating Mode : Server
VTP Domain Name : sunhao
VTP Pruning Mode : Disabled
VTP V2 Mode : Disabled
VTP Traps Generation : Disabled
MD5 digest : 0x76 0xF9 0x8C 0xEF 0x30 0x54 0x5E 0x81
Configuration last modified by 0.0.0.0 at 3-1-93 00:09:37
Local updater ID is 0.0.0.0 (no valid interface found)
sunhaoB
sunhaoB#show run
hostname sunhaoB
interface FastEthernet0/1
channel-group 1 mode on
switchport mode trunk
interface FastEthernet0/2
channel-group 1 mode on
switchport mode trunk
interface FastEthernet0/3
switchport mode trunk
sunhaoB#show vtp status
VTP Version : 2
Configuration Revision : 0
Maximum VLANs supported locally : 1005
Number of existing VLANs : 5
VTP Operating Mode : Client
VTP Domain Name : sunhao
VTP Pruning Mode : Disabled
VTP V2 Mode : Disabled
VTP Traps Generation : Disabled
MD5 digest : 0x5B 0xA7 0xFB 0x94 0xFA 0x80 0xF8 0xB5 Configuration last modified by 0.0.0.0 at 0-0-00 00:00:00
sunhaoC
sunhaoC#show run
sunhaoC#show run
hostname sunhaoC
interface FastEthernet0/3
switchport mode trunk
interface FastEthernet0/4
switchport mode trunk
spanning-tree portfast
interface FastEthernet0/5
switchport mode trunk
spanning-tree portfast
sunhaoC#show vtp status
VTP Version : 2
Configuration Revision : 1
Maximum VLANs supported locally : 255
Number of existing VLANs : 7
VTP Operating Mode : Client
VTP Domain Name : sunhao
VTP Pruning Mode : Disabled
VTP V2 Mode : Disabled
VTP Traps Generation : Disabled
MD5 digest : 0x76 0xF9 0x8C 0xEF 0x30 0x54 0x5E 0x81 Configuration last modified by 0.0.0.0 at 3-1-93 00:09:37
sunhaoD
sunhaoD#show run
hostname sunhaoD
interface FastEthernet0/3
switchport mode trunk
interface FastEthernet0/4
switchport mode trunk
spanning-tree portfast
interface FastEthernet0/5
switchport mode trunk
spanning-tree portfast
sunhaoD#show vtp status
VTP Version : 2
Configuration Revision : 0
Maximum VLANs supported locally : 255
Number of existing VLANs : 5
VTP Operating Mode : Client
VTP Domain Name : sunhao
VTP Pruning Mode : Disabled
VTP V2 Mode : Disabled
VTP Traps Generation : Disabled
MD5 digest : 0x5B 0xA7 0xFB 0x94 0xFA 0x80 0xF8 0xB5 Configuration last modified by 0.0.0.0 at 0-0-00 00:00:00