blob: b2bb5bf6869d4dc5bbabd52c80b587f3a9a1277b (
plain)
1
2
3
4
5
6
7
8
|
type: u32
help: Set instance-id for this interface
default: 0
syntax:expression: $VAR(@) >= 0 && $VAR(@) <= 255; "Must be between 0-255"
update: vyatta-vtysh -c "configure terminal" -c "interface $IFNAME" -c "ipv6 ospf6 instance-id $VAR(@)"
delete: vyatta-vtysh -c "configure terminal" -c "interface $IFNAME" -c "ipv6 ospf6 instance-id 0"
comp_help: possible completions:
<0-255> Instance Id (default 0)
|