Setup guide

simple - plain text authentication
md5 - Keyed Message Digest 5 authentication
Example
To define additional OSPF area named local_10 with area-id=0.0.10.5, do the following:
[admin@WiFi] routing ospf area> add area-id=0.0.10.5 name=local_10
[admin@WiFi] routing ospf area> print
Flags: X - disabled, I - invalid
# NAME AREA-ID STUB DEFAULT-COST AUTHENTICATION
0 backbone 0.0.0.0 none
1 local_10 0.0.10.5 no 1 none
[admin@WiFi] routing ospf area>
Networks
routing ospf network
Description
To start the OSPF protocol, you have to define the networks on which it will run and the area ID for
each of those networks.
Property Description
area (name; default: backbone) - The OSPF area to be associated with the specified address range
network (IP address/mask; default: 20) - the network associated with the area. The network
argument allows defining one or multiple interfaces to be associated with a specific OSPF area.
Only directly connected networks of the router may be specified
Notes
You should set the network address exactly the same as the remote point IP address for
point-to-point links. The right netmask in this case is /32.
Example
To enable the OSPF protocol on the 10.10.1.0/24 network, and include it into the backbone area, do
the following:
[admin@Wandy] routing ospf network> add area=backbone network=10.10.1.0/24
[admin@Wandy] routing ospf network> print
Flags: X - disabled
# NETWORK AREA
0 10.10.1.0/24 backbone
[admin@Wandy] routing ospf>
Interfaces
routing ospf interface
Description