Routing

last person joined: 3 days ago 

Ask questions and share experiences about ACX Series, CTP Series, MX Series, PTX Series, SSR Series, JRR Series, and all things routing, including portfolios and protocols.
  • 1.  Ipv6 address - inet6.0 is not populated

    Posted 06-29-2013 16:47
      |   view attached

    ipv6 address is configured but inet6.0 table is not populated, however a neighbor can ping to this ipv6address.

     

     

    root@JunOS-R4# show interfaces em2
    unit 0 {
    family inet {
    address 192.168.90.18/30;
    }
    family inet6 {
    address 2001:db8:9000:4300::8/64;
    }
    }

     

     

     

    root@JunOS-R4# run show route table inet6.0

    [edit]
    root@JunOS-R4#

    Attachment(s)

    txt
    ipv6-config.txt   2 KB 1 version


  • 2.  RE: Ipv6 address - inet6.0 is not populated

    Posted 06-30-2013 01:34
    What system are you testing this on? This is kind of weird. Does show route, show up this route? What if you create a static IPv6 route, does the table gets populated?


  • 3.  RE: Ipv6 address - inet6.0 is not populated
    Best Answer

     
    Posted 06-30-2013 06:55

    Hi,

     

    You have configured em2 interface under VRF instance while you are checking the IPv6 route in global instance. Hence you don't see it.

     

    Please use "show route table VRF-UNI.inet6.0" instead to see the route.

     

    Regards

    Surya



  • 4.  RE: Ipv6 address - inet6.0 is not populated

    Posted 06-30-2013 11:43

    oops! I missed that and it was exacly what I was supposed to be looking for. Nice observation. That should fix it. Awesome!