-
Type:
Incident report
-
Resolution: Won't fix
-
Priority:
Blocker
-
None
-
Affects Version/s: None
-
Component/s: Server (S)
-
None
-
Environment:Zabbix Appliance - 3.4.4
Cisco CSR
VyOS
We have a number of routers running BGP - I am using 'Template Net Cisco IOS SNMPv2' and 'Template OS Linux SNMPv2' for monitoring mostly VyOS routers and one Cisco router CPU, Memory, Network, Status etc.
I am attempting to monitor BGP attributes follwoing the MIB module 'BGP4-MIB' using SNMPv2. I can monitor certain OID's i.e.
- key: bgpLocalAs
- OID: SNMPv2-SMI::mib-2.15.2.0
When attempting to monitor other BGP attributes I get a 'No Such Instance currently exists at this OID' (example below)
- key: bgpPeerRemoteAddr
- OID: SNMPv2-SMI::mib-2.15.3.1.7
I have also tried the following OID: 1.3.6.1.2.1.15.3.1.7
I can also snmp walk this OID which returns remote peer addressing (as below):
snmpwalk -v -2c -c {$SNMP_COMMUNITY} {hostname} 1.3.6.1.2.1.15.3.1.7
I would prefer not to use any agents on routers.