Redistributing Routes Into Eigrp - Cisco Nexus 7000 Series Configuration Manual

Nx-os unicast routing configuration
Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

Configuring Advanced EIGRP
S e n d d o c u m e n t c o m m e n t s t o n e x u s 7 k - d o c f e e d b a c k @ c i s c o . c o m .
To configure a summary aggregate address, use the following command in interface configuration mode:
Command
switch(config-if)# {ip | ipv6}
summary-address eigrp instance-tag
ip-prefix/length [ distance | leak-map
map-name ]
Example:
switch(config-if)# ip summary-address
eigrp Test1 192.0.2.0/8
The following example causes EIGRP to summarize network 192.0.2.0 out Ethernet 1/2 only:
switch(config)# interface ethernet 1/2
switch(config-if)# ip summary-address eigrp Test1 192.0.2.0 255.255.255.0

Redistributing Routes into EIGRP

You can redistribute routes in EIGRP from other routing protocols.
BEFORE YOU BEGIN
Ensure that you have enabled the EIGRP feature (see the
page
You must configure the metric (either through the default-metric configuration option or through a route
map) for routes redistributed from any other protocol.
You must create a route map to control the types of routes that are redistributed into EIGRP. See
Chapter 16, "Configuring Route Policy Manager."
Ensure that you are in the correct VDC (or use the switchto vdc command).
SUMMARY STEPS
1.
2.
3.
4.
5.
6.
7.
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
8-18
8-9).
config t
router eigrp instance-tag
address-family {ipv4 | ipv6} unicast
redistribute {bgp as | {eigrp | isis | ospf | ospfv3 | rip} instance-tag | direct | static} route-map
name
default-metric bandwidth delay reliability loading mtu
show {ip | ipv6} eigrp route-map statistics redistribute
copy running-config startup-config
Chapter 8
Purpose
Configures a summary aggregate address as either
an IP address and network mask, or an IP
prefix/length. The instance tag and map name can
be any case-sensitive alphanumeric string up to 20
characters.
You can optionally configure the administrative
distance for this aggregate address. The default
administrative distance is 5 for aggregate
addresses.
"Enabling the EIGRP Feature" section on
Configuring EIGRP
OL-20002-02

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents