OSPF Configuration
©2008 Allied Telesis Inc. All rights reserved.
29.4
AlliedWare Plus
TM
Operating System Software Reference C613-50003-00 REV E
Software Version 5.2.1
Switch 2
Names of Commands Used
network area, router ospf
Validation Commands
show ip ospf, show ip ospf interface, show ip ospf neighbor, show ip ospf route
awplus#
configure terminal
Enter the
Configure
mode
awplus(config)#
router ospf 200
Configure the Routing process and specify the Process
ID
(200)
. The Process ID should be a unique positive
integer identifying the routing process. Note that the
process ID used on this switch is different to that used
on Switch 1. This is correct configuration as the process
ID is a value that is only used within a single OSPF router.
Therefore there is no requirement for the process IDs
used on one OSPF router to have any relationship with
the process IDs used on the other OSPF routers that it
interacts with.
awplus(config-router)#
network 10.10.10.0/24
area 0
Define the interface
(10.10.10.0/24)
on which
OSPF runs and associate the area ID
(0)
with the
interface.