Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
Fixed ciena vlans
Browse files Browse the repository at this point in the history
  • Loading branch information
dkutenicsova authored Mar 25, 2020
1 parent 333d8f8 commit c07e023
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Configuration datasets/interfaces/ethernet_interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ frinx-openconfig-interfaces:interfaces/interface/{{eth_ifc_name}}
"frinx-saos-if-extension:vlan-ethertype-policy": "{{eth_vep}}",
"frinx-saos-if-extension:ingress-to-egress-qmap": "{{eth_iteq}}",
"frinx-saos-if-extension:forward-unlearned": "{{fwd_un}}",
"frinx-saos-if-extension:max-dynamic-macs": "{{max_macs}}"
"frinx-saos-if-extension:max-dynamic-macs": "{{max_macs}}",
"frinx-saos-if-extension:vlan-ids": [ "{{vlan_ids}}" ]
},
"hold-time": {
"config": {
Expand Down Expand Up @@ -496,10 +497,10 @@ flow access-control set port {{eth_ifc_name}} max-dynamic-macs {{max_macs}}
*forward-unlearned off* is a conversion of {{fwd_un}} set *false*

<pre>
vlan add vlan {{vlan_id}} port {{eth_ifc_name}}
vlan add vlan {{vlan_ids}} port {{eth_ifc_name}}
</pre>

{{vlan_id}} from usual range (max 4094)
{{vlan_ids}} from usual range (max 4094)

<pre>
virtual-circuit ethernet set port {{eth_ifc_name}} vlan-ethertype-policy {{eth_vep}}
Expand Down

0 comments on commit c07e023

Please sign in to comment.