Juniper IGP - CONFIGURATION GUIDE V11.1.X Configuration Manual page 313

Software for e series broadband services routers ip, ipv6, and igp configuration guide
Table of Contents

Advertisement

2.
3.
4.
5.
If you want to configure the network type for a specific interface or OSPF area, rather
than for all OSPF interfaces, you can use the address network command rather than
the ip ospf network command.
address network
ip ospf network
neighbor
Exit Interface Configuration mode. Enter Global Configuration mode.
host1(config-subif)#exit
Configure an OSPF routing process, and enter Router Configuration mode.
host1(config)#router ospf 5
Specify an OSPF neighbor, and optionally assign a priority number or poll interval
to the neighbor.
host1(config-router)#neighbor 10.12.14.1 priority 5 poll-interval 180
Repeat Step 4 for each neighbor in the OSPF network.
Use to configure the network type on a specific OSPF interface or for a specific
OSPF area to a type other than the default for the medium.
You must first issue the address area command before issuing the address
network command.
Example
host1(config-router)#address 10.12.10.2 network broadcast
Use the no version to restore the default value for the medium.
See address network
Use to configure the network type on all OSPF interfaces on the OSPF network
to a type other than the default for the medium.
Example
host1(config-if)#ip ospf network broadcast
Use the no version to restore the default value for the medium.
See ip ospf network
Use to configure OSPF neighbors on the NBMA network.
Specify priority and poll interval only for routers that are eligible to become the
designated router or backup designated router that is, a router with a nonzero
router priority value. The default priority value is 0, and the default polling interval
is 120 seconds.
Example
Chapter 5: Configuring OSPF
Configuring OSPF for NBMA Networks
289

Advertisement

Table of Contents
loading

Table of Contents