summaryrefslogtreecommitdiff
path: root/interface-templates/ipv6/ospfv3/retransmit-interval/node.def
blob: f92a7800b875dc644a5a57d6b9e0622190895aff (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: vtysh -c "configure terminal" -c "interface $IFNAME" \
          -c "ipv6 ospf6 retransmit-interval $VAR(@)"
delete: vtysh -c "configure terminal" -c "interface $IFNAME" \
          -c "ipv6 ospf6 retransmit-interval 5"
comp_help: possible completions:
  <3-65535>         Seconds (default 5)