display bgp ipv6 routing-table ipv6-address [ prefix-length ] { as-path | community-list | large-community | ext-community | cluster-list | advertised-peer }
display bgp ipv6 routing-table peer { peerIpv4Addr | peerIpv6Addr } advertised-routes ipv6-address [ prefix-length ] { as-path | community-list | large-community | ext-community | cluster-list | advertised-peer }
Parameter | Description | Value |
---|---|---|
ipv6-address |
Specifies the IPv6 address of a peer to be displayed. |
The value is in the X:X:X:X:X:X:X:X format. |
prefix-length |
Specify network prefix length. |
The value is an integer that ranges from 0 to 128. |
as-path |
Displays the AS_Path attribute contained in a public network route. |
- |
community-list |
Displays the community attribute contained in a public network route. |
- |
large-community |
Displays the BGP routes with the specified Large-Community attribute. |
- |
ext-community |
Displays the extended community attribute contained in a public network route. |
- |
cluster-list |
Displays the cluster list contained in a route. |
- |
advertised-peer |
Displays the list of the peers to which a route is advertised. |
- |
peer peerIpv6Addr |
Specify an IPv6 peer address. |
The value is in the X:X:X:X:X:X:X:X format. |
peerIpv4Addr |
Displays the IPv4 address of a peer on which public network routes are to be displayed. |
The value is in dotted decimal notation. |
advertised-routes |
Displays the BGP4+ public network routes advertised to a specified peer. |
- |
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display bgp ipv6 routing-table 2001:DB8:111::1 cluster-list
BGP routing table entry information of 2001:DB8:111::1/128:
Imported route.
From: ::
BGP routing table entry information of ::FFFF:127.0.0.1/128:
Imported route.
From: ::
BGP routing table entry information of 2001:DB8:100::/96:
Imported route.
From: ::
BGP routing table entry information of 2001:DB8:100::/96:
From: 2001:DB8:100::2
BGP routing table entry information of 2001:DB8:100::1/128:
Imported route.
From: ::
BGP routing table entry information of 2001:DB8:103::103/128:
From: 2001:DB8:100::2
Cluster list: 3.3.3.3
BGP routing table entry information of 2001:DB8:200::200/128:
From: 2001:DB8:100::2
<HUAWEI> display bgp ipv6 routing-table 2001:DB8:111::1 community-list
BGP routing table entry information of 2001:DB8:100::/96:
From: 2001:DB8:100::2
Community: <400:1>
BGP routing table entry information of 2001:DB8:101::101/128:
From: 2001:DB8:100::2
Community: <400:1>
BGP routing table entry information of 2001:DB8:200::200/128:
From: 2001:DB8:100::2
Community: <400:1>
<HUAWEI> display bgp ipv6 routing-table 2001:DB8:111::1 large-community
BGP routing table entry information of 2001:DB8:111::1/128:
From: 2001:DB8:10::2
Large-Community: <400:1:1>
<HUAWEI> display bgp ipv6 routing-table 2001:DB8:111::1 as-path
BGP routing table entry information of 2001:DB8:111::1/128:
Imported route.
From: ::
AS-path Nil
BGP routing table entry information of ::FFFF:127.0.0.1/128:
Imported route.
From: ::
AS-path Nil
BGP routing table entry information of 2001:DB8:100::100/128:
Imported route. From: ::
AS-path Nil
<HUAWEI> display bgp ipv6 routing-table 2001:DB8:111::1 ext-community
BGP routing table entry information of 2001:DB8:100::/96:
From: 2001:DB8:100::2
BGP routing table entry information of 2001:DB8:101::101/128:
From: 2001:DB8:100::2
BGP routing table entry information of 2001:DB8:200::200/128:
From: 2001:DB8:100::2
Ext-Community: RT <300 : 1>
Item | Description |
---|---|
BGP routing table entry information of | Routing entry information. |
Imported route | Routes imported into the BGP routing table using the import-route command. |
Cluster list | Cluster list of a route. |
AS-path | AS_Path attribute. Nil indicates that the attribute value is null. |
Large-Community | Large-Community attribute of a route. |
Ext-Community | Extended community attribute of a route. |
From | IP address of the device that advertises the route. |
Community | Community attribute of a route. |