Inheritance And Precedence Of The Remote Neighbor Configurations; How To Configure Remote Unicast Neighbors - Cisco ASR 9000 Series Routing Configuration Manual

Aggregation services router
Hide thumbs Also See for ASR 9000 Series:
Table of Contents

Advertisement

Implementing EIGRP

Inheritance and precedence of the remote neighbor configurations

Static neighbors configured with the neighbor <address> or neighbor <address> remote commands take
precedence over the remote neighbors created as a result of the remote-neighbors command. If the remote
address of an incoming unicast EIGRP connection matches both a static neighbor and the remote unicast-listen
neighbor access list, the static neighbor is used and no remote unicast-listen neighbor is created. If you configure
a new static neighbor while a remote neighbor for the same remote address already exists, EIGRP automatically
removes the remote unicast-listen neighbor.

How to configure remote unicast neighbors

When configuring an EIGRP unicast neighbor, the neighbor statement is required on both ends (hub and
spoke) of the neighbor relationship in the EIGRP routing process that operate in the same autonomous system.
Before You Begin
Ensure that when using unicast-listen mode, IP connectivity (reachability) exists between devices that need
to do remote peering.
SUMMARY STEPS
1. configure
2. router eigrp AS Number
3. address-family { ipv4 | ipv6 }
4. interfacetype interface-path-id
5. remote-neighbor unicast-listen{[allow-listroute policy name][max-neighborsmaximum remote peers]}
6. commit
7. sh run router eigrp
DETAILED STEPS
Command or Action
Step 1
configure
Step 2
router eigrp AS Number
Example:
RP/0/RSP0/CPU0:HUB(config)#router eigrp 100
Step 3
address-family { ipv4 | ipv6 }
Example:
RP/0/RSP0/CPU0:HUB(config-eigrp)#address-family
ipv6
Step 4
interfacetype interface-path-id
Example:
RP/0/RSP0/CPU0:HUB(config-eigrp-af)#int g0/0/0/3
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.3.x
Purpose
Enables an EIGRP router instance.
Specifies either an IPv4 or IPv6 address family unicast and
enters address family configuration submode.
Configures an interface and enters the interface configuration
mode.
Configuring unicast neighbors
335

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents