Hello,
i am running NetSNMP (version 5.5 Redhat 6.6) on a big shared memory
system by SGI (UV2000 with 8 TB ram) but the memory counters of
UCD-SNMP-MIB are just 32bit so it is not possible to get correct results.
snmpwalk -v1 -c public hilbert1 1.3.6.1.4.1.2021.4
UCD-SNMP-MIB::memIndex.0 = INTEGE
I have a need to get the IP address (v4 and/or v6) displayed in the snmptrapd
logs.
- I disable the hostname resolution with the ā-nā switch.
- I print %B
The resulting string is ā[xxx.xxx.xxx.xxx]:161->[yyy.yyy.yyy.yyy]ā where I
would expect to get the just the address (be it ipv4 or ipv6).