configure vpls delete peer
configure vpls vpls_name
delete
peer [ipaddress | all]
configure l2vpn [vpls vpls_name | vpws vpws_name] delete peer [ipaddress | all]

Note
This command has been replaced with the command below. This command is still supported for backward compatibility, but it will be removed from a future release, so we recommend that you start using the new command.Description
Deletes a VPLS peer from the specified vpls_name.
Syntax Description
vpls_name | Identifies the VPLS within the switch (character string). |
ipaddress | Specifies the IP address for the peer node that is the endpoint of the VC-LSP. |
all | Deletes all VPLS peers. |
Default
N/A.
Usage Guidelines
This command deletes a VPLS peer from the specified vpls_name. When the VPLS peer is deleted, VPN connectivity to the VPLS peer is terminated. The all keyword may be used to delete all peers associated with the specified VPLS.
Example
The following example removes connectivity to 1.1.1.202 from VPLS1:
configure vpls vpls1 delete peer 1.1.1.202
History
This command was first available in ExtremeXOS 11.6.
Platform Availability
This command is available only on the platforms that support MPLS as described in in the Feature License Requirements document.