A 4506 switch is connected to 3550 through the trunk port, and then connected to 6 switches through trunk under 3550!
The specific configuration is as follows:
4506:
Do trunk on int gi4/1, encapsulation dot1q
vtp domain cisco
vtp mode server divides 10 vlans
3550:
6 trunk ports were made to connect to the 6-tetra switch below!
int range fa0/1-6
switchport trunk encapsulation dot1q
switchport mode trunk
vtp domain cisco
vtp mode client
The fa0/1 of the other 6 switches are used as the trunk port and the above 3550 connection;
int range fa0/1
witchport trunk encapsulation dot1q
switchport mode trunk
vtp domain cisco
vtp mode client
All switches do TRUNK to learn vlan information from each other;
Note: There is no concept of vtp in 3com switches, only Cisco switches can do it. Article entry: csh Editor in charge: csh
The specific configuration is as follows:
4506:
Do trunk on int gi4/1, encapsulation dot1q
vtp domain cisco
vtp mode server divides 10 vlans
3550:
6 trunk ports were made to connect to the 6-tetra switch below!
int range fa0/1-6
switchport trunk encapsulation dot1q
switchport mode trunk
vtp domain cisco
vtp mode client
The fa0/1 of the other 6 switches are used as the trunk port and the above 3550 connection;
int range fa0/1
witchport trunk encapsulation dot1q
switchport mode trunk
vtp domain cisco
vtp mode client
All switches do TRUNK to learn vlan information from each other;
Note: There is no concept of vtp in 3com switches, only Cisco switches can do it. Article entry: csh Editor in charge: csh