Adds an entry to an L2PT profile.
profile profile_name | Specifies the profile that defines L2PT configuration for L2 protocols. |
add protocol filter filter_name | Adds the specified Layer 2 protocol filter. |
action | Specifies the action to perform on PDUs of the protocol (the default value is tunnel). |
tunnel | Specifies to tunnel PDUs through the network. |
cos cos | Specifies to override the class of service for tunneled PDUs, and specifies the class of service value to use for tunneling PDUs. |
encapsulate | Specifies to encapsulate PDUs at egress, and decapsulate L2PT packets at ingress. |
none | Specifies to not participate in tunneling for this protocol. |
Disabled.
Use this command to add an entry to an L2PT profile.
The following example adds an entry to my_l2pt_prof to tunnel protocols in "mylistt" at cos 2:
configure l2pt profile my_l2pt_prof add protocol filter mylist action tunnel cos 2
The following example adds an entry to my_l2pt_prof to encapsulate/decapsulate protocols in "mylist":
configure l2pt profile my_l2pt_prof add protocol filter mylist action encapsulate
The following example adds an entry to my_l2pt_prof that is in use by 2 services:
configure l2pt profile my_l2pt_prof add protocol filter mylist
This command was first available in ExtremeXOS 15.5.