4503
vlan 8
name Sales ! or whatever you want to call it.
int range g1/8 -12 ,f2/44 -48
switchport
switchport access vlan 8
switchport mode access
int range g1/13 -20
switchport
switchport trunk encap dot1q
switchport mode trunk
2960:
vlan 8
name Sales
int range f0/20 -24
switchport access vlan 8
switchport mode access
int g0/1
switchport mode trunk
|