[j-nsp] leaking into a VRF from inet.0?

Dave Diller dave at maxgigapop.net
Tue Apr 17 11:26:35 EDT 2007


>
> Yeah, I've got it working for direct using the same mechanism.
> That's not the issue... I'm trying to leak BGP routes from inet.0.

Just got it.

before:

inet.0: 18128 destinations, 18128 routes (18128 active, 0 holddown, 0  
hidden)
                  BGP:  18109 routes,  18109 active

TEST2.inet.0: 3 destinations, 3 routes (0 active, 0 holddown, 3 hidden)
Restart Complete
                  BGP:      2 routes,      0 active


[edit protocols bgp]
+  family inet {
+      unicast {
+          rib-group LEAK-to-TEST2;
+      }
+  }

with
dave at RE1-lab-t640# show routing-options rib-groups LEAK-to-TEST2
import-rib [ inet.0 TEST2.inet.0 ];

post-commit:

inet.0: 18130 destinations, 18130 routes (18130 active, 0 holddown, 0  
hidden)
                  BGP:  18111 routes,  18111 active

TEST2.inet.0: 18114 destinations, 18114 routes (18111 active, 0  
holddown, 3 hidden)
Restart Complete
                  BGP:  18113 routes,  18111 active

-dd


More information about the juniper-nsp mailing list