[j-nsp] IPv6 static default route in routing instance?

Gordon Smith gordon at gswsystems.com
Wed Jun 13 01:48:48 EDT 2012


 Hi,

 Just wondering if anybody's come across this before - default IPv6 
 static not appearing in the routing instance inet6 table...

 Instance is a VRF:

 instance-type vrf;
 interface ge-1/1/0.503;
 interface ge-1/1/0.504;
 route-distinguisher 56263:101;
 vrf-import [ reject-all ];
 vrf-export [ reject-all ];
 vrf-table-label;
 routing-options {
     graceful-restart;
     rib dmz.inet6.0 {
         static {
             route ::/0 next-hop xxxx:a500:0:2::1;
         }
     }
     static {
         route 0.0.0.0/0 {
             next-hop xxx.x.216.54;
             no-readvertise;
         }
     }
 }


 Looking at the dmz.inet6.0 table shows directly connected routes, but 
 not the default.
 In contrast, dmz.inet.0 has a v4 default as expected.

 I must be doing something wrong here....



More information about the juniper-nsp mailing list