Page 1 of 1

Huawei NE40 Router does not work in Eve-NG with sub-interfaces

Posted: Fri Mar 11, 2022 10:43 am
by mihai85
Hi guys,


I'm running a simple lab in Eve-NG with a Cisco ASR9K and a Huawei NE40.
I connected the 2 routers together via sub-interfaces:

Cisco:

interface GigabitEthernet0/0/0/3.34
ipv4 address 10.34.0.34 255.255.255.0
encapsulation dot1q 34


Huawei:

[~HUAWEI-Ethernet1/0/0.34]display this
interface Ethernet1/0/0.34
vlan-type dot1q 34
ip address 10.34.0.43 255.255.255.0
Wireshark.png
On Wireshark (see attached picture) I see that traffic goes between the physical interfaces but doesn't go to the logical subinterface on the Huawei part.



Hoever Huawei is not reporting this ping in the GUI.

[~HUAWEI-Ethernet1/0/0.34]ping 10.34.0.34
PING 10.34.0.34: 56 data bytes, press CTRL_C to break
Request time out
Request time out
Request time out
Request time out
Request time out

--- 10.34.0.34 ping statistics ---
5 packet(s) transmitted
0 packet(s) received
100.00% packet loss

In the lab I also have juniper and other Cisco switches and all is working ok.

I need to work with subinterfaces for my use-case. Normal interfaces are working ok.

I also did some static arp mappings but also this doesnt help.

Then tried different port config on the Huawei:
interface Ethernet1/0/0.34
encapsulation dot1q-termination
dot1q termination vid 34
ip address 10.34.0.43 255.255.255.0
arp broadcast enable

Can someone please help solve this issue?

Regards,
Mihai