Use the following CLI command to define area interfaces:
CLI> define ospf interface areaID
| Parameter | Range of Values | Required Action |
|---|---|---|
| <IPAddress> | IPAddress | Enter the IP Address you want to assign to the new area. |
| <AreaID> | IPAddress | Enter the IP Address of the Area you want to configure. |
Example:
CLI> define ospf interface area 11.0.0.1 0.0.0.1
CLI> define ospf interface area 192.168.111.2 0.0.0.1
You must now save the configuration.
Continue on to Save the Configuration