525
form restores the default value.
Example:
Switch(config-router)#neighbor 10.1.1.64 timers connect 100
13.8.3.74 neighbor unsuppress-map
Command: neighbor {<ip-address>|<TAG>} unsuppress-map <WORD>
no neighbor {<ip-address>|<TAG>} unsuppress-map <WORD>
Function:
Configure or cancel the unsurprising to conditions meet the specified route
map. The “
no neighbor {<ip-address>|<TAG>} unsuppress-map <WORD>
“ command
cancels this configuration
Parameter: <ip-address>
: Neighbor IP address
<TAG>
: Name of peer group
<WORD>
: Name of route-map
Default:
Not set
Command Mode:
BGP route mode.
Usage Guide:
This command is generally for route suppressed by the aggregated and
summary-only conditions. Routs meet the route map conditions will still be send
separately other than suppressed
Example:
Switch(config-router)#neighbor 10.1.1.66 unsuppress-map rmp
Switch(config)#access-list 10 permit 10.1.1.100 0.0.0.255
Switch(config)#route-map rmp permit 5
Switch(config-route-map)#match ip next-hop 10
Route with nexthop as 10.1.1.100 will not be restrained
13.8.3.75 neighbor update-source
Command: neighbor {<ip-address>|<TAG>} update-source <IFNAME>
no neighbor {<ip-address>|<TAG>} update-source <IFNAME>
Function:
Configure the update source. The “
no neighbor {<ip-address>|<TAG>}
update-source <IFNAME>
“ cancels this configuration
Parameter: <ip-address>
: Neighbor IP address
<TAG>
: Name of peer group
<IFNAME>
: Name or IP of the interface
Default:
Not configured, namely use nearest interface
Command Mode:
BGP route mode.
Usage Guide:
Specified update source is allowed to connect with any available
interface which normally is the loop back interface. The NO forms restores to the nearest
interface update source. Improper update source use may lead to neighbor connection
unavailable, while the invalid interface causes problem which is also the reasons we use