Vous êtes sur la page 1sur 2

int range f0/7-12 switchport trunk encapsulation dot1q switchport mode trunk duplex full speed 100

int range f0/7-10 switchport trunk encapsulation dot1q switchport mode trunk duplex full speed 100 Use show interfaces trunk command on each switch to make sure the trunking is wo rking configure DLS1 and DLS2 vtp version 2 vtp mode server vtp domain NST Vtp password cisco vtp pruning configure ALS1 and ALS2 vtp version 2 vtp mode transparent vtp domain NST vtp password cisco On DLS1 configure the vlans for the distribution layer vlan 5 vlan 15 vlan 20 vlan 30 On ALS1 configure the local vlans vlan 5 vlan 15 On ALS2 configure the local vlans vlan 20 vlan 30 confused on step 4 conflicts with step 2 configrue all unused ports to vlan 666 and shutdown the port for DLS1 and DLS2 int range f0/1 -6, f0/13-24 switchport mode access switchport access vlan 666 shutdown for ALS1 and ALS2 int range f0/1 -6, f0/11-24 switchport mode access switchport access vlan 666 shutdown

Now you need to prune unnecisary vlans on DLS1 and DLS2 int range f0/7 - 12 switchport trunk allowed vlan 5,15,20,30 on ALS1 int range f0/7 - 10 switchport trunk allowed vlan 5,15 on ALS2 int range f0/7 - 10 switchport trunk allowed vlan 20,30 Program the trunks with native vlan 555 on DLS1 and DLS2 int range f0/7 - 12 switchport native vlan 555 on ALS1 and ALS2 int range f0/7 - 10 switchport navtive vlan 555 Step 8 seems to be the same as step 5 (unless I am missing something)

Vous aimerez peut-être aussi