The following steps can be used to configure Named EIGRP:
Step 1: Configure a Named EIGRP virtual instance using the router eigrp <virtual-instance-
name> command in global configuration mode. It is under this single virtual instance that all address families are configured.
Step 2: Specify an address family along with an autonomous system number using the address-family <ipv4 | ipv6> autonomous-system <asn> command.
Step 3: Configure general EIGRP settings under Address-Family configuration mode. Examples of commands issued in this configuration mode include metric, network, eigrp stub, and eigrp router-id.
Step 4: (Optional) Enter Address-Family-Interface configuration mode, with the command af-interface <default | interface-id>. If you specify the default option, commands entered in this configuration mode apply to all interfaces (unless overridden by a command applied to a specific interface). Examples of commands issued in this configuration mode include authentication, bandwidth-percent, hello-interval, hold-time, passive-interface, and split-horizon.
Step 5: (Optional) Exit Address-Family-Interface configuration mode (if currently in that mode) with the exit command, and enter Address-Family-Topology configuration mode with the topology base command. Examples of commands issued in the Address-Family-Topology configuration mode include auto-summary, maximum-paths, redistribute, and variance.
Step 1: Configure a Named EIGRP virtual instance using the router eigrp <virtual-instance-
name> command in global configuration mode. It is under this single virtual instance that all address families are configured.
Step 2: Specify an address family along with an autonomous system number using the address-family <ipv4 | ipv6> autonomous-system <asn> command.
Step 3: Configure general EIGRP settings under Address-Family configuration mode. Examples of commands issued in this configuration mode include metric, network, eigrp stub, and eigrp router-id.
Step 4: (Optional) Enter Address-Family-Interface configuration mode, with the command af-interface <default | interface-id>. If you specify the default option, commands entered in this configuration mode apply to all interfaces (unless overridden by a command applied to a specific interface). Examples of commands issued in this configuration mode include authentication, bandwidth-percent, hello-interval, hold-time, passive-interface, and split-horizon.
Step 5: (Optional) Exit Address-Family-Interface configuration mode (if currently in that mode) with the exit command, and enter Address-Family-Topology configuration mode with the topology base command. Examples of commands issued in the Address-Family-Topology configuration mode include auto-summary, maximum-paths, redistribute, and variance.
R1#conf t
Enter
configuration commands, one per line.
End with CNTL/Z.
R1(config)#interface
loop 0
R1(config-if)#
*Jun 26
10:34:35.539: %LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback0,
changed state to up
R1(config-if)#ip
address 192.168.1.1 255.255.255.0
R1(config-if)#ipv6
address 2001:db8:cafe:1::1/64
R1(config-if)#
R1(config-if)#interface
serial 2/0
R1(config-if)#ip
address 192.168.2.1 255.255.255.252
R1(config-if)#ipv6
address 2001:db8:cafe:2::1/64
R1(config-if)#no
shut
R1(config-if)#
*Jun 26
10:35:43.403: %LINK-3-UPDOWN: Interface Serial2/0, changed state to up
R1(config-if)#
*Jun 26
10:35:44.415: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0,
changed state to up
R1(config-if)#end
R1#
R2#conf t
Enter
configuration commands, one per line.
End with CNTL/Z.
R2(config)#interface
loop 0
R2(config-if)#
*Jun 26
10:37:03.479: %LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback0,
changed state to up
R2(config-if)#ip
address 192.168.3.1 255.255.255.0
R2(config-if)#ipv6
address 2001:db8:cafe:3::1/64
R2(config-if)#
R2(config-if)#interface
serial 2/0
R2(config-if)#ip
address 192.168.2.2 255.255.255.252
R2(config-if)#ipv6
address 2001:db8:cafe:2::2/64
R2(config-if)#no
shut
R2(config-if)#
*Jun 26
10:54:31.995: %LINK-3-UPDOWN: Interface Serial2/0, changed state to up
R2(config-if)#
*Jun 26
10:54:33.007: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0,
changed state to up
R2(config-if)#do
ping 192.168.2.1
Type
escape sequence to abort.
Sending
5, 100-byte ICMP Echos to 192.168.2.1, timeout is 2 seconds:
!!!!!
Success
rate is 100 percent (5/5), round-trip min/avg/max = 16/24/36 ms
R2(config-if)#
R2(config-if)#do
ping 2001:db8:cafe:2::1
Type
escape sequence to abort.
Sending
5, 100-byte ICMP Echos to 2001:DB8:CAFE:2::1, timeout is 2 seconds:
!!!!!
Success
rate is 100 percent (5/5), round-trip min/avg/max = 12/18/28 ms
R2(config-if)#interface
serial 2/1
R2(config-if)#ip
address 192.168.4.1 255.255.255.252
R2(config-if)#ipv6
address 2001:db8:cafe:4::1/64
R2(config-if)#no
shut
R2(config-if)#
*Jun 26
10:56:18.335: %LINK-3-UPDOWN: Interface Serial2/1, changed state to up
R2(config-if)#
*Jun 26
10:56:19.347: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/1,
changed state to up
R2(config-if)#end
R2#
R3#conf t
Enter
configuration commands, one per line.
End with CNTL/Z.
R3(config)#interface
loop 0
R3(config-if)#ipv6
*Jun 26
10:59:41.923: %LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback0,
changed state to up
R3(config-if)#ip
address 192.168.5.1 255.255.255.0
R3(config-if)#ipv6
address 2001:db8:cafe:5::1/64
R3(config-if)#
R3(config-if)#interface
serial 2/1
R3(config-if)#ip
address 192.168.4.2 255.255.255.252
R3(config-if)#ipv6
address 2001:db8:cafe:4::2/64
R3(config-if)#no
shut
R3(config-if)#
*Jun 26
11:01:00.271: %LINK-3-UPDOWN: Interface Serial2/1, changed state to up
R3(config-if)#
*Jun 26
11:01:01.283: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/1,
changed state to up
R3(config-if)#do
ping 192.168.4.1
Type
escape sequence to abort.
Sending
5, 100-byte ICMP Echos to 192.168.4.1, timeout is 2 seconds:
!!!!!
Success
rate is 100 percent (5/5), round-trip min/avg/max = 12/26/52 ms
R3(config-if)#do
ping 2001:db8:cafe:4::1
Type
escape sequence to abort.
Sending
5, 100-byte ICMP Echos to 2001:DB8:CAFE:4::1, timeout is 2 seconds:
!!!!!
Success
rate is 100 percent (5/5), round-trip min/avg/max = 12/21/32 ms
R3(config-if)#
R3(config-if)#interface
serial 2/2
R3(config-if)#ip
address 192.168.77.2 255.255.255.0
R3(config-if)#ipv6
address 2001:db8:feed:77::2/64
R3(config-if)#no
shut
R3(config-if)#
*Jun 26
11:03:34.799: %LINK-3-UPDOWN: Interface Serial2/2, changed state to up
R3(config-if)#
*Jun 26
11:03:35.811: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/2,
changed state to up
R3(config-if)#end
R3#
R4#conf t
Enter
configuration commands, one per line.
End with CNTL/Z.
R4(config)#interface
serial 2/2
R4(config-if)#ip
address 192.168.77.1 255.255.255.0
R4(config-if)#ipv6
address 2001:db8:feed:77::1/64
R4(config-if)#no
shut
R4(config-if)#
*Jun 26
11:05:52.243: %LINK-3-UPDOWN: Interface Serial2/2, changed state to up
R4(config-if)#
*Jun 26
11:05:53.255: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/2,
changed state to up
R4(config-if)#do
ping 192.168.77.2
Type
escape sequence to abort.
Sending
5, 100-byte ICMP Echos to 192.168.77.2, timeout is 2 seconds:
!!!!!
Success
rate is 100 percent (5/5), round-trip min/avg/max = 16/26/44 ms
R4(config-if)#
R4(config-if)#do
ping 2001:db8:feed:77::2
Type
escape sequence to abort.
Sending
5, 100-byte ICMP Echos to 2001:DB8:FEED:77::2, timeout is 2 seconds:
!!!!!
Success
rate is 100 percent (5/5), round-trip min/avg/max = 12/15/20 ms
R4(config)#ip
route 0.0.0.0 0.0.0.0 192.168.77.2
R4(config)#ipv6
route 2001:db8:cafe::/48 2001:db8:feed:77::2
R4(config-if)#end
R4#
R1#show
ip interface brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES unset
administratively down down
FastEthernet1/0 unassigned YES unset
administratively down down
FastEthernet1/1 unassigned YES unset
administratively down down
Serial2/0 192.168.2.1 YES manual up up
Serial2/1 unassigned YES unset
administratively down down
Serial2/2 unassigned YES unset
administratively down down
Serial2/3 unassigned YES unset
administratively down down
Loopback0 192.168.1.1 YES manual up up
R1#
R1#show
ipv6 interface brief
FastEthernet0/0 [administratively down/down]
unassigned
FastEthernet1/0 [administratively down/down]
unassigned
FastEthernet1/1 [administratively down/down]
unassigned
Serial2/0 [up/up]
FE80::C801:15FF:FEB0:0
2001:DB8:CAFE:2::1
Serial2/1 [administratively down/down]
unassigned
Serial2/2 [administratively down/down]
unassigned
Serial2/3 [administratively down/down]
unassigned
Loopback0 [up/up]
FE80::C801:15FF:FEB0:0
2001:DB8:CAFE:1::1
R2#show
ip interface brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES unset
administratively down down
FastEthernet1/0 unassigned YES unset
administratively down down
FastEthernet1/1 unassigned YES unset
administratively down down
Serial2/0 192.168.2.2 YES manual up up
Serial2/1 192.168.4.1 YES manual up up
Serial2/2 unassigned YES unset
administratively down down
Serial2/3 unassigned YES unset
administratively down down
Loopback0 192.168.3.1 YES manual up up
R2#
R2#show
ipv6 interface brief
FastEthernet0/0 [administratively down/down]
unassigned
FastEthernet1/0 [administratively down/down]
unassigned
FastEthernet1/1 [administratively down/down]
unassigned
Serial2/0 [up/up]
FE80::C802:16FF:FECC:0
2001:DB8:CAFE:2::2
Serial2/1 [up/up]
FE80::C802:16FF:FECC:0
2001:DB8:CAFE:4::1
Serial2/2 [administratively down/down]
unassigned
Serial2/3 [administratively down/down]
unassigned
Loopback0 [up/up]
FE80::C802:16FF:FECC:0
2001:DB8:CAFE:3::1
R3#show
ip interface brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES unset
administratively down down
FastEthernet1/0 unassigned YES unset
administratively down down
FastEthernet1/1 unassigned YES unset
administratively down down
Serial2/0 unassigned YES unset
administratively down down
Serial2/1 192.168.4.2 YES manual up up
Serial2/2 192.168.77.2 YES manual up up
Serial2/3 unassigned YES unset
administratively down down
Loopback0 192.168.5.1 YES manual up up
R3#
R3#show
ipv6 interface brief
FastEthernet0/0 [administratively down/down]
unassigned
FastEthernet1/0 [administratively down/down]
unassigned
FastEthernet1/1 [administratively down/down]
unassigned
Serial2/0 [administratively down/down]
unassigned
Serial2/1 [up/up]
FE80::C803:1BFF:FE10:0
2001:DB8:CAFE:4::2
Serial2/2 [up/up]
FE80::C803:1BFF:FE10:0
2001:DB8:FEED:77::2
Serial2/3 [administratively down/down]
unassigned
Loopback0 [up/up]
FE80::C803:1BFF:FE10:0
2001:DB8:CAFE:5::1
R4#show
ip interface brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES unset
administratively down down
FastEthernet1/0 unassigned YES unset
administratively down down
FastEthernet1/1 unassigned YES unset
administratively down down
Serial2/0 unassigned YES manual administratively down
down
Serial2/1 unassigned YES unset
administratively down down
Serial2/2 192.168.77.1 YES manual up up
Serial2/3 unassigned YES unset
administratively down down
R4#
R4#show
ipv6 interface brief
FastEthernet0/0 [administratively down/down]
unassigned
FastEthernet1/0 [administratively down/down]
unassigned
FastEthernet1/1 [administratively down/down]
unassigned
Serial2/0 [administratively down/down]
unassigned
Serial2/1 [administratively down/down]
unassigned
Serial2/2 [up/up]
FE80::C804:10FF:FE70:0
2001:DB8:FEED:77::1
Serial2/3 [administratively down/down]
unassigned
R4#
R1#conf t
Enter
configuration commands, one per line.
End with CNTL/Z.
R1(config)#router
eigrp ?
<1-65535> Autonomous System
WORD
EIGRP Virtual-Instance Name
R1(config)#router
eigrp EIGRP // NAMED EIGRP VIRTUAL INSTANCE
R1(config-router)#address-family
?
ipv4
Address family IPv4
ipv6
Address family IPv6
R1(config-router)#address-family
ipv4 ?
autonomous-system Specify Address-Family Autonomous System
Number
multicast Address Family Multicast
unicast Address Family Unicast
vrf Specify a specific virtual
routing/forwarding instance
R1(config-router)#address-family
ipv4 unicast ?
autonomous-system Specify Address-Family Autonomous System
Number
vrf Specify a specific virtual
routing/forwarding instance
R1(config-router)#address-family
ipv4 unicast autonomous-system ?
<1-65535> Autonomous System
R1(config-router)#address-family
ipv4 unicast autonomous-system 4
R1(config-router-af)#?
Address
Family configuration commands:
af-interface Enter Address Family interface
configuration
default Set a command to its defaults
eigrp EIGRP Address Family specific
commands
exit-address-family Exit Address Family configuration mode
help Description of the interactive
help system
maximum-prefix Maximum number of prefixes acceptable in
aggregate
metric Modify metrics and parameters
for address advertisement
neighbor Specify an IPv4 neighbor router
network Enable routing on an IP network
no Negate a command or set its
defaults
shutdown Shutdown address family
timers Adjust peering based timers
topology Topology configuration mode
R1(config-router-af)#eigrp
?
default-route-tag Default Route Tag for the Internal Routes
log-neighbor-changes Enable/Disable EIGRP neighbor logging
log-neighbor-warnings Enable/Disable EIGRP neighbor warnings
router-id router id for this EIGRP process
stub Set address-family in
stubbed mode
R1(config-router-af)#eigrp
router-id 1.1.1.1
R1(config-router-af)#network
192.168.1.0
R1(config-router-af)#network
192.168.2.0 0.0.0.3
R1(config-router-af)#exit // TYPE exit WHICH IS SHORTCUT FOR exit-address-family
R1(config-router)#address-family
ipv6 unicast autonomous-system 6 // NEED TO ENABLE ipv6 unicast-routing
%Must configure "ipv6
unicast" command first
R1(config-router)#exit
R1(config)#ipv6
unicast?
unicast-routing
R1(config)#ipv6 unicast-routing
R1(config)#router
eigrp EIGRP
R1(config-router)#address-family
ipv6 unicast autonomous-system 6
R1(config-router-af)#?
Address
Family configuration commands:
af-interface Enter Address Family interface
configuration
default Set a command to its defaults
eigrp EIGRP Address Family specific
commands
exit-address-family Exit Address Family configuration mode
help Description of the interactive
help system
maximum-prefix Maximum number of prefixes acceptable in
aggregate
metric Modify metrics and parameters
for address advertisement
neighbor Specify an IPv6 neighbor router
no Negate a command or set its
defaults
shutdown Shutdown address family
timers Adjust peering based timers
topology Topology configuration mode
R1(config-router-af)#eigrp
router-id 1.1.1.1 // DOESN'T NEED TO MATCH IPv4 ROUTER ID
R2#conf t
Enter
configuration commands, one per line.
End with CNTL/Z.
R2(config)#ipv6
unicast
R2(config)#router
eigrp EIGRP
R2(config-router)#address-family
ipv4 unicast autonomous-system 4
R2(config-router-af)#eigrp
router-id 2.2.2.2
R2(config-router-af)#network
192.168.2.0 0.0.0.3
R2(config-router-af)#
*Jun 26 11:27:46.647:
%DUAL-5-NBRCHANGE: EIGRP-IPv4 4: Neighbor 192.168.2.1 (Serial2/0) is up: new
adjacency
R2(config-router-af)#network
192.168.3.0
R2(config-router-af)#network
192.168.4.0 0.0.0.3
R2(config-router-af)#exit
R2(config-router)#address-family
ipv6 unicast autonomous-system 6 // ALL IPv6 INTERFACES ARE ENABLED BY DEFAULT IN EIGRP FOR IPv6
R2(config-router-af)#
*Jun 26 11:29:36.447:
%DUAL-5-NBRCHANGE: EIGRP-IPv6 6: Neighbor FE80::C801:15FF:FEB0:0 (Serial2/0) is
up: new adjacency
R2(config-router-af)#eigrp
router-id 2.2.2.2
R3#conf t
Enter
configuration commands, one per line.
End with CNTL/Z.
R3(config)#ipv6
unicast
R3(config)#router
eigrp EIGRP
R3(config-router)#address-family
ipv4 unicast autonomous-system 4
R3(config-router-af)#eigrp
router-id 3.3.3.3
R3(config-router-af)#network
192.168.4.0 0.0.0.3
R3(config-router-af)#
*Jun 26 12:24:24.935:
%DUAL-5-NBRCHANGE: EIGRP-IPv4 4: Neighbor 192.168.4.1 (Serial2/1) is up: new
adjacency
R3(config-router-af)#network
192.168.5.0 0.0.0.3
R3(config-router-af)#exit
R3(config-router)#address-family
ipv6 unicast autonomous-system 6
R3(config-router-af)#
*Jun 26 12:24:47.831:
%DUAL-5-NBRCHANGE: EIGRP-IPv6 6: Neighbor FE80::C802:16FF:FECC:0 (Serial2/1) is
up: new adjacency
R3(config-router-af)#eigrp
router-id 3.3.3.3
R3(config-router-af)#
R1#conf t
Enter
configuration commands, one per line.
End with CNTL/Z.
R1(config)#router
eigrp EIGRP
R1(config-router)#address-family
ipv4 unicast autonomous-system 4
R1(config-router-af)#af-interface
?
Async Async interface
Auto-Template Auto-Template interface
BVI Bridge-Group Virtual Interface
CDMA-Ix CDMA Ix interface
CTunnel CTunnel interface
Dialer Dialer interface
FastEthernet FastEthernet IEEE 802.3
GMPLS MPLS interface
Group-Async Async Group interface
LISP Locator/ID Separation Protocol
Virtual Interface
LongReachEthernet Long-Reach Ethernet interface
Loopback Loopback interface
MFR Multilink Frame Relay bundle
interface
Multilink Multilink-group interface
Port-channel Ethernet Channel of interfaces
Serial Serial
Tunnel Tunnel interface
Vif PGM Multicast Host interface
Virtual-PPP Virtual PPP interface
Virtual-Template Virtual Template interface
Virtual-TokenRing Virtual TokenRing
default Address-family default interface
configuration
vmi Virtual Multipoint Interface
R1(config-router-af)#af-interface
loop 0
R1(config-router-af-interface)#?
Address
Family Interfaces configuration commands:
authentication authentication subcommands
bandwidth-percent Set percentage of bandwidth percentage limit
bfd Enable Bidirectional
Forwarding Detection
dampening-change Percent interface metric must change to
cause update
dampening-interval Time in seconds to check interface metrics
default Set a command to its defaults
exit-af-interface Exit from Address Family Interface
configuration mode
hello-interval Configures hello interval
hold-time Configures hold time
next-hop-self Configures EIGRP next-hop-self
no Negate a command or set its
defaults
passive-interface Suppress address updates on an interface
shutdown Disable Address-Family on interface
split-horizon Perform split horizon
summary-address Perform address summarization
R1(config-router-af-interface)#passive-interface
R1(config-router-af-interface)#exit
R1(config-router-af)#exit
R1(config-router)#address-family
ipv6 unicast autonomous-system 6
R1(config-router-af)#af-interface
loop 0
R1(config-router-af-interface)#passive-interface
R2#conf t
Enter
configuration commands, one per line.
End with CNTL/Z.
R2(config)#router
eigrp EIGRP
R2(config-router)#address-family
ipv4 unicast autonomous-system 4
R2(config-router-af)#af-interface
loop 0
R2(config-router-af-interface)#passive-interface
R2(config-router-af-interface)#exit
R2(config-router-af)#ex
R2(config-router)#address-family
ipv6 unicast autonomous-system 6
R2(config-router-af)#af-interface
loop 0
R2(config-router-af-interface)#passive-interface
R3#conf t
Enter
configuration commands, one per line.
End with CNTL/Z.
R3(config)#router
eigrp EIGRP
R3(config-router)#address-family
ipv4 unicast autonomous-system 4
R3(config-router-af)#af-interface
loop 0
R3(config-router-af-interface)#passive-interface
R3(config-router-af-interface)#exit
R3(config-router-af)#exit
R3(config-router)#address-family
ipv6 unicast autonomous-system 6
R3(config-router-af)#af-interface
loop 0
R3(config-router-af-interface)#passive-interface
R3#show
ipv6 protocols // VERIFY ENABLED IPv6 INTERFACES
IPv6
Routing Protocol is "connected"
IPv6
Routing Protocol is "ND"
IPv6
Routing Protocol is "eigrp 6"
EIGRP-IPv6
VR(EIGRP) Address-Family Protocol for AS(6)
Metric weight K1=1, K2=0, K3=1, K4=0, K5=0
K6=0
Metric rib-scale 128
Metric version 64bit
NSF-aware route hold timer is 240
Router-ID: 3.3.3.3
Topology : 0 (base)
Active Timer: 3 min
Distance: internal 90 external 170
Maximum path: 16
Maximum hopcount 100
Maximum metric variance 1
Total Prefix Count: 6
Total Redist Count: 0
Interfaces:
Serial2/1
Serial2/2 // NEED TO DISABLE OR PUT IN PASSIVE MODE SINCE R4 IS NOT PART OF EIGRP DOMAIN
Loopback0 (passive)
Redistribution:
None
R3#conf t
Enter
configuration commands, one per line.
End with CNTL/Z.
R3(config)#router
eigrp EIGRP
R3(config-router)#address-family
ipv6 unicast autonomous-system 6
R3(config-router-af)#af-interface
serial 2/2
R3(config-router-af-interface)#?
Address
Family Interfaces configuration commands:
authentication authentication subcommands
bandwidth-percent Set percentage of bandwidth percentage limit
bfd Enable Bidirectional
Forwarding Detection
dampening-change Percent interface metric must change to
cause update
dampening-interval Time in seconds to check interface metrics
default Set a command to its defaults
exit-af-interface Exit from Address Family Interface
configuration mode
hello-interval Configures hello interval
hold-time Configures hold time
next-hop-self Configures EIGRP next-hop-self
no Negate a command or set its
defaults
passive-interface Suppress address updates on an interface
shutdown Disable Address-Family on interface
split-horizon Perform split horizon
summary-address Perform address summarization
R3(config-router-af-interface)#shutdown // DISABLE EIGRP NOT THE PHYSICAL INTERFACE
R3(config-router-af-interface)#
end
R3#
*Jun 26
12:48:44.271: %SYS-5-CONFIG_I: Configured from console by console
R3#show
ipv6 interface serial 2/2
Serial2/2 is up, line protocol
is up
IPv6 is enabled, link-local address is
FE80::C803:1BFF:FE10:0
No Virtual link-local address(es):
Global unicast address(es):
2001:DB8:FEED:77::2, subnet is
2001:DB8:FEED:77::/64
Joined group address(es):
FF02::1
FF02::2
FF02::1:FF00:2
FF02::1:FF10:0
MTU is 1500 bytes
ICMP error messages limited to one every 100
milliseconds
ICMP redirects are enabled
ICMP unreachables are sent
ND DAD is enabled, number of DAD attempts: 1
ND reachable time is 30000 milliseconds
(using 30000)
ND RAs are suppressed (periodic)
Hosts use stateless autoconfig for addresses.
R3#show
ipv6 protocols
IPv6
Routing Protocol is "connected"
IPv6
Routing Protocol is "ND"
IPv6
Routing Protocol is "eigrp 6"
EIGRP-IPv6
VR(EIGRP) Address-Family Protocol for AS(6)
Metric weight K1=1, K2=0, K3=1, K4=0, K5=0
K6=0
Metric rib-scale 128
Metric version 64bit
NSF-aware route hold timer is 240
Router-ID: 3.3.3.3
Topology : 0 (base)
Active Timer: 3 min
Distance: internal 90 external 170
Maximum path: 16
Maximum hopcount 100
Maximum metric variance 1
Total Prefix Count: 5
Total Redist Count: 0
Interfaces: // SERIAL 2/2 IS NOT PART OF EIGRP AS
Serial2/1
Loopback0 (passive)
Redistribution:
None
R3(config)#ip
route 0.0.0.0 0.0.0.0 192.168.77.1
R3(config)#ipv6
route ::/0 2001:db8:feed:77::1
R3(config)#router
eigrp EIGRP
R3(config-router)#address-family
ipv4 unicast autonomous-system 4
R3(config-router-af)#topology
?
base
Base Topology
R3(config-router-af)#topology
base
R3(config-router-af-topology)#?
Address
Family Topology configuration commands:
default Set a command to its defaults
default-metric Set metric of redistributed routes
distance Define an administrative distance
distribute-list Filter networks in routing updates
eigrp EIGRP specific commands
exit-af-topology Exit from Address Family Topology
configuration mode
maximum-paths Forward packets over multiple paths
metric Modify metrics and parameters for
advertisement
no Negate a command or set its
defaults
redistribute Redistribute IPv6 prefixes from another
routing protocol
summary-metric Specify summary to apply metric/filtering
timers Adjust topology specific timers
traffic-share How to compute traffic share over
alternate paths
variance Control load balancing variance
R3(config-router-af-topology)#redistribute
?
bgp
Border Gateway Protocol (BGP)
connected
Connected Routes
eigrp
Enhanced Interior Gateway Routing Protocol (EIGRP)
isis
ISO IS-IS
mobile
Mobile
nemo
Network Mobility (NEMO)
ospf
Open Shortest Path First (OSPF)
rip
IPv6 Routing Information Protocol (RIPv6)
static
Static Routes
R3(config-router-af-topology)#redistribute
static
R3(config-router-af-topology)#exit
R3(config-router-af)#exit
R3(config-router)#address-family
ipv6 unicast autonomous-system 6
R3(config-router-af)#topology
base
R3(config-router-af-topology)#redistribute
static
R3(config-router-af-topology)#end
R3#
*Jun 26
12:55:55.435: %SYS-5-CONFIG_I: Configured from console by console
R3#
R3#show
ip protocols // VERIFY EIGRP REDISTRIBUTION
*** IP
Routing is NSF aware ***
Routing
Protocol is "eigrp 4"
Outgoing update filter list for all
interfaces is not set
Incoming update filter list for all
interfaces is not set
Default networks flagged in outgoing updates
Default networks accepted from incoming
updates
Redistributing: static
EIGRP-IPv4 VR(EIGRP) Address-Family Protocol for AS(4)
Metric weight K1=1, K2=0, K3=1, K4=0, K5=0
K6=0
Metric rib-scale 128
Metric version 64bit
NSF-aware route hold timer is 240
Router-ID: 3.3.3.3
Topology : 0 (base)
Active Timer: 3 min
Distance: internal 90 external 170
Maximum path: 4
Maximum hopcount 100
Maximum metric variance 1
Total Prefix Count: 6
Total Redist Count: 1
Automatic Summarization: disabled
Maximum path: 4
Routing for Networks:
192.168.4.0/30
192.168.5.0/30
Passive Interface(s):
Loopback0
Routing Information Sources:
Gateway Distance Last Update
192.168.4.1 90 00:31:36
Distance: internal 90 external 170
R3#show
ipv6 protocols
IPv6
Routing Protocol is "connected"
IPv6
Routing Protocol is "ND"
IPv6 Routing Protocol is
"eigrp 6"
EIGRP-IPv6 VR(EIGRP)
Address-Family Protocol for AS(6)
Metric weight K1=1, K2=0, K3=1, K4=0, K5=0
K6=0
Metric rib-scale 128
Metric version 64bit
NSF-aware route hold timer is 240
Router-ID: 3.3.3.3
Topology : 0 (base)
Active Timer: 3 min
Distance: internal 90 external 170
Maximum path: 16
Maximum hopcount 100
Maximum metric variance 1
Total Prefix Count: 6
Total Redist Count: 1
Interfaces:
Serial2/1
Loopback0 (passive)
Redistribution:
Redistributing protocol static
IPv6
Routing Protocol is "static"
R1#show
ip route eigrp // VERIFY REDISTRIBUTED DEFAULT STATIC ROUTE
Codes: L
- local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O -
OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 -
OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF
external type 2
i - IS-IS, su - IS-IS summary, L1 -
IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate
default, U - per-user static route
o - ODR, P - periodic downloaded static
route, H - NHRP, l - LISP
+ - replicated route, % - next hop
override
Gateway of last resort is
192.168.2.2 to network 0.0.0.0
D*EX 0.0.0.0/0 [170/34036062] via 192.168.2.2,
00:02:46, Serial2/0
D 192.168.3.0/24 [90/13556702] via
192.168.2.2, 01:29:55, Serial2/0
192.168.4.0/30 is subnetted, 1 subnets
D 192.168.4.0 [90/23796062] via
192.168.2.2, 01:28:31, Serial2/0
D 192.168.5.0/24 [90/23796702] via
192.168.2.2, 00:34:04, Serial2/0
R1#
R1#ping
192.168.77.1 // R4 IPv4 ADDRESS
Type
escape sequence to abort.
Sending
5, 100-byte ICMP Echos to 192.168.77.1, timeout is 2 seconds:
!!!!!
Success
rate is 100 percent (5/5), round-trip min/avg/max = 20/49/72 ms
R1#
R1#show
ipv6 route eigrp
IPv6
Routing Table - default - 9 entries
Codes: C
- Connected, L - Local, S - Static, U - Per-user Static route
B - BGP, HA - Home Agent, MR - Mobile
Router, R - RIP
H - NHRP, I1 - ISIS L1, I2 - ISIS L2, IA
- ISIS interarea
IS - ISIS summary, D - EIGRP, EX - EIGRP
external, ND - ND Default
NDp - ND Prefix, DCE - Destination, NDr
- Redirect, O - OSPF Intra
OI - OSPF Inter, OE1 - OSPF ext 1, OE2 -
OSPF ext 2, ON1 - OSPF NSSA ext 1
ON2 - OSPF NSSA ext 2, l - LISP
EX ::/0 [170/23796574]
via FE80::C802:16FF:FECC:0, Serial2/0
D 2001:DB8:CAFE:3::/64 [90/13556702]
via FE80::C802:16FF:FECC:0, Serial2/0
D 2001:DB8:CAFE:4::/64 [90/23796062]
via FE80::C802:16FF:FECC:0, Serial2/0
D 2001:DB8:CAFE:5::/64 [90/23796702]
via FE80::C802:16FF:FECC:0, Serial2/0
R1#
R1#ping
2001:db8:feed:77::1 // R4 IPv6 ADDRESS
Type
escape sequence to abort.
Sending
5, 100-byte ICMP Echos to 2001:DB8:FEED:77::1, timeout is 2 seconds:
!!!!!
Success
rate is 100 percent (5/5), round-trip min/avg/max = 44/52/64 ms
R1#show
ip eigrp neighbors
EIGRP-IPv4
VR(EIGRP) Address-Family Neighbors for AS(4)
H Address Interface Hold Uptime SRTT
RTO Q Seq
(sec) (ms) Cnt Num
0 192.168.2.2 Se2/0 11 01:32:09 36
216 0 10
R1#
R1#show
ipv6 eigrp neighbors
EIGRP-IPv6
VR(EIGRP) Address-Family Neighbors for AS(6)
H Address Interface Hold Uptime SRTT
RTO Q Seq
(sec) (ms) Cnt Num
0 Link-local address: Se2/0 13 01:30:01 29
174 0 30
FE80::C802:16FF:FECC:0
R1#show
ip eigrp topology
EIGRP-IPv4 VR(EIGRP) Topology
Table for AS(4)/ID(1.1.1.1)
Codes: P
- Passive, A - Active, U - Update, Q - Query, R - Reply,
r - reply Status, s - sia Status
P
192.168.3.0/24, 1 successors, FD is 1735257878
via 192.168.2.2 (1735257878/163840),
Serial2/0
P
192.168.2.0/30, 1 successors, FD is 1735175958
via Connected, Serial2/0
P
192.168.1.0/24, 1 successors, FD is 163840
via Connected, Loopback0
P
0.0.0.0/0, 1 successors, FD is 4356615958
via 192.168.2.2
(4356615958/3045895958), Serial2/0
P
192.168.4.0/30, 1 successors, FD is 3045895958
via 192.168.2.2
(3045895958/1735175958), Serial2/0
P
192.168.5.0/24, 1 successors, FD is 3045977878
via 192.168.2.2
(3045977878/1735257878), Serial2/0
R1#show
ipv6 eigrp topology
EIGRP-IPv6 VR(EIGRP) Topology
Table for AS(6)/ID(1.1.1.1)
Codes: P
- Passive, A - Active, U - Update, Q - Query, R - Reply,
r - reply Status, s - sia Status
P
2001:DB8:CAFE:5::/64, 1 successors, FD is 3045977878
via FE80::C802:16FF:FECC:0
(3045977878/1735257878), Serial2/0
P
2001:DB8:CAFE:3::/64, 1 successors, FD is 1735257878
via FE80::C802:16FF:FECC:0
(1735257878/163840), Serial2/0
P
2001:DB8:CAFE:4::/64, 1 successors, FD is 3045895958
via FE80::C802:16FF:FECC:0
(3045895958/1735175958), Serial2/0
P
2001:DB8:CAFE:2::/64, 1 successors, FD is 1735175958
via Connected, Serial2/0
P ::/0, 1
successors, FD is 3045961494
via FE80::C802:16FF:FECC:0
(3045961494/1735241494), Serial2/0
P
2001:DB8:CAFE:1::/64, 1 successors, FD is 163840
via Connected, Loopback0
R1#ping
192.168.5.1 // R3 IPv4 LOOPBACK ADDRESS
Type
escape sequence to abort.
Sending
5, 100-byte ICMP Echos to 192.168.5.1, timeout is 2 seconds:
!!!!!
Success
rate is 100 percent (5/5), round-trip min/avg/max = 20/42/56 ms
R1#ping
2001:db8:cafe:5::1 // R3 IPv6 LOOPBACK ADDRESS
Type
escape sequence to abort.
Sending
5, 100-byte ICMP Echos to 2001:DB8:CAFE:5::1, timeout is 2 seconds:
!!!!!
Success
rate is 100 percent (5/5), round-trip min/avg/max = 12/19/32 ms
R3#sh run
| sec eigrp
router eigrp EIGRP
!
address-family ipv4 unicast autonomous-system
4
!
af-interface Loopback0
passive-interface
exit-af-interface
!
topology base
redistribute static
exit-af-topology
network 192.168.4.0 0.0.0.3
network 192.168.5.0 0.0.0.3
eigrp router-id 3.3.3.3
exit-address-family
!
address-family ipv6 unicast autonomous-system
6
!
af-interface Loopback0
passive-interface
exit-af-interface
!
af-interface Serial2/2
shutdown
exit-af-interface
!
topology base
redistribute static
exit-af-topology
eigrp router-id 3.3.3.3
exit-address-family
No comments:
Post a Comment