Check Dhcpv6 Trap Target
This scenario checks that the SNMP trap-target can be discovered via DHCPv6 vendor-options and that changing the vendor-option dynamically updates the trap destination.
Test SNMP Trap-Target Via DHCPv6
Description
Verify that SNMP trap-target is discovered via DHCPv6 vendor-options. First, traps are sent to DUT1. Then the vendor-option is changed to point to DUT2 with a different port, and traps are sent to DUT2.
Scenario
Step 1: Set the following configuration in DUT1 :
set interfaces ethernet eth0 address '10::1/64' set interfaces ethernet eth0 ipv6 router-advert interval 2 set interfaces ethernet eth1 address '20::1/64' set service dhcpv6-server options vendor-options data ascii '[TRAP_SERVER,10::1,162]' set service dhcpv6-server shared-network dhcpv6server subnet '20::/64' address-range start '20::50' stop '20::50' set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 2: Set the following configuration in DUT2 :
set interfaces ethernet eth0 address '10::2/64' set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 3: Set the following configuration in DUT0 :
set interfaces dummy dum0 address 20.0.0.1/24 set interfaces dummy dum0 alarm down ALARM2TEST set interfaces ethernet eth0 ipv6 address autoconf set interfaces ethernet eth0 ipv6 disable-forwarding set interfaces ethernet eth1 address dhcpv6 set interfaces ethernet eth1 dhcpv6 client parameters-only set service snmp engine-id 0x80000009010a0101c1 set service snmp log-level debug set service snmp trap-target dhcpv6 version v3 interface eth1 set service snmp trap-target dhcpv6 version v3 user USER2TEST set service snmp user USER2TEST notify-traps advisor all set service snmp user USER2TEST notify-traps alarm ALARM2TEST set system advisor ADVISOR2TEST test ALARM2TEST set system alarm ALARM2TEST set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 4: Run the command show monitor-db system dhcpv6 interface eth1 on DUT0 and check whether the output contains the following tokens:
snmp-serversShow output
reason: RENEW6 snmp-servers: [10::1]:162
Step 5: Run the command file show running://log/events on DUT0 and check whether the output contains the following tokens:
TRAP sent to [10::1]:162Show output
2026-07-24 06:54:23.633577 local0-notice , osdx-reboot: bootup v4.2.10.3 2026-07-24 06:54:23 (reason: First boot) 2026-07-24 06:56:36.962597 local0-notice , osdx-reboot: shutdown v4.2.10.3 2026-07-24 06:54:05 - 2026-07-24 06:56:36 (up 2 minutes) 2026-07-24 06:57:33.530334 local0-notice , osdx-reboot: bootup v4.2.10.3 2026-07-24 06:57:33 (reason: Power Failure) 2026-07-24 06:59:27.444485 local0-notice , osdx-reboot: bootup v4.2.10.3 2026-07-24 06:59:27 (reason: Panic) 2026-07-24 06:59:33.259307 local0-info , ReportPanic: A Kernel panic has been detected on the system! 2026-07-24 06:59:33.259376 local0-info , ReportPanic: Processing panic 1/1: 202607240658 2026-07-24 06:59:33.260155 local0-info , ReportPanic: [ 0.000000] [ T0] Linux version 6.12.90 (jenkins@diana) (gcc (Debian 12.2.0-14+deb12u1) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1~bpo12+1++teldat~v4.2.10.3~16~b90ef3ab7 SMP PREEMPT_DYNAMIC Fr [ 0.000000] [ T0] Command line: BOOT_IMAGE=/boot/v4.2.10.3/vmlinuz vyos-union=/boot/v4.2.10.3 boot=live net.ifnames=0 intel_iommu =off crashkernel=2G-4G:448M,4G-:512M noautologin nocomponents console=ttyS0,115200 console=tty0 [ 0.000000] [ T0] BIOS-provided physical RAM map: [ 0.000000] [ T0] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] [ T0] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] [ T0] BIOS-e820: [mem 0x00000000000f0000-0x00000 000000fffff] reserved [ 0.000000] [ T0] BIOS-e820: [mem 0x0000000000100000-0x0000000067fdefff] usable [ 0.000000] [ T0] BIOS-e820: [mem 0x0000000067fdf000-0x0000000067ffffff] reserved [ 0.000000] [ T0] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] [ T0] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] [ T0] NX (Execute Disable) protection: active [ 0.000000] [ T0] APIC: Static calls initialized [ 0.000000] [ T0] SMBIOS 2.8 present. [ 0.000000] [ T0] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.16.2-debian-1.16.2-1 04/01/2014 [ 0.000000] [ T0] DMI: Memory slots populated: 1/1 [ 0.000000] [ T0] Hypervisor detected: KVM [ 0.000000] [ T0] last_ pfn = 0x67fdf max_arch_pfn = 0x400000000 [ 0.000000] [ T0] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] [ T0] kvm-clock: using sched offset of 863041686089 cycles [ 0.000001] [ T0] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000003] [ T0] tsc: Detected 3302.400 MHz processor [ 0.000765] [ T0] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000767] [ T0] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000769] [ T0] last_pfn = 0x67fdf max_arch_pfn = 0x400000000 [ 0.000792] [ T0] MTRR map: 4 entries (3 fixed + 1 variable; max 19), built from 8 variable MTRRs [ 0.000794] [ T0] x86/PAT: Configuration [0-7]: WB WC UC- UC WB W P UC- WT [ 0.003442] [ T0] found SMP MP-table at [mem 0x000f5b80-0x000f5b8f] [ 0.003561] [ T0] RAMDISK: [mem 0x3075b000-0x343a4fff] [ 0.003564] [ T0] ACPI: Early table checksum verification disabled [ 0.003566] [ T0] ACPI: RSDP 0x00000000000F59B0 000014 (v00 BOCHS ) [ 0.003568] [ T0] ACPI: RSDT 0x0000000067FE1BEF 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001) [ 0.003572] [ T0] ACPI: FACP 0x0000000067FE1A8B 000074 (v01 BOCHS BXPC 00000001 BXPC 00000001) [ 0.003575] [ T0] ACPI: DSDT 0x0000000067FE0040 001A4B (v01 BOCHS BXPC 00000001 BXPC 00000001) [ 0.003577] [ T0] ACPI: FACS 0x0000000067FE0000 000040 [ 0.003578] [ T0] ACPI: APIC 0x0000000067FE1AFF 000090 (v01 BOCHS BXPC 00000001 BXPC 00000001) [ 0.003580] [ T0] ACPI: HPET 0x0000000067FE1B8F 000038 (v01 BOCHS BXPC 00000001 BXPC 00000001) [ 0.003581] [ T0] ACPI: WAET 0x0000000067FE1BC7 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001) [ 0.003582] [ T0] ACPI: Reserving FACP table memory at [mem 0x67fe1a8b-0x67fe1afe] [ 0.003583] [ T0] ACPI: Reserving DSDT table memory at [mem 0x67fe0040-0x67fe1a8a] [ 0.003584] [ T0] ACPI: Reserving FACS table memory at [mem 0x67fe0000-0x67fe003f] [ 0.003584] [ T0] ACPI: Reserving APIC table memory at [mem 0x67fe1aff-0x67fe1b8e] [ 0.003585] [ T0] ACPI: Reserving HPET table memory at [mem 0x67fe1b8f-0x67fe1bc6] [ 0.003585] [ T0] ACPI: Reserving WAET table memory at [mem 0x67fe1bc7-0x67fe1bee] [ 0.003742] [ T0] No NUMA configu ration found [ 0.003743] [ T0] Faking a node at [mem 0x0000000000000000-0x0000000067fdefff] [ 0.003745] [ T0] NODE_DATA(0) allocated [mem 0x67fda5c0-0x67fdefff] [ 0.003751] [ T0] crashkernel reserved: 0x0000000063000000 - 0x0000000067000000 (64 MB) [ 0.003758] [ T0] Zone ranges: [ 0.003759] [ T0] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0. 003760] [ T0] DMA32 [mem 0x0000000001000000-0x0000000067fdefff] [ 0.003761] [ T0] Normal empty [ 0.003761] [ T0] Device empty [ 0.003762] [ T0] Movable zone start for each node [ 0.003762] [ T0] Early memory node ranges [ 0.003763] [ T0] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.003764] [ T0] node 0: [mem 0x000 0000000100000-0x0000000067fdefff] [ 0.003764] [ T0] Initmem setup node 0 [mem 0x0000000000001000-0x0000000067fdefff] [ 0.003769] [ T0] On node 0, zone DMA: 1 pages in unavailable ranges [ 0.003786] [ T0] On node 0, zone DMA: 97 pages in unavailable ranges [ 0.005765] [ T0] On node 0, zone DMA32: 33 pages in unavailable ranges [ 0.006012] [ T0] ACPI: PM-Timer IO Port: 0x608 [ 0.006019] [ T0] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.006042] [ T0] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.006044] [ T0] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.006046] [ T0] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.006046] [ T0] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.006047] [ T0] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.006048] [ T0] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.006050] [ T0] ACPI: Using ACPI (MADT) for SMP configuration information [ 0.006051] [ T0] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.006055] [ T0] CPU topo: Max. logical packages: 1 [ 0.006055] [ T0] CPU topo: Max. logical dies: 1 [ 0.006056] [ T0] CPU topo: Max. dies per package: 1 [ 0.006058] [ T0] CPU topo: Max. threads per core: 1 [ 0.006059] [ T0] CPU topo: Num. cores per package: 4 [ 0.006059] [ T0] CPU topo: Num. threads per package: 4 [ 0.006060] [ T0] CPU topo: Allowing 4 pres ent CPUs plus 0 hotplug CPUs [ 0.006073] [ T0] kvm-guest: APIC: eoi() replaced with kvm_guest_apic_eoi_write() [ 0.006085] [ T0] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.006086] [ T0] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff] [ 0.006088] [ T0] [mem 0x68000000-0xfeffbfff] available for PCI devices [ 0. 006089] [ T0] Booting paravirtualized kernel on KVM [ 0.006090] [ T0] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.009994] [ T0] setup_percpu: NR_CPUS:512 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1 [ 0.010200] [ T0] percpu: Embedded 61 pages/cpu s209368 r8192 d32296 u524288 [ 0.010205] [ T0] pcpu- alloc: s209368 r8192 d32296 u524288 alloc=1*2097152 [ 0.010207] [ T0] pcpu-alloc: [0] 0 1 2 3 [ 0.010230] [ T0] kvm-guest: PV spinlocks disabled, no host support [ 0.010231] [ T0] Kernel command line: BOOT_IMAGE=/boot/v4.2.10.3/vmlinuz vyos-union=/boot/v4.2.10.3 boot=live net.ifnames=0 intel_iommu=off crashkernel=2G-4G:448M,4G-:512M noautologin nocomponents console=ttyS0,1 15200 console=tty0 crashkernel=1G-16G:64M,16G-:256M [ 0.010292] [ T0] DMAR: IOMMU disabled [ 0.010357] [ T0] Unknown kernel command line parameters "noautologin nocomponents vyos-union=/boot/v4.2.10.3 boot=live", will be passed to user space. [ 0.010510] [ T0] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.010592] [ T0] Inode-cache has h table entries: 131072 (order: 8, 1048576 bytes, linear) [ 0.010653] [ T0] Fallback order for Node 0: 0 [ 2026-07-24 06:59:47.312039 user-crit , systemd-coredump[2784]: Process 2350 (cnm-client) of user 0 dumped core. 2026-07-24 08:13:04.101221 user-crit , systemd-coredump[148678]: Process 148317 (bgpd) of user 106 dumped core. 2026-07-24 10:26:21.436212 daemon-err , systemd[1]: Failed to start dnscrypt-proxy.service - DNSCrypt client proxy. 2026-07-24 10:26:50.619663 daemon-err , systemd[1]: Failed to start dnscrypt-proxy.service - DNSCrypt client proxy. 2026-07-24 11:48:16.731804 local0-err , net-snmp[701724]: snmpinform: Timeout 2026-07-24 11:49:35.741103 local0-err , net-snmp[703754]: snmpinform: Timeout 2026-07-24 11:50:02.632346 local0-debug , net-snmp[704690]: TRAP sent to 10.0.0.2 2026-07-24 11:50:02.632410 local0-debug , net-snmp[704690]: Version: SNMPv3 2026-07-24 11:50:02.632438 local0-debug , net-snmp[704690]: Security Model: USM 2026-07-24 11:50:02.632461 local0-debug , net-snmp[704690]: Security Level: noAuthNoPriv 2026-07-24 11:50:02.632484 local0-debug , net-snmp[704690]: Security Name: USER2TEST 2026-07-24 11:50:02.632505 local0-debug , net-snmp[704690]: Context Name: 2026-07-24 11:50:02.632529 local0-debug , net-snmp[704690]: OIDs: 2026-07-24 11:50:02.632554 local0-debug , net-snmp[704690]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (55) 0:00:00.55 2026-07-24 11:50:02.632575 local0-debug , net-snmp[704690]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisorNotification1 2026-07-24 11:50:02.632597 local0-debug , net-snmp[704690]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Name = STRING: ADVISOR2TEST 2026-07-24 11:50:02.632626 local0-debug , net-snmp[704690]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Status = INTEGER: true(1) 2026-07-24 11:50:02.669727 local0-debug , net-snmp[704693]: TRAP sent to 10.0.0.2 2026-07-24 11:50:02.669770 local0-debug , net-snmp[704693]: Version: SNMPv3 2026-07-24 11:50:02.669786 local0-debug , net-snmp[704693]: Security Model: USM 2026-07-24 11:50:02.669805 local0-debug , net-snmp[704693]: Security Level: noAuthNoPriv 2026-07-24 11:50:02.669823 local0-debug , net-snmp[704693]: Security Name: USER2TEST 2026-07-24 11:50:02.669845 local0-debug , net-snmp[704693]: Context Name: 2026-07-24 11:50:02.669862 local0-debug , net-snmp[704693]: OIDs: 2026-07-24 11:50:02.669880 local0-debug , net-snmp[704693]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (20) 0:00:00.20 2026-07-24 11:50:02.669901 local0-debug , net-snmp[704693]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ALARM-MIB::alarmNotification1 2026-07-24 11:50:02.669919 local0-debug , net-snmp[704693]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Name = STRING: ALARM2TEST 2026-07-24 11:50:02.669937 local0-debug , net-snmp[704693]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Status = INTEGER: false(2) 2026-07-24 11:50:02.700037 local0-debug , net-snmp[704695]: TRAP sent to 10.0.0.2 2026-07-24 11:50:02.700093 local0-debug , net-snmp[704695]: Version: SNMPv3 2026-07-24 11:50:02.700118 local0-debug , net-snmp[704695]: Security Model: USM 2026-07-24 11:50:02.700140 local0-debug , net-snmp[704695]: Security Level: noAuthNoPriv 2026-07-24 11:50:02.700167 local0-debug , net-snmp[704695]: Security Name: USER2TEST 2026-07-24 11:50:02.700192 local0-debug , net-snmp[704695]: Context Name: 2026-07-24 11:50:02.700213 local0-debug , net-snmp[704695]: OIDs: 2026-07-24 11:50:02.700251 local0-debug , net-snmp[704695]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (55) 0:00:00.55 2026-07-24 11:50:02.700279 local0-debug , net-snmp[704695]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ALARM-MIB::alarmNotification1 2026-07-24 11:50:02.700302 local0-debug , net-snmp[704695]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Name = STRING: ALARM2TEST 2026-07-24 11:50:02.700325 local0-debug , net-snmp[704695]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Status = INTEGER: true(1) 2026-07-24 11:50:02.730720 local0-debug , net-snmp[704698]: TRAP sent to 10.0.0.2 2026-07-24 11:50:02.730767 local0-debug , net-snmp[704698]: Version: SNMPv3 2026-07-24 11:50:02.730793 local0-debug , net-snmp[704698]: Security Model: USM 2026-07-24 11:50:02.730814 local0-debug , net-snmp[704698]: Security Level: noAuthNoPriv 2026-07-24 11:50:02.730831 local0-debug , net-snmp[704698]: Security Name: USER2TEST 2026-07-24 11:50:02.730848 local0-debug , net-snmp[704698]: Context Name: 2026-07-24 11:50:02.730868 local0-debug , net-snmp[704698]: OIDs: 2026-07-24 11:50:02.730888 local0-debug , net-snmp[704698]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (10) 0:00:00.10 2026-07-24 11:50:02.730906 local0-debug , net-snmp[704698]: SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-MIB::coldStart 2026-07-24 11:50:02.730926 local0-debug , net-snmp[704698]: SNMPv2-MIB::snmpTrapEnterprise.0 = OID: NET-SNMP-TC::linux 2026-07-24 11:50:02.756442 local0-debug , net-snmp[704700]: TRAP sent to 10.0.0.2 2026-07-24 11:50:02.756509 local0-debug , net-snmp[704700]: Version: SNMPv3 2026-07-24 11:50:02.756540 local0-debug , net-snmp[704700]: Security Model: USM 2026-07-24 11:50:02.756566 local0-debug , net-snmp[704700]: Security Level: noAuthNoPriv 2026-07-24 11:50:02.756594 local0-debug , net-snmp[704700]: Security Name: USER2TEST 2026-07-24 11:50:02.756621 local0-debug , net-snmp[704700]: Context Name: 2026-07-24 11:50:02.756649 local0-debug , net-snmp[704700]: OIDs: 2026-07-24 11:50:02.756674 local0-debug , net-snmp[704700]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (832) 0:00:08.32 2026-07-24 11:50:02.756699 local0-debug , net-snmp[704700]: SNMPv2-MIB::snmpTrapOID.0 = OID: NET-SNMP-AGENT-MIB::nsNotifyShutdown 2026-07-24 11:50:02.756728 local0-debug , net-snmp[704700]: SNMPv2-MIB::snmpTrapEnterprise.0 = OID: NET-SNMP-MIB::netSnmpNotificationPrefix 2026-07-24 11:50:02.781773 local0-debug , net-snmp[704702]: TRAP sent to 10.0.0.2 2026-07-24 11:50:02.781815 local0-debug , net-snmp[704702]: Version: SNMPv3 2026-07-24 11:50:02.781831 local0-debug , net-snmp[704702]: Security Model: USM 2026-07-24 11:50:02.781849 local0-debug , net-snmp[704702]: Security Level: noAuthNoPriv 2026-07-24 11:50:02.781871 local0-debug , net-snmp[704702]: Security Name: USER2TEST 2026-07-24 11:50:02.781889 local0-debug , net-snmp[704702]: Context Name: 2026-07-24 11:50:02.781907 local0-debug , net-snmp[704702]: OIDs: 2026-07-24 11:50:02.781924 local0-debug , net-snmp[704702]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (9) 0:00:00.09 2026-07-24 11:50:02.781941 local0-debug , net-snmp[704702]: SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-MIB::coldStart 2026-07-24 11:50:02.781959 local0-debug , net-snmp[704702]: SNMPv2-MIB::snmpTrapEnterprise.0 = OID: NET-SNMP-TC::linux 2026-07-24 11:50:04.837579 local0-debug , net-snmp[704749]: TRAP sent to 10.0.0.2 2026-07-24 11:50:04.837635 local0-debug , net-snmp[704749]: Version: SNMPv3 2026-07-24 11:50:04.837657 local0-debug , net-snmp[704749]: Security Model: USM 2026-07-24 11:50:04.837684 local0-debug , net-snmp[704749]: Security Level: noAuthNoPriv 2026-07-24 11:50:04.837705 local0-debug , net-snmp[704749]: Security Name: USER2TEST 2026-07-24 11:50:04.837729 local0-debug , net-snmp[704749]: Context Name: 2026-07-24 11:50:04.837750 local0-debug , net-snmp[704749]: OIDs: 2026-07-24 11:50:04.837771 local0-debug , net-snmp[704749]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (1362) 0:00:13.62 2026-07-24 11:50:04.837792 local0-debug , net-snmp[704749]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ALARM-MIB::alarmNotification1 2026-07-24 11:50:04.837815 local0-debug , net-snmp[704749]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Name = STRING: ALARM2TEST 2026-07-24 11:50:04.837839 local0-debug , net-snmp[704749]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Status = INTEGER: false(2) 2026-07-24 11:50:04.879440 local0-debug , net-snmp[704758]: TRAP sent to 10.0.0.2 2026-07-24 11:50:04.879489 local0-debug , net-snmp[704758]: Version: SNMPv3 2026-07-24 11:50:04.879520 local0-debug , net-snmp[704758]: Security Model: USM 2026-07-24 11:50:04.879542 local0-debug , net-snmp[704758]: Security Level: noAuthNoPriv 2026-07-24 11:50:04.879566 local0-debug , net-snmp[704758]: Security Name: USER2TEST 2026-07-24 11:50:04.879587 local0-debug , net-snmp[704758]: Context Name: 2026-07-24 11:50:04.879608 local0-debug , net-snmp[704758]: OIDs: 2026-07-24 11:50:04.879654 local0-debug , net-snmp[704758]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (1367) 0:00:13.67 2026-07-24 11:50:04.879679 local0-debug , net-snmp[704758]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisorNotification1 2026-07-24 11:50:04.879701 local0-debug , net-snmp[704758]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Name = STRING: ADVISOR2TEST 2026-07-24 11:50:04.879728 local0-debug , net-snmp[704758]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Status = INTEGER: false(2) 2026-07-24 11:50:13.842504 local0-debug , net-snmp[704869]: TRAP sent to 10.0.0.2 2026-07-24 11:50:13.842561 local0-debug , net-snmp[704869]: Version: SNMPv3 2026-07-24 11:50:13.842591 local0-debug , net-snmp[704869]: Security Model: USM 2026-07-24 11:50:13.842615 local0-debug , net-snmp[704869]: Security Level: noAuthNoPriv 2026-07-24 11:50:13.842639 local0-debug , net-snmp[704869]: Security Name: USER2TEST 2026-07-24 11:50:13.842662 local0-debug , net-snmp[704869]: Context Name: 2026-07-24 11:50:13.842686 local0-debug , net-snmp[704869]: OIDs: 2026-07-24 11:50:13.842710 local0-debug , net-snmp[704869]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (2262) 0:00:22.62 2026-07-24 11:50:13.842732 local0-debug , net-snmp[704869]: SNMPv2-MIB::snmpTrapOID.0 = OID: NET-SNMP-AGENT-MIB::nsNotifyShutdown 2026-07-24 11:50:13.842758 local0-debug , net-snmp[704869]: SNMPv2-MIB::snmpTrapEnterprise.0 = OID: NET-SNMP-MIB::netSnmpNotificationPrefix 2026-07-24 11:50:20.034435 local0-debug , net-snmp[705501]: TRAP sent to 10.0.0.2 2026-07-24 11:50:20.034504 local0-debug , net-snmp[705501]: Version: SNMPv1 2026-07-24 11:50:20.034538 local0-debug , net-snmp[705501]: Community: COMMUNITY2TEST! 2026-07-24 11:50:20.034593 local0-debug , net-snmp[705501]: Trap Type: Cold Start 2026-07-24 11:50:20.034618 local0-debug , net-snmp[705501]: Enterprise: NET-SNMP-TC::linux 2026-07-24 11:50:20.124494 local0-debug , net-snmp[705524]: TRAP sent to 10.0.0.2 2026-07-24 11:50:20.124524 local0-debug , net-snmp[705524]: Version: SNMPv1 2026-07-24 11:50:20.124550 local0-debug , net-snmp[705524]: Community: COMMUNITY2TEST! 2026-07-24 11:50:20.124567 local0-debug , net-snmp[705524]: Trap Type: Enterprise Specific 2026-07-24 11:50:20.124581 local0-debug , net-snmp[705524]: Specific Type: 0 2026-07-24 11:50:20.124599 local0-debug , net-snmp[705524]: Enterprise: TELDAT-OSDX-TRAPS-ALARM-MIB::alarmNotification1 2026-07-24 11:50:20.124630 local0-debug , net-snmp[705524]: OIDs: 2026-07-24 11:50:20.124650 local0-debug , net-snmp[705524]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Name = STRING: ALARM2TEST 2026-07-24 11:50:20.124676 local0-debug , net-snmp[705524]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Status = INTEGER: false(2) 2026-07-24 11:50:24.685790 local0-debug , net-snmp[705582]: TRAP sent to 10.0.0.2 2026-07-24 11:50:24.685943 local0-debug , net-snmp[705582]: Version: SNMPv1 2026-07-24 11:50:24.685973 local0-debug , net-snmp[705582]: Community: COMMUNITY2TEST! 2026-07-24 11:50:24.686004 local0-debug , net-snmp[705582]: Trap Type: Enterprise Specific 2026-07-24 11:50:24.686028 local0-debug , net-snmp[705582]: Specific Type: 0 2026-07-24 11:50:24.686052 local0-debug , net-snmp[705582]: Enterprise: TELDAT-OSDX-TRAPS-ALARM-MIB::alarmNotification1 2026-07-24 11:50:24.686072 local0-debug , net-snmp[705582]: OIDs: 2026-07-24 11:50:24.686091 local0-debug , net-snmp[705582]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Name = STRING: ALARM2TEST 2026-07-24 11:50:24.686110 local0-debug , net-snmp[705582]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Status = INTEGER: true(1) 2026-07-24 11:50:24.725592 local0-debug , net-snmp[705591]: TRAP sent to 10.0.0.2 2026-07-24 11:50:24.725648 local0-debug , net-snmp[705591]: Version: SNMPv1 2026-07-24 11:50:24.725682 local0-debug , net-snmp[705591]: Community: COMMUNITY2TEST! 2026-07-24 11:50:24.725701 local0-debug , net-snmp[705591]: Trap Type: Enterprise Specific 2026-07-24 11:50:24.725729 local0-debug , net-snmp[705591]: Specific Type: 0 2026-07-24 11:50:24.725750 local0-debug , net-snmp[705591]: Enterprise: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisorNotification1 2026-07-24 11:50:24.725775 local0-debug , net-snmp[705591]: OIDs: 2026-07-24 11:50:24.725795 local0-debug , net-snmp[705591]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Name = STRING: ADVISOR2TEST 2026-07-24 11:50:24.725839 local0-debug , net-snmp[705591]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Status = INTEGER: true(1) 2026-07-24 11:50:34.326848 local0-debug , net-snmp[705638]: TRAP sent to 10.0.0.2 2026-07-24 11:50:34.326895 local0-debug , net-snmp[705638]: Version: SNMPv1 2026-07-24 11:50:34.326921 local0-debug , net-snmp[705638]: Community: COMMUNITY2TEST! 2026-07-24 11:50:34.326939 local0-debug , net-snmp[705638]: Trap Type: Enterprise Specific 2026-07-24 11:50:34.326956 local0-debug , net-snmp[705638]: Specific Type: 0 2026-07-24 11:50:34.326982 local0-debug , net-snmp[705638]: Enterprise: TELDAT-OSDX-TRAPS-ALARM-MIB::alarmNotification1 2026-07-24 11:50:34.327000 local0-debug , net-snmp[705638]: OIDs: 2026-07-24 11:50:34.327019 local0-debug , net-snmp[705638]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Name = STRING: ALARM2TEST 2026-07-24 11:50:34.327039 local0-debug , net-snmp[705638]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Status = INTEGER: false(2) 2026-07-24 11:50:34.359941 local0-debug , net-snmp[705647]: TRAP sent to 10.0.0.2 2026-07-24 11:50:34.359997 local0-debug , net-snmp[705647]: Version: SNMPv1 2026-07-24 11:50:34.360027 local0-debug , net-snmp[705647]: Community: COMMUNITY2TEST! 2026-07-24 11:50:34.360047 local0-debug , net-snmp[705647]: Trap Type: Enterprise Specific 2026-07-24 11:50:34.360065 local0-debug , net-snmp[705647]: Specific Type: 0 2026-07-24 11:50:34.360087 local0-debug , net-snmp[705647]: Enterprise: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisorNotification1 2026-07-24 11:50:34.360108 local0-debug , net-snmp[705647]: OIDs: 2026-07-24 11:50:34.360125 local0-debug , net-snmp[705647]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Name = STRING: ADVISOR2TEST 2026-07-24 11:50:34.360144 local0-debug , net-snmp[705647]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Status = INTEGER: false(2) 2026-07-24 11:50:42.945389 local0-debug , net-snmp[705755]: TRAP sent to 10.0.0.2 2026-07-24 11:50:42.945442 local0-debug , net-snmp[705755]: Version: SNMPv1 2026-07-24 11:50:42.945471 local0-debug , net-snmp[705755]: Community: COMMUNITY2TEST! 2026-07-24 11:50:42.945496 local0-debug , net-snmp[705755]: Trap Type: Enterprise Specific 2026-07-24 11:50:42.945515 local0-debug , net-snmp[705755]: Specific Type: 2 2026-07-24 11:50:42.945533 local0-debug , net-snmp[705755]: Enterprise: NET-SNMP-MIB::netSnmpNotificationPrefix 2026-07-24 11:50:48.864338 local0-debug , net-snmp[706380]: TRAP sent to 10.0.0.2 2026-07-24 11:50:48.864447 local0-debug , net-snmp[706380]: Version: SNMPv2c 2026-07-24 11:50:48.864497 local0-debug , net-snmp[706380]: Community: COMMUNITY2TEST! 2026-07-24 11:50:48.864537 local0-debug , net-snmp[706380]: OIDs: 2026-07-24 11:50:48.864571 local0-debug , net-snmp[706380]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (8) 0:00:00.08 2026-07-24 11:50:48.864604 local0-debug , net-snmp[706380]: SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-MIB::coldStart 2026-07-24 11:50:48.864647 local0-debug , net-snmp[706380]: SNMPv2-MIB::snmpTrapEnterprise.0 = OID: NET-SNMP-TC::linux 2026-07-24 11:50:48.935518 local0-debug , net-snmp[706402]: TRAP sent to 10.0.0.2 2026-07-24 11:50:48.935596 local0-debug , net-snmp[706402]: Version: SNMPv2c 2026-07-24 11:50:48.935635 local0-debug , net-snmp[706402]: Community: COMMUNITY2TEST! 2026-07-24 11:50:48.935675 local0-debug , net-snmp[706402]: OIDs: 2026-07-24 11:50:48.935705 local0-debug , net-snmp[706402]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (15) 0:00:00.15 2026-07-24 11:50:48.935749 local0-debug , net-snmp[706402]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ALARM-MIB::alarmNotification1 2026-07-24 11:50:48.935789 local0-debug , net-snmp[706402]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Name = STRING: ALARM2TEST 2026-07-24 11:50:48.935826 local0-debug , net-snmp[706402]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Status = INTEGER: false(2) 2026-07-24 11:50:53.332427 local0-debug , net-snmp[706460]: TRAP sent to 10.0.0.2 2026-07-24 11:50:53.332577 local0-debug , net-snmp[706460]: Version: SNMPv2c 2026-07-24 11:50:53.332627 local0-debug , net-snmp[706460]: Community: COMMUNITY2TEST! 2026-07-24 11:50:53.332669 local0-debug , net-snmp[706460]: OIDs: 2026-07-24 11:50:53.332697 local0-debug , net-snmp[706460]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (455) 0:00:04.55 2026-07-24 11:50:53.332717 local0-debug , net-snmp[706460]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ALARM-MIB::alarmNotification1 2026-07-24 11:50:53.332738 local0-debug , net-snmp[706460]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Name = STRING: ALARM2TEST 2026-07-24 11:50:53.332774 local0-debug , net-snmp[706460]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Status = INTEGER: true(1) 2026-07-24 11:50:53.364042 local0-debug , net-snmp[706469]: TRAP sent to 10.0.0.2 2026-07-24 11:50:53.364088 local0-debug , net-snmp[706469]: Version: SNMPv2c 2026-07-24 11:50:53.364114 local0-debug , net-snmp[706469]: Community: COMMUNITY2TEST! 2026-07-24 11:50:53.364133 local0-debug , net-snmp[706469]: OIDs: 2026-07-24 11:50:53.364151 local0-debug , net-snmp[706469]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (459) 0:00:04.59 2026-07-24 11:50:53.364169 local0-debug , net-snmp[706469]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisorNotification1 2026-07-24 11:50:53.364192 local0-debug , net-snmp[706469]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Name = STRING: ADVISOR2TEST 2026-07-24 11:50:53.364215 local0-debug , net-snmp[706469]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Status = INTEGER: true(1) 2026-07-24 11:51:02.932664 local0-debug , net-snmp[706516]: TRAP sent to 10.0.0.2 2026-07-24 11:51:02.932711 local0-debug , net-snmp[706516]: Version: SNMPv2c 2026-07-24 11:51:02.932742 local0-debug , net-snmp[706516]: Community: COMMUNITY2TEST! 2026-07-24 11:51:02.932768 local0-debug , net-snmp[706516]: OIDs: 2026-07-24 11:51:02.932794 local0-debug , net-snmp[706516]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (1415) 0:00:14.15 2026-07-24 11:51:02.932820 local0-debug , net-snmp[706516]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ALARM-MIB::alarmNotification1 2026-07-24 11:51:02.932846 local0-debug , net-snmp[706516]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Name = STRING: ALARM2TEST 2026-07-24 11:51:02.932875 local0-debug , net-snmp[706516]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Status = INTEGER: false(2) 2026-07-24 11:51:02.966480 local0-debug , net-snmp[706525]: TRAP sent to 10.0.0.2 2026-07-24 11:51:02.966528 local0-debug , net-snmp[706525]: Version: SNMPv2c 2026-07-24 11:51:02.966545 local0-debug , net-snmp[706525]: Community: COMMUNITY2TEST! 2026-07-24 11:51:02.966562 local0-debug , net-snmp[706525]: OIDs: 2026-07-24 11:51:02.966585 local0-debug , net-snmp[706525]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (1419) 0:00:14.19 2026-07-24 11:51:02.966603 local0-debug , net-snmp[706525]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisorNotification1 2026-07-24 11:51:02.966623 local0-debug , net-snmp[706525]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Name = STRING: ADVISOR2TEST 2026-07-24 11:51:02.966646 local0-debug , net-snmp[706525]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Status = INTEGER: false(2) 2026-07-24 11:51:11.722275 local0-debug , net-snmp[706633]: TRAP sent to 10.0.0.2 2026-07-24 11:51:11.722318 local0-debug , net-snmp[706633]: Version: SNMPv2c 2026-07-24 11:51:11.722337 local0-debug , net-snmp[706633]: Community: COMMUNITY2TEST! 2026-07-24 11:51:11.722359 local0-debug , net-snmp[706633]: OIDs: 2026-07-24 11:51:11.722384 local0-debug , net-snmp[706633]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (2294) 0:00:22.94 2026-07-24 11:51:11.722408 local0-debug , net-snmp[706633]: SNMPv2-MIB::snmpTrapOID.0 = OID: NET-SNMP-AGENT-MIB::nsNotifyShutdown 2026-07-24 11:51:11.722439 local0-debug , net-snmp[706633]: SNMPv2-MIB::snmpTrapEnterprise.0 = OID: NET-SNMP-MIB::netSnmpNotificationPrefix 2026-07-24 11:51:45.384902 local0-err , net-snmp[707513]: snmpinform: Timeout 2026-07-24 11:51:51.907076 local0-debug , net-snmp[708142]: TRAP sent to 10.0.0.2 2026-07-24 11:51:51.907167 local0-debug , net-snmp[708142]: Version: SNMPv3 2026-07-24 11:51:51.907211 local0-debug , net-snmp[708142]: Security Model: USM 2026-07-24 11:51:51.907243 local0-debug , net-snmp[708142]: Security Level: noAuthNoPriv 2026-07-24 11:51:51.907273 local0-debug , net-snmp[708142]: Security Name: USER2TEST 2026-07-24 11:51:51.907306 local0-debug , net-snmp[708142]: Context Name: 2026-07-24 11:51:51.907335 local0-debug , net-snmp[708142]: OIDs: 2026-07-24 11:51:51.907365 local0-debug , net-snmp[708142]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (11) 0:00:00.11 2026-07-24 11:51:51.907393 local0-debug , net-snmp[708142]: SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-MIB::coldStart 2026-07-24 11:51:51.907423 local0-debug , net-snmp[708142]: SNMPv2-MIB::snmpTrapEnterprise.0 = OID: NET-SNMP-TC::linux 2026-07-24 11:51:51.968084 local0-debug , net-snmp[708164]: TRAP sent to 10.0.0.2 2026-07-24 11:51:51.968125 local0-debug , net-snmp[708164]: Version: SNMPv3 2026-07-24 11:51:51.968181 local0-debug , net-snmp[708164]: Security Model: USM 2026-07-24 11:51:51.968198 local0-debug , net-snmp[708164]: Security Level: noAuthNoPriv 2026-07-24 11:51:51.968217 local0-debug , net-snmp[708164]: Security Name: USER2TEST 2026-07-24 11:51:51.968237 local0-debug , net-snmp[708164]: Context Name: 2026-07-24 11:51:51.968255 local0-debug , net-snmp[708164]: OIDs: 2026-07-24 11:51:51.968274 local0-debug , net-snmp[708164]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (17) 0:00:00.17 2026-07-24 11:51:51.968291 local0-debug , net-snmp[708164]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ALARM-MIB::alarmNotification1 2026-07-24 11:51:51.968308 local0-debug , net-snmp[708164]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Name = STRING: ALARM2TEST 2026-07-24 11:51:51.968326 local0-debug , net-snmp[708164]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Status = INTEGER: false(2) 2026-07-24 11:51:56.557768 local0-debug , net-snmp[708222]: TRAP sent to 10.0.0.2 2026-07-24 11:51:56.557826 local0-debug , net-snmp[708222]: Version: SNMPv3 2026-07-24 11:51:56.557851 local0-debug , net-snmp[708222]: Security Model: USM 2026-07-24 11:51:56.557866 local0-debug , net-snmp[708222]: Security Level: noAuthNoPriv 2026-07-24 11:51:56.557884 local0-debug , net-snmp[708222]: Security Name: USER2TEST 2026-07-24 11:51:56.557905 local0-debug , net-snmp[708222]: Context Name: 2026-07-24 11:51:56.557933 local0-debug , net-snmp[708222]: OIDs: 2026-07-24 11:51:56.557951 local0-debug , net-snmp[708222]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (476) 0:00:04.76 2026-07-24 11:51:56.557968 local0-debug , net-snmp[708222]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ALARM-MIB::alarmNotification1 2026-07-24 11:51:56.557985 local0-debug , net-snmp[708222]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Name = STRING: ALARM2TEST 2026-07-24 11:51:56.558003 local0-debug , net-snmp[708222]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Status = INTEGER: true(1) 2026-07-24 11:51:56.590763 local0-debug , net-snmp[708231]: TRAP sent to 10.0.0.2 2026-07-24 11:51:56.590828 local0-debug , net-snmp[708231]: Version: SNMPv3 2026-07-24 11:51:56.590858 local0-debug , net-snmp[708231]: Security Model: USM 2026-07-24 11:51:56.590884 local0-debug , net-snmp[708231]: Security Level: noAuthNoPriv 2026-07-24 11:51:56.590921 local0-debug , net-snmp[708231]: Security Name: USER2TEST 2026-07-24 11:51:56.590946 local0-debug , net-snmp[708231]: Context Name: 2026-07-24 11:51:56.590972 local0-debug , net-snmp[708231]: OIDs: 2026-07-24 11:51:56.590997 local0-debug , net-snmp[708231]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (479) 0:00:04.79 2026-07-24 11:51:56.591029 local0-debug , net-snmp[708231]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisorNotification1 2026-07-24 11:51:56.591054 local0-debug , net-snmp[708231]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Name = STRING: ADVISOR2TEST 2026-07-24 11:51:56.591080 local0-debug , net-snmp[708231]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Status = INTEGER: true(1) 2026-07-24 11:52:06.121890 local0-debug , net-snmp[708278]: TRAP sent to 10.0.0.2 2026-07-24 11:52:06.121950 local0-debug , net-snmp[708278]: Version: SNMPv3 2026-07-24 11:52:06.121979 local0-debug , net-snmp[708278]: Security Model: USM 2026-07-24 11:52:06.122019 local0-debug , net-snmp[708278]: Security Level: noAuthNoPriv 2026-07-24 11:52:06.122044 local0-debug , net-snmp[708278]: Security Name: USER2TEST 2026-07-24 11:52:06.122070 local0-debug , net-snmp[708278]: Context Name: 2026-07-24 11:52:06.122096 local0-debug , net-snmp[708278]: OIDs: 2026-07-24 11:52:06.122124 local0-debug , net-snmp[708278]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (1432) 0:00:14.32 2026-07-24 11:52:06.122150 local0-debug , net-snmp[708278]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ALARM-MIB::alarmNotification1 2026-07-24 11:52:06.122178 local0-debug , net-snmp[708278]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Name = STRING: ALARM2TEST 2026-07-24 11:52:06.122212 local0-debug , net-snmp[708278]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Status = INTEGER: false(2) 2026-07-24 11:52:06.158047 local0-debug , net-snmp[708287]: TRAP sent to 10.0.0.2 2026-07-24 11:52:06.158106 local0-debug , net-snmp[708287]: Version: SNMPv3 2026-07-24 11:52:06.158140 local0-debug , net-snmp[708287]: Security Model: USM 2026-07-24 11:52:06.158184 local0-debug , net-snmp[708287]: Security Level: noAuthNoPriv 2026-07-24 11:52:06.158214 local0-debug , net-snmp[708287]: Security Name: USER2TEST 2026-07-24 11:52:06.158242 local0-debug , net-snmp[708287]: Context Name: 2026-07-24 11:52:06.158272 local0-debug , net-snmp[708287]: OIDs: 2026-07-24 11:52:06.158300 local0-debug , net-snmp[708287]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (1436) 0:00:14.36 2026-07-24 11:52:06.158328 local0-debug , net-snmp[708287]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisorNotification1 2026-07-24 11:52:06.158353 local0-debug , net-snmp[708287]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Name = STRING: ADVISOR2TEST 2026-07-24 11:52:06.158380 local0-debug , net-snmp[708287]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Status = INTEGER: false(2) 2026-07-24 11:52:14.831851 local0-debug , net-snmp[708395]: TRAP sent to 10.0.0.2 2026-07-24 11:52:14.831900 local0-debug , net-snmp[708395]: Version: SNMPv3 2026-07-24 11:52:14.831930 local0-debug , net-snmp[708395]: Security Model: USM 2026-07-24 11:52:14.831953 local0-debug , net-snmp[708395]: Security Level: noAuthNoPriv 2026-07-24 11:52:14.831970 local0-debug , net-snmp[708395]: Security Name: USER2TEST 2026-07-24 11:52:14.831986 local0-debug , net-snmp[708395]: Context Name: 2026-07-24 11:52:14.832004 local0-debug , net-snmp[708395]: OIDs: 2026-07-24 11:52:14.832028 local0-debug , net-snmp[708395]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (2302) 0:00:23.02 2026-07-24 11:52:14.832048 local0-debug , net-snmp[708395]: SNMPv2-MIB::snmpTrapOID.0 = OID: NET-SNMP-AGENT-MIB::nsNotifyShutdown 2026-07-24 11:52:14.832066 local0-debug , net-snmp[708395]: SNMPv2-MIB::snmpTrapEnterprise.0 = OID: NET-SNMP-MIB::netSnmpNotificationPrefix 2026-07-24 11:52:21.995504 local0-debug , net-snmp[709023]: INFORM sent to 10.0.0.2 2026-07-24 11:52:21.995558 local0-debug , net-snmp[709023]: Version: SNMPv3 2026-07-24 11:52:21.995584 local0-debug , net-snmp[709023]: Security Model: USM 2026-07-24 11:52:21.995612 local0-debug , net-snmp[709023]: Security Level: noAuthNoPriv 2026-07-24 11:52:21.995642 local0-debug , net-snmp[709023]: Security Name: USER2TEST 2026-07-24 11:52:21.995663 local0-debug , net-snmp[709023]: Context Name: 2026-07-24 11:52:21.995688 local0-debug , net-snmp[709023]: OIDs: 2026-07-24 11:52:21.995711 local0-debug , net-snmp[709023]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (9) 0:00:00.09 2026-07-24 11:52:21.995733 local0-debug , net-snmp[709023]: SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-MIB::coldStart 2026-07-24 11:52:21.995761 local0-debug , net-snmp[709023]: SNMPv2-MIB::snmpTrapEnterprise.0 = OID: NET-SNMP-TC::linux 2026-07-24 11:52:22.029357 local0-debug , net-snmp[709055]: INFORM sent to 10.0.0.2 2026-07-24 11:52:22.029400 local0-debug , net-snmp[709055]: Version: SNMPv3 2026-07-24 11:52:22.029425 local0-debug , net-snmp[709055]: Security Model: USM 2026-07-24 11:52:22.029448 local0-debug , net-snmp[709055]: Security Level: noAuthNoPriv 2026-07-24 11:52:22.029466 local0-debug , net-snmp[709055]: Security Name: USER2TEST 2026-07-24 11:52:22.029483 local0-debug , net-snmp[709055]: Context Name: 2026-07-24 11:52:22.029505 local0-debug , net-snmp[709055]: OIDs: 2026-07-24 11:52:22.029522 local0-debug , net-snmp[709055]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (212) 0:00:02.12 2026-07-24 11:52:22.029540 local0-debug , net-snmp[709055]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ALARM-MIB::alarmNotification1 2026-07-24 11:52:22.029559 local0-debug , net-snmp[709055]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Name = STRING: ALARM2TEST 2026-07-24 11:52:22.029585 local0-debug , net-snmp[709055]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Status = INTEGER: false(2) 2026-07-24 11:52:24.560095 local0-debug , net-snmp[709102]: INFORM sent to 10.0.0.2 2026-07-24 11:52:24.560143 local0-debug , net-snmp[709102]: Version: SNMPv3 2026-07-24 11:52:24.560168 local0-debug , net-snmp[709102]: Security Model: USM 2026-07-24 11:52:24.560197 local0-debug , net-snmp[709102]: Security Level: noAuthNoPriv 2026-07-24 11:52:24.560219 local0-debug , net-snmp[709102]: Security Name: USER2TEST 2026-07-24 11:52:24.560246 local0-debug , net-snmp[709102]: Context Name: 2026-07-24 11:52:24.560268 local0-debug , net-snmp[709102]: OIDs: 2026-07-24 11:52:24.560290 local0-debug , net-snmp[709102]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (465) 0:00:04.65 2026-07-24 11:52:24.560311 local0-debug , net-snmp[709102]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ALARM-MIB::alarmNotification1 2026-07-24 11:52:24.560331 local0-debug , net-snmp[709102]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Name = STRING: ALARM2TEST 2026-07-24 11:52:24.560358 local0-debug , net-snmp[709102]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Status = INTEGER: true(1) 2026-07-24 11:52:24.603286 local0-debug , net-snmp[709111]: INFORM sent to 10.0.0.2 2026-07-24 11:52:24.603333 local0-debug , net-snmp[709111]: Version: SNMPv3 2026-07-24 11:52:24.603358 local0-debug , net-snmp[709111]: Security Model: USM 2026-07-24 11:52:24.603376 local0-debug , net-snmp[709111]: Security Level: noAuthNoPriv 2026-07-24 11:52:24.603396 local0-debug , net-snmp[709111]: Security Name: USER2TEST 2026-07-24 11:52:24.603419 local0-debug , net-snmp[709111]: Context Name: 2026-07-24 11:52:24.603436 local0-debug , net-snmp[709111]: OIDs: 2026-07-24 11:52:24.603461 local0-debug , net-snmp[709111]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (469) 0:00:04.69 2026-07-24 11:52:24.603481 local0-debug , net-snmp[709111]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisorNotification1 2026-07-24 11:52:24.603506 local0-debug , net-snmp[709111]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Name = STRING: ADVISOR2TEST 2026-07-24 11:52:24.603526 local0-debug , net-snmp[709111]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Status = INTEGER: true(1) 2026-07-24 11:52:34.127377 local0-debug , net-snmp[709156]: INFORM sent to 10.0.0.2 2026-07-24 11:52:34.127435 local0-debug , net-snmp[709156]: Version: SNMPv3 2026-07-24 11:52:34.127485 local0-debug , net-snmp[709156]: Security Model: USM 2026-07-24 11:52:34.127546 local0-debug , net-snmp[709156]: Security Level: noAuthNoPriv 2026-07-24 11:52:34.127590 local0-debug , net-snmp[709156]: Security Name: USER2TEST 2026-07-24 11:52:34.127633 local0-debug , net-snmp[709156]: Context Name: 2026-07-24 11:52:34.127662 local0-debug , net-snmp[709156]: OIDs: 2026-07-24 11:52:34.127687 local0-debug , net-snmp[709156]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (1422) 0:00:14.22 2026-07-24 11:52:34.127715 local0-debug , net-snmp[709156]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ALARM-MIB::alarmNotification1 2026-07-24 11:52:34.127754 local0-debug , net-snmp[709156]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Name = STRING: ALARM2TEST 2026-07-24 11:52:34.127779 local0-debug , net-snmp[709156]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Status = INTEGER: false(2) 2026-07-24 11:52:34.171077 local0-debug , net-snmp[709167]: INFORM sent to 10.0.0.2 2026-07-24 11:52:34.171140 local0-debug , net-snmp[709167]: Version: SNMPv3 2026-07-24 11:52:34.171175 local0-debug , net-snmp[709167]: Security Model: USM 2026-07-24 11:52:34.171198 local0-debug , net-snmp[709167]: Security Level: noAuthNoPriv 2026-07-24 11:52:34.171220 local0-debug , net-snmp[709167]: Security Name: USER2TEST 2026-07-24 11:52:34.171247 local0-debug , net-snmp[709167]: Context Name: 2026-07-24 11:52:34.171271 local0-debug , net-snmp[709167]: OIDs: 2026-07-24 11:52:34.171294 local0-debug , net-snmp[709167]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (1425) 0:00:14.25 2026-07-24 11:52:34.171314 local0-debug , net-snmp[709167]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisorNotification1 2026-07-24 11:52:34.171336 local0-debug , net-snmp[709167]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Name = STRING: ADVISOR2TEST 2026-07-24 11:52:34.171360 local0-debug , net-snmp[709167]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Status = INTEGER: false(2) 2026-07-24 11:52:48.806610 local0-err , net-snmp[709275]: snmpinform: Timeout 2026-07-24 11:53:03.809722 local0-debug , net-snmp[710108]: TRAP sent to [10::1]:162 2026-07-24 11:53:03.809763 local0-debug , net-snmp[710108]: Version: SNMPv3 2026-07-24 11:53:03.809828 local0-debug , net-snmp[710108]: Security Model: USM 2026-07-24 11:53:03.809850 local0-debug , net-snmp[710108]: Security Level: noAuthNoPriv 2026-07-24 11:53:03.809867 local0-debug , net-snmp[710108]: Security Name: USER2TEST 2026-07-24 11:53:03.809884 local0-debug , net-snmp[710108]: Context Name: 2026-07-24 11:53:03.809903 local0-debug , net-snmp[710108]: OIDs: 2026-07-24 11:53:03.809921 local0-debug , net-snmp[710108]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (8) 0:00:00.08 2026-07-24 11:53:03.809938 local0-debug , net-snmp[710108]: SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-MIB::coldStart 2026-07-24 11:53:03.809960 local0-debug , net-snmp[710108]: SNMPv2-MIB::snmpTrapEnterprise.0 = OID: NET-SNMP-TC::linux
Step 6: Run the command service snmp monitor traps user USER2TEST engine-id 0x80000009010a0101c1 ipv6 port 162 on DUT1.
Step 7: Modify the following configuration lines in DUT0 :
set interfaces dummy dum0 disable
Step 8: Run the command service snmp monitor traps user USER2TEST engine-id 0x80000009010a0101c1 ipv6 port 162 on DUT1.
Step 9: Modify the following configuration lines in DUT0 :
delete interfaces dummy dum0 disable
Step 10: Modify the following configuration lines in DUT1 :
set service dhcpv6-server options vendor-options data ascii '[TRAP_SERVER,10::2,164]'
Step 11: Run the command service dhcpv6-client renew interface eth1 on DUT0.
Step 12: Run the command show monitor-db system dhcpv6 interface eth1 on DUT0 and check whether the output contains the following tokens:
snmp-servers: [10::2]:164Show output
reason: RENEW6 snmp-servers: [10::2]:164
Step 13: Run the command file show running://log/events on DUT0 and check whether the output contains the following tokens:
TRAP sent to [10::2]:164Show output
2026-07-24 06:54:23.633577 local0-notice , osdx-reboot: bootup v4.2.10.3 2026-07-24 06:54:23 (reason: First boot) 2026-07-24 06:56:36.962597 local0-notice , osdx-reboot: shutdown v4.2.10.3 2026-07-24 06:54:05 - 2026-07-24 06:56:36 (up 2 minutes) 2026-07-24 06:57:33.530334 local0-notice , osdx-reboot: bootup v4.2.10.3 2026-07-24 06:57:33 (reason: Power Failure) 2026-07-24 06:59:27.444485 local0-notice , osdx-reboot: bootup v4.2.10.3 2026-07-24 06:59:27 (reason: Panic) 2026-07-24 06:59:33.259307 local0-info , ReportPanic: A Kernel panic has been detected on the system! 2026-07-24 06:59:33.259376 local0-info , ReportPanic: Processing panic 1/1: 202607240658 2026-07-24 06:59:33.260155 local0-info , ReportPanic: [ 0.000000] [ T0] Linux version 6.12.90 (jenkins@diana) (gcc (Debian 12.2.0-14+deb12u1) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1~bpo12+1++teldat~v4.2.10.3~16~b90ef3ab7 SMP PREEMPT_DYNAMIC Fr [ 0.000000] [ T0] Command line: BOOT_IMAGE=/boot/v4.2.10.3/vmlinuz vyos-union=/boot/v4.2.10.3 boot=live net.ifnames=0 intel_iommu =off crashkernel=2G-4G:448M,4G-:512M noautologin nocomponents console=ttyS0,115200 console=tty0 [ 0.000000] [ T0] BIOS-provided physical RAM map: [ 0.000000] [ T0] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] [ T0] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] [ T0] BIOS-e820: [mem 0x00000000000f0000-0x00000 000000fffff] reserved [ 0.000000] [ T0] BIOS-e820: [mem 0x0000000000100000-0x0000000067fdefff] usable [ 0.000000] [ T0] BIOS-e820: [mem 0x0000000067fdf000-0x0000000067ffffff] reserved [ 0.000000] [ T0] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] [ T0] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] [ T0] NX (Execute Disable) protection: active [ 0.000000] [ T0] APIC: Static calls initialized [ 0.000000] [ T0] SMBIOS 2.8 present. [ 0.000000] [ T0] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.16.2-debian-1.16.2-1 04/01/2014 [ 0.000000] [ T0] DMI: Memory slots populated: 1/1 [ 0.000000] [ T0] Hypervisor detected: KVM [ 0.000000] [ T0] last_ pfn = 0x67fdf max_arch_pfn = 0x400000000 [ 0.000000] [ T0] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] [ T0] kvm-clock: using sched offset of 863041686089 cycles [ 0.000001] [ T0] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000003] [ T0] tsc: Detected 3302.400 MHz processor [ 0.000765] [ T0] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000767] [ T0] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000769] [ T0] last_pfn = 0x67fdf max_arch_pfn = 0x400000000 [ 0.000792] [ T0] MTRR map: 4 entries (3 fixed + 1 variable; max 19), built from 8 variable MTRRs [ 0.000794] [ T0] x86/PAT: Configuration [0-7]: WB WC UC- UC WB W P UC- WT [ 0.003442] [ T0] found SMP MP-table at [mem 0x000f5b80-0x000f5b8f] [ 0.003561] [ T0] RAMDISK: [mem 0x3075b000-0x343a4fff] [ 0.003564] [ T0] ACPI: Early table checksum verification disabled [ 0.003566] [ T0] ACPI: RSDP 0x00000000000F59B0 000014 (v00 BOCHS ) [ 0.003568] [ T0] ACPI: RSDT 0x0000000067FE1BEF 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001) [ 0.003572] [ T0] ACPI: FACP 0x0000000067FE1A8B 000074 (v01 BOCHS BXPC 00000001 BXPC 00000001) [ 0.003575] [ T0] ACPI: DSDT 0x0000000067FE0040 001A4B (v01 BOCHS BXPC 00000001 BXPC 00000001) [ 0.003577] [ T0] ACPI: FACS 0x0000000067FE0000 000040 [ 0.003578] [ T0] ACPI: APIC 0x0000000067FE1AFF 000090 (v01 BOCHS BXPC 00000001 BXPC 00000001) [ 0.003580] [ T0] ACPI: HPET 0x0000000067FE1B8F 000038 (v01 BOCHS BXPC 00000001 BXPC 00000001) [ 0.003581] [ T0] ACPI: WAET 0x0000000067FE1BC7 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001) [ 0.003582] [ T0] ACPI: Reserving FACP table memory at [mem 0x67fe1a8b-0x67fe1afe] [ 0.003583] [ T0] ACPI: Reserving DSDT table memory at [mem 0x67fe0040-0x67fe1a8a] [ 0.003584] [ T0] ACPI: Reserving FACS table memory at [mem 0x67fe0000-0x67fe003f] [ 0.003584] [ T0] ACPI: Reserving APIC table memory at [mem 0x67fe1aff-0x67fe1b8e] [ 0.003585] [ T0] ACPI: Reserving HPET table memory at [mem 0x67fe1b8f-0x67fe1bc6] [ 0.003585] [ T0] ACPI: Reserving WAET table memory at [mem 0x67fe1bc7-0x67fe1bee] [ 0.003742] [ T0] No NUMA configu ration found [ 0.003743] [ T0] Faking a node at [mem 0x0000000000000000-0x0000000067fdefff] [ 0.003745] [ T0] NODE_DATA(0) allocated [mem 0x67fda5c0-0x67fdefff] [ 0.003751] [ T0] crashkernel reserved: 0x0000000063000000 - 0x0000000067000000 (64 MB) [ 0.003758] [ T0] Zone ranges: [ 0.003759] [ T0] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0. 003760] [ T0] DMA32 [mem 0x0000000001000000-0x0000000067fdefff] [ 0.003761] [ T0] Normal empty [ 0.003761] [ T0] Device empty [ 0.003762] [ T0] Movable zone start for each node [ 0.003762] [ T0] Early memory node ranges [ 0.003763] [ T0] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.003764] [ T0] node 0: [mem 0x000 0000000100000-0x0000000067fdefff] [ 0.003764] [ T0] Initmem setup node 0 [mem 0x0000000000001000-0x0000000067fdefff] [ 0.003769] [ T0] On node 0, zone DMA: 1 pages in unavailable ranges [ 0.003786] [ T0] On node 0, zone DMA: 97 pages in unavailable ranges [ 0.005765] [ T0] On node 0, zone DMA32: 33 pages in unavailable ranges [ 0.006012] [ T0] ACPI: PM-Timer IO Port: 0x608 [ 0.006019] [ T0] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.006042] [ T0] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.006044] [ T0] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.006046] [ T0] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.006046] [ T0] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.006047] [ T0] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.006048] [ T0] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.006050] [ T0] ACPI: Using ACPI (MADT) for SMP configuration information [ 0.006051] [ T0] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.006055] [ T0] CPU topo: Max. logical packages: 1 [ 0.006055] [ T0] CPU topo: Max. logical dies: 1 [ 0.006056] [ T0] CPU topo: Max. dies per package: 1 [ 0.006058] [ T0] CPU topo: Max. threads per core: 1 [ 0.006059] [ T0] CPU topo: Num. cores per package: 4 [ 0.006059] [ T0] CPU topo: Num. threads per package: 4 [ 0.006060] [ T0] CPU topo: Allowing 4 pres ent CPUs plus 0 hotplug CPUs [ 0.006073] [ T0] kvm-guest: APIC: eoi() replaced with kvm_guest_apic_eoi_write() [ 0.006085] [ T0] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.006086] [ T0] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff] [ 0.006088] [ T0] [mem 0x68000000-0xfeffbfff] available for PCI devices [ 0. 006089] [ T0] Booting paravirtualized kernel on KVM [ 0.006090] [ T0] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.009994] [ T0] setup_percpu: NR_CPUS:512 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1 [ 0.010200] [ T0] percpu: Embedded 61 pages/cpu s209368 r8192 d32296 u524288 [ 0.010205] [ T0] pcpu- alloc: s209368 r8192 d32296 u524288 alloc=1*2097152 [ 0.010207] [ T0] pcpu-alloc: [0] 0 1 2 3 [ 0.010230] [ T0] kvm-guest: PV spinlocks disabled, no host support [ 0.010231] [ T0] Kernel command line: BOOT_IMAGE=/boot/v4.2.10.3/vmlinuz vyos-union=/boot/v4.2.10.3 boot=live net.ifnames=0 intel_iommu=off crashkernel=2G-4G:448M,4G-:512M noautologin nocomponents console=ttyS0,1 15200 console=tty0 crashkernel=1G-16G:64M,16G-:256M [ 0.010292] [ T0] DMAR: IOMMU disabled [ 0.010357] [ T0] Unknown kernel command line parameters "noautologin nocomponents vyos-union=/boot/v4.2.10.3 boot=live", will be passed to user space. [ 0.010510] [ T0] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.010592] [ T0] Inode-cache has h table entries: 131072 (order: 8, 1048576 bytes, linear) [ 0.010653] [ T0] Fallback order for Node 0: 0 [ 2026-07-24 06:59:47.312039 user-crit , systemd-coredump[2784]: Process 2350 (cnm-client) of user 0 dumped core. 2026-07-24 08:13:04.101221 user-crit , systemd-coredump[148678]: Process 148317 (bgpd) of user 106 dumped core. 2026-07-24 10:26:21.436212 daemon-err , systemd[1]: Failed to start dnscrypt-proxy.service - DNSCrypt client proxy. 2026-07-24 10:26:50.619663 daemon-err , systemd[1]: Failed to start dnscrypt-proxy.service - DNSCrypt client proxy. 2026-07-24 11:48:16.731804 local0-err , net-snmp[701724]: snmpinform: Timeout 2026-07-24 11:49:35.741103 local0-err , net-snmp[703754]: snmpinform: Timeout 2026-07-24 11:50:02.632346 local0-debug , net-snmp[704690]: TRAP sent to 10.0.0.2 2026-07-24 11:50:02.632410 local0-debug , net-snmp[704690]: Version: SNMPv3 2026-07-24 11:50:02.632438 local0-debug , net-snmp[704690]: Security Model: USM 2026-07-24 11:50:02.632461 local0-debug , net-snmp[704690]: Security Level: noAuthNoPriv 2026-07-24 11:50:02.632484 local0-debug , net-snmp[704690]: Security Name: USER2TEST 2026-07-24 11:50:02.632505 local0-debug , net-snmp[704690]: Context Name: 2026-07-24 11:50:02.632529 local0-debug , net-snmp[704690]: OIDs: 2026-07-24 11:50:02.632554 local0-debug , net-snmp[704690]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (55) 0:00:00.55 2026-07-24 11:50:02.632575 local0-debug , net-snmp[704690]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisorNotification1 2026-07-24 11:50:02.632597 local0-debug , net-snmp[704690]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Name = STRING: ADVISOR2TEST 2026-07-24 11:50:02.632626 local0-debug , net-snmp[704690]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Status = INTEGER: true(1) 2026-07-24 11:50:02.669727 local0-debug , net-snmp[704693]: TRAP sent to 10.0.0.2 2026-07-24 11:50:02.669770 local0-debug , net-snmp[704693]: Version: SNMPv3 2026-07-24 11:50:02.669786 local0-debug , net-snmp[704693]: Security Model: USM 2026-07-24 11:50:02.669805 local0-debug , net-snmp[704693]: Security Level: noAuthNoPriv 2026-07-24 11:50:02.669823 local0-debug , net-snmp[704693]: Security Name: USER2TEST 2026-07-24 11:50:02.669845 local0-debug , net-snmp[704693]: Context Name: 2026-07-24 11:50:02.669862 local0-debug , net-snmp[704693]: OIDs: 2026-07-24 11:50:02.669880 local0-debug , net-snmp[704693]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (20) 0:00:00.20 2026-07-24 11:50:02.669901 local0-debug , net-snmp[704693]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ALARM-MIB::alarmNotification1 2026-07-24 11:50:02.669919 local0-debug , net-snmp[704693]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Name = STRING: ALARM2TEST 2026-07-24 11:50:02.669937 local0-debug , net-snmp[704693]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Status = INTEGER: false(2) 2026-07-24 11:50:02.700037 local0-debug , net-snmp[704695]: TRAP sent to 10.0.0.2 2026-07-24 11:50:02.700093 local0-debug , net-snmp[704695]: Version: SNMPv3 2026-07-24 11:50:02.700118 local0-debug , net-snmp[704695]: Security Model: USM 2026-07-24 11:50:02.700140 local0-debug , net-snmp[704695]: Security Level: noAuthNoPriv 2026-07-24 11:50:02.700167 local0-debug , net-snmp[704695]: Security Name: USER2TEST 2026-07-24 11:50:02.700192 local0-debug , net-snmp[704695]: Context Name: 2026-07-24 11:50:02.700213 local0-debug , net-snmp[704695]: OIDs: 2026-07-24 11:50:02.700251 local0-debug , net-snmp[704695]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (55) 0:00:00.55 2026-07-24 11:50:02.700279 local0-debug , net-snmp[704695]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ALARM-MIB::alarmNotification1 2026-07-24 11:50:02.700302 local0-debug , net-snmp[704695]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Name = STRING: ALARM2TEST 2026-07-24 11:50:02.700325 local0-debug , net-snmp[704695]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Status = INTEGER: true(1) 2026-07-24 11:50:02.730720 local0-debug , net-snmp[704698]: TRAP sent to 10.0.0.2 2026-07-24 11:50:02.730767 local0-debug , net-snmp[704698]: Version: SNMPv3 2026-07-24 11:50:02.730793 local0-debug , net-snmp[704698]: Security Model: USM 2026-07-24 11:50:02.730814 local0-debug , net-snmp[704698]: Security Level: noAuthNoPriv 2026-07-24 11:50:02.730831 local0-debug , net-snmp[704698]: Security Name: USER2TEST 2026-07-24 11:50:02.730848 local0-debug , net-snmp[704698]: Context Name: 2026-07-24 11:50:02.730868 local0-debug , net-snmp[704698]: OIDs: 2026-07-24 11:50:02.730888 local0-debug , net-snmp[704698]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (10) 0:00:00.10 2026-07-24 11:50:02.730906 local0-debug , net-snmp[704698]: SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-MIB::coldStart 2026-07-24 11:50:02.730926 local0-debug , net-snmp[704698]: SNMPv2-MIB::snmpTrapEnterprise.0 = OID: NET-SNMP-TC::linux 2026-07-24 11:50:02.756442 local0-debug , net-snmp[704700]: TRAP sent to 10.0.0.2 2026-07-24 11:50:02.756509 local0-debug , net-snmp[704700]: Version: SNMPv3 2026-07-24 11:50:02.756540 local0-debug , net-snmp[704700]: Security Model: USM 2026-07-24 11:50:02.756566 local0-debug , net-snmp[704700]: Security Level: noAuthNoPriv 2026-07-24 11:50:02.756594 local0-debug , net-snmp[704700]: Security Name: USER2TEST 2026-07-24 11:50:02.756621 local0-debug , net-snmp[704700]: Context Name: 2026-07-24 11:50:02.756649 local0-debug , net-snmp[704700]: OIDs: 2026-07-24 11:50:02.756674 local0-debug , net-snmp[704700]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (832) 0:00:08.32 2026-07-24 11:50:02.756699 local0-debug , net-snmp[704700]: SNMPv2-MIB::snmpTrapOID.0 = OID: NET-SNMP-AGENT-MIB::nsNotifyShutdown 2026-07-24 11:50:02.756728 local0-debug , net-snmp[704700]: SNMPv2-MIB::snmpTrapEnterprise.0 = OID: NET-SNMP-MIB::netSnmpNotificationPrefix 2026-07-24 11:50:02.781773 local0-debug , net-snmp[704702]: TRAP sent to 10.0.0.2 2026-07-24 11:50:02.781815 local0-debug , net-snmp[704702]: Version: SNMPv3 2026-07-24 11:50:02.781831 local0-debug , net-snmp[704702]: Security Model: USM 2026-07-24 11:50:02.781849 local0-debug , net-snmp[704702]: Security Level: noAuthNoPriv 2026-07-24 11:50:02.781871 local0-debug , net-snmp[704702]: Security Name: USER2TEST 2026-07-24 11:50:02.781889 local0-debug , net-snmp[704702]: Context Name: 2026-07-24 11:50:02.781907 local0-debug , net-snmp[704702]: OIDs: 2026-07-24 11:50:02.781924 local0-debug , net-snmp[704702]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (9) 0:00:00.09 2026-07-24 11:50:02.781941 local0-debug , net-snmp[704702]: SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-MIB::coldStart 2026-07-24 11:50:02.781959 local0-debug , net-snmp[704702]: SNMPv2-MIB::snmpTrapEnterprise.0 = OID: NET-SNMP-TC::linux 2026-07-24 11:50:04.837579 local0-debug , net-snmp[704749]: TRAP sent to 10.0.0.2 2026-07-24 11:50:04.837635 local0-debug , net-snmp[704749]: Version: SNMPv3 2026-07-24 11:50:04.837657 local0-debug , net-snmp[704749]: Security Model: USM 2026-07-24 11:50:04.837684 local0-debug , net-snmp[704749]: Security Level: noAuthNoPriv 2026-07-24 11:50:04.837705 local0-debug , net-snmp[704749]: Security Name: USER2TEST 2026-07-24 11:50:04.837729 local0-debug , net-snmp[704749]: Context Name: 2026-07-24 11:50:04.837750 local0-debug , net-snmp[704749]: OIDs: 2026-07-24 11:50:04.837771 local0-debug , net-snmp[704749]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (1362) 0:00:13.62 2026-07-24 11:50:04.837792 local0-debug , net-snmp[704749]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ALARM-MIB::alarmNotification1 2026-07-24 11:50:04.837815 local0-debug , net-snmp[704749]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Name = STRING: ALARM2TEST 2026-07-24 11:50:04.837839 local0-debug , net-snmp[704749]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Status = INTEGER: false(2) 2026-07-24 11:50:04.879440 local0-debug , net-snmp[704758]: TRAP sent to 10.0.0.2 2026-07-24 11:50:04.879489 local0-debug , net-snmp[704758]: Version: SNMPv3 2026-07-24 11:50:04.879520 local0-debug , net-snmp[704758]: Security Model: USM 2026-07-24 11:50:04.879542 local0-debug , net-snmp[704758]: Security Level: noAuthNoPriv 2026-07-24 11:50:04.879566 local0-debug , net-snmp[704758]: Security Name: USER2TEST 2026-07-24 11:50:04.879587 local0-debug , net-snmp[704758]: Context Name: 2026-07-24 11:50:04.879608 local0-debug , net-snmp[704758]: OIDs: 2026-07-24 11:50:04.879654 local0-debug , net-snmp[704758]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (1367) 0:00:13.67 2026-07-24 11:50:04.879679 local0-debug , net-snmp[704758]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisorNotification1 2026-07-24 11:50:04.879701 local0-debug , net-snmp[704758]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Name = STRING: ADVISOR2TEST 2026-07-24 11:50:04.879728 local0-debug , net-snmp[704758]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Status = INTEGER: false(2) 2026-07-24 11:50:13.842504 local0-debug , net-snmp[704869]: TRAP sent to 10.0.0.2 2026-07-24 11:50:13.842561 local0-debug , net-snmp[704869]: Version: SNMPv3 2026-07-24 11:50:13.842591 local0-debug , net-snmp[704869]: Security Model: USM 2026-07-24 11:50:13.842615 local0-debug , net-snmp[704869]: Security Level: noAuthNoPriv 2026-07-24 11:50:13.842639 local0-debug , net-snmp[704869]: Security Name: USER2TEST 2026-07-24 11:50:13.842662 local0-debug , net-snmp[704869]: Context Name: 2026-07-24 11:50:13.842686 local0-debug , net-snmp[704869]: OIDs: 2026-07-24 11:50:13.842710 local0-debug , net-snmp[704869]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (2262) 0:00:22.62 2026-07-24 11:50:13.842732 local0-debug , net-snmp[704869]: SNMPv2-MIB::snmpTrapOID.0 = OID: NET-SNMP-AGENT-MIB::nsNotifyShutdown 2026-07-24 11:50:13.842758 local0-debug , net-snmp[704869]: SNMPv2-MIB::snmpTrapEnterprise.0 = OID: NET-SNMP-MIB::netSnmpNotificationPrefix 2026-07-24 11:50:20.034435 local0-debug , net-snmp[705501]: TRAP sent to 10.0.0.2 2026-07-24 11:50:20.034504 local0-debug , net-snmp[705501]: Version: SNMPv1 2026-07-24 11:50:20.034538 local0-debug , net-snmp[705501]: Community: COMMUNITY2TEST! 2026-07-24 11:50:20.034593 local0-debug , net-snmp[705501]: Trap Type: Cold Start 2026-07-24 11:50:20.034618 local0-debug , net-snmp[705501]: Enterprise: NET-SNMP-TC::linux 2026-07-24 11:50:20.124494 local0-debug , net-snmp[705524]: TRAP sent to 10.0.0.2 2026-07-24 11:50:20.124524 local0-debug , net-snmp[705524]: Version: SNMPv1 2026-07-24 11:50:20.124550 local0-debug , net-snmp[705524]: Community: COMMUNITY2TEST! 2026-07-24 11:50:20.124567 local0-debug , net-snmp[705524]: Trap Type: Enterprise Specific 2026-07-24 11:50:20.124581 local0-debug , net-snmp[705524]: Specific Type: 0 2026-07-24 11:50:20.124599 local0-debug , net-snmp[705524]: Enterprise: TELDAT-OSDX-TRAPS-ALARM-MIB::alarmNotification1 2026-07-24 11:50:20.124630 local0-debug , net-snmp[705524]: OIDs: 2026-07-24 11:50:20.124650 local0-debug , net-snmp[705524]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Name = STRING: ALARM2TEST 2026-07-24 11:50:20.124676 local0-debug , net-snmp[705524]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Status = INTEGER: false(2) 2026-07-24 11:50:24.685790 local0-debug , net-snmp[705582]: TRAP sent to 10.0.0.2 2026-07-24 11:50:24.685943 local0-debug , net-snmp[705582]: Version: SNMPv1 2026-07-24 11:50:24.685973 local0-debug , net-snmp[705582]: Community: COMMUNITY2TEST! 2026-07-24 11:50:24.686004 local0-debug , net-snmp[705582]: Trap Type: Enterprise Specific 2026-07-24 11:50:24.686028 local0-debug , net-snmp[705582]: Specific Type: 0 2026-07-24 11:50:24.686052 local0-debug , net-snmp[705582]: Enterprise: TELDAT-OSDX-TRAPS-ALARM-MIB::alarmNotification1 2026-07-24 11:50:24.686072 local0-debug , net-snmp[705582]: OIDs: 2026-07-24 11:50:24.686091 local0-debug , net-snmp[705582]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Name = STRING: ALARM2TEST 2026-07-24 11:50:24.686110 local0-debug , net-snmp[705582]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Status = INTEGER: true(1) 2026-07-24 11:50:24.725592 local0-debug , net-snmp[705591]: TRAP sent to 10.0.0.2 2026-07-24 11:50:24.725648 local0-debug , net-snmp[705591]: Version: SNMPv1 2026-07-24 11:50:24.725682 local0-debug , net-snmp[705591]: Community: COMMUNITY2TEST! 2026-07-24 11:50:24.725701 local0-debug , net-snmp[705591]: Trap Type: Enterprise Specific 2026-07-24 11:50:24.725729 local0-debug , net-snmp[705591]: Specific Type: 0 2026-07-24 11:50:24.725750 local0-debug , net-snmp[705591]: Enterprise: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisorNotification1 2026-07-24 11:50:24.725775 local0-debug , net-snmp[705591]: OIDs: 2026-07-24 11:50:24.725795 local0-debug , net-snmp[705591]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Name = STRING: ADVISOR2TEST 2026-07-24 11:50:24.725839 local0-debug , net-snmp[705591]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Status = INTEGER: true(1) 2026-07-24 11:50:34.326848 local0-debug , net-snmp[705638]: TRAP sent to 10.0.0.2 2026-07-24 11:50:34.326895 local0-debug , net-snmp[705638]: Version: SNMPv1 2026-07-24 11:50:34.326921 local0-debug , net-snmp[705638]: Community: COMMUNITY2TEST! 2026-07-24 11:50:34.326939 local0-debug , net-snmp[705638]: Trap Type: Enterprise Specific 2026-07-24 11:50:34.326956 local0-debug , net-snmp[705638]: Specific Type: 0 2026-07-24 11:50:34.326982 local0-debug , net-snmp[705638]: Enterprise: TELDAT-OSDX-TRAPS-ALARM-MIB::alarmNotification1 2026-07-24 11:50:34.327000 local0-debug , net-snmp[705638]: OIDs: 2026-07-24 11:50:34.327019 local0-debug , net-snmp[705638]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Name = STRING: ALARM2TEST 2026-07-24 11:50:34.327039 local0-debug , net-snmp[705638]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Status = INTEGER: false(2) 2026-07-24 11:50:34.359941 local0-debug , net-snmp[705647]: TRAP sent to 10.0.0.2 2026-07-24 11:50:34.359997 local0-debug , net-snmp[705647]: Version: SNMPv1 2026-07-24 11:50:34.360027 local0-debug , net-snmp[705647]: Community: COMMUNITY2TEST! 2026-07-24 11:50:34.360047 local0-debug , net-snmp[705647]: Trap Type: Enterprise Specific 2026-07-24 11:50:34.360065 local0-debug , net-snmp[705647]: Specific Type: 0 2026-07-24 11:50:34.360087 local0-debug , net-snmp[705647]: Enterprise: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisorNotification1 2026-07-24 11:50:34.360108 local0-debug , net-snmp[705647]: OIDs: 2026-07-24 11:50:34.360125 local0-debug , net-snmp[705647]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Name = STRING: ADVISOR2TEST 2026-07-24 11:50:34.360144 local0-debug , net-snmp[705647]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Status = INTEGER: false(2) 2026-07-24 11:50:42.945389 local0-debug , net-snmp[705755]: TRAP sent to 10.0.0.2 2026-07-24 11:50:42.945442 local0-debug , net-snmp[705755]: Version: SNMPv1 2026-07-24 11:50:42.945471 local0-debug , net-snmp[705755]: Community: COMMUNITY2TEST! 2026-07-24 11:50:42.945496 local0-debug , net-snmp[705755]: Trap Type: Enterprise Specific 2026-07-24 11:50:42.945515 local0-debug , net-snmp[705755]: Specific Type: 2 2026-07-24 11:50:42.945533 local0-debug , net-snmp[705755]: Enterprise: NET-SNMP-MIB::netSnmpNotificationPrefix 2026-07-24 11:50:48.864338 local0-debug , net-snmp[706380]: TRAP sent to 10.0.0.2 2026-07-24 11:50:48.864447 local0-debug , net-snmp[706380]: Version: SNMPv2c 2026-07-24 11:50:48.864497 local0-debug , net-snmp[706380]: Community: COMMUNITY2TEST! 2026-07-24 11:50:48.864537 local0-debug , net-snmp[706380]: OIDs: 2026-07-24 11:50:48.864571 local0-debug , net-snmp[706380]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (8) 0:00:00.08 2026-07-24 11:50:48.864604 local0-debug , net-snmp[706380]: SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-MIB::coldStart 2026-07-24 11:50:48.864647 local0-debug , net-snmp[706380]: SNMPv2-MIB::snmpTrapEnterprise.0 = OID: NET-SNMP-TC::linux 2026-07-24 11:50:48.935518 local0-debug , net-snmp[706402]: TRAP sent to 10.0.0.2 2026-07-24 11:50:48.935596 local0-debug , net-snmp[706402]: Version: SNMPv2c 2026-07-24 11:50:48.935635 local0-debug , net-snmp[706402]: Community: COMMUNITY2TEST! 2026-07-24 11:50:48.935675 local0-debug , net-snmp[706402]: OIDs: 2026-07-24 11:50:48.935705 local0-debug , net-snmp[706402]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (15) 0:00:00.15 2026-07-24 11:50:48.935749 local0-debug , net-snmp[706402]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ALARM-MIB::alarmNotification1 2026-07-24 11:50:48.935789 local0-debug , net-snmp[706402]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Name = STRING: ALARM2TEST 2026-07-24 11:50:48.935826 local0-debug , net-snmp[706402]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Status = INTEGER: false(2) 2026-07-24 11:50:53.332427 local0-debug , net-snmp[706460]: TRAP sent to 10.0.0.2 2026-07-24 11:50:53.332577 local0-debug , net-snmp[706460]: Version: SNMPv2c 2026-07-24 11:50:53.332627 local0-debug , net-snmp[706460]: Community: COMMUNITY2TEST! 2026-07-24 11:50:53.332669 local0-debug , net-snmp[706460]: OIDs: 2026-07-24 11:50:53.332697 local0-debug , net-snmp[706460]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (455) 0:00:04.55 2026-07-24 11:50:53.332717 local0-debug , net-snmp[706460]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ALARM-MIB::alarmNotification1 2026-07-24 11:50:53.332738 local0-debug , net-snmp[706460]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Name = STRING: ALARM2TEST 2026-07-24 11:50:53.332774 local0-debug , net-snmp[706460]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Status = INTEGER: true(1) 2026-07-24 11:50:53.364042 local0-debug , net-snmp[706469]: TRAP sent to 10.0.0.2 2026-07-24 11:50:53.364088 local0-debug , net-snmp[706469]: Version: SNMPv2c 2026-07-24 11:50:53.364114 local0-debug , net-snmp[706469]: Community: COMMUNITY2TEST! 2026-07-24 11:50:53.364133 local0-debug , net-snmp[706469]: OIDs: 2026-07-24 11:50:53.364151 local0-debug , net-snmp[706469]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (459) 0:00:04.59 2026-07-24 11:50:53.364169 local0-debug , net-snmp[706469]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisorNotification1 2026-07-24 11:50:53.364192 local0-debug , net-snmp[706469]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Name = STRING: ADVISOR2TEST 2026-07-24 11:50:53.364215 local0-debug , net-snmp[706469]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Status = INTEGER: true(1) 2026-07-24 11:51:02.932664 local0-debug , net-snmp[706516]: TRAP sent to 10.0.0.2 2026-07-24 11:51:02.932711 local0-debug , net-snmp[706516]: Version: SNMPv2c 2026-07-24 11:51:02.932742 local0-debug , net-snmp[706516]: Community: COMMUNITY2TEST! 2026-07-24 11:51:02.932768 local0-debug , net-snmp[706516]: OIDs: 2026-07-24 11:51:02.932794 local0-debug , net-snmp[706516]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (1415) 0:00:14.15 2026-07-24 11:51:02.932820 local0-debug , net-snmp[706516]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ALARM-MIB::alarmNotification1 2026-07-24 11:51:02.932846 local0-debug , net-snmp[706516]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Name = STRING: ALARM2TEST 2026-07-24 11:51:02.932875 local0-debug , net-snmp[706516]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Status = INTEGER: false(2) 2026-07-24 11:51:02.966480 local0-debug , net-snmp[706525]: TRAP sent to 10.0.0.2 2026-07-24 11:51:02.966528 local0-debug , net-snmp[706525]: Version: SNMPv2c 2026-07-24 11:51:02.966545 local0-debug , net-snmp[706525]: Community: COMMUNITY2TEST! 2026-07-24 11:51:02.966562 local0-debug , net-snmp[706525]: OIDs: 2026-07-24 11:51:02.966585 local0-debug , net-snmp[706525]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (1419) 0:00:14.19 2026-07-24 11:51:02.966603 local0-debug , net-snmp[706525]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisorNotification1 2026-07-24 11:51:02.966623 local0-debug , net-snmp[706525]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Name = STRING: ADVISOR2TEST 2026-07-24 11:51:02.966646 local0-debug , net-snmp[706525]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Status = INTEGER: false(2) 2026-07-24 11:51:11.722275 local0-debug , net-snmp[706633]: TRAP sent to 10.0.0.2 2026-07-24 11:51:11.722318 local0-debug , net-snmp[706633]: Version: SNMPv2c 2026-07-24 11:51:11.722337 local0-debug , net-snmp[706633]: Community: COMMUNITY2TEST! 2026-07-24 11:51:11.722359 local0-debug , net-snmp[706633]: OIDs: 2026-07-24 11:51:11.722384 local0-debug , net-snmp[706633]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (2294) 0:00:22.94 2026-07-24 11:51:11.722408 local0-debug , net-snmp[706633]: SNMPv2-MIB::snmpTrapOID.0 = OID: NET-SNMP-AGENT-MIB::nsNotifyShutdown 2026-07-24 11:51:11.722439 local0-debug , net-snmp[706633]: SNMPv2-MIB::snmpTrapEnterprise.0 = OID: NET-SNMP-MIB::netSnmpNotificationPrefix 2026-07-24 11:51:45.384902 local0-err , net-snmp[707513]: snmpinform: Timeout 2026-07-24 11:51:51.907076 local0-debug , net-snmp[708142]: TRAP sent to 10.0.0.2 2026-07-24 11:51:51.907167 local0-debug , net-snmp[708142]: Version: SNMPv3 2026-07-24 11:51:51.907211 local0-debug , net-snmp[708142]: Security Model: USM 2026-07-24 11:51:51.907243 local0-debug , net-snmp[708142]: Security Level: noAuthNoPriv 2026-07-24 11:51:51.907273 local0-debug , net-snmp[708142]: Security Name: USER2TEST 2026-07-24 11:51:51.907306 local0-debug , net-snmp[708142]: Context Name: 2026-07-24 11:51:51.907335 local0-debug , net-snmp[708142]: OIDs: 2026-07-24 11:51:51.907365 local0-debug , net-snmp[708142]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (11) 0:00:00.11 2026-07-24 11:51:51.907393 local0-debug , net-snmp[708142]: SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-MIB::coldStart 2026-07-24 11:51:51.907423 local0-debug , net-snmp[708142]: SNMPv2-MIB::snmpTrapEnterprise.0 = OID: NET-SNMP-TC::linux 2026-07-24 11:51:51.968084 local0-debug , net-snmp[708164]: TRAP sent to 10.0.0.2 2026-07-24 11:51:51.968125 local0-debug , net-snmp[708164]: Version: SNMPv3 2026-07-24 11:51:51.968181 local0-debug , net-snmp[708164]: Security Model: USM 2026-07-24 11:51:51.968198 local0-debug , net-snmp[708164]: Security Level: noAuthNoPriv 2026-07-24 11:51:51.968217 local0-debug , net-snmp[708164]: Security Name: USER2TEST 2026-07-24 11:51:51.968237 local0-debug , net-snmp[708164]: Context Name: 2026-07-24 11:51:51.968255 local0-debug , net-snmp[708164]: OIDs: 2026-07-24 11:51:51.968274 local0-debug , net-snmp[708164]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (17) 0:00:00.17 2026-07-24 11:51:51.968291 local0-debug , net-snmp[708164]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ALARM-MIB::alarmNotification1 2026-07-24 11:51:51.968308 local0-debug , net-snmp[708164]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Name = STRING: ALARM2TEST 2026-07-24 11:51:51.968326 local0-debug , net-snmp[708164]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Status = INTEGER: false(2) 2026-07-24 11:51:56.557768 local0-debug , net-snmp[708222]: TRAP sent to 10.0.0.2 2026-07-24 11:51:56.557826 local0-debug , net-snmp[708222]: Version: SNMPv3 2026-07-24 11:51:56.557851 local0-debug , net-snmp[708222]: Security Model: USM 2026-07-24 11:51:56.557866 local0-debug , net-snmp[708222]: Security Level: noAuthNoPriv 2026-07-24 11:51:56.557884 local0-debug , net-snmp[708222]: Security Name: USER2TEST 2026-07-24 11:51:56.557905 local0-debug , net-snmp[708222]: Context Name: 2026-07-24 11:51:56.557933 local0-debug , net-snmp[708222]: OIDs: 2026-07-24 11:51:56.557951 local0-debug , net-snmp[708222]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (476) 0:00:04.76 2026-07-24 11:51:56.557968 local0-debug , net-snmp[708222]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ALARM-MIB::alarmNotification1 2026-07-24 11:51:56.557985 local0-debug , net-snmp[708222]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Name = STRING: ALARM2TEST 2026-07-24 11:51:56.558003 local0-debug , net-snmp[708222]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Status = INTEGER: true(1) 2026-07-24 11:51:56.590763 local0-debug , net-snmp[708231]: TRAP sent to 10.0.0.2 2026-07-24 11:51:56.590828 local0-debug , net-snmp[708231]: Version: SNMPv3 2026-07-24 11:51:56.590858 local0-debug , net-snmp[708231]: Security Model: USM 2026-07-24 11:51:56.590884 local0-debug , net-snmp[708231]: Security Level: noAuthNoPriv 2026-07-24 11:51:56.590921 local0-debug , net-snmp[708231]: Security Name: USER2TEST 2026-07-24 11:51:56.590946 local0-debug , net-snmp[708231]: Context Name: 2026-07-24 11:51:56.590972 local0-debug , net-snmp[708231]: OIDs: 2026-07-24 11:51:56.590997 local0-debug , net-snmp[708231]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (479) 0:00:04.79 2026-07-24 11:51:56.591029 local0-debug , net-snmp[708231]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisorNotification1 2026-07-24 11:51:56.591054 local0-debug , net-snmp[708231]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Name = STRING: ADVISOR2TEST 2026-07-24 11:51:56.591080 local0-debug , net-snmp[708231]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Status = INTEGER: true(1) 2026-07-24 11:52:06.121890 local0-debug , net-snmp[708278]: TRAP sent to 10.0.0.2 2026-07-24 11:52:06.121950 local0-debug , net-snmp[708278]: Version: SNMPv3 2026-07-24 11:52:06.121979 local0-debug , net-snmp[708278]: Security Model: USM 2026-07-24 11:52:06.122019 local0-debug , net-snmp[708278]: Security Level: noAuthNoPriv 2026-07-24 11:52:06.122044 local0-debug , net-snmp[708278]: Security Name: USER2TEST 2026-07-24 11:52:06.122070 local0-debug , net-snmp[708278]: Context Name: 2026-07-24 11:52:06.122096 local0-debug , net-snmp[708278]: OIDs: 2026-07-24 11:52:06.122124 local0-debug , net-snmp[708278]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (1432) 0:00:14.32 2026-07-24 11:52:06.122150 local0-debug , net-snmp[708278]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ALARM-MIB::alarmNotification1 2026-07-24 11:52:06.122178 local0-debug , net-snmp[708278]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Name = STRING: ALARM2TEST 2026-07-24 11:52:06.122212 local0-debug , net-snmp[708278]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Status = INTEGER: false(2) 2026-07-24 11:52:06.158047 local0-debug , net-snmp[708287]: TRAP sent to 10.0.0.2 2026-07-24 11:52:06.158106 local0-debug , net-snmp[708287]: Version: SNMPv3 2026-07-24 11:52:06.158140 local0-debug , net-snmp[708287]: Security Model: USM 2026-07-24 11:52:06.158184 local0-debug , net-snmp[708287]: Security Level: noAuthNoPriv 2026-07-24 11:52:06.158214 local0-debug , net-snmp[708287]: Security Name: USER2TEST 2026-07-24 11:52:06.158242 local0-debug , net-snmp[708287]: Context Name: 2026-07-24 11:52:06.158272 local0-debug , net-snmp[708287]: OIDs: 2026-07-24 11:52:06.158300 local0-debug , net-snmp[708287]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (1436) 0:00:14.36 2026-07-24 11:52:06.158328 local0-debug , net-snmp[708287]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisorNotification1 2026-07-24 11:52:06.158353 local0-debug , net-snmp[708287]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Name = STRING: ADVISOR2TEST 2026-07-24 11:52:06.158380 local0-debug , net-snmp[708287]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Status = INTEGER: false(2) 2026-07-24 11:52:14.831851 local0-debug , net-snmp[708395]: TRAP sent to 10.0.0.2 2026-07-24 11:52:14.831900 local0-debug , net-snmp[708395]: Version: SNMPv3 2026-07-24 11:52:14.831930 local0-debug , net-snmp[708395]: Security Model: USM 2026-07-24 11:52:14.831953 local0-debug , net-snmp[708395]: Security Level: noAuthNoPriv 2026-07-24 11:52:14.831970 local0-debug , net-snmp[708395]: Security Name: USER2TEST 2026-07-24 11:52:14.831986 local0-debug , net-snmp[708395]: Context Name: 2026-07-24 11:52:14.832004 local0-debug , net-snmp[708395]: OIDs: 2026-07-24 11:52:14.832028 local0-debug , net-snmp[708395]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (2302) 0:00:23.02 2026-07-24 11:52:14.832048 local0-debug , net-snmp[708395]: SNMPv2-MIB::snmpTrapOID.0 = OID: NET-SNMP-AGENT-MIB::nsNotifyShutdown 2026-07-24 11:52:14.832066 local0-debug , net-snmp[708395]: SNMPv2-MIB::snmpTrapEnterprise.0 = OID: NET-SNMP-MIB::netSnmpNotificationPrefix 2026-07-24 11:52:21.995504 local0-debug , net-snmp[709023]: INFORM sent to 10.0.0.2 2026-07-24 11:52:21.995558 local0-debug , net-snmp[709023]: Version: SNMPv3 2026-07-24 11:52:21.995584 local0-debug , net-snmp[709023]: Security Model: USM 2026-07-24 11:52:21.995612 local0-debug , net-snmp[709023]: Security Level: noAuthNoPriv 2026-07-24 11:52:21.995642 local0-debug , net-snmp[709023]: Security Name: USER2TEST 2026-07-24 11:52:21.995663 local0-debug , net-snmp[709023]: Context Name: 2026-07-24 11:52:21.995688 local0-debug , net-snmp[709023]: OIDs: 2026-07-24 11:52:21.995711 local0-debug , net-snmp[709023]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (9) 0:00:00.09 2026-07-24 11:52:21.995733 local0-debug , net-snmp[709023]: SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-MIB::coldStart 2026-07-24 11:52:21.995761 local0-debug , net-snmp[709023]: SNMPv2-MIB::snmpTrapEnterprise.0 = OID: NET-SNMP-TC::linux 2026-07-24 11:52:22.029357 local0-debug , net-snmp[709055]: INFORM sent to 10.0.0.2 2026-07-24 11:52:22.029400 local0-debug , net-snmp[709055]: Version: SNMPv3 2026-07-24 11:52:22.029425 local0-debug , net-snmp[709055]: Security Model: USM 2026-07-24 11:52:22.029448 local0-debug , net-snmp[709055]: Security Level: noAuthNoPriv 2026-07-24 11:52:22.029466 local0-debug , net-snmp[709055]: Security Name: USER2TEST 2026-07-24 11:52:22.029483 local0-debug , net-snmp[709055]: Context Name: 2026-07-24 11:52:22.029505 local0-debug , net-snmp[709055]: OIDs: 2026-07-24 11:52:22.029522 local0-debug , net-snmp[709055]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (212) 0:00:02.12 2026-07-24 11:52:22.029540 local0-debug , net-snmp[709055]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ALARM-MIB::alarmNotification1 2026-07-24 11:52:22.029559 local0-debug , net-snmp[709055]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Name = STRING: ALARM2TEST 2026-07-24 11:52:22.029585 local0-debug , net-snmp[709055]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Status = INTEGER: false(2) 2026-07-24 11:52:24.560095 local0-debug , net-snmp[709102]: INFORM sent to 10.0.0.2 2026-07-24 11:52:24.560143 local0-debug , net-snmp[709102]: Version: SNMPv3 2026-07-24 11:52:24.560168 local0-debug , net-snmp[709102]: Security Model: USM 2026-07-24 11:52:24.560197 local0-debug , net-snmp[709102]: Security Level: noAuthNoPriv 2026-07-24 11:52:24.560219 local0-debug , net-snmp[709102]: Security Name: USER2TEST 2026-07-24 11:52:24.560246 local0-debug , net-snmp[709102]: Context Name: 2026-07-24 11:52:24.560268 local0-debug , net-snmp[709102]: OIDs: 2026-07-24 11:52:24.560290 local0-debug , net-snmp[709102]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (465) 0:00:04.65 2026-07-24 11:52:24.560311 local0-debug , net-snmp[709102]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ALARM-MIB::alarmNotification1 2026-07-24 11:52:24.560331 local0-debug , net-snmp[709102]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Name = STRING: ALARM2TEST 2026-07-24 11:52:24.560358 local0-debug , net-snmp[709102]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Status = INTEGER: true(1) 2026-07-24 11:52:24.603286 local0-debug , net-snmp[709111]: INFORM sent to 10.0.0.2 2026-07-24 11:52:24.603333 local0-debug , net-snmp[709111]: Version: SNMPv3 2026-07-24 11:52:24.603358 local0-debug , net-snmp[709111]: Security Model: USM 2026-07-24 11:52:24.603376 local0-debug , net-snmp[709111]: Security Level: noAuthNoPriv 2026-07-24 11:52:24.603396 local0-debug , net-snmp[709111]: Security Name: USER2TEST 2026-07-24 11:52:24.603419 local0-debug , net-snmp[709111]: Context Name: 2026-07-24 11:52:24.603436 local0-debug , net-snmp[709111]: OIDs: 2026-07-24 11:52:24.603461 local0-debug , net-snmp[709111]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (469) 0:00:04.69 2026-07-24 11:52:24.603481 local0-debug , net-snmp[709111]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisorNotification1 2026-07-24 11:52:24.603506 local0-debug , net-snmp[709111]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Name = STRING: ADVISOR2TEST 2026-07-24 11:52:24.603526 local0-debug , net-snmp[709111]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Status = INTEGER: true(1) 2026-07-24 11:52:34.127377 local0-debug , net-snmp[709156]: INFORM sent to 10.0.0.2 2026-07-24 11:52:34.127435 local0-debug , net-snmp[709156]: Version: SNMPv3 2026-07-24 11:52:34.127485 local0-debug , net-snmp[709156]: Security Model: USM 2026-07-24 11:52:34.127546 local0-debug , net-snmp[709156]: Security Level: noAuthNoPriv 2026-07-24 11:52:34.127590 local0-debug , net-snmp[709156]: Security Name: USER2TEST 2026-07-24 11:52:34.127633 local0-debug , net-snmp[709156]: Context Name: 2026-07-24 11:52:34.127662 local0-debug , net-snmp[709156]: OIDs: 2026-07-24 11:52:34.127687 local0-debug , net-snmp[709156]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (1422) 0:00:14.22 2026-07-24 11:52:34.127715 local0-debug , net-snmp[709156]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ALARM-MIB::alarmNotification1 2026-07-24 11:52:34.127754 local0-debug , net-snmp[709156]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Name = STRING: ALARM2TEST 2026-07-24 11:52:34.127779 local0-debug , net-snmp[709156]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Status = INTEGER: false(2) 2026-07-24 11:52:34.171077 local0-debug , net-snmp[709167]: INFORM sent to 10.0.0.2 2026-07-24 11:52:34.171140 local0-debug , net-snmp[709167]: Version: SNMPv3 2026-07-24 11:52:34.171175 local0-debug , net-snmp[709167]: Security Model: USM 2026-07-24 11:52:34.171198 local0-debug , net-snmp[709167]: Security Level: noAuthNoPriv 2026-07-24 11:52:34.171220 local0-debug , net-snmp[709167]: Security Name: USER2TEST 2026-07-24 11:52:34.171247 local0-debug , net-snmp[709167]: Context Name: 2026-07-24 11:52:34.171271 local0-debug , net-snmp[709167]: OIDs: 2026-07-24 11:52:34.171294 local0-debug , net-snmp[709167]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (1425) 0:00:14.25 2026-07-24 11:52:34.171314 local0-debug , net-snmp[709167]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisorNotification1 2026-07-24 11:52:34.171336 local0-debug , net-snmp[709167]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Name = STRING: ADVISOR2TEST 2026-07-24 11:52:34.171360 local0-debug , net-snmp[709167]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Status = INTEGER: false(2) 2026-07-24 11:52:48.806610 local0-err , net-snmp[709275]: snmpinform: Timeout 2026-07-24 11:53:03.809722 local0-debug , net-snmp[710108]: TRAP sent to [10::1]:162 2026-07-24 11:53:03.809763 local0-debug , net-snmp[710108]: Version: SNMPv3 2026-07-24 11:53:03.809828 local0-debug , net-snmp[710108]: Security Model: USM 2026-07-24 11:53:03.809850 local0-debug , net-snmp[710108]: Security Level: noAuthNoPriv 2026-07-24 11:53:03.809867 local0-debug , net-snmp[710108]: Security Name: USER2TEST 2026-07-24 11:53:03.809884 local0-debug , net-snmp[710108]: Context Name: 2026-07-24 11:53:03.809903 local0-debug , net-snmp[710108]: OIDs: 2026-07-24 11:53:03.809921 local0-debug , net-snmp[710108]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (8) 0:00:00.08 2026-07-24 11:53:03.809938 local0-debug , net-snmp[710108]: SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-MIB::coldStart 2026-07-24 11:53:03.809960 local0-debug , net-snmp[710108]: SNMPv2-MIB::snmpTrapEnterprise.0 = OID: NET-SNMP-TC::linux 2026-07-24 11:53:09.523730 local0-debug , net-snmp[710169]: TRAP sent to [10::1]:162 2026-07-24 11:53:09.523795 local0-debug , net-snmp[710169]: Version: SNMPv3 2026-07-24 11:53:09.523827 local0-debug , net-snmp[710169]: Security Model: USM 2026-07-24 11:53:09.523850 local0-debug , net-snmp[710169]: Security Level: noAuthNoPriv 2026-07-24 11:53:09.523869 local0-debug , net-snmp[710169]: Security Name: USER2TEST 2026-07-24 11:53:09.523890 local0-debug , net-snmp[710169]: Context Name: 2026-07-24 11:53:09.523908 local0-debug , net-snmp[710169]: OIDs: 2026-07-24 11:53:09.523926 local0-debug , net-snmp[710169]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (580) 0:00:05.80 2026-07-24 11:53:09.523951 local0-debug , net-snmp[710169]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ALARM-MIB::alarmNotification1 2026-07-24 11:53:09.523975 local0-debug , net-snmp[710169]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Name = STRING: ALARM2TEST 2026-07-24 11:53:09.524023 local0-debug , net-snmp[710169]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Status = INTEGER: true(1) 2026-07-24 11:53:09.558982 local0-debug , net-snmp[710178]: TRAP sent to [10::1]:162 2026-07-24 11:53:09.559049 local0-debug , net-snmp[710178]: Version: SNMPv3 2026-07-24 11:53:09.559070 local0-debug , net-snmp[710178]: Security Model: USM 2026-07-24 11:53:09.559090 local0-debug , net-snmp[710178]: Security Level: noAuthNoPriv 2026-07-24 11:53:09.559108 local0-debug , net-snmp[710178]: Security Name: USER2TEST 2026-07-24 11:53:09.559124 local0-debug , net-snmp[710178]: Context Name: 2026-07-24 11:53:09.559149 local0-debug , net-snmp[710178]: OIDs: 2026-07-24 11:53:09.559174 local0-debug , net-snmp[710178]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (583) 0:00:05.83 2026-07-24 11:53:09.559193 local0-debug , net-snmp[710178]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisorNotification1 2026-07-24 11:53:09.559217 local0-debug , net-snmp[710178]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Name = STRING: ADVISOR2TEST 2026-07-24 11:53:09.559237 local0-debug , net-snmp[710178]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Status = INTEGER: true(1) 2026-07-24 11:53:19.238867 local0-debug , net-snmp[710225]: TRAP sent to [10::1]:162 2026-07-24 11:53:19.238942 local0-debug , net-snmp[710225]: Version: SNMPv3 2026-07-24 11:53:19.238968 local0-debug , net-snmp[710225]: Security Model: USM 2026-07-24 11:53:19.238996 local0-debug , net-snmp[710225]: Security Level: noAuthNoPriv 2026-07-24 11:53:19.239018 local0-debug , net-snmp[710225]: Security Name: USER2TEST 2026-07-24 11:53:19.239036 local0-debug , net-snmp[710225]: Context Name: 2026-07-24 11:53:19.239059 local0-debug , net-snmp[710225]: OIDs: 2026-07-24 11:53:19.239077 local0-debug , net-snmp[710225]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (1551) 0:00:15.51 2026-07-24 11:53:19.239096 local0-debug , net-snmp[710225]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ALARM-MIB::alarmNotification1 2026-07-24 11:53:19.239123 local0-debug , net-snmp[710225]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Name = STRING: ALARM2TEST 2026-07-24 11:53:19.239171 local0-debug , net-snmp[710225]: TELDAT-OSDX-TRAPS-ALARM-MIB::alarm1Status = INTEGER: false(2) 2026-07-24 11:53:19.275384 local0-debug , net-snmp[710234]: TRAP sent to [10::1]:162 2026-07-24 11:53:19.275454 local0-debug , net-snmp[710234]: Version: SNMPv3 2026-07-24 11:53:19.275487 local0-debug , net-snmp[710234]: Security Model: USM 2026-07-24 11:53:19.275541 local0-debug , net-snmp[710234]: Security Level: noAuthNoPriv 2026-07-24 11:53:19.275571 local0-debug , net-snmp[710234]: Security Name: USER2TEST 2026-07-24 11:53:19.275591 local0-debug , net-snmp[710234]: Context Name: 2026-07-24 11:53:19.275724 local0-debug , net-snmp[710234]: OIDs: 2026-07-24 11:53:19.275760 local0-debug , net-snmp[710234]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (1556) 0:00:15.56 2026-07-24 11:53:19.275789 local0-debug , net-snmp[710234]: SNMPv2-MIB::snmpTrapOID.0 = OID: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisorNotification1 2026-07-24 11:53:19.275859 local0-debug , net-snmp[710234]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Name = STRING: ADVISOR2TEST 2026-07-24 11:53:19.275891 local0-debug , net-snmp[710234]: TELDAT-OSDX-TRAPS-ADVISOR-MIB::advisor1Status = INTEGER: false(2) 2026-07-24 11:53:26.276729 local0-debug , net-snmp[710264]: TRAP sent to [10::1]:162 2026-07-24 11:53:26.276785 local0-debug , net-snmp[710264]: Version: SNMPv3 2026-07-24 11:53:26.276810 local0-debug , net-snmp[710264]: Security Model: USM 2026-07-24 11:53:26.276832 local0-debug , net-snmp[710264]: Security Level: noAuthNoPriv 2026-07-24 11:53:26.276862 local0-debug , net-snmp[710264]: Security Name: USER2TEST 2026-07-24 11:53:26.276905 local0-debug , net-snmp[710264]: Context Name: 2026-07-24 11:53:26.276931 local0-debug , net-snmp[710264]: OIDs: 2026-07-24 11:53:26.276954 local0-debug , net-snmp[710264]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (2255) 0:00:22.55 2026-07-24 11:53:26.276978 local0-debug , net-snmp[710264]: SNMPv2-MIB::snmpTrapOID.0 = OID: NET-SNMP-AGENT-MIB::nsNotifyShutdown 2026-07-24 11:53:26.277007 local0-debug , net-snmp[710264]: SNMPv2-MIB::snmpTrapEnterprise.0 = OID: NET-SNMP-MIB::netSnmpNotificationPrefix 2026-07-24 11:53:27.866459 local0-debug , net-snmp[710378]: TRAP sent to [10::2]:164 2026-07-24 11:53:27.866564 local0-debug , net-snmp[710378]: Version: SNMPv3 2026-07-24 11:53:27.866592 local0-debug , net-snmp[710378]: Security Model: USM 2026-07-24 11:53:27.866645 local0-debug , net-snmp[710378]: Security Level: noAuthNoPriv 2026-07-24 11:53:27.866663 local0-debug , net-snmp[710378]: Security Name: USER2TEST 2026-07-24 11:53:27.866678 local0-debug , net-snmp[710378]: Context Name: 2026-07-24 11:53:27.866695 local0-debug , net-snmp[710378]: OIDs: 2026-07-24 11:53:27.866709 local0-debug , net-snmp[710378]: SNMPv2-MIB::sysUpTime.0 = Timeticks: (10) 0:00:00.10 2026-07-24 11:53:27.866722 local0-debug , net-snmp[710378]: SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-MIB::coldStart 2026-07-24 11:53:27.866739 local0-debug , net-snmp[710378]: SNMPv2-MIB::snmpTrapEnterprise.0 = OID: NET-SNMP-TC::linux
Step 14: Run the command service snmp monitor traps user USER2TEST engine-id 0x80000009010a0101c1 ipv6 port 164 on DUT2.
Step 15: Modify the following configuration lines in DUT0 :
set interfaces dummy dum0 disable
Step 16: Run the command service snmp monitor traps user USER2TEST engine-id 0x80000009010a0101c1 ipv6 port 164 on DUT2.
Step 17: Modify the following configuration lines in DUT0 :
delete interfaces dummy dum0 disable