egress-vlan-translation
interface/ethernet/switch/egress-vlan-translation
Syscap: musicswitch
Type: Directory
| Flag | Name | Description |
|---|---|---|
| X | disabled | |
| I | invalid | |
| D | dynamic |
| Argument | Type | Description |
|---|---|---|
| ports ( mandatory ) | multi { array-id } | Matching switch ports for VLAN translation rule. |
| service-vlan-format | enum (untagged-or-tagged | priority-tagged-or-tagged | tagged | any) { untagged-or-tagged:0, priority-tagged-or-tagged:1, tagged:2, any:3 } | Type of frames with service tag for which VLAN translation rule is valid. |
| service-vid | num | Matching VLAN ID of the service tag. |
| service-pcp | num | Matching PCP of the service tag. |
| service-dei | num | Matching DEI of the service tag. |
| customer-vlan-format | enum (untagged-or-tagged | priority-tagged-or-tagged | tagged | any) { untagged-or-tagged:0, priority-tagged-or-tagged:1, tagged:2, any:3 } | Type of frames with customer tag for which VLAN translation rule is valid. |
| customer-vid | num | Matching the VLAN ID of the customer tag. |
| customer-pcp | num | Matching PCP of the customer tag. |
| customer-dei | num | Matching DEI of the customer tag. |
| new-service-vid | alt { special-vid: enum (customer-vid) { customer-vid:4096 } , vid: num [ .. 4095] } | The new service VLAN ID replaces the matching service VLAN ID. |
| new-customer-vid | alt { special-vid: enum (service-vid) { service-vid:4096 } , vid: num [ .. 4095] } | The new customer VLAN ID replaces the matching customer VLAN ID. |
| pcp-propagation | bool | Enables or disables PCP propagation.
|
| swap-vids | enum (no | assign-cvid-to-svid) { no:0, assign-cvid-to-svid:0 } |