![Cisco Nexus 3548 series Command Reference Manual Download Page 184](http://html.mh-extra.com/html/cisco/nexus-3548-series/nexus-3548-series_command-reference-manual_2609162184.webp)
164
Cisco Nexus 3548 Switch NX-OS Unicast Routing Command Reference
OL-27852-01
Chapter Unicast Routing Commands
ip distribute-list eigrp
ip distribute-list eigrp
To configure a distribution list for the Enhanced Interior Gateway Routing Protocol (EIGRP) on an
interface, use the
ip distribute-list eigrp
command. To restore the default, use the
no
form of this
command.
ip distribute-list eigrp
instance-tag
{
prefix-list
list-name
|
route-map
map-name
} {
in
|
out
}
no ip distribute-list eigrp
instance-tag
{
prefix-list
list-name
|
route-map
map-name
} {
in
|
out
}
Syntax Description
Command Default
None
Command Modes
Interface configuration mode
Command History
Usage Guidelines
You must configure the named route map or prefix list to complete this configuration.
This command requires the LAN Base Services license.
Examples
This example shows how to configure a route map for all EIGRP routes coming into the interface:
switch#
configure terminal
switch(config)#
router eigrp 209
switch(config-router)#
interface ethernet 2/1
switch(config-if)#
no switchport
switch(config-if)#
ip distribute-list eigrp 209 route-map InputFilter in
switch(config-if)#
Related Commands
instance-tag
Name of the EIGRP instance. The
instance-tag
can be any
case-sensitive, alphanumeric string up to 20 characters.
prefix-list
list-name
Specifies the name of an IP prefix list to filter EIGRP routes.
route-map
map-name
Specifies the name of a route map to filter EIGRP routes.
in
Applies the route policy to incoming routes.
out
Applies the route policy to outgoing routes.
Release
Modification
5.0(3)A1(1)
This command was introduced.
Command
Description
prefix-list
Configures a prefix list.
route-map
Configures a route map.
show ip eigrp
Displays EIGRP information.