Alcatel-Lucent 6850-48 参考指南

下载
页码 3444
Virtual Private LAN Service (VPLS) Commands
OmniSwitch CLI Reference Guide
September 2009
page 26-31
configure service vpls description
Configures a description for the specified Virtual Private LAN Service (VPLS). 
configure service vpls service-id [customer customer-id] description desc-info
configure service vpls service-id [customer customer-id] no description
Syntax Definitions
service-id
An existing VPLS ID number. 
customer-id
OptionalThe customer ID number associated with the specified service 
ID number.
desc-info
An ASCII text string up to 80 characters in length. Enclose special char-
acters, such as #, $, or spaces, in double quotation marks (for example 
“PE1 to PE2 Service1”).
Defaults         
By default, a description is not added when the VPLS is created.
Platforms Supported
OmniSwitch 9000E
Usage Guidelines
• Use the no form of this command to remove the description from the specified VPLS. 
• Specifying the customer ID associated with this VPLS is not required when using this command. 
However, if the customer ID specified is not the one associated with the VPLS, the command is not 
allowed.
• Printable, 7-bit ASCII characters are also allowed in the description text string.
Examples
-> configure service vpls 10 description “VPLS1-CustA”
-> configure service vpls 10 customer 10 description “VPLS1-CustA”
-> configure service vpls 10 no description 
Release History
Release 6.4.2; command was introduced.