205
Cisco Nexus 3548 Switch NX-OS Unicast Routing Command Reference
OL-27852-01
Chapter Unicast Routing Commands
ip rip summary-address
ip rip summary-address
To configure a summary aggregate address under an interface for the Routing Information Protocol (RIP), use
the ip rip summary-address command. To disable summarization of the specified address or subnet,
use the no form of this command.
ip rip summary-address ip-prefix/mask
no ip rip summary-address ip-prefix/mask
Syntax Description
Command Default Disabled
Command Modes Interface configuration mode
Command History
Usage Guidelines This command requires the LAN Base Services license.
Examples This example shows how to configure the summary address 192.0.2.0 that is advertised out Ethernet
interface 1/2:
switch# configure terminal
switch(config)# interface ethernet 1/2
switch(config-if)# no switchport
switch(config-if)# ip rip summary-address 192.0.2.0/24
switch(config-if)#
Related Commands
ip-prefix/length IP prefix and prefix length to be summarized.
Release Modification
5.0(3)A1(1) This command was introduced.
Command Description
copy running-config
startup-config
Saves the configuration to the startup configuration file.
show ip rip Displays a summary of RIP information for all RIP instances.