Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi @kbk989 ,
The issue with the current configuration is that the word "seq" and "1" at the end of the "match ip address prefix-list advertise-out-local seq 1" statement are interpreted as prefix-lists. As there is no "ip prefix-list seq" or "ip pref...
Hi @kbk989 ,
The route-map is incorrect. It should be:
route-map as7098 permit 1match ip address prefix-list advertise-out-local!route-map as7098 permit 2match ip address prefix-list advertise-out-remoteset as-path prepend 6090 6090!
By the way, 10.2...
Hi @daniel ng ,
> apparently, 'ipv6 enable' command also enables the RA listening.
On IOS-XE, "ipv6 enable" is not sufficient to get a working configuration. You also need to configure "ipv6 nd autoconfig default-route" if you want the router to inst...
Hi @daniel ng ,
> however, the relay agent still shows zero.
I am observing the same behavior. I am not sure why that is.
> one thing to note is that the IOS XE client needs 'ipv6 address autoconfig'
This command is not required. "ipv6 enable" is suf...