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

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

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