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.
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 < craigwashington01@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.
\d{12,}
On Sep 25, 2017, at 9:31 AM, craig washington <craigwashington01@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.
participants (3)
-
craig washington
-
Job Snijders
-
TR Shaw