Open Shortest Path First
Left running head:
Chapter name (automatic)
570
Beta Beta
OmniAccess 5740 Unified Services Gateway CLI Command Reference Guide
Alcatel-Lucent
NEIGHBOR
neighbor <ip-address> [cost <1-65535>|database-filter all
out|priority <0-255>|poll-interval <0-4294967295>]
DESCRIPTION
This command is entered in the Router Configuration Mode. This command
configures a neighbor router. Use this command only if the network type is ‘non-
broadcast’.
PARAMETERS
DEFAULT VALUE
None.
EXAMPLE
ALU(config-router ospf 30)# neighbor 10.0.0.1 priority 1 poll-
interval 130
Parameter Description
ip-address Interface IP address of the neighbor.
1-65535 Assigns a cost to the neighbor, in the form of an integer from
1 to 65535. Neighbors with no specific cost configured will
assume the cost of the interface, based on the ‘ip ospf cost’
command. For point-to-multipoint interfaces, the cost
keyword and the number argument are the only options that
are applicable. This keyword does not apply to
nonbroadcast multiaccess (NBMA) networks.
all Filters outgoing link-state advertisements (LSAs) to an
OSPF neighbor.
0-255 A number that indicates the router priority value of the
nonbroadcast neighbor associated with the IP address
specified. The default is 0. This keyword does not apply to
point-to-multipoint interfaces.
0-4294967295 A number value that represents the poll interval time (in
seconds). RFC 1247 recommends that this value be much
larger than the hello interval. The default is 120 seconds (2
minutes). This keyword does not apply to point-to-multipoint
interfaces.