Dear ALL,
I'm migrating the routing rulte from ROSv6 to v7, i dont know how to re-write the reg exp, anyone can help?
ros v.6
if (bgp-as-path-slow-legacy "^111,222$") { set bgp-local-pref 270; append bgp-communities 111:222; accept; }
if (bgp-as-path-slow-legacy "^111,222,([0-9]+)") { set bgp-local-pref 270; append bgp-communities 111:222; accept; }
TungHo