config network
Description: Configure OSPF network settings.
config network
edit <name>
set *prefix {integer}
set *area <name1>
unset
next
show
abort
end
delete <name>
purge
show
end
Sample command:
config router ospf
config network
edit 1
set prefix 192.168.100.127/32
set area 0.0.0.0
next
edit 2
set prefix 192.168.100.0/30
set area 0.0.0.0
next
end
| Parameter | Description | Type | Size | Default | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| config network | OSPF network configuration. | option | - | none | ||||||
|
||||||||||
| CLI Command | Description |
|---|---|
|
config network edit [id] set prefix [X.X.X.X/Y] set area 0.0.0. Prefix |
|