Alcatel-Lucent 6850-48 参考指南

下载
页码 3444
Virtual Private LAN Service (VPLS) Commands
page 26-56
OmniSwitch CLI Reference Guide
September 2009
configure service port l2profile
Assigns an existing Layer 2 profile to the specified service access port. This profile determines how Layer 
2 protocol frames ingressing on the access port are processed. 
configure service port {slot/port | linkagg agg_num} l2profile {default | profile-name}
Syntax Definitions
slot/port1
The slot and port number of the service access port. 
agg_num
The link aggregate ID number (0–31) of a service access link aggregate.
default
Assigns the default profile to the specified port.
profile-name
The name of an existing Layer 2 profile.
Defaults
By default, the default Layer 2 profile (def-access-profile) is assigned when a port is configured as a 
service access port.
Platforms Supported
OmniSwitch 9000E
Usage Guidelines
• Use the no form of this command to revert the associated profile back to the default profile. 
• Specify only ports or link aggregates that are configured as service access ports. This command does 
not apply to network ports.
• Specify a profile name that already exists in the router configuration. 
Examples
-> configure service port 1/3 l2profile sap_1_profile
-> configure service port linkagg 10 l2profile sap_1_profile
-> configure service port 1/3 l2profile default
-> configure service port linkagg 10 l2profile default
Release History
Release 6.4.2; command was introduced.