blob: 41dbe810ce605f1fa939aa780919e6f7cdc0ccd7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
type: u32
help: Set interval between retransmitting lost link state advertisements
default: 5
syntax:expression: $VAR(@) >= 3 && $VAR(@) <= 65535; "Must be between 3-65535"
update: vyatta-vtysh -c "configure terminal" -c "interface $IFNAME" \
-c "ip ospf retransmit-interval $VAR(@)"
delete: vyatta-vtysh -c "configure terminal" -c "interface $IFNAME" \
-c "no ip ospf retransmit-interval"
comp_help: possible completions:
<3-65535> Seconds (default 5)
|