cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
251
Views
1
Helpful
3
Replies

Vlans comunication

correa
Level 1
Level 1

IO use a catalyst 3550 12T, i have made 3 Vlans and i want that the Vlan1 and the Vlan2 cane communicate

Thanks

3 Replies 3

lgijssel
Level 9
Level 9

Suppose you have an L3 image & correctly setup vlans.

conf t

int vlan1

ip adress x.x.x.x 255.255.255.0

int vlan2

ip adress x.y.y.x 255.255.255.0

end

The configured IPs are the gateway adresses. Thats all!

Ok the ip are the gateway adresses but i need that the Vlan 1 can communicate whith 2 Vlan how does i do

thanks

With the given config in place, you can route between the two vlans.

On layer2 (bridging) there is no connectivity between vlans.

When you want layer2 connectivity, you need to have ports within the same vlan.