blob: 806987be7bbd2e63a26690076b0bed33003cb91f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
type: txt
help: Set 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"
comp_help: possible completions:
broadcast Set broadcast network type
non-broadcast Set non-broadcast network type
point-to-multipoint Set point-to-multipoint network type
point-to-point Set point-to-point network type
|