Skip to main content

Enterprise SONiC Distribution for Routing AsterNOS-VPP_V6.1_R0101P02

New Update for AsterNOS-VPP is available!

AsterNOS-VPP_V6.1_R0101P02ย introduces the following new features and enhancements:

New Features:

  • ARP/ND to host functionality
  • Support DNS functionality
  • Added sub-interface type support for NAT
  • Support MAP-BR (Mapping of Address and Port with Border Relay)
  • Support for DHCP/ND Snooping, DAI protection, IPSG, SAVI, RA Guard protection
  • Support MVRP (Multiple VLAN Registration Protocol)
  • Support Geosite/GeoIP
  • And more...

Minor Bug Fixes / Improvements:

  • [MC-LAG] Optimized DAD (Duplicate Address Detection) link detection
  • [loopback] Loopback0 address configuration optimized

[Please see theย Release Notesย below ๐Ÿ‘‡๐Ÿ‘‡]

For specific command, please refer toย Command Lineย andย Typical Scenario Configuration Guideย !

For Image and PDF user manuals, please refer to theย Software Releases Column.

ahmad maimun najib

Congratulations on the new AsterNOS-VPP_V6.1_R0101P02 release! The added features and improvements look great โ€” especially the enhancements around MAP-BR, DHCP/ND security, and MVRP support.

I would like to ask whether the x86 platform also includes support for Mellanox ConnectX-5 NICs, specifically the MCX516A-CDAT model. Could you please confirm compatibility?

Thank you!

ahmad maimun najibย Thank you for your interest in our AsterNOS-VPP solution and for asking this excellent technical question!

The answer is YES: the Mellanox ConnectX-5 series (MCX516A-CDAT) is fully compatible with our AsterNOS-VPP solution.

We've confirmed the full technology stack compatibility, and here are the key points:

  1. AsterNOS-VPP requires a DPDK-supported NIC. According to official NVIDIA documentation, the Mellanox ConnectX-5 adapter family is explicitly supported by the mlx5 Poll Mode Driver for DPDK.
  2. The VPP project itself officially supports the mlx5 driver. We can confirm from VPP's official release notes that support for Mellanox mlx5 receive and transmit was explicitly added as early as VPP 20.05. Our current version (based on VPP 24.02) is built on this mature and stable support.

Your NIC is fully compatible. We hope this helps!

ahmad maimun najib

zhonghaojiang@asterfusion.comย Thank you for the detailed clarification โ€” thatโ€™s great to hear.

I would like to ask one more question:

Does Mellanox ConnectX-5 support work only in the commercial/enterprise edition of AsterNOS-VPP?

I tested the free version, but the Mellanox NIC is not detected inside sonic-vpp.

The PCI device is visible in the Sonic system and even inside syncd, but VPP does not detect the hardware interface at all.

Is this a limitation of the free edition, or is there an additional step required to enable mlx5 support?

Thank you!

ahmad maimun najibย 

Thank you for the detailed feedback!

To answer your question directly: No, this is not a limitation of the free edition.

The issue is simply a matter of timing. AsterNOS scans and binds hardware interfaces only during the first system initialization. I suspect the VM was installed first and the NIC was added later, so the system missed the opportunity to configure it.

The simplest solution is to redeploy the VM.

During the fresh installation (ensure the NIC is attached before the first boot), the system will automatically detect the ConnectX-5 and bind it to VPP correctly. No manual configuration is required.

Let us know if a fresh install solves it for you!

ahmad maimun najib

zhonghaojiang@asterfusion.comย I have already tried a completely fresh installation โ€” including reinstalling the host OS โ€” but unfortunately the Mellanox NICs are still not detected by SONiC/VPP inside the VM.

When I use an Intel I350 NIC, everything works normally with no issues. This strongly suggests that the problem is specific to the Mellanox ConnectX-5 passthrough on this setup.

Below I also include the logs and the current SONiC/VPP status for reference.

Host PCI devices:

well@sonic-vpp:~$ lspci | grep Mellanox
03:00.0 Ethernet controller: Mellanox Technologies MT28800 Family [ConnectX-5 Ex]
03:00.1 Ethernet controller: Mellanox Technologies MT28800 Family [ConnectX-5 Ex]

VM launch command:

sudo virt-install --name AsterNOS --virt-type kvm --memory 8192 --vcpus 4 --cpu host-passthrough --disk path=/opt/sonic-vpp.img,bus=virtio --import --os-variant debian11 --network none --host-device 03:00.0 --host-device 03:00.1 --nographics

ahmad maimun najib

AsterNOS-VPP Log:

