blob: 8922eae117e4deffcfb67df6f57c5f29ddf146c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
type: txt
help: Network type
syntax:expression: $VAR(@) in "broadcast", "non-broadcast", "point-to-multipoint", "point-to-point"; \
"Must be (broadcast|non-broadcast|point-to-multipoint|point-to-point)"
update:vtysh -c "configure terminal" -c "interface $IFNAME" -c "ip ospf network $VAR(@)"
delete:vtysh -c "configure terminal" -c "interface $IFNAME" -c "no ip ospf network"
val_help: broadcast; Broadcast network type
val_help: non-broadcast; Non-broadcast network type
val_help: point-to-multipoint; Point-to-multipoint network type
val_help: point-to-point; Point-to-point network type
|