blob: 58b9479154ad38fcc369a95bae493903c17efc23 (
plain)
1
2
3
4
5
6
7
8
9
10
|
type: u32
help: Interval between retransmitting lost link state advertisements
default: 5
syntax:expression: $VAR(@) >= 3 && $VAR(@) <= 65535; "Must be between 3-65535"
val_help: u32:3-65535; Retransmit interval in seconds (default 5)
update: vtysh -c "configure terminal" -c "interface $IFNAME" \
-c "ip ospf retransmit-interval $VAR(@)"
delete: vtysh -c "configure terminal" -c "interface $IFNAME" \
-c "no ip ospf retransmit-interval"
|