20 bgp scan-time, 21 clear bgp – CANOGA PERKINS CanogaOS Command Reference User Manual

Page 291

Advertising
background image

CanogaOS Command Line Reference

Revision 1.02

Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches

Page 291 of 855

Command Mode

Router mode

Usage

Use bgp router-id command to manually configure a fixed router ID as a BGP router identifier.

Examples

Switch# configure terminal
Switch(config) router bgp 100
Switch(config-router) bgp router-id 1.1.2.3

16.20 bgp scan-time

Use this command to set the interval for BGP route next-hop scanning.
Use the no parameter with this command to disable this function.

Command Syntax

(no) bgp scan-time TIME
TIME= <0-60> Scanning interval in seconds. The default scanning interval is 60 seconds.

Command Mode

Router mode

Usage

Use this command to configure scanning intervals of BGP routers. This interval is the period after which router
checks the validity of the routes in its database.
To disable BGP scanning, set the scan time interval to 0 seconds.

Examples

Switch# configure terminal
Switch(config) router bgp 100
Switch(config-router) bgp scan-time 10

16.21 clear bgp *

Use this command to reset the BGP connection for all peers.

Command Syntax

clear bgp * (IN|out|SOFT)
clear bgp ipv6 * (IN|out|SOFT)
* = Clears all bgp peers

Advertising