Reference v4.1.0 Instruction Manual

Network OS Command Reference 491
53-1003115-01
neighbor (OSPF)
2
neighbor (OSPF)
Manually configures a neighbor.
Synopsis neighbor A.B.C.D
no neighbor
Operands A.B.C.D IPv4 address of the neighbor.
Defaults Neighbors are not configured.
Command Modes OSPF VRF router configuration mode
Description Use this command to manually configure a neighbor. It is typically used in point-to-point networks.
Usage Guidelines OSPF Hellos must use a unicast address, not broadcast or multicast packets.
Enter no neighbor A.B.C.D to remove the specified neighbor.
Examples To configure a neighbor whose IPv4 address is 1.1.1.1:
switch(config)# rbridge-id 5
switch(config-rbridge-id-5)# router ospf
switch(config-router-ospf-vrf-default-vrf)# neighbor 1.1.1.1
See Also None