Command Modes
config-router-neighbor-af mode
network-admin
vdc-admin
Command History
|
|
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
|
|
address-family ipv4 unicast |
Enters IPv4 unicast address family mode. |