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

vlan-tagging unit 0 vlan-id 0 - losing ping after sub-interface

$
0
0

Model: ex4200-24p, ex4200-24t
Junos: 15.1R6.7

 

I have two switches back-to-back able to ping one another's directly-connected interface.  I start with this working configuration on one of the switches:

 

 ge-0/0/10 {

    unit 0 {

        family inet {

            address 10.0.0.2/24;
        }

}

 

Then when I add a sub-interface (unit), I can no longer ping on the 10.0.0.0/24 network. 

  

ge-0/0/10 {
  vlan-tagging;
    unit 0 {
       vlan-id 0;
          family inet {
              address 10.0.0.2/24;
          }
      }
      unit 15 {
          vlan-id 15;
          family inet {
              address 10.0.15.2/24;
          }
      }
  }

 

show interfaces terse reveals that the interfaces are all up/up.  I am losing an ospf neighborship, too.

 

Any insights?  Is this expected behavior?


Viewing all articles
Browse latest Browse all 10307

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>