neighbor
For L2C, creates an L2C neighbor and accesses the L2C Neighbor Configuration (config-l2c-neighbor) mode. For OSPF, configures OSPF neighbors on an NBMA network. For RIP, specifies a RIP neighbor to which the router sends unicast messages. The no version removes the specified neighbor configuration or, by omitting the neighbor name, all L2C neighbor configurations (L2C), removes the neighbor (OSPF and RIP), or restores the default values (OSPF).
For L2C neighbor configuration mode:
neighbor ipAddress [ pollinterval seconds | priority number ]
no neighbor ipAddress [ pollinterval | priority ]
- ipAddress—IP address of the neighbor's interface; this interface must itself be configured for the NBMA network type
- number—Router priority value of the neighbor in the range 1-4294967295; default value is 0
- seconds—Interval in seconds at which the neighbor is polled; should be much larger than the hello interval (per RFC 1247); in the range 0-255; default value is 120
- ipAddress—IP address of the neighbor's interface; this interface must be defined as a passive interface with the passive-interface command
Router Configuration