summaryrefslogtreecommitdiff
path: root/interface-templates/ip/ospf/bandwidth/node.def
blob: 64c3801d16077a9519f0da1270fe00849a253d7f (plain)
1
2
3
4
5
6
7
type: u32
help: Set bandwidth for specified interface (kilobits/sec)
syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 10000000; "Must be between 1-10000000"
update: vtysh -c "configure terminal" -c "interface $IFNAME" -c "bandwidth $VAR(@)" 
delete: vtysh -c "configure terminal" -c "interface $IFNAME" -c "no bandwidth" 
comp_help: possible completions:
 <1-10000000>          Set bandwidth in kilobits/sec (for calculating OSPF cost)