display bgp routing-table dampened

Use display bgp routing-table dampened to display dampened BGP routes.

Syntax

display bgp [ instance instance-name ] routing-table dampened { ipv4 | ipv6 } { multicast | [ unicast ] [ vpn-instance vpn-instance-name ] }

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

instance instance-name: Specifies a BGP instance by its name, a case-sensitive string of 1 to 31 characters. If you do not specify this option, the command displays dampened BGP routes for the default BGP instance.

ipv4: Displays dampened BGP IPv4 routes.

ipv6: Displays dampened BGP IPv6 routes.

multicast: Displays dampened BGP multicast routes.

unicast: Displays dampened BGP unicast routes.

vpn-instance vpn-instance-name: Specifies an MPLS L3VPN instance by its name, a case-sensitive string of 1 to 31 characters. If you do not specify a VPN instance, this command displays dampened BGP routes for the public network.

Usage guidelines

By default, the unicast keyword is used if neither the multicast keyword nor the unicast keyword is specified.

Examples

# Display dampened BGP IPv4 unicast routes.

<Sysname> display bgp routing-table dampened ipv4

 Total number of routes: 1

 BGP local router ID is 192.168.1.135
 Status codes: * - valid, > - best, d - dampened, h - history,
               s - suppressed, S - stale, i - internal, e - external
               a – additional-path
               Origin: i - IGP, e - EGP, ? - incomplete

     Network            From            Reuse                         Path/Ogn

  de 20.1.1.0/24        10.1.1.2        00:56:27                      100i

# Display dampened BGP IPv6 unicast routes.

<Sysname> display bgp routing-table dampened ipv6

 Total number of routes: 2

 BGP local router ID is 192.168.1.135
 Status codes: * - valid, > - best, d - dampened, h - history,
               s - suppressed, S - stale, i - internal, e - external
               a – additional-path
               Origin: i - IGP, e - EGP, ? - incomplete

  de Network : 2::                                      PrefixLen : 64
     From    : 10.1.1.1                                 Reuse     : 00:39:49
     Path/Ogn: 100i

  de Network : 2::                                      PrefixLen : 64
     From    : 1::1                                     Reuse     : 00:39:49
     Path/Ogn: 100i

Table 96: Command output

Field

Description

Status codes

Status codes:

  • * – valid—Valid route.

  • > – best—Optimal route.

  • d – dampened—Dampened route.

  • h – history—History route.

  • s – suppressed—Suppressed route.

  • S stale—Stale route.

  • i – internal—Internal route.

  • e – external—External route.

  • a additional-path—Add-Path optimal route.

Origin

Origin of the route:

  • i – IGP—Originated in the AS. The origin of routes advertised with the network command is IGP.

  • e – EGP—Learned through EGP.

  • ?– incomplete—Unknown origin. The origin of routes redistributed from IGP protocols is INCOMPLETE.

Network

Destination network address.

From

IP address from which the route was received.

Reuse

Reuse time of the route.

Path/Ogn

AS_PATH and ORIGIN attributes of the route:

  • AS_PATH attribute—Records the ASs the route has passed, which avoids routing loops.

  • ORIGIN attribute—Identifies the origin of the route.

Related commands

dampening

reset bgp dampening