summaryrefslogtreecommitdiff
path: root/templates/protocols/rip/default-distance/node.def
blob: 5960fc754828464222136010e3646ad979514334 (plain)
1
2
3
4
5
6
7
8
type: u32
help: "Administrative distance"
syntax: $(@) >= 1 && $(@) <= 255; "must be between 1 and 255"
update: "/usr/bin/vtysh -c \"configure terminal\" -c \"router rip\" \ 
          -c \"distance $(@) \" "
delete: "/usr/bin/vtysh -c \"configure terminal\" -c \"router rip\" \ 
          -c \"no distance $(@) \" "
#comp_help: Enter a distance valude between 1-255