Neighbor unsuppress-map (bgp) – Brocade Network OS Command Reference v4.1.0 User Manual
Page 553

Network OS Command Reference
515
53-1003115-01
neighbor unsuppress-map (BGP)
2
neighbor unsuppress-map (BGP)
Removes route suppression from neighbor routes when those routes have been suppressed as a
result of aggregation.
Synopsis
neighbor {ip-address | peer-group-name} unsuppress-map string
no neighbor {ip-address | peer-group-name} unsuppress-map string
Operands
ip-address
IPv4 address of the neighbor.
peer-group-name
Peer group name configured by the neighbor peer-group-name command.
string
Name of the route map.
Defaults
None
Command Modes
BGP address-family IPv4 unicast configuration mode
Description
Use this command to remove route suppression from neighbor routes when those routes have
been suppressed as a result of aggregation. All routes matching route-map rules are
unsuppressed.
Usage Guidelines
Use the no form of the command to restore the defaults.
Examples
switch(config)# rbridge-id 10
switch(config-rbridge-id-10)# router bgp
switch(config-bgp-router)# address-family ipv4 unicast
switch(config-bgp-ipv4u)# neighbor 10.11.12.13 unsuppress-map myroutemap
See Also
route-map