General Command ;
-----------------
enable
Ctrl-Z
exit
disable
end
configure 'vlan-id'
configure interface
show status interface
sh cdp nei
sh status fa0/1
; Create VLAN ;
---------------
configure terminal
vlan 'vlan-id'
name vlan-name
mtu mtu-size
end
show vlan
copy running-config startup config
; Delete VLAN ;
---------------
configure terminal
no vlan 'vlan-id'
end
show vlan brief
copy running-config startup config
; assigning static port to vlan ;
---------------------------------
config int f0/1
switchport mode acces
switchport access "vlan-name'
end
show running-config
Semoga bermanfaat...
Cisco - Create, Delete, Assigning static port to VLAN
9:10 PM
Unknown