Sie sind auf Seite 1von 4

Configuration S1 interface vlan 55 ip add 10.10.55.11 255.255.255.0 no shutdown exit ip default gateway 10.10.55.1 !

interface range fastEthernet 0/19-24 switchport mode trunk switchport trunk native vlan 55 no shutdown exit ! vtp mode server vtp domain BRANCH vtp password vtpbranch exit ! vlan 40 name Staff vlan 50 name Admin vlan 55 name Management vlan 80 name Wireless exit ! spanning-tree vlan 1 priority 12288 spanning-tree vlan 40 priority 12288 spanning-tree vlan 50 priority 12288 spanning-tree vlan 55 priority 12288 spanning-tree vlan 80 priority 12288 exit copy run start !

Configuration S2 interface vlan 55 ip add 10.10.55.12 255.255.255.0 no shutdown exit ip default gateway 10.10.55.1 ! interface range fastEthernet 0/19-24 switchport mode trunk switchport trunk native vlan 55 no shutdown exit ! vtp mode client vtp domain BRANCH vtp password vtpbranch ! ! interface range fastEthernet 0/1-17 switchport mode acces no shutdown exit ! interface range fastEthernet 0/1-10 switchport access vlan 40 no shutdown exit ! interface range fastEthernet 0/11-17 switchport access vlan 50 no shutdown exit ! spanning-tree vlan 1 priority 16384 spanning-tree vlan 40 priority 16384 spanning-tree vlan 50 priority 16384 spanning-tree vlan 55 priority 16384 spanning-tree vlan 80 priority 16384

Configuration S3 interface vlan 55 ip add 10.10.55.13 255.255.255.0 no shutdown exit ip default gateway 10.10.55.1

interface range fastEthernet 0/19-24 switchport mode trunk switchport trunk native vlan 55 no shutdown end vtp mode client vtp domain BRANCH vtp password vtpbranch end

interface range fastEthernet 0/1-18 switchport mode trunk no shutdown exit interface range fastEthernet 0/1-10 switchport access vlan 40 no shutdown exit interface range fastEthernet 0/11-17 switchport access vlan 50 no shutdown exit interface range fastEthernet 0/18 switchport access vlan 80 no shutdown exit

Configuration Branch Branch interface fastEthernet 0/0 no shutdown exit interface fastEthernet 0/0.40 encapsuation dot1q 40 ip address 10.10.40.1 255.255.255.0 exit interface fastEthernet 0/0.50 encapsuation dot1q 50 ip address 10.10.50.1 255.255.255.0 exit interface fastEthernet 0/0.55 encapsuation dot1q 55 ip address 10.10.55.1 255.255.255.0 exit interface fastEthernet 0/0.80 encapsuation dot1q 80 ip address 10.10.80.1 255.255.255.0 exit

Das könnte Ihnen auch gefallen