This example specifies an ethertype of 0x9100 instead of the standard 0x8100.
- interfaces {
-
- ge-0/0/0 {
- flexible-vlan-tagging;
-
- gigether-options {
-
- ethernet-switch-profile {
- tag-protocol-id 0x9100;
- }
- }
-
- auto-configure {
-
- vlan-ranges {
-
- dynamic-profile vlan-prof {
- accept inet;
-
- ranges {
- any;
- }
- }
- }
-
- stacked-vlan-ranges {
-
- dynamic-profile svlan-prof {
- accept inet;
-
- ranges {
- 1-1,any;
- }
- }
- }
- }
- }
- }