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

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
mihai85
Posts: 1
Joined: Fri Mar 11, 2022 10:38 am

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

Post by mihai85 » Fri Mar 11, 2022 10:43 am

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
You do not have the required permissions to view the files attached to this post.

Post Reply