Chapter 14 OSPF Configuration
Confidential and Proprietary Information of ZTE CORPORATION 193
FIGURE 87 OSPF CONFIGURATION
R1 R2
192.168.1.1/24
192.168.1.2/24
192.168.3.1/24
192.168.2.1/24
Area 0Area 23
Area 24
Configuration of R1:
ZXR10_R1(config)#router ospf 1
ZXR10_R1(config-router)#network 192.168.2.0 0.0.0.255 area 23
ZXR10_R1(config-router)#network 192.168.1.0 0.0.0.255 area 0
Configuration of R2:
ZXR10_R2(config)#router ospf 1
ZXR10_R2(config-router)#network 192.168.3.0 0.0.0.255 area 24
ZXR10_R2(config-router)#network 192.168.1.0 0.0.0.255 area 0
For additional information on OSPF additional configurations,
please refer to below procedures.
Configuring OSPF for Non-
Broadcast Network
This procedure describes how to configure OSPF for non-
broadcast network.
Router Command Line Interface has been accessed.
OSPF is running on a network as described in above basic
OSPF configuration.
1. To configure routers that interconnect to non-broadcast
networks, use neighbor <ip-address> [priority <number>]
command in OSPF route mode as shown in
Table 237.
TABLE 237 NEIGHBOR COMMAND
Command
Format
Command Mode Command Function
neighbor <ip-
address>
[priority
<number>]
OSPF route
This configures neighbor
router on a non-broadcast
network
Related
Information
Purpose
Prerequisites
Steps