Dear, may not be the correct place to post but I need the OID’s to session BGP status to monitor by zabbix please could someone help me?
MT will correct me if I’m wrong but there is what’s in Version6 snmp taken from the wiki.
MIBs used in RouterOS v6.x:
MIKROTIK-MIB
MIB-2
HOST-RESOURCES-MIB
IF-MIB
IP-MIB
IP-FORWARD-MIB
IPV6-MIB
BRIDGE-MIB
DHCP-SERVER-MIB
CISCO-AAA-SESSION-MIB
ENTITY-MIB
UPS-MIB
SQUID-MIB
Don’t See any bgp mib there so I do not think its currently possible. If it is not your production unit you could walk the whole tree to se what is returned. Don’t do that on our full feed router as it will DIE on you…
It is not available.
Depending on what you need it may be possible to do it using a custom OID with a user script to return the value.
I have implemented the code for BGP and RADIUS monitoring in Python.
You can find the details in this topic.
Another script to know bgp status, used to poll status of BGP peer.
https://github.com/chitizs/mikrotik_BGP_Status
Hi! Have you succeeded using that template? Can you help me?