summaryrefslogtreecommitdiff
path: root/interface-templates/ip/ospf/bandwidth/node.def
blob: 9de76350c59c5cc1690c8ef2f972b6208462c5a2 (plain)
1
2
3
4
5
6
7
type: u32
help: Bandwidth of interface (kilobits/sec)
syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 10000000; "Must be between 1-10000000"
val_help: u32:1-10000000; Bandwidth in kilobits/sec (for calculating OSPF cost)

update: vtysh -c "configure terminal" -c "interface $IFNAME" -c "bandwidth $VAR(@)" 
delete: vtysh -c "configure terminal" -c "interface $IFNAME" -c "no bandwidth"