Files
librenms-librenms/mibs/cumulus/CUMULUS-SNMP-MIB

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

38 lines
1.1 KiB
Plaintext
Raw Normal View History

BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 14:27:28 +02:00
CUMULUS-SNMP-MIB DEFINITIONS ::= BEGIN
--
-- Top-level infrastructure of the Cumulus enterprise MIB tree
--
IMPORTS
OBJECT-TYPE, NOTIFICATION-TYPE, MODULE-IDENTITY,
Integer32, enterprises FROM SNMPv2-SMI
InterfaceIndex, ifIndex FROM IF-MIB
DateAndTime, DisplayString,
TEXTUAL-CONVENTION FROM SNMPv2-TC;
cumulusMib MODULE-IDENTITY
LAST-UPDATED "201207230000Z"
ORGANIZATION "www.cumulusnetworks.com"
CONTACT-INFO
"postal: Dinesh Dutt
650 Castro Street,
suite 120-245
Mountain View, CA 94041
email: ddutt@cumulusnetworks.com"
DESCRIPTION
"Top-level infrastructure of the Cumulus enterprise MIB tree"
REVISION "201207230000Z"
DESCRIPTION
"Second version with new Enterprise number and discard counters"
::= { enterprises 40310 }
--
-- This is just the placeholder for the cumulusMib definition.
-- The actual objects are defined in separate, appropriately named files.
-- This way, we keep an overall MIB definition and add extensions as needed.
--
END