VLAN Assignments
The VLAN assignments table is used to assign VLANs to Uplink ports on the OLT. Service profiles are used to assign VLANs to UNI ports. The VLAN assignment tables also allow the setting of flags for each interface they are assigned to.
.png?Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9kemY4dnF2MjRlcWhnLmNsb3VkZnJvbnQubmV0L3VzZXJmaWxlcy80MTcwMy81NDk1Mi9ja2ZpbmRlci9pbWFnZXMvcXUvMjAyNS9pbWFnZSg5KS5wbmciLCJDb25kaXRpb24iOnsiRGF0ZUxlc3NUaGFuIjp7IkFXUzpFcG9jaFRpbWUiOjE3NjIxNTA5Mzh9fX1dfQ__&Signature=qFwDb-M0dEx2PY-I-p7q-jvAGavCGzz6NX6BWh2AUj5wPVb9iFnhwzx5zPl5f~TFNcMLjye8QoWvBUrmeEYHCf9vKyYLGpcplkb~b1gMQV8UpXQL7XURUCh9Y-e7V5RLo9zCh-saQSuOn~BloMo04wzGa0kKCOEmcSsmUg4XVHd9BdL4fd0tc7bH6nzAg9NrbU8rPH2na2DKG1ilaSNYZGwcmu0cjGzAFAhFw1QzHkwR4uv~Vs~wAVED3O3BBmQx0RG9CBYUFM-RKhkrSxC~AdnhZOGozF6eis6TBxDOOaH6wbzFKs3RaXl-FrjAlzVv1WMs4~laLgOpb0yv8icsFA__&Key-Pair-Id=K2TK3EG287XSFC)
System VLAN Assignment Attributes
| Attribute | Values | Default | Req | Description |
|---|---|---|---|---|
| Interface-aid | NET1..NET12 | N/A | Y | Uplink LAG to assign the VLAN to. |
| Vlan-id | 0..4095 | Single | Y | VLAN to assign to the uplink LAG |
| Tag-style | Single | Single | Y | Only single tagging is supported for the current software releases. |
| Enable-igmp-proxy | true | false | False | N | IGMP proxy should only be enabled on the uplinks IF the multicast is only downstream. IGMP proxy when enabled will block upstream multicast from UNI ports as it assumes downstream multicast only. Many applications require that UNI ports be able to stream multicast upstream to servers above the OLT and in those use cases, enable-igmp-proxy must be false. |
| is-force-forward | true | false | False | N |
Forces all traffic out the uplink and prevents east/west bridging. For systems supporting private vlan, is-force-forward should not be used. |
| Priority-profile | true | false | null | N | Allows association of a dscp to pbit mapping profile that allows mapping of L3 DSCP code points to L2 pbit values. The system enforces QoS using layer 2 marking. If marking coming from the network is not known to have the L2 pbit markings set correctly, DSCP to pbit marking can be utilized to ensure proper QoS treatment. |
| Description | String | Empty | N | Descriptive text describing the usage of VLAN to vlan destination. |
Note: * = required parameter
- Command Path – tolt>system>vlan>assignments>
- Module – tolt
- Container – system
- Container – vlan
- Container – assignments
- Types –
- *Interface-aid – Uplink LAG for the VLAN assignment.
- NET1..NET12
- *Vlan-id – VLAN to assign to the uplink LAG.
- 0..4095
- Tag-style – Only single tagging is supported for the current software releases.
- Single
- Enable-igmp-proxy – IGMP proxy should only be enabled on the uplinks IF the multicast is only downstream. IGMP proxy when enabled will block upstream multicast from UNI ports as it assumes downstream multicast only. Many applications require that UNI ports be able to stream multicast upstream to servers above the OLT and in those use cases, enable-igmp-proxy must be false.
- true | false (default)
- is-force-forward – Forces all traffic out the uplink and prevents east/west bridging. For systems supporting private vlan, is-force-forward should not be usued.
- true | false (default)
- Priority-profile – Allows association of a dscp to pbit mapping profile that allows mapping of L3 DSCP code points to L2 pbit values. The system enforces QoS using layer 2 marking. If marking coming from the network is not known to have the L2 pbit markings set correctly, DSCP to pbit marking can be utilized to ensure proper QoS treatment.
- name of profile (default null)
- Description – Descriptive text describing the usage of VLAN to vlan destination.
- string (default empty)
- *Interface-aid – Uplink LAG for the VLAN assignment.
Uplink VLAN Assignment Example
This example assigns VLAN 3000 to the NET1 LAG.
- Command Path – tolt>system>vlan>assignments>
- Module – tolt
- Container – system
- Container – vlan
- Container – assignments
- Types Example Parameters
- Interface-aid – NET1
- Vlan-id – 3000
- From the MDS1-ESUA<Config># command line, input tolt system vlan assignments NET1 3000, and press Enter.
- Input commit, and press Enter. Outputs similar to the following are displayed:
MDS1-ESUA<Config># tolt system vlan assignments NET1 3000 <enter> |
VLAN Assignment Description Example
- Command Path – tolt>system>vlan>assignments>
- Module – tolt
- Container – system
- Container – vlan
- Container – assignments
- Types – Example Parameters
- *Interface-aid – NET1
- *Vlan-id – 3000
- Description VLAN 3000 to Datacenter"
- From the MDS1-ESUA<Config># command line, input tolt system vlan assignments NET1 3000 , and press Enter.
- Input description "VLAN 3000 to Datacenter", and press Enter.
- Input commit and press Enter. Outputs similar to the following are displayed:
MDS1-ESUA<Config># tolt system vlan assignments NET1 3000 <enter> MDS1-ESUA<config-assignments-NET1/3000># description "VLAN 3000 to Datacenter" <enter> |
VLAN Assignment Enable IGMP Proxy
- Command Path – tolt>system>vlan>assignments>
- Module – tolt
- Container – system
- Container – vlan
- Container – assignments
- Types – Example Parameters
- *Interface-aid – NET1
- *Vlan-id – 3000
- enable-igmp-proxy true
- From the MDS1-ESUA<Config># command line, input tolt system vlan assignments NET1 3000, and press Enter.
- Input enable-igmp-proxy true, and press Enter.
- Input commit and press Enter. Outputs similar to the following are displayed:
MDS1-ESUA<Config># tolt system vlan assignments NET1 3000 <enter> MDS1-ESUA<config-assignments-NET1/3000># enable-igmp-proxy true <enter> |
VLAN Assignment Configure DSCP Profile
- Command Path – tolt>system>vlan>assignments>
- Module – tolt
- Container – system
- Container – vlan
- Container – assignments
- Types – Example Parameters
- *Interface-aid – NET1
- *Vlan-id – 101
- enable-igmp-proxy true
- From the MDS1-ESUA<Config># command line, input tolt system vlan assignments NET1 101, and press Enter.
- Input 101 priority-profile downstream-dscp-profile, and press Enter.
- Input commit and press Enter. Outputs similar to the following are displayed:
MDS1-ESUA<Config># tolt system vlan assignments NET1 101 <enter> MDS1-ESUA<config-assignments-NET1/101># 101 priority-profile downstream-dscp-profile <enter> |
FEEDBACK: Are you happy with this material?
Thank you Your feedback helps us to continually improve our content.