Details

    Description

      Hey there,

      I've regonized that there is currently no support for a software based routing daemon called FRRouting. It's very famous already and I configured a small router within our lab to see how it works. They also implemented a method to fetch data from the router through AgentX in snmpd.

      My example snmpwalk is very basic, contains only a OSPF process. Would it be possible to add FRRouting support into Observium based on available debug? See separate email. Thanks all.

      Attachments

        Activity

          [OBS-3426] FRRouting SNMP Support

          Thx. I see. Just forgot to enable SNMP on the daemon startup parameters

          dklimek Denis Klimek added a comment - Thx. I see. Just forgot to enable SNMP on the daemon startup parameters

          Ohh, already answered you in other issue.

          Not possible or not need any additional code support from us.
          FRRouting snmp requires enable snmp agent (as written in their docs) and only SNMP information will avialable.

          landy Mike Stupalov added a comment - Ohh, already answered you in other issue. Not possible or not need any additional code support from us. FRRouting snmp requires enable snmp agent (as written in their docs) and only SNMP information will avialable.

          Please make and attach additional information about the device:

          • full snmp dump from device:

            snmpwalk -v2c -c <community>  --hexOutputLength=0 -ObentxU <hostname> .1 > myagent.snmpwalk
            snmpwalk -v2c -c <community>  --hexOutputLength=0 -ObentxU <hostname> .1.3.6.1.4.1 >> myagent.snmpwalk

            If device not support SNMP version 2c, replace -v2c with -v1.

          • If you have problems with discovery or poller processes, please do and attach these debugs:

            ./discovery.php -d -h <device>
            ./poller.php -d -h <device>

          • additionally attach device and/or vendor specific MIB files

          Note, this comment is added automatically.

          bot Observium Bot added a comment - Please make and attach additional information about the device: full snmp dump from device: snmpwalk -v2c -c <community> --hexOutputLength=0 -ObentxU <hostname> .1 > myagent.snmpwalk snmpwalk -v2c -c <community> --hexOutputLength=0 -ObentxU <hostname> .1.3.6.1.4.1 >> myagent.snmpwalk If device not support SNMP version 2c, replace -v2c with -v1. If you have problems with discovery or poller processes, please do and attach these debugs: ./discovery.php -d -h <device> ./poller.php -d -h <device> additionally attach device and/or vendor specific MIB files Note, this comment is added automatically.

          People

            landy Mike Stupalov
            dklimek Denis Klimek
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: