Configuring OSPF
Command Line Interface Protocol Configuration Guide 1-7
9.
Enter
copy
running-config startup-config
to save the configuration.
10.
Configure the optional OSPF parameters as described in the next section.
ip ospf network
{broadcast| non-broadcast|
point-to-multipoint
[non-broadcast]}
Configure broadcast networks as nonbroadcast,
multiaccess networks when, for example, there
are routers in the network that do not support
multicast addressing.
broadcast - sets the network type for the
interface to broadcast. Ethernet is a broadcast
network.
non-broadcast - sets the network type for the
interface to nonbroadcast, multiaccess (Frame
Relay, X.25).
point-to-multipoint [non-broadcast] - sets
the network type to point-to-multipoint (HDLC,
PPP).
non-broadcast - sets the point-to-multipoint
network to nonbroadcast. When you include this
keyword, configure the OSPF routers
interconnecting to the nonbroadcast network
using the neighbor command.
ip ospf transmit delay seconds Estimated time to transmit a link state update
packet on the interface. The default is 1 second.
The range is 1 to 65535 seconds.
neighbor ip-address [priority
number] [poll-interval
seconds]
For point-to-multipoint non-broadcast networks
only, the OSPF routers interconnecting to a
nonbroadcast network.
ip-address - interface IP address of the neighbor.
number - an 8-bit number indicating the router
priority value of the nonbroadcast neighbor
associated with the specified IP address. The
default is 0.
seconds - an unsigned integer value representing
the poll interval. This value should be larger than
the hello interval. The default is 120 seconds.