summaryrefslogtreecommitdiff
path: root/templates/protocols/bgp/node.def
blob: 9a4c48825b833a3172b4bda0cb1db6a2c3d67e92 (plain)
1
2
3
4
5
6
7
8
9
10
11
tag:
priority: 520
type: u32
help: Configure Border Gateway Protocol (BGP) parameters
comp_help: \1  <1-4294967294>\tAS number
syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 4294967294 ; \
		   "AS number must be between 1 and 4294967294"
create: vyatta-vtysh -c "configure terminal" -c "router bgp $VAR(@)"
delete: vyatta-vtysh -c "configure terminal" -c "no router bgp $VAR(@)"