Configuring Static Neighbors - Alcatel OmniSwitch 6600 Family Configuration Manual

Omniswitch 6600 series advanced routing configuration guide
Hide thumbs Also See for OmniSwitch 6600 Family:
Table of Contents

Advertisement

Configuring OSPF

Configuring Static Neighbors

It is possible to configure neighbors statically on Non Broadcast Multi Access (NBMA), point-to-point,
and point-to-multipoint networks.
NBMA requires all routers attached to the network to communicate directly (unicast), and every attached
router in this network becomes aware of all of its neighbors through configuration. It also requires a
Designated Router (DR) "eligibility" flag to be set for every neighbor.
To set up a router to use NBMA routing, follow the following steps:
1
Create an OSPF interface using the CLI command
uration for the interface as with broadcast networks (attaching it to an area, enabling the status, etc.).
2
The OSPF interface type for this interface should be set to non-broadcast using the CLI
ip ospf interface type
following:
-> ip ospf interface 1.1.1.1 type non-broadcast
3
Configure static neighbors for every OSPF router in the network using the
For example, to set an OSPF neighbor with an IP address of 1.1.1.8 to be a static neighbor, enter the
following:
-> ip ospf neighbor 1.1.1.8 eligible
The neighbor attaches itself to the right interface by matching the network address of the neighbor and the
interface. If the interface has not yet been created, the neighbor gets attached to the interface as and when
the interface comes up.
If this neighbor is not required to participate in DR election, configure it as non-eligible. The eligibility
can be changed at any time as long as the interface it is attached to is in the disabled state.
page 1-30
command. For example, to set interface 1.1.1.1 to be an NBMA interface, enter the
OmniSwitch 6600 Family Advanced Routing Configuration Guide
ip ospf interface
and perform all the normal config-
ip ospf neighbor
Configuring OSPF
command.
March 2005

Advertisement

Table of Contents
loading

Table of Contents