Page 1 of 1

Switch siemens scalance x300

Posted: Thu Mar 03, 2022 11:14 am
by Support_Talea
Hi,

I have a problem monitoring a Siemens scalance x300 switch.
The switch has 24 ports and the protocol is v1/v2.

I have uploaded the mibs of the switch.

If I try to scan it from configuration wizard network switch, both with Port description and ports name, it fails to load the correct information.
By the way it sees all the ports marked with ag and ap, 48 ports in total!



What am I doing wrong?

Best regards,
-fede

Re: Switch siemens scalance x300

Posted: Fri Mar 04, 2022 3:35 pm
by pbroste
Hello @Support_Talea

Thanks for reaching out, do you get a full list when scanning the device using 'snmpwalk':

Code: Select all

snmpwalk -v 2c -c public <hostaddresshere>
And specific:

Code: Select all

snmpwalk -v 2c -c public <hostaddresshere> snScalanceX300X400_V4.1.3
Let us know how things look,
Perry

Re: Switch siemens scalance x300

Posted: Sat Mar 05, 2022 10:05 am
by Support_Talea
Hi,

this the output of the command:

snScalanceX300X400_V4.1.3.mib: Unknown Object Identifier (Sub-id not found: (top) -> snScalanceX300X400_V4)

Why?

.. and why this switch is 24 ports the nagiosxi web reports scan 48 switch ports?

Regards,
-basti

Re: Switch siemens scalance x300

Posted: Mon Mar 07, 2022 4:40 pm
by pbroste
Hello @Support_Talea

Thanks for following up, the results:
snScalanceX300X400_V4.1.3.mib: Unknown Object Identifier (Sub-id not found: (top) -> snScalanceX300X400_V4)
Will need to load the MIB(s) on your device. Verify the path on the mib in the configs. Indicates that the "Unknown Object Identifier suggests that it is unable to be found in known MIBs (directory).

Thanks,
Perry