Start a Conversation

Unsolved

JS

1 Message

68

February 21st, 2024 10:33

SNMP Request on SFP+ Port on N2024 Switch

Hello, we want to monitor the sfp port on our Dell Switch mit Icinga SNMP Requests.

How do i get the Interfaceid of the sfp Port? I have the identifiers of the "normal" ethernet Ports but i cannot find the ids for the sfp ports.

Thank you!

Moderator

 • 

2.8K Posts

February 21st, 2024 14:50

Hello, After entering privileged EXEC mode please use the show interfaces status command. This should list all the interfaces along with their status. The SFP+ ports are usually labeled as Te1/0/1Te1/0/2, etc.

  • For example, if the port number is Te 0/24, the command will show something like this:
Port    IfIndexTe 0/24 24
  • Query the switch with a tool that can do SNMP and use the OID for ifDescr. This will give you the port number and what kind of port it is for each port on the switch. You can find the interface index by looking at the port number. For instance, if the port number is Te 0/24, you will see something like this from the OID
ifDescr.24 = TenGigabitEthernet 0/24

Hope that helps!

(edited)

No Events found!

Top