From e181202456e6570459f374a87abdc2614a2c8f2d Mon Sep 17 00:00:00 2001 From: Davide Gianino Date: Mon, 7 Nov 2016 16:06:14 +0000 Subject: Add route-map set as-path exclude option. --- .../node.tag/rule/node.tag/set/as-path-exclude/node.def | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 templates/policy/route-map/node.tag/rule/node.tag/set/as-path-exclude/node.def (limited to 'templates') diff --git a/templates/policy/route-map/node.tag/rule/node.tag/set/as-path-exclude/node.def b/templates/policy/route-map/node.tag/rule/node.tag/set/as-path-exclude/node.def new file mode 100644 index 00000000..3087df7f --- /dev/null +++ b/templates/policy/route-map/node.tag/rule/node.tag/set/as-path-exclude/node.def @@ -0,0 +1,14 @@ +type: txt +help: Exclude string for a Border Gateway Protocol (BGP) AS-path attribute +val_help: BGP AS path exclude string (ex: "456 64500 45001") + +syntax:expression: exec "/opt/vyatta/sbin/vyatta-check-as-prepend.pl \"$VAR(@)\" "; "invalid AS path string" +commit:expression: $VAR(../../action/) != ""; "you must specify an action" + +update: vtysh -c "configure terminal" \ + -c "route-map $VAR(../../../@) $VAR(../../action/@) $VAR(../../@)" \ + -c "set as-path exclude $VAR(@)" + +delete: vtysh -c "configure terminal" \ + -c "route-map $VAR(../../../@) $VAR(../../action/@) $VAR(../../@)" \ + -c "no set as-path exclude " -- cgit v1.2.3