Command Manual – MPLS
Quidway S8500 Series Routing Switches
Chapter 2 BGP/MPLS VPN Configuration Commands
Huawei Technologies Proprietary
2-31
Parameter
ip-address
: Peer IP address.
vpn-instance name:
Name of the created VPN instance.
Description
Use the
peer
default-route-advertise vpn-instance
command to enable a peer to
import a default route.
Use the
undo
peer
default-route-advertise vpn-instance
to restore the
configuration.
By default, a peer does not import a default route.
This command does not require any default route in the routing table but transmits a
default route whose next hop address is itself to the peer unconditionally.
Example
# Enable the peer test to import a default route.
[Quidway-bgp] ipv4-family vpnv4
[Quidway-bgp-af-vpn] peer 10.1.1.1 default-route-advertise vpn-instance test
2.1.35 peer description
Syntax
peer
{
group-name
|
peer-address
}
description
description-line
undo peer
{
group-name
|
peer-address
}
description
View
VPN-instance subaddress family view
Parameter
group-name
: Name of a neighbor peer group, consisting of 1 to 47 alphanumeric
characters.
peer-address
: Peer IP address, in dotted decimal format.
description-line
: Description of the configuration, up to 79 characters in length.
Description
Use the
peer description
command to set the description of a peer (group).
Use the
undo peer description
command to delete the description.
By default, there is no description for a peer (group).
The peer description is independent of the peer's group description.
Related command:
display bgp peer verbose
and
display bgp group
.