Re: [j-nsp] apply-path regex for specific interface matching

2014-04-07 Thread Ben Dale
/junos12.1/topics/concept/junos-cli-wildcard-characters-configuration-groups-usage.html > > Cheers > Mike > > -Original Message- > From: juniper-nsp > [mailto:juniper-nsp-boun...@puck.nether.net<mailto:juniper-nsp-boun...@puck.nether.net>] > On Behalf Of Ben Dale &

Re: [j-nsp] apply-path regex for specific interface matching

2014-04-07 Thread Dave Bell
> > > Cheers > > Mike > > > > -Original Message- > > From: juniper-nsp [mailto:juniper-nsp-boun...@puck.nether.net] On > Behalf Of Ben Dale > > Sent: Wednesday, 26 February 2014 9:43 AM > > To: juniper-nsp@puck.nether.net > > Subject: [j-ns

Re: [j-nsp] apply-path regex for specific interface matching

2014-04-06 Thread Chris Adams
Once upon a time, Ben Dale said: > Dredging up an old thread here, but I have a requirement for an apply-path > that matches ae* and ge-1/[01]/[0-4] unit * (for a prefix-list). > > I must be missing something fundamental about the regex you can use in > apply-path though, because all combinatio

Re: [j-nsp] apply-path regex for specific interface matching

2014-04-06 Thread Ben Dale
rd-characters-configuration-groups-usage.html > > Cheers > Mike > > -Original Message- > From: juniper-nsp [mailto:juniper-nsp-boun...@puck.nether.net] On Behalf Of > Ben Dale > Sent: Wednesday, 26 February 2014 9:43 AM > To: juniper-nsp@puck.nether.net > Sub

Re: [j-nsp] apply-path regex for specific interface matching

2014-02-25 Thread Michael Gehrmann
...@puck.nether.net] On Behalf Of Ben Dale Sent: Wednesday, 26 February 2014 9:43 AM To: juniper-nsp@puck.nether.net Subject: [j-nsp] apply-path regex for specific interface matching Hi all, I'm trying to generate a prefix-list for all CE-facing interfaces on a PE (assume L3VPN). As a test, I&#

Re: [j-nsp] apply-path regex for specific interface matching

2014-02-25 Thread Jason Munns
I think the ge- part needs to be inside the <>, so try Jason On 26 February 2014 09:42, Ben Dale wrote: > Hi all, > > I'm trying to generate a prefix-list for all CE-facing interfaces on a PE > (assume L3VPN). > > As a test, I'm just trying to match all ge interfaces, but the following > retu

Re: [j-nsp] apply-path regex for specific interface matching

2014-02-25 Thread Dave Bell
Try . Dave On 25 Feb 2014 22:45, "Ben Dale" wrote: > Hi all, > > I'm trying to generate a prefix-list for all CE-facing interfaces on a PE > (assume L3VPN). > > As a test, I'm just trying to match all ge interfaces, but the following > returns no match at all: > > prefix-list CE-LINKS { > ap

[j-nsp] apply-path regex for specific interface matching

2014-02-25 Thread Ben Dale
Hi all, I'm trying to generate a prefix-list for all CE-facing interfaces on a PE (assume L3VPN). As a test, I'm just trying to match all ge interfaces, but the following returns no match at all: prefix-list CE-LINKS { apply-path "interfaces ge-<*> unit <*> family inet address <*>"; } I'v