cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1202
Views
0
Helpful
2
Replies

Create a VLAN on a 3560 switch

boschrexroth
Level 1
Level 1

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.

2 Replies 2

ankurbhasin
Level 9
Level 9

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