[c-nsp] Community tag Question..
Nick Hilliard
nick at foobar.org
Mon Jan 12 17:12:14 EST 2015
On 12/01/2015 21:44, CiscoNSP List wrote:
> 0.0.0.0 I want tagged with 1234:3000 1234:3010 1234:5000 1234:11000
>
> and ALL routes (Including default), I want tagged with 1234:3000 1234:3010 1234:11000
Is this what you're trying to do?:
ip prefix-list GRT_DEFAULT_ROUTE permit 0.0.0.0/0
route-map UPSTREAM_A permit 10
set community 1234:3000 1234:3010 1234:11000
route-map UPSTREAM_A permit 20
match ip address prefix-list GRT_DEFAULT_ROUTE
set community 1234:5000 additive
Nick
More information about the cisco-nsp
mailing list