Ip Distribute-List Eigrp - Cisco Nexus 3548 Command Reference Manual

Nx-os unicast routing command reference
Hide thumbs Also See for Nexus 3548:
Table of Contents

Advertisement

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.
Syntax Description
instance-tag
prefix-list list-name
route-map map-name
in
out
Command Default
None
Command Modes
Interface configuration mode
Command History
Release
5.0(3)A1(1)
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
Command
prefix-list
route-map
show ip eigrp
Cisco Nexus 3548 Switch NX-OS Unicast Routing Command Reference
164
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}
Modification
This command was introduced.
Description
Configures a prefix list.
Configures a route map.
Displays EIGRP information.
Name of the EIGRP instance. The instance-tag can be any
case-sensitive, alphanumeric string up to 20 characters.
Specifies the name of an IP prefix list to filter EIGRP routes.
Specifies the name of a route map to filter EIGRP routes.
Applies the route policy to incoming routes.
Applies the route policy to outgoing routes.
Chapter
Unicast Routing Commands
OL-27852-01

Advertisement

Table of Contents
loading

Table of Contents