Switches, Hubs, and Modems
1745791 Members
3877 Online
108722 Solutions
New Discussion юеВ

vlan setup on a 3400 cl

 
bambin0
New Member

vlan setup on a 3400 cl

I have set up a two vlans on a 3400cl and I want to be able to have the a device from one vlan be able to communicate with another device to the other vlan.
3 REPLIES 3
cenk sasmaztin
Honored Contributor

Re: vlan setup on a 3400 cl

very easy test config for you copy and paste this config on switch

ip routing
snmp-server community "public" Unrestricted
vlan 1
name "test1"
untagged 1-10
ip address 192.168.0.1 255.255.255.0
no untagged 11-20
exit
vlan 2
name "test2"
untagged 11-20
ip address 192.168.1.1 255.255.255.0
exit



AND

connect interface 1 first pc (this pc vlan 1 member)
ip address :192.168.0.10
subnet mask :255.255.255.0
default gateway :192.168.0.1


connect interface 11 secont pc (this pc vlan 2 member)
ip address :192.168.1.10
subnet mask :255.255.255.0
default gateway :192.168.1.1

and make test (ping between pc)
cenk

bambin0
New Member

Re: vlan setup on a 3400 cl

does there have to be two seperate gateways?

It is our web interface for our mitel switch that I want on a seperate vlan.

cenk sasmaztin
Honored Contributor

Re: vlan setup on a 3400 cl

yes if you want sperate vlan and comminicate between vlan's have two seperate gateway.

each vlan L3 interface similar router interface
for internet connection you must have create other vlan
cenk