summaryrefslogtreecommitdiff
path: root/templates/protocols/rip/default-metric/node.def
blob: 870860eb820924557d37b1882dab3bb85619fb61 (plain)
1
2
3
4
5
6
7
8
9
10
type: u32
help: Set metric of redistributed routes
syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 16; "Must be between 1-16"
val_help: u32:1-16; Redistributed routes metric

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

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