BGP IPv6
nv show vrf <vrf-id> router bgp address-family ipv6-unicast
显示指定 VRF 的 BGP IPv6 配置。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast
operational applied pending
------ ----------- ------- -------
enable off off
nv show vrf <vrf-id> router bgp address-family ipv6-unicast admin-distance
显示为指定 VRF 配置的 BGP IPv6 管理距离。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast admin-distance
operational applied
-------- ----------- -------
external 20
internal 200
nv show vrf <vrf-id> router bgp address-family ipv6-unicast aggregate-route
显示指定 VRF 的 BGP IPv6 聚合路由。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast aggregate-route
nv show vrf <vrf-id> router bgp address-family ipv6-unicast aggregate-route <aggregate-route-id>
显示 IPv6 聚合路由。将路由表中的网络范围聚合成单个前缀可以最大限度地减小路由表的大小并节省带宽。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<aggregate-route-id> | CIDR 表示法中的 IPv6 地址和路由前缀。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast aggregate-route 2001:db8::1/128
operational applied
------------ ----------- ---------
as-set on
route-map routemap1
summary-only on
nv show vrf <vrf-id> router bgp address-family ipv6-unicast loc-rib
显示指定 VRF 的 IPv6 本地 RIB。
Cumulus Linux 5.11 及更高版本不再提供此命令。请改用 nv show vrf <vrf-id> router bgp address-family ipv6-unicast route
命令。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast loc-rib
IPV6 Routes
==============
PathCount - Number of paths present for the prefix, MultipathCount - Number of
paths that are part of the ECMP, DestFlags - * - bestpath-exists, w - fib-wait-
for-install, s - fib-suppress, i - fib-installed, x - fib-install-failed,
LocalPref - Local Preference, Best - Best path, Reason - Reason for selection
Prefix PathCount MultipathCount DestFlags Nexthop Metric Weight LocalPref Aspath Best Reason Flags
------------- --------- -------------- --------- ------- ------ ------ --------- ------ ---- ------ -----
2001:db8::/64 2 1 *
nv show vrf <vrf-id> router bgp address-family ipv6-unicast loc-rib route <route-id>
显示有关本地 RIB 中指定的 IPv6 路由的信息,例如路径通告到的 BGP 邻居和路径计数。
Cumulus Linux 5.11 及更高版本不再提供此命令。请改用 nv show vrf <vrf-id> router bgp address-family ipv6-unicast route <route-id>
命令。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<route-id> | CIDR 表示法中的 IPv6 地址和路由前缀。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast loc-rib route 2001:db8::1/128
operational
---------- -----------
[path] 1
[path] 2
[advertised-to] swp1
[advertised-to] swp2
path-count 2
multipath-count 1
nv show vrf <vrf-id> router bgp address-family ipv6-unicast loc-rib route <route-id> path
显示本地 RIB 中指定 IPv6 路由的路径。
Cumulus Linux 5.11 及更高版本不再提供此命令。请改用 nv show vrf <vrf-id> router bgp address-family ipv6-unicast route <route-id>
命令。
在命令末尾添加 -o json
以查看更易读格式的输出。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<route-id> | CIDR 表示法中的 IPv6 地址和路由前缀。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast loc-rib route 2001:db8::1/128 path -o json
{
"1": {
"aspath": {},
"bestpath": {
"overall": "yes",
"selection-reason": "Origin"
},
"flags": {
"bestpath": {},
"valid": {}
},
"flags-string": "*v",
"last-update": "2024-08-06T04:52:35Z",
"local": "on",
"metric": 0,
"nexthop": {
"1": {
"accessible": "on",
"afi": "ipv6",
"ip": "::",
"metric": 0,
"scope": "global",
"used": "on"
}
},
"nexthop-count": 1,
"origin": "IGP",
"peer": {
"id": "::",
"router-id": "10.10.10.1"
},
"sourced": "on",
"valid": "on",
"weight": 32768
}
}
nv show vrf <vrf-id> router bgp address-family ipv6-unicast loc-rib route <route-id> path <path-id>
显示本地 RIB 中指定 IPv6 路由的路径信息。
Cumulus Linux 5.11 及更高版本不再提供此命令。请改用 nv show vrf <vrf-id> router bgp address-family ipv6-unicast route <route-id>
命令。
您必须在命令末尾添加 -o json
才能查看输出。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<route-id> | CIDR 表示法中的 IPv6 地址和路由前缀。 |
<path-id> | 路径 ID。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast loc-rib route 2001:db8::1/128 path 1 -o json
{
"aspath": {},
"bestpath": {
"overall": "yes",
"selection-reason": "Origin"
},
"flags": {
"bestpath": {},
"valid": {}
},
"flags-string": "*v",
"last-update": "2024-08-06T04:52:36Z",
"local": "on",
"metric": 0,
"nexthop": {
"1": {
"accessible": "on",
"afi": "ipv6",
"ip": "::",
"metric": 0,
"scope": "global",
"used": "on"
}
},
"nexthop-count": 1,
"origin": "IGP",
"peer": {
"id": "::",
"router-id": "10.10.10.1"
},
"sourced": "on",
"valid": "on",
"weight": 32768
}
nv show vrf <vrf-id> router bgp address-family ipv6-unicast loc-rib route <route-id> path <path-id> nexthop
显示本地 RIB 中指定 IPv6 路由路径的下一跳。
Cumulus Linux 5.11 及更高版本不再提供此命令。请改用 nv show vrf <vrf-id> router bgp address-family ipv6-unicast route <route-id>
命令。
您必须在命令末尾添加 -o json
才能查看输出。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<route-id> | CIDR 表示法中的 IPv6 地址和路由前缀。 |
<path-id> | 路径 ID。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast loc-rib route 2001:db8::1/128 path 2 nexthop -o json
{
"1": {
"accessible": "off",
"afi": "ipv6",
"ip": "::",
"metric": 0,
"scope": "global",
"used": "on"
}
}
nv show vrf <vrf-id> router bgp address-family ipv6-unicast loc-rib route <route-id> path <path-id> nexthop <nexthop-id>
显示本地 RIB 中指定 IPv6 路由路径的下一跳信息。
Cumulus Linux 5.11 及更高版本不再提供此命令。请改用 nv show vrf <vrf-id> router bgp address-family ipv6-unicast route <route-id>
命令。
您必须在命令末尾添加 -o json
才能查看输出。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<route-id> | CIDR 表示法中的 IPv6 地址和路由前缀。 |
<path-id | 路径 ID。 |
<nexthop-id> | 下一跳 ID。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast loc-rib route 2001:db8::1/128 path 1 nexthop 1 -o json
{
"accessible": "off",
"afi": "ipv6",
"ip": "::",
"scope": "global",
"used": "on"
}
nv show vrf <vrf-id> router bgp address-family ipv6-unicast loc-rib route <route-id> path <path-id> peer
显示本地 RIB 中指定 IPv6 路由路径的 BGP 邻居信息。
Cumulus Linux 5.11 及更高版本不再提供此命令。请改用 nv show vrf <vrf-id> router bgp address-family ipv6-unicast route <route-id>
命令。
您必须在命令末尾添加 -o json
才能查看输出。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<route-id> | CIDR 表示法中的 IPv6 地址和路由前缀。 |
<path-id> | 路径 ID。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast loc-rib route 2001:db8::1/128 path 1 peer -o json
{
"id": "::",
"router-id": "10.10.10.1"
}
nv show vrf <vrf-id> router bgp address-family ipv6-unicast loc-rib route <route-id> path <path-id> flags
显示本地 RIB 中指定 IPv6 路由的路由路径标志。
Cumulus Linux 5.11 及更高版本不再提供此命令。请改用 nv show vrf <vrf-id> router bgp address-family ipv6-unicast route <route-id>
命令。
您必须在命令末尾添加 -o json
才能查看输出。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<route-id> | CIDR 表示法中的 IPv6 地址和路由前缀。 |
<path-id> | 路径 ID。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast loc-rib route 2001:db8::1/128 path 1 flags -o json
{}
nv show vrf <vrf-id> router bgp address-family ipv6-unicast loc-rib route <route-id> path <path-id> bestpath
显示最佳路径信息,例如本地 RIB 中指定 IPv6 路由的选择原因。
Cumulus Linux 5.11 及更高版本不再提供此命令。请改用 nv show vrf <vrf-id> router bgp address-family ipv6-unicast route <route-id>
命令。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<route-id> | CIDR 表示法中的 IPv6 地址和路由前缀。 |
<path-id> | 路径 ID。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast loc-rib route 2001:db8::1/128 path 1 bestpath
nv show vrf <vrf-id> router bgp address-family ipv6-unicast loc-rib route <route-id> path <path-id> aspath
显示本地 RIB 中指定 IPv6 路由的 AS 路径。
Cumulus Linux 5.11 及更高版本不再提供此命令。请改用 nv show vrf <vrf-id> router bgp address-family ipv6-unicast route <route-id>
命令。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<route-id> | CIDR 表示法中的 IPv6 地址和路由前缀。 |
<path-id> | 路径 ID。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast loc-rib route 2001:db8::1/128 path 2 aspath
nv show vrf <vrf-id> router bgp address-family ipv6-unicast loc-rib route <route-id> path <path-id> community
显示本地 RIB 中指定 IPv6 路由路径的社区列表的社区名称。
Cumulus Linux 5.11 及更高版本不再提供此命令。请改用 nv show vrf <vrf-id> router bgp address-family ipv6-unicast route <route-id>
命令。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<route-id> | CIDR 表示法中的 IPv6 地址和路由前缀。 |
<path-id> | 路径 ID。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast loc-rib route 2001:db8::1/128 path 2 community
nv show vrf <vrf-id> router bgp address-family ipv6-unicast loc-rib route <route-id> path <path-id> large-community
显示本地 RIB 中指定 IPv6 路由路径的大型社区列表的社区名称。
Cumulus Linux 5.11 及更高版本不再提供此命令。请改用 nv show vrf <vrf-id> router bgp address-family ipv6-unicast route <route-id>
命令。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<route-id> | CIDR 表示法中的 IPv6 地址和路由前缀。 |
<path-id> | 路径 ID。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast loc-rib route 2001:db8::1/128 path 2 large-community
nv show vrf <vrf-id> router bgp address-family ipv6-unicast loc-rib route <route-id> path <path-id> ext-community
显示本地 RIB 中指定 IPv6 路由路径的扩展社区列表的社区名称。
Cumulus Linux 5.11 及更高版本不再提供此命令。请改用 nv show vrf <vrf-id> router bgp address-family ipv6-unicast route <route-id>
命令。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<route-id> | CIDR 表示法中的 IPv6 地址和路由前缀。 |
<path-id> | 路径 ID。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast loc-rib route 2001:db8::1/128 path 2 ext-community
nv show vrf <vrf-id> router bgp address-family ipv6-unicast multipaths
显示指定 VRF 的 BGP IPv6 多路径配置。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast multipaths
No Data
nv show vrf <vrf-id> router bgp address-family ipv6-unicast network
显示指定 VRF 的 IPv6 静态网络。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast network
nv show vrf <vrf-id> router bgp address-family ipv6-unicast network <static-network-id>
显示有关指定 VRF 的特定 IPv6 静态网络的信息。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<static-network-id> | CIDR 表示法中的 IPv6 地址和路由前缀。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast network 2001:db8::1/128
nv show vrf <vrf-id> router bgp address-family ipv6-unicast redistribute
显示指定 VRF 的 BGP IPv6 路由重分发配置信息。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast redistribute
operational applied
----------- ----------- -------
static
enable off
connected
enable on
metric auto
route-map none
kernel
enable off
ospf6
enable off
nv show vrf <vrf-id> router bgp address-family ipv6-unicast redistribute static
显示指定 VRF 的 BGP IPv6 静态路由重分发配置信息。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast redistribute static
operational applied
------ ----------- -------
enable on
nv show vrf <vrf-id> router bgp address-family ipv6-unicast redistribute connected
显示指定 VRF 的 BGP IPv6 连接路由重分发配置信息。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast redistribute connected
operational applied
------ ----------- -------
enable on
metric auto
route-map none
nv show vrf <vrf-id> router bgp address-family ipv6-unicast redistribute kernel
显示指定 VRF 的 BGP IPv6 内核路由重分发配置信息。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast redistribute kernel
operational applied
------ ----------- -------
enable off
nv show vrf <vrf-id> router bgp address-family ipv6-unicast redistribute ospf6
显示指定 VRF 的 BGP OSPF IPv6 路由重分发配置信息。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast redistribute ospf6
operational applied
------ ----------- -------
enable on
nv show vrf <vrf-id> router bgp address-family ipv6-unicast route
显示 BGP IPv6 路由表。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
版本历史
Cumulus Linux 5.11.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast route
No Data
nv show vrf <vrf-id> router bgp address-family ipv4-unicast route <route-id>
显示有关 BGP IPv4 路由的信息。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<route-id> | IPv6 路由。 |
版本历史
Cumulus Linux 5.11.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast route 2001:db8:2::a00:1
nv show vrf <vrf-id> router bgp address-family ipv6-unicast route-count
显示 BGP IPv6 路由和路径计数。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
版本历史
Cumulus Linux 5.11.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast route-count
operational applied
------------ ----------- -------
total-routes 13 13
total-paths 46 46
nv show vrf <vrf-id> router bgp address-family ipv6-unicast route-import
显示指定 VRF 的 BGP IPv6 路由导入配置。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast route-import
operational applied
-------------- ----------- -------
from-vrf
enable off
[list] none
[route-target] none
nv show vrf <vrf-id> router bgp address-family ipv6-unicast route-import from-vrf
显示有关 VRF 到 VRF IPv6 路由泄漏的配置信息。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast route-import from-vrf
operational applied
------ ----------- -------
enable off
[list] none
nv show vrf <vrf-id> router bgp address-family ipv6-unicast route-import from-vrf list
显示 BGP RIB 中在 VRF 之间动态泄漏的 IPv6 路由。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast route-import from-vrf list
nv show vrf <vrf-id> router bgp address-family ipv6-unicast route-export
显示指定 VRF 的 BGP IPv6 路由导出配置。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast route-export
operational applied
-------------- ----------- -------
to-evpn
enable off
[route-target] none
to-vrf
[list] none
rd none
nv show vrf <vrf-id> router bgp address-family ipv6-unicast route-export to-evpn
显示使用 EVPN 类型 5 路由的基于 IPv6 前缀的路由的配置。类型 5 路由(或前缀路由)主要路由到数据中心结构外部的目的地。EVPN 前缀路由携带第 3 层 VNI 和路由器 MAC 地址,并遵循对称路由模型路由到目标前缀。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast route-export to-evpn
No Data
nv show vrf <vrf-id> router bgp address-family ipv6-unicast soo-route
显示 BGP Site-of-Origin IPv6 路由。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
版本历史
Cumulus Linux 5.8.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast soo-route
nv show vrf <vrf-id> router bgp address-family ipv6-unicast update-group
显示指定 VRF 的 BGP IPv6 更新组。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
版本历史
Cumulus Linux 5.4.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast update-group
nv show vrf <vrf-id> router bgp address-family ipv6-unicast update-group <group-id>
显示有关指定 VRF 中特定 BGP IPv6 更新组的信息。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<group-id> | 组 ID。 |
版本历史
Cumulus Linux 5.4.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast update-group 2
nv show vrf <vrf-id> router bgp address-family ipv6-unicast update-group <group-id> sub-group
显示指定 VRF 中特定 BGP IPv6 更新组的子组。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<group-id> | 组 ID。 |
版本历史
Cumulus Linux 5.4.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp address-family ipv6-unicast update-group 2 subgroup
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast
显示指定 BGP IPv6 邻居的配置信息。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居名称或接口(对于 BGP 非编号)。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast
operational applied
------ ----------- -------
enable off
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast advertised-routes
显示有关指定 VRF 中 BGP 邻居的 IPv6 通告路由的信息。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居的 IP 地址,或者如果您使用非编号 BGP,则为接口。 |
版本历史
Cumulus Linux 5.5.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast advertised-routes
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast advertised-routes <route-id>
显示有关指定 VRF 中 BGP 邻居的特定 IPv6 通告路由的信息。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居的 IP 地址,或者如果您使用非编号 BGP,则为接口。 |
<route-id> | IPv6 路由。 |
版本历史
Cumulus Linux 5.5.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast advertised-routes 2001:db8::1/128
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast advertised-routes <route-id> path
显示有关指定 VRF 中 BGP 邻居的 IPv6 通告路由路径的信息。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居的 IP 地址,或者如果您使用非编号 BGP,则为接口。 |
<route-id> | IPv6 路由。 |
版本历史
Cumulus Linux 5.5.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast advertised-routes 2001:db8::1/128 path
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast advertised-routes <route-id> path <path-id>
显示有关指定 VRF 中 BGP 邻居的特定 IPv6 通告路由路径的信息。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居的 IP 地址,或者如果您使用非编号 BGP,则为接口。 |
<route-id> | IPv6 路由。 |
<path-id> | 路径 ID。 |
版本历史
Cumulus Linux 5.5.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast advertised-routes 2001:db8::1/128 path 1
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast advertised-routes <route-id> path <path-id> aspath
显示有关指定 VRF 中 BGP 邻居的 IPv6 通告路由 AS 路径的信息。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居的 IP 地址,或者如果您使用非编号 BGP,则为接口。 |
<route-id> | IPv6 路由。 |
<path-id> | 路径 ID。 |
版本历史
Cumulus Linux 5.5.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast advertised-routes 2001:db8::1/128 path 1 aspath
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast advertised-routes <route-id> path <path-id> bestpath
显示有关指定 VRF 中 BGP 邻居的 IPv6 通告路由最佳路径的信息。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居的 IP 地址,或者如果您使用非编号 BGP,则为接口。 |
<route-id> | IPv6 路由。 |
<path-id> | 路径 ID。 |
版本历史
Cumulus Linux 5.5.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast advertised-routes 2001:db8::1/128 path 1 bestpath
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast advertised-routes <route-id> path <path-id> community
显示有关指定 VRF 中 BGP 邻居的 IPv6 通告路由社区的信息。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居的 IP 地址,或者如果您使用非编号 BGP,则为接口。 |
<route-id> | IPv6 路由。 |
<path-id> | 路径 ID。 |
版本历史
Cumulus Linux 5.5.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast advertised-routes 2001:db8::1/128 path 1 community
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast advertised-routes <route-id> path <path-id> ext-community
显示有关指定 VRF 中 BGP 邻居的 IPv6 通告路由扩展社区的信息。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居的 IP 地址,或者如果您使用非编号 BGP,则为接口。 |
<route-id> | IPv6 路由。 |
<path-id> | 路径 ID。 |
版本历史
Cumulus Linux 5.5.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast advertised-routes 2001:db8::1/128 path 1 ext-community
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast advertised-routes <route-id> path <path-id> flags
显示有关指定 VRF 中 BGP 邻居的 IPv6 通告路由标志的信息。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居的 IP 地址,或者如果您使用非编号 BGP,则为接口。 |
<route-id> | IPv6 路由。 |
<path-id> | 路径 ID。 |
版本历史
Cumulus Linux 5.5.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast advertised-routes 2001:db8::1/128 path 1 flags
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast advertised-routes <route-id> path <path-id> large-community
显示有关指定 VRF 中 BGP 邻居的 IPv6 通告路由大型社区的信息。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居的 IP 地址,或者如果您使用非编号 BGP,则为接口。 |
<route-id> | IPv6 路由。 |
<path-id> | 路径 ID。 |
版本历史
Cumulus Linux 5.5.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast advertised-routes 2001:db8::1/128 path 1 large-community
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast advertised-routes <route-id> path <path-id> nexthop
显示有关指定 VRF 中 BGP 邻居的 IPv6 通告路由下一跳的信息。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居的 IP 地址,或者如果您使用非编号 BGP,则为接口。 |
<route-id> | IPv6 路由。 |
<path-id> | 路径 ID。 |
版本历史
Cumulus Linux 5.5.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast advertised-routes 2001:db8::1/128 path 1 nexthop
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast advertised-routes <route-id> path <path-id> peer
显示有关指定 VRF 中 BGP 邻居的 IPv6 通告路由对等体的信息。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居的 IP 地址,或者如果您使用非编号 BGP,则为接口。 |
<route-id> | IPv6 路由。 |
<path-id> | 路径 ID。 |
版本历史
Cumulus Linux 5.5.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast advertised-routes 2001:db8::1/128 path 1 peers
版本历史
Cumulus Linux 5.5.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast advertised-routes 2001:db8::1/128 path 1 flags
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast aspath
显示用于处理往返于指定 BGP IPv6 邻居的前缀的 AS 路径的配置设置。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居名称或接口(对于 BGP 非编号)。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast aspath
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast aspath allow-my-asn
显示从指定的 IPv6 邻居收到的 AS 路径是否可以包含本地系统的 ASN。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居名称或接口(对于 BGP 非编号)。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast aspath allow-my-asn
operational applied
------ ----------- -------
enable on
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast attribute-mod
显示指定 BGP IPv6 邻居的属性修改配置设置。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居名称或接口(对于 BGP 非编号)。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast attribute-mod
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast capabilities
显示指定 BGP IPv6 邻居的所有通告和接收功能。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居名称或接口(对于 BGP 非编号)。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast capabilities
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast community-advertise
显示指定 BGP IPv6 邻居的社区通告配置信息。community advertise 选项确定邻居是否可以将前缀通告给任何 iBGP 或 eBGP 邻居。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居名称或接口(对于 BGP 非编号)。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast community-advertise
operational applied pending
-------- ----------- ------- -------
extended on
large off
regular on
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast conditional-advertise
显示指定 BGP IPv6 邻居的条件通告配置信息。BGP 条件通告选项允许您仅在其他路由存在或不存在时才通告某些路由。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居名称或接口(对于 BGP 非编号)。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast conditional-advertise
operational applied pending
------ ----------- ------- -------
enable on
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast default-route-origination
显示指定 BGP IPv6 邻居的默认路由发起配置。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居名称或接口(对于 BGP 非编号)。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast default-route-origination
operational applied pending
------ ----------- ------- -------
enable on
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast graceful-restart
显示指定 BGP IPv6 邻居的 BGP 优雅重启配置信息。BGP 优雅重启最大限度地减少 BGP 重启时发生的负面影响。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居名称或接口(对于 BGP 非编号)。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast graceful-restart
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast graceful-restart timers
显示 BGP 邻居的 BGP 优雅重启选择延迟和过时路径计时器设置。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居的 IP 地址,或者如果您使用非编号 BGP,则为接口。 |
版本历史
Cumulus Linux 5.9.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast graceful-restart timers
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast graceful-restart timers selection-deferral
显示 BGP 邻居的 BGP 优雅重启选择延迟计时器。
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居的 IP 地址,或者如果您使用非编号 BGP,则为接口。 |
版本历史
Cumulus Linux 5.9.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast graceful-restart timers selection-deferral
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast graceful-restart timers stale-path
显示 BGP 邻居的 BGP 优雅重启过时路径计时器设置。
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居的 IP 地址,或者如果您使用非编号 BGP,则为接口。 |
版本历史
Cumulus Linux 5.9.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast graceful-restart timers stale-path
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast policy
显示指定 BGP IPv6 邻居的策略。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居名称或接口(对于 BGP 非编号)。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast policy
inbound
route-map map-inbound
aspath-list none
prefix-list none
outbound
route-map map-outbound
unsuppress-map none
aspath-list none
prefix-list none
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast policy inbound
显示指定 BGP IPv6 邻居的入站策略。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居名称或接口(对于 BGP 非编号)。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast policy inbound
operational applied pending
----------- ----------- ------- -------
route-map map-inbound
aspath-list none
prefix-list none
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast policy outbound
显示指定 BGP IPv6 邻居的出站策略。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居名称或接口(对于 BGP 非编号)。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast policy outbound
operational applied pending
-------------- ----------- ------- -------
route-map map-outbound
unsuppress-map none
aspath-list none
prefix-list none
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast prefix-limits
显示来自指定 IPv6 邻居的前缀的限制。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居名称或接口(对于 BGP 非编号)。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast prefix-limits
operational applied
------------------- ----------- -------
inbound
maximum none
warning-threshold 75
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast prefix-limits inbound
显示来自指定 IPv6 邻居的入站前缀的限制。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居名称或接口(对于 BGP 非编号)。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast prefix-limits inbound
operational applied
----------------- ----------- -------
maximum none
warning-threshold 75
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast received-routes
显示有关指定 VRF 中 BGP 邻居的 IPv6 接收路由的信息。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居的 IP 地址,或者如果您使用非编号 BGP,则为接口。 |
版本历史
Cumulus Linux 5.5.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast received-routes
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast received-routes <route-id>
显示有关指定 VRF 中 BGP 邻居的特定 IPv6 接收路由的信息。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居的 IP 地址,或者如果您使用非编号 BGP,则为接口。 |
<route-id> | IPv6 路由。 |
版本历史
Cumulus Linux 5.5.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast received-routes 2001:db8::1/128
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast received-routes <route-id> path
显示有关指定 VRF 中 BGP 邻居的 IPv6 接收路由路径的信息。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居的 IP 地址,或者如果您使用非编号 BGP,则为接口。 |
<route-id> | IPv6 路由。 |
版本历史
Cumulus Linux 5.5.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast received-routes 2001:db8::1/128 path
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast received-routes <route-id> path <path-id>
显示有关指定 VRF 中 BGP 邻居的特定 IPv6 接收路由路径的信息。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居的 IP 地址,或者如果您使用非编号 BGP,则为接口。 |
<route-id> | IPv6 路由。 |
<path-id> | 路径 ID。 |
版本历史
Cumulus Linux 5.5.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast received-routes 2001:db8::1/128 path 1
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast received-routes <route-id> path <path-id> aspath
显示有关指定 VRF 中 BGP 邻居的 IPv6 接收路由路径 AS 路径的信息。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居的 IP 地址,或者如果您使用非编号 BGP,则为接口。 |
<route-id> | IPv6 路由。 |
<path-id> | 路径 ID。 |
版本历史
Cumulus Linux 5.5.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast received-routes 2001:db8::1/128 path 1 aspath
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast received-routes <route-id> path <path-id> bestpath
显示有关指定 VRF 中 BGP 邻居的 IPv6 接收路由路径最佳路径的信息。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居的 IP 地址,或者如果您使用非编号 BGP,则为接口。 |
<route-id> | IPv6 路由。 |
<path-id> | 路径 ID。 |
版本历史
Cumulus Linux 5.5.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast received-routes 2001:db8::1/128 path 1 bestpath
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast received-routes <route-id> path <path-id> community
显示有关指定 VRF 中 BGP 邻居的 IPv6 接收路由路径社区的信息。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居的 IP 地址,或者如果您使用非编号 BGP,则为接口。 |
<route-id> | IPv6 路由。 |
<path-id> | 路径 ID。 |
版本历史
Cumulus Linux 5.5.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast received-routes 2001:db8::1/128 path 1 community
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast received-routes <route-id> path <path-id> ext-community
显示有关指定 VRF 中 BGP 邻居的 IPv6 接收路由路径扩展社区的信息。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居的 IP 地址,或者如果您使用非编号 BGP,则为接口。 |
<route-id> | IPv6 路由。 |
<path-id> | 路径 ID。 |
版本历史
Cumulus Linux 5.5.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast received-routes 2001:db8::1/128 path 1 ext-community
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast received-routes <route-id> path <path-id> flags
显示有关指定 VRF 中 BGP 邻居的 IPv6 接收路由路径标志的信息。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居的 IP 地址,或者如果您使用非编号 BGP,则为接口。 |
<route-id> | IPv6 路由。 |
<path-id> | 路径 ID。 |
版本历史
Cumulus Linux 5.5.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast received-routes 2001:db8::1/128 path 1 flags
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast received-routes <route-id> path <path-id> large-community
显示有关指定 VRF 中 BGP 邻居的 IPv6 接收路由路径大型社区的信息。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居的 IP 地址,或者如果您使用非编号 BGP,则为接口。 |
<route-id> | IPv6 路由。 |
<path-id> | 路径 ID。 |
版本历史
Cumulus Linux 5.5.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast received-routes 2001:db8::1/128 path 1 large-community
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast received-routes <route-id> path <path-id> nexthop
显示有关指定 VRF 中 BGP 邻居的 IPv6 接收路由路径下一跳的信息。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居的 IP 地址,或者如果您使用非编号 BGP,则为接口。 |
<route-id> | IPv6 路由。 |
<path-id> | 路径 ID。 |
版本历史
Cumulus Linux 5.5.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast received-routes 2001:db8::1/128 path 1 nexthop -o json
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast received-routes <route-id> path <path-id> nexthop <nexthop-id>
显示有关指定 VRF 中 BGP 邻居的特定 IPv6 接收路由路径下一跳的信息。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居的 IP 地址,或者如果您使用非编号 BGP,则为接口。 |
<route-id> | IPv6 路由。 |
<path-id> | 路径 ID。 |
<nexthop-id> | 下一跳 ID。 |
版本历史
Cumulus Linux 5.5.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast received-routes 2001:db8::1/128 path 1 nexthop 1
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast received-routes <route-id> path <path-id> peer
显示有关指定 VRF 中 BGP 邻居的 IPv6 接收路由路径对等体的信息。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居的 IP 地址,或者如果您使用非编号 BGP,则为接口。 |
<route-id> | IPv6 路由。 |
<path-id> | 路径 ID。 |
版本历史
Cumulus Linux 5.5.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast received-routes 2001:db8::1/128 path 1 peer
nv show vrf <vrf-id> router bgp neighbor <neighbor-id> address-family ipv6-unicast route-counters
显示指定 VRF 中特定 BGP 邻居的 IPv6 路由数量。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<neighbor-id> | BGP 邻居的 IP 地址,或者如果您使用非编号 BGP,则为接口。 |
版本历史
Cumulus Linux 5.5.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp neighbor swp51 address-family ipv6-unicast route-counters
nv show vrf <vrf-id> router bgp peer-group <peer-group-id> address-family ipv6-unicast
显示是否为对等组配置了 IPv6。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<peer-group-id> | 对等组名称。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp peer-group underlay address-family ipv6-unicast
operational applied
------ ----------- -------
enable off
nv show vrf <vrf-id> router bgp peer-group <peer-group-id> address-family ipv6-unicast aspath
显示用于处理往返于指定 BGP IPv6 对等组的前缀的 AS 路径的配置设置。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<peer-group-id> | 对等组名称。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp peer-group SPINES address-family ipv6-unicast aspath
applied
--------------- -------
private-as none
replace-peer-as off
allow-my-asn
enable on
nv show vrf <vrf-id> router bgp peer-group <peer-group-id> address-family ipv6-unicast aspath allow-my-asn
显示从指定的 BGP IPv6 对等组收到的 AS 路径是否可以包含本地系统的 ASN。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<peer-group-id> | 对等组名称。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp peer-group SPINES address-family ipv6-unicast aspath allow-my-asn
applied
------ -------
enable on
nv show vrf <vrf-id> router bgp peer-group <peer-group-id> address-family ipv6-unicast attribute-mod
显示指定 BGP IPv6 对等组的属性修改配置设置。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<peer-group-id> | 对等组名称。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp peer-group SPINES address-family ipv6-unicast attribute-mod
applied
------- -------
aspath on
med on
nexthop on
nv show vrf <vrf-id> router bgp peer-group <peer-group-id> address-family ipv6-unicast community-advertise
显示指定 BGP IPv6 对等组的社区通告配置信息。community advertise 选项确定邻居是否可以将前缀通告给任何 iBGP 或 eBGP 邻居。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<peer-group-id> | 对等组名称。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp peer-group SPINES address-family ipv6-unicast community-advertise
applied
-------- -------
extended on
large off
regular on
nv show vrf <vrf-id> router bgp peer-group <peer-group-id> address-family ipv6-unicast conditional-advertise
显示指定 BGP IPv6 对等组的条件通告配置信息。BGP 条件通告选项允许您仅在其他路由存在或不存在时才通告某些路由。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<peer-group-id> | 对等组名称。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp peer-group SPINES address-family ipv6-unicast conditional-advertise
applied
------ -------
enable on
nv show vrf <vrf-id> router bgp peer-group <peer-group-id> address-family ipv6-unicast default-route-origination
显示指定 BGP IPv6 对等组的默认路由发起配置。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<peer-group-id> | 对等组名称。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp peer-group SPINES address-family ipv6-unicast default-route-origination
applied
------ -------
enable off
nv show vrf <vrf-id> router bgp peer-group <peer-group-id> address-family ipv6-unicast default-origination
显示指定 BGP IPv6 对等组的默认路由发起配置。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<peer-group-id> | 对等组名称。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp peer-group underlay address-family ipv6-unicast default-route-origination
No Data
nv show vrf <vrf-id> router bgp peer-group <peer-group-id> address-family ipv6-unicast policy
显示指定 BGP IPv6 对等组的策略。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<peer-group-id> | 对等组名称。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp peer-group SPINES address-family ipv6-unicast policy
applied
---------------- ------------
inbound
route-map MAP1
aspath-list none
prefix-list none
outbound
route-map none
unsuppress-map none
aspath-list myaspathlist
prefix-list none
nv show vrf <vrf-id> router bgp peer-group <peer-group-id> address-family ipv6-unicast policy inbound
显示指定 BGP IPv6 对等组的入站策略。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<peer-group-id> | 对等组名称。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp peer-group SPINES address-family ipv6-unicast policy inbound
applied
----------- -------
route-map MAP1
aspath-list none
prefix-list none
nv show vrf <vrf-id> router bgp peer-group <peer-group-id> address-family ipv6-unicast policy outbound
显示指定 BGP IPv6 对等组的出站策略。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<peer-group-id> | 对等组名称。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp peer-group SPINES address-family ipv6-unicast policy outbound
applied
-------------- ------------
route-map none
unsuppress-map none
aspath-list myaspathlist
prefix-list none
nv show vrf <vrf-id> router bgp peer-group <peer-group-id> address-family ipv6-unicast prefix-limits
显示来自指定 IPv6 对等组的前缀的限制。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<peer-group-id> | 对等组名称。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp peer-group SPINES address-family ipv6-unicast prefix-limits
applied
------------------- -------
inbound
maximum none
warning-threshold 75
nv show vrf <vrf-id> router bgp peer-group <peer-group-id> address-family ipv6-unicast prefix-limits inbound
显示来自指定 IPv6 对等组的入站前缀的限制。
命令语法
语法 | 描述 |
---|---|
<vrf-id> | VRF 名称。 |
<peer-group-id> | 对等组名称。 |
版本历史
Cumulus Linux 5.0.0 中引入
示例
cumulus@switch:~$ nv show vrf default router bgp peer-group SPINES address-family ipv6-unicast prefix-limits inbound
applied
----------------- -------
maximum none
warning-threshold 75