The display bgp instance vpnv4 routing-table attr-set command displays information about BGP attr-set list.
Parameter | Description | Value |
---|---|---|
all |
Displays all BGP VPNv4 routes. |
- |
ipv4-address |
Specifies an IPv4 address of destination. |
The value is in dotted decimal notation. |
mask |
Specifies a mask in dotted decimal notation. |
It is in dotted decimal notation. |
mask-length |
Specifies the mask length. |
The value is an integer ranging from 0 to 32. |
instance instance-name |
Specifies a BGP multi-instance. |
The value is a string of 1 to 31 case-sensitive characters, spaces not supported. When double quotation marks are used around the string, spaces are allowed in the string. |
vpn-instance vpn-instance-name |
Displays the BGP routes of a specified VPN instance. |
The value is a string of 1 to 31 case-sensitive characters, spaces not supported. In addition, the VPN instance name must not be _public_. When double quotation marks are used around the string, spaces are allowed in the string. |
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display bgp instance aa vpnv4 all routing-table 10.10.10.10 attr-set
Routes of Route Distinguisher(100:11):
BGP routing table entry information of 10.10.10.10/32:
From: 10.1.1.2
Attr-set: origin as 200, origin igp, MED 0
AS-path: Nil
Routes of vpn-instance vpn1:
BGP routing table entry information of 10.11.11.11/32:
From: 10.1.1.1
Attr-set: origin as 200, origin igp, MED 0
AS-path: Nil
Item | Description |
---|---|
BGP routing table entry information | The following information is about a specified BGP route. |
Attr-set | Attr_Set attribute. |
From | IP address of the router that sends the route. |