The display vsi bgp-ad command displays the VPN targets of the local and remote devices in a BGP AD VPLS domain.
Parameter | Description | Value |
---|---|---|
export-vt | Displays local export VPN targets, namely, the export VPN targets of all local BGP AD VSIs. |
- |
import-vt | Displays local import VPN targets, namely, the import VPN targets of all local BGP AD VSIs. |
- |
remote-export-vt | Displays remote export VPN targets, namely, VPN targets received from BGP AD peers. |
- |
Usage Scenario
When you configure or debug BGP AD VPLS, you can run the display vsi bgp-ad command to check the correctness of VPN targets that are locally configured or sent from peers.
Prerequisites
BGP AD VPLS member information has been configured on the local or remote end.
Precautions
When you run the display vsi bgp-ad command:
To view import VPN targets that are configured locally, specify import-vt in the command.
To view export VPN targets that are configured locally, specify export-vt in the command.
To view export VPN targets that are sent from peers, specify remote-export-vt in the command.
# Display local import VPN targets in a BGP AD VPLS domain.
<HUAWEI> display vsi bgp-ad import-vt
import vpn target list:
100:1 192.168.12.4:100 312:250
192.168.120.220:53364 100:100 5.5.5.5:13
312:250
# Display local export VPN targets in a BGP AD VPLS domain.
<HUAWEI> display vsi bgp-ad export-vt
export vpn target list:
100:1 192.168.12.4:100 312:250
192.168.120.220:53364 100:100 5.5.5.5:13
312:250
# Display remote export VPN targets in a BGP AD VPLS domain.
<HUAWEI> display vsi bgp-ad remote-export-vt
remote export vpn target list:
100:1 192.168.12.4:100 312:250
192.168.120.220:53364 100:100 5.5.5.5:13
312:250
Item |
Description |
---|---|
import vpn target list |
List of import VPN targets configured locally. |
export vpn target list |
List of export VPN targets configured locally. |
remote export vpn target list |
List of export VPN targets sent from remote BGP AD PEs. |