[c-nsp] Community tag Question..
CiscoNSP List
cisconsp_list at hotmail.com
Mon Jan 12 17:27:51 EST 2015
Hi Everyone - And thanks for the quick replies!
Got a suggestion almost immediately off-list to try "swapping" route-map entries 30 + 20 - this has worked....Is the "additive" method the correct way(also?)?
Basically - What I want to be able to do, is leak(from GRT) default-only to one vrf, and also default+full table to another vrf
Cheers.
> Date: Mon, 12 Jan 2015 22:12:14 +0000
> From: nick at foobar.org
> To: cisconsp_list at hotmail.com; cisco-nsp at puck.nether.net
> Subject: Re: [c-nsp] Community tag Question..
>
> 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