Comware Based
1753852 Members
9431 Online
108808 Solutions
New Discussion

permit vlan to trasmit each others

 
phil75
Occasional Contributor

permit vlan to trasmit each others

Hi everybody,

I've successfully configured on my 3com 4500 3 vlan:

1) the first one is 192.168.98.x 255.255.255.0;

2) the second one is 10.135.1.x 255.255.255.0;

3) the third one is 192.168.0.x 255.255.255.0.



Now I'd like to permit the routing between the vlans: I'd like to reach from my computer (192.168.98.77) the server (10.135.1.1) and so on... Can somebody help me?

Thnaks in advance

1 REPLY 1
richardkok
Frequent Advisor

Re: permit vlan to trasmit each others

first create the 3 vlans



vlan 10

description VLAN010

name VLAN010

#

vlan 11

description VLAN011

name VLAN011

#

vlan 12

description VLAN012

name VLAN012



and their interfaces



interface Vlan-interface10

ip address 192.168.98.1 255.255.255.0

interface Vlan-interface11

ip address 10.135.1.1 255.255.255.0

interface Vlan-interface12

ip address 192.168.0.1 255.255.255.0



enable routing

By default it is on, you should be able to access all vlans



you can place ACL's to avoid to allow or disallow traffic



regards

r.