summaryrefslogtreecommitdiff
path: root/templates/protocols/rip/default-metric/node.def
blob: 8151814e5e8297cd7c249ade932d9a1abcc20502 (plain)
1
2
3
4
5
6
7
8
type: u32
help: "Set metric of redistributed routes"
syntax: $(@) >= 1 && $(@) <= 16; "Must be between 1-16"
update: "/usr/bin/vtysh -c \"configure terminal\" -c \"router rip\" \
        -c \"default-metric $(@) \"; "
delete: "/usr/bin/vtysh -c \"configure terminal\" -c \"router rip\" \
        -c \"no default-metric $(@) \"; "
#comp_help <1-16>  Default metric