PurposeCommand or Action
Configures a EGRP process that enables remote neighbors
to accept inbound connections from any remote IP address.
remote-neighbor unicast-listen{[allow-listroute policy
name][max-neighborsmaximum remote peers]}
Example:
RP/0/RSP0/CPU0:HUB(config-eigrp-af-if)#
remote-neighbor unicast-listen
Step 5
•
allow-list keyword to use an access list (access control
list) to specify the remote IP addresses from which
EIGRP neighbor connections may be accepted. If you
do not use the allow list keyword, all IP addresses will
be accepted.
•
max-neighbors keyword to specify the maximum
number of remote neighbors. If you do not specify a
number, the maximum number of remote neighbors is
limited only by available memory and bandwidth.
commit
Step 6
sh run router eigrp
Step 7
Configuring EIGRP remote unicast neighbors
The following examples show how to configure both devices (hub and spoke) involved in the neighbor
relationship.
RP/0/RSP0/CPU0:HUB(config)#router eigrp 100
RP/0/RSP0/CPU0:HUB(config-eigrp)#address-family ipv4
RP/0/RSP0/CPU0:HUB(config-eigrp-af)#int g0/0/0/3
RP/0/RSP0/CPU0:HUB(config-eigrp-af-if)#exit
RP/0/RSP0/CPU0:HUB(config-eigrp-af)#interface gigabitEthernet 0/0/0/3
RP/0/RSP0/CPU0:HUB(config-eigrp-af-if)#remote-neighbor unicast-listen
RP/0/RSP0/CPU0:HUB(config-eigrp-af-if)#commit
RP/0/RSP0/CPU0:spoke(config)#router eigrp 100
RP/0/RSP0/CPU0:spoke(config-eigrp)#address-family ipv4
RP/0/RSP0/CPU0:spoke(config-eigrp-af)#interface g0/0/0/3
RP/0/RSP0/CPU0:spoke(config-eigrp-af-if)#neighbor 21.21.21.1 remote 10
RP/0/RSP0/CPU0:spoke(config-eigrp-af-if)#commit
RP/0/RSP0/CPU0:spoke#sh run router eigrp
Fri Aug 8 08:47:48.556 UTC
router eigrp 100
address-family ipv4
interface GigabitEthernet0/0/0/3
neighbor 21.21.21.1 remote 10! !!
Configuration Examples for Implementing EIGRP
This section provides the following configuration examples:
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.3.x
336
Implementing EIGRP
Configuration Examples for Implementing EIGRP