summaryrefslogtreecommitdiff
path: root/templates/protocols/rip/default-distance/node.def
blob: 75cf3c33ed5d3eaf43008c7cbb13c1e7d6d709cc (plain)
1
2
3
4
5
6
7
8
9
10
type: u32
help: Set administrative distance
syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 255; "must be between 1 and 255"
val_help: u32:1-255; Administrative distance

update:expression: "vtysh -c \"configure terminal\" -c \"router rip\" \
          -c \"distance $VAR(@) \" "

delete:expression: "vtysh -c \"configure terminal\" -c \"router rip\" \
          -c \"no distance $VAR(@) \" "