Hi Everyone,
I need a help to transform this Cisco IOS command:
ip as-path access-list 50 permit _([0-9]+)_\1_\1_
in Juniper JUNOS policy-options.
Best regards,
Marco
M. +39 348 6019349
Hi Everyone,
I need a help to transform this Cisco IOS command:
ip as-path access-list 50 permit _([0-9]+)_\1_\1_
in Juniper JUNOS policy-options.
Best regards,
Marco
M. +39 348 6019349
There's no backref support in the regex subset that juniper has chosen
to implement, see
http://juniper.cluepon.net/index.php/ER_Detect_AS-PATH_prepends
- and I don't think Juniper has gone anywhere with that engineering request.
There's no backref support in the regex subset that juniper has chosen
to implement, see
http://juniper.cluepon.net/index.php/ER_Detect_AS-PATH_prepends- and I don't think Juniper has gone anywhere with that engineering
request.
Why wouldn't ".{3}" work, for this case?
There's no backref support in the regex subset that juniper has chosen
to implement, see
http://juniper.cluepon.net/index.php/ER_Detect_AS-PATH_prepends- and I don't think Juniper has gone anywhere with that engineering
request.Why wouldn't ".{3}" work, for this case?
Or, to better align with the given Cisco example: ".* .{3} .*"
Hi,
thanks for all info but with my 11.4R7.5 I cannot implement the check.
Regards,
Marco
Because the OP wants a same atom N times, not any atom N times.
> Why wouldn't ".{3}" work, for this case?
Because the OP wants a same atom N times, not any atom N times.
Of course, what was I thinking? I'll crawl back to my hole now... Thanks
for being gentle on the clue-bat.
Hi,
There is some open source sflow collector wich can talk via flowspec with juniper routers ? something like snort + nfdump ? I looking something besides Arbor because itis too expensive for me.
thanks for help
Peter
exabgp from ripe labs can inject flowspec routes.
typically some helper app would generate the policy for exabgp and then
exabgp would do the heavy lifting.
joel