70 neighbor unsuppress-map – CANOGA PERKINS 9175 Command Reference User Manual

Page 291

Advertising
background image

CanogaOS Command Reference

16-46

TAG Name of an existing peer-group. For information on how to create peer groups, refer to the

neighbor peer-group and neighbor remote-as commands. When this parameter is used

with a command, the command applies on all peers in the specified group.

KEEPALIVE= <0-65535> holdtime Frequency (in seconds) at which a router sends keepalive

messages to its neighbor. The default is 60 seconds.

holdtime= <0-65535> Interval (in seconds) after which, on not receiving a keepalive message, the

router declares a neighbor dead. The default is 180 seconds.

CONNECT= connect <0-65535> Specifies the connect timer in seconds.

Command Mode

Router mode

Usage

Keepalive messages are sent by a router to inform another router that the BGP connection between the two is

still active. The keepalive interval is the period of time between each keepalive message sent by the router.

The holdtime interval is the time the router waits to receive a keepalive message and if it does not receive a

message for this period it declares the neighbor dead.

Examples

Switch# configure terminal

Switch(config)# router bgp 12

Switch(config-router)# neighbor 10.10.10.10 timers 60 120

Switch(config-router)# neighbor 10.10.10.10 timers connect 10

16.70 neighbor unsuppress-map

Use this command to selectively leak more-specific routes to a particular neighbor.

Command Syntax

(no)neighbor NEIGHBORID unsuppress-map WORD

NEIGHBORID = A.B.C.D|X:X::X:X|TAG

A.B.C.D Specifies the address of the BGP neighbor in IPv4 format.

X:X::X:X Specifies the address of the BGP neighbor in IPv6 format.

TAG Name of an existing peer-group. For information on how to create peer groups, refer to the

neighbor peer-group and neighbor remote-as commands. When this parameter is used

with a command, the command applies on all peers in the specified group.

WORD The name of the route-map used to select routes to be unsuppressed.

Command Mode

Router mode and Address Family (ipv4 unicast | ipv4 multicast | ipv6) mode

Usage

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 unsuppress-map command to selectively leak

Advertising