Help us to see, I have no problem with the configuration file! Zhuceji send a boson netsim 6. MAIL leave your answer questions after I sent you!
1, installed VTP DOMAIN (3550 core and 2950 have set up branch exchange)
2, configuration relay (3550 core and 2950 have set up branch exchange)
3, the creation of VLANs (core runs in 3550)
4, will be assigned to VLAN Port Switch
5, the three-tier exchange allocation
1. 3550EMI exchange center Configuration
(1) activation vlan routing
Switch3550#config t
Switch3550 (configure) #ip routing
(2) the creation of two VLAN
Switch3550#
Switch3550#vlan database
Switch3550 (vlan) #vlan 546
Switch3550 (vlan) #vlan 3126
Switch3550 (vlan) #exit
(3) to the distribution of IP VLAN
Switch3550#config t
Switch3550 (configure) #config vlan546
Switch3550 (config-if) #ip address 10.32.5.1 255.255.255.0
Switch3550 (config-if) #no shutdown
Switch3550#config t
Switch3550 (configure) #config vlan3126
Switch3550 (config-if) #ip address 10.32.58.31 255.255.255.0
Switch3550 (config-if) #no shutdown
(4) allocated VTP
Switch3550#
Switch3550#config t
Switch3550 (configure) #vtp domain SZHBJ
Switch3550 (configure) #vtp mode server
Switch3550 (configure) #end
(5) allocation Trunk
Switch3550#
Switch3550#config t
Switch3550 (configure) #interface gigabitethernet0/1 (7 gigabitethernet0/2 even SWITCH and the FORTRAN computational GOTO etc.)
Switch3550 (config-if) #switchport trunk encapsulation dot1q
Switch3550 (config-if) #switchport mode trunk
Switch3550 (config-if) #end
Switch3550#
Switch3550#config t
Switch3550 (configure) #interface FASTthernet0/1 (even SWITCH and the FORTRAN computational GOTO etc.)
Switch3550 (config-if) #switchport trunk encapsulation dot1q
Switch3550 (config-if) #switchport mode trunk
Switch3550 (config-if) #end
Switch3550#
Switch3550#config t
Switch3550 (configure) #interface FASTthernet0/2 (even SWITCH and the FORTRAN computational GOTO etc. 2)
Switch3550 (config-if) #switchport trunk encapsulation dot1q
Switch3550 (config-if) #switchport mode trunk
Switch3550 (config-if) #end
. . . . . . . . . . . . . . . . . . . . . . (FAS has been to 0/6 even SWITCH and the FORTRAN computational GOTO etc. 6)
(6) The path leading to the center joints of the allocation of IP Switch
Switch3550#
Switch3550#config t
Switch3550 (configure) #interface fastethernet0/20
Switch3550 (config-if) #no switchport
Switch3550 (config-if) #ip address 10.32.5.13 255.255.255.0
Switch3550 (config-if) #no shutdown
(7) the default configuration to the center Routing Switch
Switch3550#
Switch3550#config t
Switch (configure) #ip route 0.0.0.0 0.0.0.0 10.32.5.12
(8) VLAN assigned to its IP Adapter
Switch3550#
Switch3550#config t
Switch3550 (configure) #interface fastethernet0/7
Switch3550 (config-if) mode access #switchport
Switch3550 (config-if) #switchport access vlan546
Switch3550 (config-if) #spanning-tree portfast
… …
Switch3550#
Switch3550#config t
Switch3550 (configure) #interface fastethernet0/20
Switch3550 (config-if) mode access #switchport
Switch3550 (config-if) #switchport access vlan546
Switch3550 (config-if) #spanning-tree portfast
Switch3550#
Switch3550#config t
Switch3550 (configure) #interface fastethernet0/22 (FA 0/22-SPEED ROUTER 2611)
Switch3550 (config-if) mode access #switchport
Switch3550 (config-if) #switchport access vlan3126
Switch3550 (config-if) #spanning-tree portfast
Switch3550#
Switch3550#config t
Switch3550 (configure) #interface fastethernet0/23 (I-Fiber Transceiver RJ45 FA vs 3550)
Switch3550 (config-if) mode access #switchport
Switch3550 (config-if) #switchport access vlan3126
Switch3550 (config-if) #spanning-tree portfast
(9) examine the distribution of
Switch3550#show vlan
Switch3550#show ip route
Switch3550#show interface gigabitethernet0/1 switchport
Switch3550#show run
Switch3550#show vtp status
(11) deposit allocation
Switch3550#copy running-config startup-config
2. In Swith1-7 Access Switch (2950), VLAN Configuration
(1) TRUNK allocation (1 and 7 For SWITCH and the FORTRAN computational GOTO etc.)
Switch1#
Swtich1#config t
Switch1 (configure) #interface fastethernet0/24
Switch1 (config-if) #switchport trunk encapsulation dot1q
Switch1 (config-if) #switchport mode trunk
Switch1 (config-if) #end
Switch7#
Swtich7#config t
Switch7 (configure) #interface gigabitethernet0/2
Switch7 (config-if) #switchport trunk encapsulation dot1q
Switch7 (config-if) #switchport mode trunk
Switch7 (config-if) #end
(2) allocation of VTP
Switch1#
Switch1#config t
Switch1 (configure) mode client #vtp
Switch1 (configure) #vtp domain szhbj
Switch1 (configure) #end
(3) adapter to its distribution VLAN
Switch1#
Switch1#config t
Switch1 (configure) #interface fastethernet0/1
Switch1 (config-if) mode access #switchport
Switch1 (config-if) #switchport access vlan546
Switch1 (config-if) #spanning-tree portfast
… …
(With the other port configuration, until fastethernet0/23, Switch7 to fastethernet0/24)
(4) distribution of survival
Switch1#copy running-config startup-config
(Switch with other 1-7)