Ip Summary-Address Eigrp - Cisco Nexus 3548 Command Reference Manual

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

Advertisement

Chapter
Unicast Routing Commands

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.
Syntax Description
instance-tag
ip-address/length
ip-address
mask
admin-distance
leak-map map-name
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
Release
5.0(3)A1(1)
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)#
OL-27852-01
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}
Modification
This command was introduced.
Name of the EIGRP instance. The instance-tag can be any
case-sensitive, alphanumeric string up to 20 characters.
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.
Summary IP address to apply to an interface in four-part,
dotted-decimal notation.
IP address mask.
(Optional) Administrative distance. The range is from 1 to 255.
(Optional) Specifies the leak map.
Cisco Nexus 3548 Switch NX-OS Unicast Routing Command Reference
ip summary-address eigrp
213

Advertisement

Table of Contents
loading

Table of Contents