03-01-2014 09:05 PM
Hi,
I want to ask a question cisco experts. I have couple of cisco asr 9006. I have to reload with cef problem after then reload I saw didn't advertise ip blocks my router.
I checked the configuration then I saw 2a02:ac80::/32 Null0 240 the configs are correct.
I could remove the config no 2a02:ac80::/32 Null0 240 after that wrote config again 2a02:ac80::/32 2a02:ac80::1 after then start to advertisement.
What can I wrong?
I know IOS bgp advertisement. Have to ip blocks per null0 routes. What different IOS and XR?
03-04-2014 12:45 PM
Hi,
Looks like you redistribute static route into BGP. Do you have other static routes other than the route you mentioned above? If yes, did they have same problem too? In term of BGP advertisement, there is no difference between IOS and XR.
thanks,
rivalino
03-04-2014 11:14 PM
Hi, yes I have.
I'm using Cisco IOS XR Software, Version 4.1.2[Default]
My bgp conf are below.
!
prefix-set IPV6_Dist
2a02:ac80::/32
end-set
!
route-policy Dist_IPV6
if destination in IPV6_Dist then
pass
else
drop
endif
end-policy
!
router static
address-family ipv6 unicast
2a02:ac80::/32 Null0 240
!
neighbor
remote-as xxxx
password encrypted
description
update-source TenGigE0/1/0/0.103
address-family ipv6 unicast
route-policy Accept-All in
maximum-prefix 512000 95
route-policy IPV6 out
soft-reconfiguration inbound always
!
!
RP/0/RSP1/CPU0:#sh bgp ipv6 unicast summary
Neighbor Spk AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down St/PfxRcd
0
RP/0/RSP1/CPU0:#sh bgp ipv6 unicast advertised summary
Wed Mar 5 09:13:13.516 GMT
RP/0/RSP1/CPU0:#sh bgp ipv6 unicast advertised
Wed Mar 5 09:13:15.754 GMT
RP/0/RSP1/CPU0:#
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide