33 clear ip bgp vrf, 34 debug bgp – CANOGA PERKINS CanogaOS Command Reference User Manual

Page 299

Advertising
background image

CanogaOS Command Line Reference

Revision 1.02

Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches

Page 299 of 855

16.33 clear ip bgp vrf

Use this command to reset the specified VPN Routing /Forwarding Instance for BGP connections.

Command Syntax

clear ip bgp (A.B.C.D)|*) vrf WORD (out|in|SOFT)
WORD Specifies the name of the VRF
A.B.C.D Specifies the IPv4 address of the BGP route to be cleared
* Clears all peers
in Performs soft reconfiguration in
out Performs soft reconfiguration out
SOFT = soft in|soft out|soft
soft in Performs soft reconfiguration in
soft out Performs soft reconfiguration out
soft Performs soft reconfiguration in and out

Command Mode

Privileged Exec mode

Usage

If the neighbor address is specified with this command it clears the specified connection. If no address is
specified this command clears all the BGP routes.

Example

Switch# clear ip bgp 3.3.3.3 vrf VRF1 soft in

16.34 debug bgp

Use this command to enable all BGP troubleshooting functions.
Use the no parameter with this command to disable this function.

Command Syntax

debug bgp (all|dampening|events|filters|fsm|keepalives|mpls|nsm|UPDATES)
no debug all bgp
no debug bgp (all|dampening|events|filters|fsm|keepalives|mpls|nsm|UPDATES)
all Used with the no form exclusively; turns off all debugging for BGP
dampening Specifies debugging for BGP dampening.
events Specifies debugging for BGP events.
filters Specifies debugging for BGP filters.
fsm Specifies debugging for BGP Finite State Machine (FSM).
mpls Specifies debuggin for BGP Multiprotocol Label Switching.

Advertising