Quantcast
Channel: All Ethernet Switching posts
Viewing all articles
Browse latest Browse all 10307

VME interface in subnet of an existing VLAN

$
0
0

Hi, I'm trying to configure an OOB management interface for a VC composed of 4 EX3300's. 

The vme interface's IP is 192.168.129.101 while there's a "management" VLAN on the switch which is 192.168.129.0/24 and 192.168.129.1 is the addres for the inter-VLAN routing.

 

 

interfaces {
vlan {
unit 105 {
family inet {
address 192.168.129.1/24;
}
} vme { unit 0 { family inet { address 192.168.129.101/24; } } } }

 

 

If I connect the OOB interface to a port on the switch un-tagged with the "management" VLAN I loose connectivity to other devices in the same subnet; running a show route I get this:

 

 

192.168.129.0/24   *[Direct/0] 04:54:31> via vlan.105
                    [Direct/0] 00:12:34> via vme.0

where the first direct route (via vlan.105) is the correct one, while the second one is added only when the port is plugged in.

 

This is what I get from show interfaces

 

run show interfaces vme.0 extensive
  Logical interface vme.0 (Index 7) (SNMP ifIndex 36) (HW Token 65535)
   (Generation 10)
    Flags: Up SNMP-Traps Encapsulation: ENET2
    Traffic statistics:
     Input  bytes  :               618544
     Output bytes  :               146680
     Input  packets:                 9615
     Output packets:                 1242
    Local statistics:
     Input  bytes  :               618544
     Output bytes  :               146680
     Input  packets:                 9615
     Output packets:                 1242
    Protocol inet, MTU: 1500, Generation: 177, Route table: 0
      Flags: None
      Addresses, Flags: Is-Preferred Is-Primary
        Destination: 192.168.129/24, Local: 192.168.129.101,
        Broadcast: 192.168.129.255, Generation: 5
run show interfaces terse | match vme
vme                     up    up
vme.0                   up    up   inet     192.168.129.101/24

Any ideas as to why this happens? I don't want the second Direct route to be created, but I see no options to disable it...

 

What am I doing wrong?

Thank you!

 


Viewing all articles
Browse latest Browse all 10307

Trending Articles