cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
574
Views
0
Helpful
12
Replies

Problem QinQ

Baptiste-rsi
Level 1
Level 1

Hello,
I try to make a QinQ tunnel between 2 routers (mikrotik and cisco). Between them there are 2 Aruba2930F.
But from the Mikrotik, I can t ping the cisco and I don t know why.

Baptistersi_0-1722412513955.png

Here is the diagram of the lab

This is the configuration of the Cisco :

 

! Last configuration change at 10:21:22 PARIS Wed Jul 31 2024
!
version 15.7
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname cisco-cogent
!
no aaa new-model
clock timezone PARIS 1 0
clock summer-time PARIS recurring 1 Sun Apr 2:00 last Sun Oct 3:00
ip domain name rsi-informatique.fr
ip name-server 8.8.8.8
ip cef
ipv6 unicast-routing
ipv6 cef
multilink bundle-name authenticated
interface Embedded-Service-Engine0/0
 no ip address
 shutdown
!
interface GigabitEthernet0/0
 duplex auto
 speed auto
!
interface GigabitEthernet0/0.10
 encapsulation dot1Q 10
 ip address 10.0.10.254 255.255.255.0
!
interface GigabitEthernet0/1
 ip address 192.168.1.2 255.255.255.0
 duplex auto
 speed auto
!
interface GigabitEthernet0/2
 no ip address
 duplex auto
 speed autoip forward-protocol nd
!
ip bgp-community new-format
no ip http server
no ip http secure-server
!
ip route 0.0.0.0 0.0.0.0 192.168.1.1
ip ssh pubkey-chain
!
ip access-list standard admin
 permit X.X.X.X
 deny   any log
!
!
kron occurrence SauvegardeAuto at 23:00 recurring
 policy-list SauvegardeAuto
!
kron policy-list SauvegardeAuto
 cli sh run | redirect tftp://X.X.X.X/cisco-cogent.txt
!
logging facility local0
logging source-interface GigabitEthernet0/0
snmp-server community cisco RO
!
control-plane
!
!
 vstack
!
line con 0
line aux 0
line 2
 no activation-character
 no exec
 transport preferred none
 transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
 stopbits 1
line vty 0 4
 access-class admin in
 login local
 length 0
 transport input ssh
!
scheduler allocate 20000 1000
ntp logging
no ntp allow mode control 0
ntp peer fr.pool.ntp.org
end

 

 

This is the configuration of SW-HBGT-06 :

 

 

; JL258A Configuration Editor; Created on release #WC.16.11.0001
hostname "SW-HBGT-06"
module 1 type jl258a
qinq mixedvlan
svlan 10
   name "VLAN10"
   tagged 1,7
   exit
job "backup" at 23:00 config-save "copy run tftp X.X.X.X SW-HBGT-06.cnf"
logging 192.168.86.222
logging facility local7
logging severity info
timesync sntp
sntp unicast
sntp 300
time daylight-time-rule western-europe
interface 1
   name "CISCO-cogent"
   unknown-vlans disable
   exit
interface 2
   unknown-vlans disable
   exit
interface 3
   unknown-vlans disable
   exit
interface 4
   unknown-vlans disable
   exit
interface 5
   unknown-vlans disable
   exit
interface 6
   unknown-vlans disable
   exit
interface 7
   name "SW-HBGT-07 QinQ"
   unknown-vlans disable
   exit
interface 8
   unknown-vlans disable
   exit
interface 9
   unknown-vlans disable
   exit
interface 10
   unknown-vlans disable
   exit
snmp-server community "public" unrestricted
vlan 1
   name "DEFAULT_VLAN"
   untagged 3-6,10
   exit
no spanning-tree bpdu-throttle
no tftp server
no autorun
no dhcp config-file-update
no dhcp image-file-update
no dhcp tr69-acs-url
password manager

 

 

This is the configuration of SW-HBGT-07 :

 

 

; JL258A Configuration Editor; Created on release #WC.16.11.0001
hostname "SW-HBGT-07"
module 1 type jl258a
qinq mixedvlan
svlan 10
   name "VLAN10"
   tagged 1
   untagged 2
   exit
job "backup" at 23:00 config-save "copy run tftp X.X.X.X SW-HBGT-07.cnf"
logging 192.168.86.222
logging facility local7
logging severity info
timesync sntp
sntp unicast
sntp 300
time daylight-time-rule western-europe
interface 1
   name "SW-HBGT-06"
   unknown-vlans disable
   exit
interface 2
   name "Mikrotik"
   unknown-vlans disable
   qinq port-type customer-network
   exit
interface 3
   unknown-vlans disable
   exit
interface 4
   unknown-vlans disable
   exit
interface 5
   unknown-vlans disable
   exit
interface 6
   unknown-vlans disable
   exit
interface 7
   unknown-vlans disable
   exit
interface 8
   unknown-vlans disable
   exit
interface 9
   unknown-vlans disable
   exit
interface 10
   unknown-vlans disable
   exit
snmp-server community "public" unrestricted
vlan 1
   name "DEFAULT_VLAN"
   untagged 3-6,9-10
   ipv6 enable
   ipv6 address dhcp full
   exit
no spanning-tree bpdu-throttle
no tftp server
no autorun
no dhcp config-file-update
no dhcp image-file-update
no dhcp tr69-acs-url
password manager

 

 

 

12 Replies 12