我正在尝试使用 EX2300(ELS) 在 Q 环境中设置 Q。不幸的是,当我输入提交检查时,我在下面收到错误消息
[edit interfaces ge-0/0/0]
'unit 0'
VLAN-ID must be specified on tagged ethernet interfaces
error: configuration check-out failed
我在这里遵循的 Q 配置中的 Q: https ://www.juniper.net/documentation/en_US/junos/topics/task/configuration/qinq-tunneling-qfx-series-els.html
还要发布我的接口配置 ge-0/0/0
flexible-vlan-tagging;
native-vlan-id 150;
encapsulation extended-vlan-bridge;
unit 0 {
family ethernet-switching {
storm-control default;
}
}
unit 3251 {
vlan-id 3251;
input-vlan-map swap;
output-vlan-map swap;
}
我是否想念有关 QinQ 的某些内容或其他任何内容?