Does anyone have a working qinq config they would mind sharing? I have followed direction on this link. I just need to pass tagged and untagged traffic for customer. I dont even need to setup lacp at first. https://www.juniper.net/documentation/en_US/junos/topics/task/configuration/qinq-tunneling-ex-series-cli-els.html
What ive tried:
set vlans v1700 interface ge-0/1/0.1700
set interfaces ge-0/1/0 flexible-vlan-tagging
set interfaces ge-0/1/0 native-vlan-id 1700
set interfaces ge-0/1/0 encapsulation extended-vlan-bridge
set interfaces ge-0/1/0 unit 1700 vlan-id 1700
set vlans v1700 interface ge-0/0/0.1700
set interfaces ge-0/0/0 flexible-vlan-tagging
set interfaces ge-0/0/0 encapsulation extended-vlan-bridge
set interfaces ge-0/0/0 unit 1700 vlan-id-list 1-4094 -I have seen where you can only have 8 vlans here but I just want to allow any vlan for my customer
set interfaces ge-0/0/0 native-vlan-id 150 -do I have to define a native for the customer interface
set interfaces ge-0/0/0 unit 1700 input-vlan-map push
set interfaces ge-0/0/0 unit 1700 output-vlan-map pop
set interfaces ge-0/1/0 description Provider Uplink
set interfaces ge-0/0/0 description Customer
When I commit I get an error like this:
[edit protocols rstp]
'interface'
XSTP : Interface ge-0/0/0.0 is not enabled for Ethernet Switching
error: configuration check-out failed
I have went and added "set interfaces ge-0/0/0 unit 0 family ethernet-switching" as I have seen recommended and get:
[edit interfaces ge-0/0/0]
'unit 0'
VLAN-ID must be specified on tagged ethernet interfaces
error: configuration check-out failed