213
Cisco Nexus 3548 Switch NX-OS Unicast Routing Command Reference
OL-27852-01
Chapter Unicast Routing Commands
ip summary-address eigrp
ip summary-address eigrp
To configure a summary aggregate address for the specified Enhanced Interior Gateway Routing
Protocol (EIGRP) interface, use the ip summary-address eigrp command. To disable a configuration,
use the no form of this command.
ip summary-address eigrp instance-tag {ip-address/length | ip-address mask} [admin-distance |
leak-map map-name]
no ip summary-address eigrp instance-tag {ip-address/length | ip-address mask}
Syntax Description
Command Default An administrative distance of 5 is applied to EIGRP summary routes.
No summary addresses are predefined.
Command Modes Interface configuration mode
Command History
Usage Guidelines This command requires the LAN Base Services license.
Examples This example shows how to configure an administrative distance of 95 on an EIGRP interface for the
192.168.0.0/16 summary address:
switch# configure terminal
switch(config)# router eigrp 209
switch(config-router)# interface ethernet 2/1
switch(config-if)# no switchport
switch(config-if)# ip summary-address eigrp 209 192.168.0.0/16 95
switch(config-if)#
instance-tag Name of the EIGRP instance. The instance-tag can be any
case-sensitive, alphanumeric string up to 20 characters.
ip-address/length Summary IP prefix and prefix length to apply to an interface in
four-part, dotted-decimal notation. For example, /8 indicates that the
first eight bits in the IP prefix are network bits. If length is used, the
slash is required.
ip-address Summary IP address to apply to an interface in four-part,
dotted-decimal notation.
mask IP address mask.
admin-distance (Optional) Administrative distance. The range is from 1 to 255.
leak-map map-name (Optional) Specifies the leak map.
Release Modification
5.0(3)A1(1) This command was introduced.