![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/1/8b/18b1e1e7-4363-4706-bb94-6eba3a993996/18b1e1e7-4363-4706-bb94-6eba3a993996-bg3f7.png)
73
BGP DEBUGGING COMMANDS
debugging bgp all
Syntax debugging bgp [ ipv4-address | ipv6-address ] all
undo debugging bgp [ ipv4-address | ipv6-address] all
View User view
Default Level 1: Monitor level
Parameters ipv4-address: IPv4 address of a peer.
ipv6-address: IPv6 address of a peer.
Description Use the
debugging bgp all command to enable all BGP debugging.
Use the undo debugging bgp all command to disable all BGP debugging.
By default, all BGP debugging is disabled.
Note the following:
■ This command enables all BGP debugging, which may cause heavy traffic and
affect system performance; therefore, use this command only when necessary.
■ Disable debugging once the debugging operation is complete.
Examples # Enable all BGP debugging while Device A and Device B are establishing an IBGP
peer relationship with each other.
[Sysname-bgp]display this
#
bgp 100
undo synchronization
peer 10.1.1.2 as-number 100
#
=======================
[Sysname-bgp] display this
#
bgp 100
undo synchronization
peer 10.1.1.1 as-number 100
#