summaryrefslogtreecommitdiff
path: root/templates/protocols/bgp/node.def
blob: 63fc0f0364337a95f06efc00a3aa4a2cfd734642 (plain)
1
2
3
4
5
6
7
tag:
type: u32
help: "Configure a BGP Autonomous System on this router"
# TODO: non-multinode parent
syntax: $(@) >= 1 && $(@) <= 4294967294; "AS number must be between 1 and 4294967294"
update: "\\${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router bgp $(@)\" "
delete: "\\${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"no router bgp $(@)\" "