Booting `SONiC-OS-V6.1R002T002-dirty-20251113.121454'

Loading SONiC-OS OS kernel ...
Loading SONiC-OS OS initial ramdisk ...
tune2fs 1.47.0 (5-Feb-2023)
Setting reserved blocks percentage to 0% (0 blocks)
Setting reserved blocks count to 0
[   13.261968] kdump-tools[635]: Starting kdump-tools:
[   13.265348] kdump-tools[639]: no crashkernel= parameter in the kernel cmdline ... failed!
[   13.369057] rc.local[678]: + cat /etc/sonic/sonic_version.yml
[   13.372221] rc.local[680]: + sed -e s/build_version: //g;s/'//g
[   13.376730] rc.local[679]: + grep build_version
[   13.406888] rc.local[667]: + SONIC_VERSION=V6.1R002T002-dirty-20251113.121454
[   13.410218] rc.local[667]: + FIRST_BOOT_FILE=/host/image-V6.1R002T002-dirty-20251113.121454/platform/firsttime
[   13.415379] rc.local[667]: + SONIC_CONFIG_DIR=/host/image-V6.1R002T002-dirty-20251113.121454/sonic-config
[   13.418760] rc.local[667]: + SONIC_ENV_FILE=/host/image-V6.1R002T002-dirty-20251113.121454/sonic-config/sonic-environment
[   13.424716] rc.local[667]: + [ -d /host/image-V6.1R002T002-dirty-20251113.121454/sonic-config -a -f /host/image-V6.1R002T002-dirty-20251113.121454/sonic-config/sonic-environment ]
[   13.431585] rc.local[667]: + logger SONiC version V6.1R002T002-dirty-20251113.121454 starting up...
[   13.434902] rc.local[667]: + grub_installation_needed=
[   13.439028] rc.local[667]: + [ ! -e /host/machine.conf ]
[   13.442351] rc.local[667]: + . /host/machine.conf
[   13.445372] rc.local[667]: + onie_arch=x86_64
[   13.447808] rc.local[667]: + onie_bin=
[   13.448986] rc.local[667]: + onie_boot_reason=install
[   13.450523] rc.local[667]: + onie_build_date=2018-11-17T04:18+00:00
[   13.452685] rc.local[667]: + onie_build_machine=kvm_x86_64
[   13.455343] rc.local[667]: + onie_build_platform=x86_64-kvm_x86_64-r0
[   13.457922] rc.local[667]: + onie_config_version=1
[   13.459801] rc.local[667]: + onie_dev=/dev/vda2
[   13.461222] rc.local[667]: + onie_disco_boot_reason=install
[   13.462831] rc.local[667]: + onie_disco_dns=10.0.2.3
[   13.464410] rc.local[667]: + onie_disco_interface=eth0
[   13.466051] rc.local[667]: + onie_disco_ip=10.0.2.15
[   13.467489] rc.local[667]: + onie_disco_lease=86400
[   13.468990] rc.local[667]: + onie_disco_mask=24
[   13.470464] rc.local[667]: + onie_disco_opt53=05
[   13.471811] rc.local[667]: + onie_disco_router=10.0.2.2
[   13.473374] rc.local[667]: + onie_disco_serverid=10.0.2.2
[   13.475014] rc.local[667]: + onie_disco_siaddr=10.0.2.2
[   13.476768] rc.local[667]: + onie_disco_subnet=255.255.255.0
[   13.478431] rc.local[667]: + onie_exec_url=file://dev/vdb/onie-installer.bin
[   13.480598] rc.local[667]: + onie_firmware=auto
[   13.481968] rc.local[667]: + onie_grub_image_name=shimx64.efi
[   13.483772] rc.local[667]: + onie_initrd_tmp=/
[   13.485226] rc.local[667]: + onie_installer=/var/tmp/installer
[   13.486909] rc.local[667]: + onie_kernel_version=4.9.95
[   13.488948] rc.local[667]: + onie_local_parts=
[   13.490432] rc.local[667]: + onie_machine=kvm_x86_64
[   13.491862] rc.local[667]: + onie_machine_rev=0
[   13.493376] rc.local[667]: + onie_neighs=[fe80::2-eth0],
[   13.494886] rc.local[667]: + onie_partition_type=gpt
[   13.496500] rc.local[667]: + onie_platform=x86_64-kvm_x86_64-r0
[   13.498176] rc.local[667]: + onie_root_dir=/mnt/onie-boot/onie
[   13.499929] rc.local[667]: + onie_secure_boot=yes
[   13.501542] rc.local[667]: + onie_skip_ethmgmt_macs=yes
[   13.503102] rc.local[667]: + onie_switch_asic=qemu
[   13.504623] rc.local[667]: + onie_uefi_arch=x64
[   13.506041] rc.local[667]: + onie_uefi_boot_loader=shimx64.efi
[   13.507706] rc.local[667]: + onie_vendor_id=42623
[   13.509105] rc.local[667]: + onie_version=master-201811170418
[   13.510876] rc.local[667]: + program_console_speed
[   13.513128] rc.local[693]: + grep -Eo console=tty(S|AMA)[0-9]+,[0-9]+
[   13.515540] rc.local[692]: + cat /proc/cmdline
[   13.517073] rc.local[694]: + cut -d , -f2
[   13.528258] rc.local[667]: + speed=115200
[   13.529462] rc.local[667]: + [ -z 115200 ]
[   13.530666] rc.local[667]: + CONSOLE_SPEED=115200
[   13.534705] rc.local[700]: + grep keep-baud
[   13.540423] rc.local[699]: + grep agetty /lib/systemd/system/serial-getty@.service
[   13.547645] rc.local[700]: ExecStart=-/sbin/agetty -o '-p -- \\u' --keep-baud 115200,57600,38400,9600 - $TERM
[   13.550596] rc.local[667]: + [ 0 = 0 ]
[   13.551778] rc.local[667]: + sed -i s|\-\-keep\-baud .* %I| 115200 %I|g /lib/systemd/system/serial-getty@.service
[   13.554710] rc.local[667]: + systemctl daemon-reload
[   13.680063] rc.local[667]: + [ -f /host/image-V6.1R002T002-dirty-20251113.121454/platform/firsttime ]
[   13.686093] rc.local[667]: + echo First boot detected. Performing first boot tasks...
[   13.691481] rc.local[667]: First boot detected. Performing first boot tasks...
[   13.696477] rc.local[667]: + [ -n  ]
[   13.698981] rc.local[667]: + [ -n x86_64-kvm_x86_64-r0 ]
[   13.702725] rc.local[667]: + platform=x86_64-kvm_x86_64-r0
[   13.706819] rc.local[667]: + [ -d /host/old_config ]
[   13.710406] rc.local[667]: + [ -f /host/minigraph.xml ]
[   13.714096] rc.local[667]: + [ -n  ]
[   13.716853] rc.local[667]: + touch /tmp/pending_config_initialization
[   13.721333] rc.local[667]: + touch /tmp/notify_firstboot_to_platform
[   13.725559] rc.local[667]: + [ ! -d /host/reboot-cause/platform ]
[   13.729338] rc.local[667]: + mkdir -p /host/reboot-cause/platform
[   13.733390] rc.local[667]: + [ -d /host/image-V6.1R002T002-dirty-20251113.121454/platform/x86_64-kvm_x86_64-r0 ]
[   13.740044] rc.local[667]: + [ -f /host/image-V6.1R002T002-dirty-20251113.121454/platform/common/Packages.gz ]
[   13.745802] rc.local[667]: + dpkg -i /host/image-V6.1R002T002-dirty-20251113.121454/platform/x86_64-kvm_x86_64-r0/sonic-platform-asterfusion-x86-kvm_1.0.0_amd64.deb
[   13.769615] rc.local[741]: Selecting previously unselected package sonic-platform-asterfusion-x86-kvm.
[   14.362594] rc.local[741]: (Reading database ... 52947 files and directories currently installed.)
[   14.368591] rc.local[741]: Preparing to unpack .../sonic-platform-asterfusion-x86-kvm_1.0.0_amd64.deb ...
[   14.375127] rc.local[741]: Unpacking sonic-platform-asterfusion-x86-kvm (1.0.0) ...
[   14.405539] rc.local[741]: Setting up sonic-platform-asterfusion-x86-kvm (1.0.0) ...
[   14.431204] rc.local[667]: + sync
[   14.444694] rc.local[667]: + /bin/bash /etc/sku_setup x86_64-kvm_x86_64-r0
[   14.538779] rc.local[667]: + [ -n x86_64-kvm_x86_64-r0 ]
[   14.541653] rc.local[667]: + [ -n  ]
[   14.543457] rc.local[667]: + mkdir -p /var/platform
[   14.548414] rc.local[667]: + [ -f /etc/default/kdump-tools ]
[   14.551586] rc.local[667]: + sed -i -e s/__PLATFORM__/x86_64-kvm_x86_64-r0/g /etc/default/kdump-tools
[   14.556814] rc.local[667]: + chmod +x /etc/poe_auto_init.sh
[   14.563680] rc.local[667]: + firsttime_exit
[   14.565959] rc.local[667]: + rm -rf /host/image-V6.1R002T002-dirty-20251113.121454/platform/firsttime
[   14.571220] rc.local[667]: + exit 0
[   14.593343] rc.local[809]: + /etc/poe_auto_init.sh x86_64-kvm_x86_64-r0
[   14.597412] rc.local[809]: Init poe for sku ET2500
[FAILED] Failed to start determine-โ€ฆeboot cause determination service.

ahmad maimun najib

Debian GNU/Linux 12 sonic ttyS0

sonic login: admin
Password: 
Linux sonic 6.1.0-11-2-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.38-4 (2023-08-08) x86_64
    _          _                _   _   ___   ____  
   / \    ___ | |_   ___  _ __ | \ | | / _ \ / ___| 
  / _ \  / __|| __| / _ \| '__||  \| || | | |___ \ 
 / ___ \ __ \| |_ |  __/| |   | |\  || |_| | ___) |
/_/   _\|___/ __| ___||_|   |_| _| ___/ |____/ 

------- Asterfusion Network Operating System -------

Help:    http://www.asterfusion.com/

admin@sonic:~$ sudo docker container ls
CONTAINER ID   IMAGE                             COMMAND                  CREATED          STATUS          PORTS     NAMES
45baa8f1d0bd   docker-platform-monitor:latest    "/usr/bin/docker_iniโ€ฆ"   8 minutes ago    Up 8 minutes              pmon
58513e45f8f4   docker-lldp:latest                "/usr/bin/docker-lldโ€ฆ"   8 minutes ago    Up 8 minutes              lldp
235c9b367de1   9b56ae6e2e3a                      "/usr/bin/docker_iniโ€ฆ"   11 minutes ago   Up 5 minutes              dhcp_relay
f346bfc9a9e4   docker-router-advertiser:latest   "/usr/bin/docker-iniโ€ฆ"   11 minutes ago   Up 5 minutes              radv
3d8a1fe7d03c   docker-nat:latest                 "/usr/local/bin/supeโ€ฆ"   11 minutes ago   Up 11 minutes             nat
673df195175a   docker-syncd-vpp:latest           "/usr/local/bin/supeโ€ฆ"   11 minutes ago   Up 5 minutes              syncd
6d8671e7a4a1   docker-fpm-frr:latest             "/usr/bin/docker_iniโ€ฆ"   11 minutes ago   Up 5 minutes              bgp
6610d4e1ae20   docker-teamd:latest               "/usr/local/bin/supeโ€ฆ"   11 minutes ago   Up 5 minutes              teamd
67f6b5411c49   docker-slad:latest                "/usr/local/bin/supeโ€ฆ"   11 minutes ago   Up 5 minutes              slad
d97e4cebe5c3   docker-orchagent:latest           "/usr/bin/docker-iniโ€ฆ"   12 minutes ago   Up 5 minutes              swss
4465c5e11e87   docker-database:latest            "/usr/local/bin/dockโ€ฆ"   13 minutes ago   Up 13 minutes             database
admin@sonic:~$ show interfaces status
  Interface    Lanes    Speed    MTU    FEC      Alias    Vlan    Oper    Admin    Type    Asym PFC
-----------  -------  -------  -----  -----  ---------  ------  ------  -------  ------  ----------
  Ethernet1        0       1G   9100   none  Ethernet1  routed    down       up     N/A         N/A
  Ethernet2        1       1G   9100   none  Ethernet2  routed    down       up     N/A         N/A
admin@sonic:~$ sudo docker exec -it syncd bash
root@sonic:/# vppctl show int
              Name               Idx    State  MTU (L3/IP4/IP6/MPLS)     Counter          Count     
local0                            0     down          0/0/0/0       
root@sonic:/# vppctl show pci
Address      Sock VID:PID     Link Speed    Driver          Product Name                    Vital Product Data
0000:04:00.0   0  15b3:1019   unknown       vfio-pci        CX516A - ConnectX-5 QSFP28       PN: MCX516A-CDAT    
                                                                                            EC: B3
                                                                                            V2: 0x 4d 43 58 35 31 36 41 2d ...
                                                                                            SN: MT1942J01115          
                                                                                            V3: 0x 37 61 36 64 63 62 66 65 ...
                                                                                            VA: 0x 4d 4c 58 3a 4d 4f 44 4c ...
                                                                                            V0: 0x 50 43 49 65 47 65 6e 34 ...
                                                                                            RV: 0x 18 00 00
0000:05:00.0   0  15b3:1019   unknown       vfio-pci        CX516A - ConnectX-5 QSFP28       PN: MCX516A-CDAT    
                                                                                            EC: B3
                                                                                            V2: 0x 4d 43 58 35 31 36 41 2d ...
                                                                                            SN: MT1942J01115          
                                                                                            V3: 0x 37 61 36 64 63 62 66 65 ...
                                                                                            VA: 0x 4d 4c 58 3a 4d 4f 44 4c ...
                                                                                            V0: 0x 50 43 49 65 47 65 6e 34 ...
                                                                                            RV: 0x 18 00 00
root@sonic:/# vppctl show hardware-interface
              Name                Idx   Link  Hardware
local0                             0    down  local0
  Link speed: unknown
  local

Please advise if additional drivers/modules are required, or if this platform version has known limitations regarding Mellanox NIC passthrough.

I can perform any further tests needed

Thanks.

ahmad maimun najibย Could you also please provide the output of the 'vppctl show log'command?

Thank you!

ahmad maimun najib

zhonghaojiang@asterfusion.comย Here is the log output you requested:

root@sonic:/# vppctl show log
2025/11/21 02:20:20:758 notice     plugin/load    Loaded plugin: abf_plugin.so (Access Control List (ACL) Based Forwarding)
2025/11/21 02:20:20:782 notice     plugin/load    Loaded plugin: acl_plugin.so (Access Control Lists (ACL))
2025/11/21 02:20:20:782 notice     plugin/load    Plugin disabled (default): adl_plugin.so
2025/11/21 02:20:20:784 notice     plugin/load    Loaded plugin: af_packet_plugin.so (af-packet)
2025/11/21 02:20:20:784 notice     plugin/load    Plugin disabled (default): arping_plugin.so
2025/11/21 02:20:20:788 notice     plugin/load    Plugin disabled (default): avf_plugin.so
2025/11/21 02:20:20:788 notice     plugin/load    Plugin disabled (default): bpf_trace_filter_plugin.so
2025/11/21 02:20:20:789 notice     plugin/load    Plugin disabled (default): bufmon_plugin.so
2025/11/21 02:20:20:789 notice     plugin/load    Plugin disabled (default): builtinurl_plugin.so
2025/11/21 02:20:20:790 notice     plugin/load    Plugin disabled (default): cdp_plugin.so
2025/11/21 02:20:20:792 notice     plugin/load    Plugin disabled (default): cnat_plugin.so
2025/11/21 02:20:20:811 notice     plugin/load    Plugin disabled (default): crypto_ipsecmb_plugin.so
2025/11/21 02:20:20:814 notice     plugin/load    Plugin disabled (default): crypto_native_plugin.so
2025/11/21 02:20:20:822 notice     plugin/load    Loaded plugin: crypto_openssl_plugin.so (OpenSSL Crypto Engine)
2025/11/21 02:20:20:822 notice     plugin/load    Plugin disabled (default): crypto_sw_scheduler_plugin.so
2025/11/21 02:20:20:823 notice     plugin/load    Plugin disabled (default): ct6_plugin.so
2025/11/21 02:20:20:824 notice     plugin/load    Plugin disabled (default): det44_plugin.so
2025/11/21 02:20:20:830 notice     plugin/load    Plugin disabled (default): dev_ena_plugin.so
2025/11/21 02:20:20:833 notice     plugin/load    Plugin disabled (default): dev_iavf_plugin.so
2025/11/21 02:20:20:834 notice     plugin/load    Plugin disabled (default): dhcp_plugin.so
2025/11/21 02:20:20:835 notice     plugin/load    Plugin disabled (default): dispatch_trace_plugin.so
2025/11/21 02:20:20:835 notice     plugin/load    Plugin disabled (default): dma_intel_plugin.so
2025/11/21 02:20:20:835 notice     plugin/load    Loaded plugin: dns_plugin.so (Simple DNS name resolver)
2025/11/21 02:20:20:866 notice     plugin/load    Loaded plugin: dpdk_plugin.so (Data Plane Development Kit (DPDK))
2025/11/21 02:20:20:867 notice     plugin/load    Plugin disabled (default): dslite_plugin.so
2025/11/21 02:20:20:867 notice     plugin/load    Plugin disabled (default): fateshare_plugin.so
2025/11/21 02:20:20:868 notice     plugin/load    Loaded plugin: flowprobe_plugin.so (Flow per Packet)
2025/11/21 02:20:20:869 notice     plugin/load    Plugin disabled (default): geneve_plugin.so
2025/11/21 02:20:20:870 notice     plugin/load    Loaded plugin: geosite_plugin.so (geosite plugin description goes here)
2025/11/21 02:20:20:870 notice     plugin/load    Loaded plugin: gre_plugin.so (Generic Routing Encapsulation (GRE) plugin)
2025/11/21 02:20:20:872 notice     plugin/load    Plugin disabled (default): gtpu_plugin.so
2025/11/21 02:20:20:873 notice     plugin/load    Plugin disabled (default): hs_apps_plugin.so
2025/11/21 02:20:20:873 notice     plugin/load    Plugin disabled (default): hsi_plugin.so
2025/11/21 02:20:20:873 notice     plugin/load    Plugin disabled (default): http_plugin.so
2025/11/21 02:20:20:874 notice     plugin/load    Plugin disabled (default): http_static_plugin.so
2025/11/21 02:20:20:875 notice     plugin/load    Plugin disabled (default): idpf_plugin.so
2025/11/21 02:20:20:875 notice     plugin/load    Plugin disabled (default): igmp_plugin.so
2025/11/21 02:20:20:877 notice     plugin/load    Loaded plugin: ikev2_plugin.so (Internet Key Exchange (IKEv2) Protocol)
2025/11/21 02:20:20:877 notice     plugin/load    Plugin disabled (default): ila_plugin.so
2025/11/21 02:20:20:879 notice     plugin/load    Plugin disabled (default): ioam_plugin.so
2025/11/21 02:20:20:879 notice     plugin/load    Plugin disabled (default): ip_session_redirect_plugin.so
2025/11/21 02:20:20:879 notice     plugin/load    Loaded plugin: isolation_group_plugin.so (isolation group)
2025/11/21 02:20:20:880 notice     plugin/load    Plugin disabled (default): l2tp_plugin.so
2025/11/21 02:20:20:880 notice     plugin/load    Plugin disabled (default): l3xc_plugin.so
2025/11/21 02:20:20:880 notice     plugin/load    Plugin disabled (default): lacp_plugin.so
2025/11/21 02:20:20:881 notice     plugin/load    Plugin disabled (default): lb_plugin.so
2025/11/21 02:20:20:884 notice     plugin/load    Loaded plugin: linux_cp_plugin.so (Linux Control Plane - Interface Mirror)
2025/11/21 02:20:20:884 notice     plugin/load    Plugin disabled (default): linux_cp_unittest_plugin.so
2025/11/21 02:20:20:885 notice     plugin/load    Plugin disabled (default): linux_nl_plugin.so
2025/11/21 02:20:20:887 notice     plugin/load    Plugin disabled (default): lisp_plugin.so
2025/11/21 02:20:20:887 notice     plugin/load    Plugin disabled (default): lisp_unittest_plugin.so
2025/11/21 02:20:20:888 notice     plugin/load    Plugin disabled (default): lldp_plugin.so
2025/11/21 02:20:20:888 notice     plugin/load    Plugin disabled (default): mactime_plugin.so
2025/11/21 02:20:20:889 notice     plugin/load    Loaded plugin: map_plugin.so (Mapping of Address and Port (MAP))
2025/11/21 02:20:20:890 notice     plugin/load    Plugin disabled (default): mdata_plugin.so
2025/11/21 02:20:20:894 notice     plugin/load    Plugin disabled (default): memif_plugin.so
2025/11/21 02:20:20:894 notice     plugin/load    Loaded plugin: mss_clamp_plugin.so (TCP MSS clamping plugin)
2025/11/21 02:20:20:896 notice     plugin/load    Plugin disabled (default): nat44_ei_plugin.so
2025/11/21 02:20:20:898 notice     plugin/load    Plugin disabled (default): nat64_plugin.so
2025/11/21 02:20:20:898 notice     plugin/load    Plugin disabled (default): nat66_plugin.so
2025/11/21 02:20:20:902 notice     plugin/load    Loaded plugin: nat_plugin.so (Network Address Translation (NAT))
2025/11/21 02:20:20:903 notice     plugin/load    Plugin disabled (default): npt66_plugin.so
2025/11/21 02:20:20:903 notice     plugin/load    Plugin disabled (default): nsh_plugin.so
2025/11/21 02:20:20:905 notice     plugin/load    Plugin disabled (default): nsim_plugin.so
2025/11/21 02:20:20:905 notice     plugin/load    Plugin disabled (default): oddbuf_plugin.so
2025/11/21 02:20:20:906 notice     plugin/load    Plugin disabled (default): perfmon_plugin.so
2025/11/21 02:20:20:906 notice     plugin/load    Plugin disabled (default): ping_plugin.so
2025/11/21 02:20:20:907 notice     plugin/load    Plugin disabled (default): pnat_plugin.so
2025/11/21 02:20:20:907 notice     plugin/load    Plugin disabled (default): pppoe_plugin.so
2025/11/21 02:20:20:907 notice     plugin/load    Plugin disabled (default): prom_plugin.so
2025/11/21 02:20:20:911 notice     plugin/load    Plugin disabled (default): rdma_plugin.so
2025/11/21 02:20:20:913 notice     plugin/load    Loaded plugin: security_check_plugin.so (security check by DAI/SAVI/IPSG/RAGUARD)
2025/11/21 02:20:20:915 notice     plugin/load    Loaded plugin: spi_plugin.so (Statful Packet Inspection)
2025/11/21 02:20:20:915 notice     plugin/load    Plugin disabled (default): srv6ad_plugin.so
2025/11/21 02:20:20:916 notice     plugin/load    Plugin disabled (default): srv6adflow_plugin.so
2025/11/21 02:20:20:916 notice     plugin/load    Plugin disabled (default): srv6am_plugin.so
2025/11/21 02:20:20:916 notice     plugin/load    Plugin disabled (default): srv6as_plugin.so
2025/11/21 02:20:20:916 notice     plugin/load    Plugin disabled (default): srv6mobile_plugin.so
2025/11/21 02:20:20:917 notice     plugin/load    Plugin disabled (default): stn_plugin.so
2025/11/21 02:20:20:917 notice     plugin/load    Plugin disabled (default): svs_plugin.so

ahmad maimun najib

2025/11/21 02:20:20:917 notice     plugin/load    Plugin disabled (default): tlsopenssl_plugin.so
2025/11/21 02:20:20:917 notice     plugin/load    Plugin disabled (default): tracedump_plugin.so
2025/11/21 02:20:20:917 notice     plugin/load    Plugin disabled (default): tracenode_plugin.so
2025/11/21 02:20:20:919 notice     plugin/load    Plugin disabled (default): unittest_plugin.so
2025/11/21 02:20:20:920 notice     plugin/load    Plugin disabled (default): urpf_plugin.so
2025/11/21 02:20:20:920 notice     plugin/load    Loaded plugin: uu_policer_plugin.so (L2 uu policer)
2025/11/21 02:20:20:922 notice     plugin/load    Plugin disabled (default): vhost_plugin.so
2025/11/21 02:20:20:924 notice     plugin/load    Plugin disabled (default): vmxnet3_plugin.so
2025/11/21 02:20:20:925 notice     plugin/load    Plugin disabled (default): vrrp_plugin.so
2025/11/21 02:20:20:925 notice     plugin/load    Loaded plugin: vxlan_plugin.so (VxLan Tunnels)
2025/11/21 02:20:20:926 notice     plugin/load    Loaded plugin: wireguard_plugin.so (Wireguard Protocol)
2025/11/21 02:20:21:268 notice     dpdk           EAL init args: --in-memory --no-telemetry --file-prefix vpp -a 0000:04:00.0 -a 0000:05:00.0 
2025/11/21 02:20:21:411 error      vat-plug/load  vat_plugin_register: adl plugin not loaded...
2025/11/21 02:20:21:413 notice     vat-plug/load  Loaded plugin: vnet_ip_test_plugin.so
2025/11/21 02:20:21:414 error      vat-plug/load  vat_plugin_register: memif plugin not loaded...
2025/11/21 02:20:21:415 error      vat-plug/load  vat_plugin_register: oddbuf plugin not loaded...
2025/11/21 02:20:21:415 error      vat-plug/load  vat_plugin_register: builtinurl plugin not loaded...
2025/11/21 02:20:21:416 notice     vat-plug/load  Loaded plugin: vnet_ipsec_test_plugin.so
2025/11/21 02:20:21:417 error      vat-plug/load  vat_plugin_register: rdma plugin not loaded...
2025/11/21 02:20:21:418 error      vat-plug/load  vat_plugin_register: l2tp plugin not loaded...
2025/11/21 02:20:21:419 error      vat-plug/load  vat_plugin_register: pppoe plugin not loaded...
2025/11/21 02:20:21:420 error      vat-plug/load  vat_plugin_register: mdata plugin not loaded...
2025/11/21 02:20:21:421 notice     vat-plug/load  Loaded plugin: vnet_l2_test_plugin.so
2025/11/21 02:20:21:421 notice     vat-plug/load  Loaded plugin: isolation_group_test_plugin.so
2025/11/21 02:20:21:422 notice     vat-plug/load  Loaded plugin: acl_test_plugin.so
2025/11/21 02:20:21:423 error      vat-plug/load  vat_plugin_register: cdp plugin not loaded...
2025/11/21 02:20:21:423 notice     vat-plug/load  Loaded plugin: vpp_api_test_plugin.so
2025/11/21 02:20:21:424 error      vat-plug/load  vat_plugin_register: gtpu plugin not loaded...
2025/11/21 02:20:21:425 notice     vat-plug/load  Loaded plugin: vnet_arp_test_plugin.so
2025/11/21 02:20:21:426 notice     vat-plug/load  Loaded plugin: vnet_ip6_nd_test_plugin.so
2025/11/21 02:20:21:426 error      vat-plug/load  vat_plugin_register: tls_openssl plugin not loaded...
2025/11/21 02:20:21:427 error      vat-plug/load  vat_plugin_register: dhcp plugin not loaded...
2025/11/21 02:20:21:427 error      vat-plug/load  vat_plugin_register: tracenode plugin not loaded...
2025/11/21 02:20:21:427 error      vat-plug/load  vat_plugin_register: stn plugin not loaded...
2025/11/21 02:20:21:427 error      vat-plug/load  vat_plugin_register: nsh plugin not loaded...
2025/11/21 02:20:21:428 error      vat-plug/load  vat_plugin_register_gpe: lisp_gpe plugin not loaded...
2025/11/21 02:20:21:428 notice     vat-plug/load  Loaded plugin: vnet_sr_mpls_test_plugin.so
2025/11/21 02:20:21:429 error      vat-plug/load  vat_plugin_register: ip_session_redirect plugin not loaded...
2025/11/21 02:20:21:430 notice     vat-plug/load  Loaded plugin: ikev2_test_plugin.so
2025/11/21 02:20:21:430 error      vat-plug/load  vat_plugin_register: http_static plugin not loaded...
2025/11/21 02:20:21:430 error      vat-plug/load  vat_plugin_register: avf plugin not loaded...
2025/11/21 02:20:21:431 error      vat-plug/load  vat_plugin_register: vrrp plugin not loaded...
2025/11/21 02:20:21:431 notice     vat-plug/load  Loaded plugin: vlib_vlibapi_test_plugin.so
2025/11/21 02:20:21:431 error      vat-plug/load  vat_plugin_register: mactime plugin not loaded...
2025/11/21 02:20:21:432 error      vat-plug/load  pot_vat_plugin_register: pot plugin not loaded...
2025/11/21 02:20:21:432 error      vat-plug/load  vat_plugin_register: lldp plugin not loaded...
2025/11/21 02:20:21:433 error      vat-plug/load  vat_plugin_register: vmxnet3 plugin not loaded...
2025/11/21 02:20:21:434 notice     vat-plug/load  Loaded plugin: vnet_session_test_plugin.so
2025/11/21 02:20:21:434 notice     vat-plug/load  Loaded plugin: geosite_test_plugin.so
2025/11/21 02:20:21:434 notice     vat-plug/load  Loaded plugin: vnet_interface_test_plugin.so
2025/11/21 02:20:21:434 error      vat-plug/load  vat_plugin_register: geneve plugin not loaded...
2025/11/21 02:20:21:435 error      vat-plug/load  vat_plugin_register: lacp plugin not loaded...
2025/11/21 02:20:21:435 error      vat-plug/load  vat_plugin_register: idpf plugin not loaded...
2025/11/21 02:20:21:435 notice     vat-plug/load  Loaded plugin: flowprobe_test_plugin.so
2025/11/21 02:20:21:436 notice     vat-plug/load  Loaded plugin: dns_test_plugin.so
2025/11/21 02:20:21:436 error      vat-plug/load  vat_plugin_register: ct6 plugin not loaded...
2025/11/21 02:20:21:437 error      vat-plug/load  vat_plugin_register: tracedump plugin not loaded...
2025/11/21 02:20:21:437 error      vat-plug/load  vat_plugin_register: nsim plugin not loaded...
2025/11/21 02:20:21:438 error      vat-plug/load  vat_plugin_register: lb plugin not loaded...
2025/11/21 02:20:21:439 error      vat-plug/load  vat_plugin_register: arping plugin not loaded...
2025/11/21 02:20:21:448 notice     dpdk           EAL: Detected CPU lcores: 4
2025/11/21 02:20:21:448 notice     dpdk           EAL: Detected NUMA nodes: 1
2025/11/21 02:20:21:448 notice     dpdk           EAL: Detected static linkage of DPDK
2025/11/21 02:20:21:448 notice     dpdk           EAL: Selected IOVA mode 'VA'
2025/11/21 02:20:21:448 notice     dpdk           EAL: 8 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size
2025/11/21 02:20:21:448 notice     dpdk           EAL: No free 1048576 kB hugepages reported on node 0
2025/11/21 02:20:21:448 notice     dpdk           EAL: VFIO support initialized
root@sonic:/# [FAILED] Failed to start process-reโ€ฆry files and save them to StateDB.
[FAILED] Failed to start licmgrd.seโ€ฆe - license management daemon.