cancel
Showing results for 
Search instead for 
Did you mean: 

Inter vlan without configuration

Inter vlan without configuration

Visconti
New Contributor III
Hi,
We have a problem with our network..
the routing switch serie B5 enterasys is configured as below:
**************************************************************************
#vlan

set vlan create 30

set vlan create 31

set vlan create 40

set vlan create 50

set vlan name 30 "VL-AUTOMAZIONE-PLC-AQ"

set vlan name 31 "VL-AUTOMAZIONE-MGT"

set vlan name 40 "VL-AUTOMAZIONE-PC-AQ"

set vlan name 50 "VL-BADGE-AQ"

clear vlan egress 1 ge.1.1-44

set vlan egress 30 ge.1.45-48 tagged

set vlan egress 30 ge.1.1-22 untagged

set vlan egress 31 ge.1.45-48 tagged

set vlan egress 40 ge.1.45-48 tagged

set vlan egress 40 ge.1.23-44 untagged

set vlan egress 50 ge.1.45-48 tagged

set host vlan 31

#Router Configuration

router

enable

configure

interface vlan 30

ip address 192.168.0.254 255.255.255.0

no shutdown

exit

interface vlan 31

ip address 192.168.10.254 255.255.255.0

no shutdown

exit

interface vlan 40

ip address 192.168.2.254 255.255.255.0

ip address 192.168.4.254 255.255.255.0 secondary

ip address 192.168.6.254 255.255.255.0 secondary

no shutdown
**********************************************************
But from my pc IP 10.130 vlan 31 I can ping one of pc IP 4.0 vlan 40

Can any one say me the reason ???
1 ACCEPTED SOLUTION

apurgert
New Contributor II

Just in case anyone comes across this, I found that my IP was only set on my interface.  I removed it from the router portion and then set it as the main IP of the switch.

View solution in original post

7 REPLIES 7

Tomasz
Valued Contributor II
Hi Visconti,

Indeed: when routing is enabled, VLANs with IP addresses (routable interfaces, SVIs in 'C' terminology) are routed.

Kind regards,
Tomasz

Visconti
New Contributor III
So will you tell me that to segregate the vlan is not enough to set the switch routing configuration as above?????
I must to set also the "no ip routing" ??????
Would this explain the ping between the various PCs of various VLANs?

Ronald_Dvorak
Honored Contributor
Hi,

as per CLI reference guide routing is enabled by default

-Ron

15593051a7cf4a839d8a56a85dbc849b_77109850-b780-47f7-b96b-50710795bc0c.png

GTM-P2G8KFN