[c-nsp] IOS-XR RPL parameters
James Jun
james at towardex.com
Fri Dec 9 18:16:31 EST 2016
Hey,
On Fri, Dec 09, 2016 at 04:11:39PM -0500, Jason Lixfeld wrote:
> RP/0/0/CPU0:xr(config-rpl)#if community matches-any ( 1234:600[0..9] ) then
You will need to use regex with community-set for that:
!
community-set a-all-net
ios-regex '^64552:5...$'
end-set
!
route-policy test
if community matches-any a-all-net then
# do stuff here
done
endif
end-policy
!
James
More information about the cisco-nsp
mailing list