Ad Widget

Collapse

SNMP Interface discovery not discovering all ports

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • christoph-metelcom
    Junior Member
    • Oct 2021
    • 6

    #1

    SNMP Interface discovery not discovering all ports

    Hi

    SNMP v3 works. I'm using "Template Module Interfaces SNMP​" and tried "Dell Force S-Series SNMP" (it's an DELL N-Switch). The switch has 48 1Gig ports and 4 10Gig (numbers 49-52). Ports 49-52 don't get discovered. Any Idea why discovering for the 10Gig interfaces isn't working?

    IF-MIB::ifType.45 = INTEGER: ethernetCsmacd(6)
    IF-MIB::ifType.46 = INTEGER: ethernetCsmacd(6)
    IF-MIB::ifType.47 = INTEGER: ethernetCsmacd(6)
    IF-MIB::ifType.48 = INTEGER: ethernetCsmacd(6)
    IF-MIB::ifType.49 = INTEGER: ethernetCsmacd(6)
    IF-MIB::ifType.50 = INTEGER: ethernetCsmacd(6)
    IF-MIB::ifType.51 = INTEGER: ethernetCsmacd(6)
    IF-MIB::ifType.52 = INTEGER: ethernetCsmacd(6)​

    IfType is the same for all.

    Thanks
    Christoph​
  • Hamardaban
    Senior Member
    Zabbix Certified SpecialistZabbix Certified Professional
    • May 2019
    • 2713

    #2
    At LLD rule pay attension to filter (https://www.zabbix.com/documentation...scovery#filter)

    Comment

    • christoph-metelcom
      Junior Member
      • Oct 2021
      • 6

      #3
      Sorry, the problem is not that the interfaces aren't discovered. I can't find them in interface or tag list. If I'm searching for the name (i.e. Te1/0/1) I can see them.
      I also get the values. So far it is working, I was just confused because I can't see them in the interface list

      Thanks
      Christoph​
      Last edited by christoph-metelcom; 23-11-2022, 16:33.

      Comment

      • Hamardaban
        Senior Member
        Zabbix Certified SpecialistZabbix Certified Professional
        • May 2019
        • 2713

        #4
        Most likely, interfaces of different types have different IFNAME ( or IFALIAS or IFDESCR).
        Check the regular expressions defined by macros in the screenshot you provided.

        Comment

        Working...