-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CiscoSB - Macsuck not working #526
Comments
Hi @nvmike thanks for the bug report. That contains too many bits for a MAC address. Now, Nedisco ought to be doing sanity checking so this is arguably a bug. I will attempt to look into it. I wonder first, whether this is an address of something not Ethernet, so needs removing, or if it's a bug in the poller (SNMP::Info CiscoSB class) which could strip the leading |
Without digging into the code yet: what stands out is that all MACs appear to be prefixed with "06", and Ethernet MAC addresses happen to be 6 bytes in length - that's likely not a coincidence. |
Hi all Did not find it |
Hi @ollyg do you know what snmp OID is querried ? |
OK I can confirm - all are addresses that belong to the mac address table - somehow 06: is prepended to it |
Since the type is
MacAddress is string-valued and fixed-length, so is just represented by the 6 octets of the address and the 6 is not involved. So this is a bug in the SNMP implementation that you're querying; it's treating it as a variable-length string. This agent bug could be worked around in SNMP::Info; e.g., in _qb_fdbtable_index it could check if values[0] == 6 and len( values ) == 7, and if so, pop the first entry. |
@fenner - THank you for the clear explanation. I wonder if I can do the workaround myself - here I need to admit that my skills in Perl and programming in general are far to permit me it. |
Add I wrote this code originally about 20 years ago; my perl abilities have flagged since then unfortunately, but my pointers should be enough to help a perl coder help you. |
s::i::layer2::ciscosb has provisions for this using the ciscosb mibs. that's the good news. the bad news is that for whatever reason the ciscosb 220 series mibs seems to be different as all the other sb models. the ciscosb module is mostly tested with devices that identify under enterprises.9.6.1.101 (aka ciscosb.switch001à) to make it more fun the mib filenames for both series are the same, but with different content, so that will either make for a totally fun merge job to inmport them (or they can be added in a seperate dir). update: actually the 3 220's we have: all 250 other ciscosb devices we have (300, 302, 350) return 20mb of snmp data easily. it's a sb220 thing, my collegue likes to use a fluke optieview and it also fails format the snmp data for them. extra: ugh, totally misread. ciscosb fixes up other stuff, not the part you're having issues with. i can reproduce it on our 220's, other devices in the same class work fine. |
So are we stuck? Is there any solution that we can think about ? |
|
On Tue, Jun 11, 2024 at 2:24 AM nvmike ***@***.***> wrote:
Somehow I do not see it in the snmpwalk - only in the macsuck debug.
Add -Ob to your snmpwalk command and you will see it.
I wrote this code originally about 20 years ago; my perl abilities have
flagged since then unfortunately, but my pointers should be enough to help
a perl coder help you.
walk-result.txt
<https://github.com/user-attachments/files/15783156/walk-result.txt>
Sorry for the poor instructions; to see this with -Ob you need to load the
MIB; the directions for this are in the netdisco-mibs repo, but you can try
something like adding "-m Q-BRIDGE-MIB" to your snmpwalk command; you may
also have to add "-M ...path/to/netdisco-mibs/rfc" to add the rfc MIB
collection from netdisco-mibs to the search path.
Bill
|
side quest: I'd be interested to know what the output of the following is: We also have a small note on running |
10.98.1.201 is a ciscosb sg300
|
Thanks @inphobia ! 💟 |
i'll try & have a look, but at first glance none of my devices return this & all return with:
tried on
the strange thing is the cisco sb 220 should show dot1qTpFdbAddress, since this is from an snmpwalk yesterday:
|
netdisco-do show -d 192.168.111.1 -e Q-BRIDGE-MIB::dot1qTpFdbAddress -DI netdisco-do show -d 192.168.111.1 -e fw_mac |
Here the snapshot file |
is there something we can do ? |
Expected Behavior
Macksuck returning error
Current Behavior
[3871942] 2024-06-10 07:02:55 info App::Netdisco version 2.076005 loaded.
[3871942] 2024-06-10 07:02:55 info macsuck: [192.168.111.1] started at Mon Jun 10 10:02:55 2024
[3871942] 2024-06-10 07:02:56 debug macsuck: running with timeout 600s
[3871942] 2024-06-10 07:02:56 debug //// CHECK \\ phase
[3871942] 2024-06-10 07:02:56 debug � worker Internal::BackendFQDN p1000000
[3871942] 2024-06-10 07:02:56 debug � worker Internal::SNMPFastDiscover p1000000
[3871942] 2024-06-10 07:02:56 debug running with configured SNMP timeouts
[3871942] 2024-06-10 07:02:56 debug � worker Macsuck p0
[3871942] 2024-06-10 07:02:56 debug � (done) Macsuck is able to run.
[3871942] 2024-06-10 07:02:56 debug //// EARLY \\ phase
[3871942] 2024-06-10 07:02:56 debug � worker Macsuck::Nodes p0 "prepare common data"
[3871942] 2024-06-10 07:02:56 debug //// MAIN \\ phase
[3871942] 2024-06-10 07:02:56 debug � worker Macsuck::InterfacesStatus p100 "gather interfaces status from snmp"
[3871942] 2024-06-10 07:02:56 debug snmp reader cache warm: [192.168.111.1]
[3871942] 2024-06-10 07:02:56 debug [192.168.111.1:161] try_connect with v: 2, t: 0.2, r: 0, class: SNMP::Info::Layer2::CiscoSB, comm:
SNMP::Info::_global uptime : DISMAN-EVENT-MIB::sysUpTimeInstance : .1.3.6.1.2.1.1.3.0
SNMP::Info::_global layers : SNMPv2-MIB::sysServices.0 : .1.3.6.1.2.1.1.7.0
SNMP::Info::_global description : SNMPv2-MIB::sysDescr.0 : .1.3.6.1.2.1.1.1.0
SNMP::Info::_global id : SNMPv2-MIB::sysObjectID.0 : .1.3.6.1.2.1.1.2.0
SNMP::Info 3.970001
SNMP::Info::device_type() layers:01001111 id:9 sysDescr:"48-Port Gigabit PoE Smart Switch"
SNMP::Info 3.970001
SNMP::Info::device_type() layers:01001111 id:9 sysDescr:"48-Port Gigabit PoE Smart Switch"
SNMP::Info::_load_attr i_name : IF-MIB::ifName : .1.3.6.1.2.1.31.1.1.1.1
SNMP::Info::_load_attr i_up : IF-MIB::ifOperStatus : .1.3.6.1.2.1.2.2.1.8
SNMP::Info::_load_attr i_up_admin : IF-MIB::ifAdminStatus : .1.3.6.1.2.1.2.2.1.7
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet41 status : up/up
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet36 status : up/up
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet17 status : up/up
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet30 status : up/down
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet35 status : up/down
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet4 status : up/down
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet14 status : up/down
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet7 status : up/down
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet3 status : up/down
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet52 status : up/down
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet6 status : up/up
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet22 status : up/up
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet40 status : up/up
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet46 status : up/up
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet31 status : up/down
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet45 status : up/up
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet24 status : up/up
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet48 status : up/up
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet27 status : up/down
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet8 status : up/down
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet39 status : up/up
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet43 status : up/up
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet12 status : up/down
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet49 status : up/down
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet38 status : up/down
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet33 status : up/up
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet44 status : up/up
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet1 status : up/up
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet47 status : up/up
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet28 status : up/up
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet11 status : up/down
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet23 status : up/up
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet29 status : up/up
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet10 status : up/up
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet37 status : up/down
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet16 status : up/down
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet15 status : up/up
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet9 status : up/down
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet34 status : up/up
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet18 status : up/down
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet21 status : up/down
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet5 status : up/down
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet32 status : up/down
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet13 status : up/down
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet2 status : up/down
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet51 status : up/down
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet50 status : up/down
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet19 status : up/up
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet20 status : up/down
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet42 status : up/down
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet26 status : up/up
[3871942] 2024-06-10 07:02:57 debug [192.168.111.1] macsuck - updating port GigabitEthernet25 status : up/down
[3871942] 2024-06-10 07:02:57 debug � (info) interfaces status from snmp complete
[3871942] 2024-06-10 07:02:57 debug � worker Macsuck::Nodes p1000000 "gather macs from file"
[3871942] 2024-06-10 07:02:57 debug � (info) skip: fwtable data supplied by other source
[3871942] 2024-06-10 07:02:57 debug � worker Macsuck::Nodes p200 "gather macs from CLI"
[3871942] 2024-06-10 07:02:57 debug � (info) skip: driver or action not applicable
[3871942] 2024-06-10 07:02:57 debug � worker Macsuck::Nodes p100 "gather macs from snmp"
SNMP::Info::_load_attr qb_fw_port : Q-BRIDGE-MIB::dot1qTpFdbPort : .1.3.6.1.2.1.17.7.1.2.2.1.2
SNMP::Info::_load_attr dot1qVlanFdbId : Q-BRIDGE-MIB::dot1qVlanFdbId : .1.3.6.1.2.1.17.7.1.4.2.1.3
SNMP::Info::_load_attr bp_index : BRIDGE-MIB::dot1dBasePortIfIndex : .1.3.6.1.2.1.17.1.4.1.2
SNMP::Info::_validate_autoload_method(vtp_version) Unable to resolve method.
[3871942] 2024-06-10 07:03:00 debug [192.168.111.1] reindexing to vlan 0 (ver: 2, class: SNMP::Info::Layer2::CiscoSB)
SNMP::Info::clear_cache() - Cache Cleared.
[3871942] 2024-06-10 07:03:00 debug � (done) Gathered MAC addresses for 192.168.111.1
[3871942] 2024-06-10 07:03:00 debug � worker Macsuck::PortAccessEntity p100
[3871942] 2024-06-10 07:03:00 debug [192.168.111.1] pae - updating PortAccessEntity details
SNMP::Info::_global pae_control : IEEE8021-PAE-MIB::dot1xPaeSystemAuthControl.0 : .1.0.8802.1.1.1.1.1.1.0
SNMP::Info::_global(pae_control) NOSUCHOBJECT at /home/netdisco/perl5/lib/perl5/App/Netdisco/Util/PortAccessEntity.pm line 33.
[3871942] 2024-06-10 07:03:00 debug [192.168.111.1] pae - no PortAccessEntity support, leaving worker
[3871942] 2024-06-10 07:03:00 debug � (info) Skipped pae for 192.168.111.1
[3871942] 2024-06-10 07:03:00 debug � worker Macsuck::WirelessNodes p100
SNMP::Info::_validate_autoload_method(cd11_txrate) Unable to resolve method.
[3871942] 2024-06-10 07:03:00 debug //// STORE \\ phase
[3871942] 2024-06-10 07:03:00 debug � worker Macsuck::InterfacesStatus p0 "update interfaces status in database"
[3871942] 2024-06-10 07:03:00 debug [192.168.111.1] macsuck - updating port GigabitEthernet1 status up/up due to node presence
[3871942] 2024-06-10 07:03:00 debug [192.168.111.1] macsuck - updating port GigabitEthernet47 status up/up due to node presence
[3871942] 2024-06-10 07:03:00 debug [192.168.111.1] macsuck - updating port GigabitEthernet48 status up/up due to node presence
[3871942] 2024-06-10 07:03:00 debug [192.168.111.1] macsuck - updating port GigabitEthernet43 status up/up due to node presence
[3871942] 2024-06-10 07:03:00 debug [192.168.111.1] macsuck - updating port GigabitEthernet23 status up/up due to node presence
[3871942] 2024-06-10 07:03:00 debug [192.168.111.1] macsuck - updating port GigabitEthernet39 status up/up due to node presence
[3871942] 2024-06-10 07:03:00 debug [192.168.111.1] macsuck - updating port GigabitEthernet44 status up/up due to node presence
[3871942] 2024-06-10 07:03:00 debug [192.168.111.1] macsuck - updating port GigabitEthernet24 status up/up due to node presence
[3871942] 2024-06-10 07:03:00 debug [192.168.111.1] macsuck - updating port GigabitEthernet36 status up/up due to node presence
[3871942] 2024-06-10 07:03:00 debug [192.168.111.1] macsuck - updating port GigabitEthernet41 status up/up due to node presence
[3871942] 2024-06-10 07:03:00 debug [192.168.111.1] macsuck - updating port GigabitEthernet17 status up/up due to node presence
[3871942] 2024-06-10 07:03:00 debug [192.168.111.1] macsuck - updating port GigabitEthernet34 status up/up due to node presence
[3871942] 2024-06-10 07:03:00 debug [192.168.111.1] macsuck - updating port GigabitEthernet45 status up/up due to node presence
[3871942] 2024-06-10 07:03:00 debug [192.168.111.1] macsuck - updating port GigabitEthernet46 status up/up due to node presence
[3871942] 2024-06-10 07:03:00 debug [192.168.111.1] macsuck - updating port GigabitEthernet26 status up/up due to node presence
[3871942] 2024-06-10 07:03:00 debug [192.168.111.1] macsuck - updating port GigabitEthernet22 status up/up due to node presence
[3871942] 2024-06-10 07:03:00 debug [192.168.111.1] macsuck - updating port GigabitEthernet19 status up/up due to node presence
[3871942] 2024-06-10 07:03:00 debug [192.168.111.1] macsuck - updating port GigabitEthernet6 status up/up due to node presence
[3871942] 2024-06-10 07:03:00 debug [192.168.111.1] macsuck - updating port GigabitEthernet33 status up/up due to node presence
[3871942] 2024-06-10 07:03:00 debug [192.168.111.1] macsuck - updating port GigabitEthernet15 status up/up due to node presence
[3871942] 2024-06-10 07:03:00 debug [192.168.111.1] macsuck - updating port GigabitEthernet10 status up/up due to node presence
[3871942] 2024-06-10 07:03:00 debug � (info) 0 interfaces status updated in database
[3871942] 2024-06-10 07:03:00 debug � worker Macsuck::Nodes p0 "save macs to database"
[3871942] 2024-06-10 07:03:00 debug -> DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::Pg::st execute failed: ERROR: invalid input syntax for type macaddr: "06:e0:ba:ad:8d:d1:35"
CONTEXT: unnamed portal parameter $1 = '...' [for Statement "SELECT me.mac, me.ip FROM ( SELECT ip, mac FROM device where mac = any (?::macaddr[])
UNION
SELECT ip, mac FROM device_port dp where mac = any (?::macaddr[])
) me GROUP BY mac, ip" with ParamValues: 1='{"06:e0:ba:ad:8d:d1:35","06:00:15:65:e0:70:48","06:00:15:65:29:d5:c4","06:00:21:b7:15:9c:4f","06:d8:5e:d3:45:6f:a7","06:00:21:b7:61:3a:77","06:e0:d5:5e:ed:4a:6d","06:9c:2d:cd:a7:d1:ef","06:80:5e:0c:cd:04:ab","06:40:8d:5c:7c:9f:0c","06:bc:f8:11:51:72:4c","06:90:e9:5e:9e:72:75","06:24:9a:d8:7b:61:cc","06:04:d5:90:30:2a:2c","06:04:d5:90:30:2a:2f","06:80:5e:c0:81:ab:3d","06:24:9a:d8:7b:62:9b","06:18:c0:4d:c3:ec:bc","06:74:11:b2:97:56:aa","06:e0:d5:5e:0e:48:4f","06:00:21:b7:6e:be:8d","06:d8:5e:d3:5b:56:27","06:f2:5d:90:23:fe:e1","06:80:5e:c0:e5:23:6b","06:00:12:e5:10:51:35","06:24:9a:d8:7b:62:d5","06:00:15:65:a6:93:ef","06:80:5e:c0:08:54:b5","06:bc:f8:11:51:74:86","06:18:c0:4d:c3:ec:e3","06:74:f8:db:55:da:0e","06:80:5e:c0:e5:23:a4","06:bc:f8:11:51:74:93","06:00:21:b7:bf:f5:7d","06:78:8c:77:64:12:aa","06:80:5e:c0:e5:22:90","06:80:5e:0c:cd:05:2c","06:bc:f8:11:51:74:c2","06:d8:5e:d3:55:8f:32","06:d0:67:26:2f:4f:80","06:00:17:c8:be:16:d1","06:54:80:28:b9:2c:00","06:00:04:13:26:dd:de","06:8...', 2='{"06:e0:ba:ad:8d:d1:35","06:00:15:65:e0:70:48","06:00:15:65:29:d5:c4","06:00:21:b7:15:9c:4f","06:d8:5e:d3:45:6f:a7","06:00:21:b7:61:3a:77","06:e0:d5:5e:ed:4a:6d","06:9c:2d:cd:a7:d1:ef","06:80:5e:0c:cd:04:ab","06:40:8d:5c:7c:9f:0c","06:bc:f8:11:51:72:4c","06:90:e9:5e:9e:72:75","06:24:9a:d8:7b:61:cc","06:04:d5:90:30:2a:2c","06:04:d5:90:30:2a:2f","06:80:5e:c0:81:ab:3d","06:24:9a:d8:7b:62:9b","06:18:c0:4d:c3:ec:bc","06:74:11:b2:97:56:aa","06:e0:d5:5e:0e:48:4f","06:00:21:b7:6e:be:8d","06:d8:5e:d3:5b:56:27","06:f2:5d:90:23:fe:e1","06:80:5e:c0:e5:23:6b","06:00:12:e5:10:51:35","06:24:9a:d8:7b:62:d5","06:00:15:65:a6:93:ef","06:80:5e:c0:08:54:b5","06:bc:f8:11:51:74:86","06:18:c0:4d:c3:ec:e3","06:74:f8:db:55:da:0e","06:80:5e:c0:e5:23:a4","06:bc:f8:11:51:74:93","06:00:21:b7:bf:f5:7d","06:78:8c:77:64:12:aa","06:80:5e:c0:e5:22:90","06:80:5e:0c:cd:05:2c","06:bc:f8:11:51:74:c2","06:d8:5e:d3:55:8f:32","06:d0:67:26:2f:4f:80","06:00:17:c8:be:16:d1","06:54:80:28:b9:2c:00","06:00:04:13:26:dd:de","06:8...'] at /home/netdisco/perl5/lib/perl5/App/Netdisco/Util/PortMAC.pm line 42
Possible Solution
Steps to Reproduce (for bugs)
Context
Discovery is not working properly
Your Device
iso.3.6.1.2.1.1.1.0 = STRING: "48-Port Gigabit PoE Smart Switch"
iso.3.6.1.2.1.1.2.0 = OID: iso.3.6.1.4.1.9.6.1.1009.52.5
iso.3.6.1.2.1.1.3.0 = Timeticks: (32284100) 3 days, 17:40:41.00
iso.3.6.1.2.1.1.4.0 = ""
iso.3.6.1.2.1.1.5.0 = STRING: "F5-1"
iso.3.6.1.2.1.1.6.0 = ""
iso.3.6.1.2.1.1.7.0 = INTEGER: 79
iso.3.6.1.2.1.1.8.0 = Timeticks: (6746400) 18:44:24.00
iso.3.6.1.2.1.1.9.1.2.1 = OID: iso.3.6.1.6.3.10.3.1.1
iso.3.6.1.2.1.1.9.1.2.2 = OID: iso.3.6.1.6.3.11.3.1.1
iso.3.6.1.2.1.1.9.1.2.3 = OID: iso.3.6.1.6.3.15.2.1.1
iso.3.6.1.2.1.1.9.1.2.4 = OID: iso.3.6.1.6.3.1
iso.3.6.1.2.1.1.9.1.2.5 = OID: iso.3.6.1.6.3.16.2.2.1
iso.3.6.1.2.1.1.9.1.2.6 = OID: iso.3.6.1.2.1.49
iso.3.6.1.2.1.1.9.1.2.7 = OID: iso.3.6.1.2.1.50
iso.3.6.1.2.1.1.9.1.2.8 = OID: iso.3.6.1.2.1.4
iso.3.6.1.2.1.1.9.1.2.9 = OID: iso.3.6.1.6.3.13.3.1.3
iso.3.6.1.2.1.1.9.1.2.10 = OID: iso.3.6.1.2.1.92
iso.3.6.1.2.1.1.9.1.3.1 = STRING: "The SNMP Management Architecture MIB."
iso.3.6.1.2.1.1.9.1.3.2 = STRING: "The MIB for Message Processing and Dispatching."
iso.3.6.1.2.1.1.9.1.3.3 = STRING: "The management information definitions for the SNMP User-based Security Model."
iso.3.6.1.2.1.1.9.1.3.4 = STRING: "The MIB module for SNMPv2 entities"
iso.3.6.1.2.1.1.9.1.3.5 = STRING: "View-based Access Control Model for SNMP."
iso.3.6.1.2.1.1.9.1.3.6 = STRING: "The MIB module for managing TCP implementations"
iso.3.6.1.2.1.1.9.1.3.7 = STRING: "The MIB module for managing UDP implementations"
iso.3.6.1.2.1.1.9.1.3.8 = STRING: "The MIB module for managing IP and ICMP implementations"
iso.3.6.1.2.1.1.9.1.3.9 = STRING: "The MIB modules for managing SNMP Notification, plus filtering."
iso.3.6.1.2.1.1.9.1.3.10 = STRING: "The MIB module for logging SNMP Notifications."
iso.3.6.1.2.1.1.9.1.4.1 = Timeticks: (6746400) 18:44:24.00
iso.3.6.1.2.1.1.9.1.4.2 = Timeticks: (6746400) 18:44:24.00
iso.3.6.1.2.1.1.9.1.4.3 = Timeticks: (6746400) 18:44:24.00
iso.3.6.1.2.1.1.9.1.4.4 = Timeticks: (6746400) 18:44:24.00
iso.3.6.1.2.1.1.9.1.4.5 = Timeticks: (6746400) 18:44:24.00
iso.3.6.1.2.1.1.9.1.4.6 = Timeticks: (6746400) 18:44:24.00
iso.3.6.1.2.1.1.9.1.4.7 = Timeticks: (6746400) 18:44:24.00
iso.3.6.1.2.1.1.9.1.4.8 = Timeticks: (6746400) 18:44:24.00
iso.3.6.1.2.1.1.9.1.4.9 = Timeticks: (6746400) 18:44:24.00
iso.3.6.1.2.1.1.9.1.4.10 = Timeticks: (6746400) 18:44:24.00
Your Environment
Software Version
App::Netdisco 2.76.5
SNMP::Info 3.970.1
DB Schema 87
PostgreSQL 15.00.7
Perl 5.36.0
The text was updated successfully, but these errors were encountered: