neighbor unsuppress-map
Use this command to selectively leak more-specific routes to a particular neighbor.
When the
aggregate-address command is used with the
summary-only option, the more-specific routes of the aggregate are suppressed to all neighbors. Use the
neighbor unsuppress-map command to selectively leak more-specific routes to a particular neighbor.
Use the no parameter with this command to restore the setting to the default level.
Command Syntax
neighbor (A.B.C.D|X:X::X:X|WORD) unsuppress-map WORD
no neighbor (A.B.C.D|X:X::X:X|WORD) unsuppress-map WORD
For v4-unnumbered mode:
neighbor WORD unsuppress-map WORD
no neighbor WORD unsuppress-map WORD
Parameters
A.B.C.D
Address of the BGP neighbor in an IPv4 format
X:X::X:X
Address of the BGP neighbor in an IPv6 format
WORD
Name of a BGP peer group created with the
neighbor WORD peer-group command. When you specify this parameter, the command applies to all peers in the group.
WORD
Name of the route map used to select routes to unsuppress
Default
By default, neighbor unsuppress map is disabled
Command Mode
Address Family mode and v4-unnumbered mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
#configure terminal
(config)#router bgp 10
(config-router)#address-family ipv4 unicast
(config-router-af)#neighbor 10.10.0.70 unsuppress-map mymap
For unnumbered peer, IPv4 unicast mode commands are configured under v4-unnumbered-mode.
(config)#router bgp 100
(config-router)#address-family ipv4 unicast
(config-router-af)#bgp v4-unnumbered-mode
(config-router-v4-unnum)#neighbor eth1 unsuppress-map map2
Last modified date: 07-13-2023