the commands to assign a port to a vlan in the 3500 series is as follows...
 
config t
interface xxxxx (port you wish to add)
switchport mode access (Enter the VLAN membership mode for static-access ports)
switchport access vlan 2 (assign port to VLAN)
end
 
Verfiy
show int xxxxx switchport
 
-chris
 
i have a 3548xl and wish to create 2 vlans.  is this possible.  i was able to create the 2nd vlan but cant find the command to add ports to the vlan.  any help would be apprecieated.

Reply via email to