summaryrefslogtreecommitdiff
path: root/interface-templates/ipv6/ospfv3/instance-id/node.def
blob: 7e87411e3039bb62dc0c3def5b55fb3071b54d70 (plain)
1
2
3
4
5
6
7
8
type: u32
help: Instance-id
default: 0
syntax:expression: $VAR(@) >= 0 && $VAR(@) <= 255; "Must be between 0-255"
val_help: u32:0-255; Instance Id (default 0)

update: vtysh -c "configure terminal" -c "interface $IFNAME" -c "ipv6 ospf6 instance-id $VAR(@)"
delete: vtysh -c "configure terminal" -c "interface $IFNAME" -c "ipv6 ospf6 instance-id 0"