show data debugging

This command displays debugging information.

Syntax

show data debugging 

Command

Description

bgp

Displays debugging information about BGP.

ospf

Displays debugging information about OSPF.

ospf6

Displays debugging information about OSPF6.

rip

Displays debugging information about Routing Information Protocol (RIP) which enables routing information to be exchanged between routers.

ripng

Displays debugging information about Next Generation Routing Information Protocol (RIP), defined in RFC 2080.

vrf <VRF Table Name>

Displays debugging information for a specified Virtual Routing and Forwarding (VRF) table.

zebra

Displays debugging information about Zebra routing software which provides TCP/IP based routing services with support from routing protocols RIP, OSPF and BGP (see above). Zebra also supports IPv4 and IPv6 routing protocols.

Command Mode

Basic User and Privileged User

Example

This example displays debugging information about BGP:

show data debugging bgp
 BGP debugging status:
   BGP events debugging is on
   BGP keepalives debugging is on
   BGP updates debugging is on (outbound)
   BGP fsm debugging is on
   BGP filter debugging is on
   BGP zebra debugging is on

This example displays debugging information about Zebra:

show data debugging zebra
 Zebra debugging status:
   Zebra event debugging is on
   Zebra packet debugging is on
   Zebra kernel debugging is on
   Zebra RIB debugging is on
   Zebra RIB queue debugging is on