04-19-2005 11:58 AM - edited 03-02-2019 10:30 PM
We just purchased a 3560 switch and I want it to have it's own network number. Ex. 10.10.2.0 but our current network is 10.10.1.0.
I have a 1GB connect for the uplink to my current network. It is port 25.
Having never created a VLAN on a Cisco switch can someone point me in the right direction.
Any help is appreciated or if you can point me to a good link that walks you through setting it up.
04-19-2005 12:04 PM
04-20-2005 12:12 AM
Here you go
There are 2 modes to configure vlans on 3560
1) VLAN Configuration in config-vlan Mode
2) VLAN Configuration in VLAN Database Configuration Mode
1) Switch# configure terminal
Switch(config)# vlan 20
Switch(config-vlan)# name test20
Switch(config-vlan)# end
2) Switch# vlan database
Switch(vlan)# vlan 20 name test20
Switch(vlan)# exit
APPLY completed.
Here is the link for you
http://www.cisco.com/univercd/cc/td/doc/product/lan/cat3560/12119ea1/3560scg/swvlan.htm#1103064
HTH
Ankur
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide