U Commands

This chapter describes the Cisco NX-OS unicast routing commands that begin with the letter U.

unsuppress-map

To unsuppress routes that are suppressed by using the aggregate-address command, use the unsuppress-map command.

unsuppress-map map-name

 
Syntax Description

map-name

Map name.

 
Defaults

None

 
Command Modes

config-router-neighbor-af mode

 
Supported User Roles

network-admin
vdc-admin

 
Command History

Release
Modification

6.2(2)

This command was introduced.

 
Usage Guidelines

This command requires the Enterprise Services license.

Examples

This example shows how to unsuppress routes that are suppressed by using the aggregate-address command:

switch# configure terminal
switch(config)# ip prefix-list IPLIST seq 5 permit 10.1.1.0/24
switch(config)# route-map UNSUPPRESS_MAP permit 10
switch(config-route-map)# match ip address prefix-list IPLIST
switch(config-route-map)# exit
switch(config)# router bgp 100
switch(config-router)# address-family ipv4 unicast
switch(config-router-af)# aggregate-address 10.1.1.0/16 summary-only
switch(config-router-af)# exit
switch(config-router)# neighbor 10.2.3.4 remote-as 300
switch(config-router-neighbor)# address-family ipv4 unicast
switch(config-router-neighbor-af)# unsuppress-map UNSUPPRESS_MAP
switch(config-router-neighbor-af)#

 
Related Commands

Command
Description

address-family ipv4 unicast

Enters IPv4 unicast address family mode.