Aruba & ProVision-based
1753416 Members
7515 Online
108793 Solutions
New Discussion

E4210-24G : 802.1q and 802.1ad on the same Ethernet Port

 
Novasight
New Member

E4210-24G : 802.1q and 802.1ad on the same Ethernet Port

Hi,

 

We just bought a E4210-24G switch (JF844A), this switch is on version 5.20.

We would like to activate on the same Ethernet port classical 802.1q tagging and QinQ 802.1ad tagging at the same time. It it possible on this switch ?

 

When we enable qinq on the interface classical 802.1q tagging does not function anymore.

 

Here is an extract of the configuration of the switch, port 1/0/2 is the one we would like to activate as 802.1q and 802.1ad :

 


#
 version 5.20 Release 2202P18, Release 2202P18
#
 sysname NSSWI0027
#
 super password level 3 simple password
#
 irf mac-address persistent timer
 irf auto-update enable
 undo irf link-delay
#
 domain default enable system
#
 telnet server enable
#
 undo ndp enable
#
 undo ntdp enable
#
 undo cluster enable
#
vlan 1
 description DEFAULT_VLAN
#
vlan 100
 description BACKBONE
#
vlan 101
 description LAN_NS
#
vlan 106
 description REMY-COINTREAU
#
vlan 107
 description WAN_HERM_NS1
#
vlan 108
 description GROUPE-SEB
#
vlan 110
 description VISIO-2
#
vlan 111
 description VOIP_QCT
#
vlan 114
 description BIPS
#
vlan 150
 description WAN_HERM_NS2
#
vlan 601
 description FROM_VISIO
#
vlan 602
 description TQC_DATA
#
vlan 801
 description FROM_DATA
#
vlan 802
 description TQC_VOIP
#
radius scheme system
 server-type extended
 primary authentication 127.0.0.1 1645
 primary accounting 127.0.0.1 1646
 user-name-format without-domain
#
domain system
 access-limit disable
 state active
 idle-cut disable
 self-service-url disable
#
user-group system
#
local-user admin
 password simple nsadmin
 authorization-attribute level 3
 service-type telnet
 service-type ftp
#
interface NULL0
#
interface Vlan-interface1
 ip address 192.168.1.1 255.255.255.0
#
interface Vlan-interface100
 ip address 10.255.0.22 255.255.255.192
#
interface GigabitEthernet1/0/1
 port link-type trunk
 undo port trunk permit vlan 1
 port trunk permit vlan 100 111 601 801 to 802
 speed 100
 duplex full
 broadcast-suppression pps 3000
 undo jumboframe enable
 stp disable
 undo ndp enable
 undo ntdp enable
#
interface GigabitEthernet1/0/2
 port link-type trunk
 undo port trunk permit vlan 1
 port trunk permit vlan 100 to 101 108 601 to 602 801 to 802
 speed 100
 duplex full
 broadcast-suppression pps 3000
 stp disable
 undo ndp enable
 undo ntdp enable
 qinq enable
 qinq vid 400
  raw-vlan-id inbound 106 114
#
interface GigabitEthernet1/0/3
 port access vlan 110
 broadcast-suppression pps 3000
 undo jumboframe enable
 stp disable
 undo ndp enable
 undo ntdp enable
#

.....

 

 

Thanks in advance for your support.