[c-nsp] v6 address in ext acc list?

Randy Bush randy at psg.com
Mon Aug 8 16:23:47 EDT 2005


ipv6 unicast-routing

ipv6 route 2001:418:1::/48 null0 250

ipv6 prefix-list v6-to-bgp-orig permit 2001:418:1::/48

route-map static6-to-bgp permit 1
 match ipv6 address prefix-list v6-to-bgp-orig
 set nlri unicast multicast
 set origin igp

router bgp 3130
 bgp router-id 147.28.255.1
 bgp log-neighbor-changes
 no synchronization
 no auto-summary
 bgp deterministic-med
 distance mbgp 15 15 150
 redistribute static route-map static4-to-bgp
 redistribute connected route-map connected-to-bgp
 address-family ipv6 unicast
 redistribute static route-map static6-to-bgp

but

psg0#sh ipv6 route static 
IPv6 Routing Table - 9 entries
Codes: C - Connected, L - Local, S - Static, R - RIP, B - BGP
       U - Per-user Static route
       I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary
       O - OSPF intra, OI - OSPF inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
       ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
S   2001:418:1::/48 [250/0]
     via ::, Null0

yet

psg0#sh ipv6 route bgp    
IPv6 Routing Table - 9 entries
Codes: C - Connected, L - Local, S - Static, R - RIP, B - BGP
       U - Per-user Static route
       I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary
       O - OSPF intra, OI - OSPF inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
       ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2

randy



More information about the cisco-nsp mailing list