Sei sulla pagina 1di 2

!

These commands used are in a document


! In the Nuggetlab files for this series.

! Configure switch to create VLANs

conf t
vlan 50
name Guest
exit

vlan 60
name Corporate
exit

vlan 70
name Mgmnt
exit

! Assign ACCESS PORTs to customer connections

interface range g0/20-22


switchport mode access
switchport access vlan 50
exit

do show vlan brief

! Assign ACCESS PORT for LW-AP

interface g0/23
switchport mode access
switchport access vlan 60

! Expedite old STP transition to forwarding

spanning-tree portfast

! Allow L3 markings to be recognized

mls qos trust dscp


exit

! Configuring TRUNK port to WLC or


! Standalone AP with multiple SSIDs or
! Hybrid Remote-Edge Access Point (H-REAP)

int g 0/24
switchport trunk encapsulation dot1q
switchport mode trunk
spanning-tree portfast trunk

! Allow L2 markings to be recognized

mls qos trust cos

end
wr

show int trunk

show int g0/1 switchport

Potrebbero piacerti anche