Re: Regex expression

2017-09-25 Thread TR Shaw
\d{12,}

> On Sep 25, 2017, at 9:31 AM, craig washington  
> wrote:
> 
> Hello all, not sure if this is the right place for this.
> 
> I am not the best with Regex and was looking for an expression in a Juniper 
> that will match on only so many numbers.
> 
> Meaning, I am looking at the mpls lsp statistics "show mpls lsp transit 
> statistics" and I only want to see the LSP's that have larger Bytes, for 
> instance I only want to see stuff that has at least 12 digits or longer.
> 
> 
> 
> Any help would be greatly appreciated, and if this is the wrong thing to ask 
> here, I have no qualms with that either 
> 
> 
> Thanks again.
> 



signature.asc
Description: Message signed with OpenPGP


Re: Regex expression

2017-09-25 Thread Job Snijders
Hi Craig,

You are probably best off by reaching out to the Juniper NSP mailing list
at https://puck.nether.net/mailman/listinfo/juniper-nsp

Kind regards,

Job

On Mon, Sep 25, 2017 at 3:31 PM, craig washington <
craigwashingto...@hotmail.com> wrote:

> Hello all, not sure if this is the right place for this.
>
> I am not the best with Regex and was looking for an expression in a
> Juniper that will match on only so many numbers.
>
> Meaning, I am looking at the mpls lsp statistics "show mpls lsp transit
> statistics" and I only want to see the LSP's that have larger Bytes, for
> instance I only want to see stuff that has at least 12 digits or longer.
>
>
>
> Any help would be greatly appreciated, and if this is the wrong thing to
> ask here, I have no qualms with that either 
>
>
> Thanks again.
>
>


Regex expression

2017-09-25 Thread craig washington
Hello all, not sure if this is the right place for this.

I am not the best with Regex and was looking for an expression in a Juniper 
that will match on only so many numbers.

Meaning, I am looking at the mpls lsp statistics "show mpls lsp transit 
statistics" and I only want to see the LSP's that have larger Bytes, for 
instance I only want to see stuff that has at least 12 digits or longer.



Any help would be greatly appreciated, and if this is the wrong thing to ask 
here, I have no qualms with that either 


Thanks again.