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

Same VLAN between multiple switches

Need to add some ports from switch1 and some ports from switch2 in same vlan and also i have to do many vlan on same, please explain the process.

 

Thanks,

Ramesh

2 Replies 2

Reza Sharifi
Hall of Fame
Hall of Fame

Just create the vlans you want to add the proper ports to it.

example

config t

vlan 20

name test

exit

inter gi1/0/1

switchport

switchport mode access

switchport access vlan 20

and so on..

Also, have a look at this link:

https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3750x_3560x/software/release/15-0_2_se/configuration/guide/3750x_cg/swvlan.pdf

HTH

 

Dennis Mink
VIP Alumni
VIP Alumni

Also, make sure you have a trunk between the two switches. there is plenty of documentation out there outlining how to do that.

Please remember to rate useful posts, by clicking on the stars below.