librenms/mibs/brocade/BROCADE-IEEE8023-LAG-CAPABILITY-MIB
Tony Murray 11147d3bbf
Major Processors rewrite (#8066)
* Extract DiscoveryItem and move some things to better places.
Extract model class
Fix up model construction.  I have problem with construction...
Makeshift model working.  Switch constructor to factory.  discover() and create()
Support legacy discovery.
Remove uneeded custom pollers
Remove netonix custom detection as we try ucd on all os now.
Add a few yaml procs.  Fix a couple things.
More processor discovery conversions
Move Calix e7 to standard hrProcessorLoad, but it doesn't fully implement the HR-MIB, move things around to make it work.
Add a few yaml procs.  Fix a couple things. Correct some stupid mib stuff.
Move more, drop php 5.3
Add netscaler which uses string indexes.  Port fiberhome to yaml and use skip_values
More conversions.  BroadcomProcessorUsage Trait
Serveriron and Ironware share some mibs.  Create a common abstract os for them.
Add yaml support for mib specification in each data entry
Make legacy discover_processor() set 0 for hrDeviceIndex

Untangle Dell switch OS processors

Use use shared OS for groups if they don't have a specific group.
fix silly mib mistake

Make index optional

Move HR and UCD to Traits and out of Processor.

* forgot to update the fortiswitch index

* Make sgos and avaya-ers match the old index.

* fix comware test data

* fix merge errors

* fix dsm and remove pointless empty modules

* file not found exception is in the wrong place.

* Updated processor development docs
2018-02-05 07:39:13 -06:00

60 lines
1.8 KiB
Plaintext

-- *********************************************************************
-- BROCADE-IEEE8023-LAG-CAPABILITY-MIB.mib:
-- IEEE8023-LAG-MIB AGENT-CAPABILITIES
--
-- June 2012, Balachandar Mani
--
-- Copyright (c) 2012 by Brocade Communications Systems, Inc.
-- All rights reserved.
-- *********************************************************************
BROCADE-IEEE8023-LAG-CAPABILITY-MIB DEFINITIONS ::= BEGIN
IMPORTS
brocadeAgentCapability
FROM Brocade-REG-MIB
AGENT-CAPABILITIES
FROM SNMPv2-CONF
MODULE-IDENTITY
FROM SNMPv2-SMI;
brocadeIeee8023LagCapability MODULE-IDENTITY
LAST-UPDATED "201206060000Z"
ORGANIZATION "Brocade Communications Systems, Inc.,"
CONTACT-INFO
"Customer Support Group
Brocade Communications Systems, Inc.
Postal: 130 Holger Way
San Jose, CA 95134
U.S.A
Tel: +1-408-333-8000
E-mail: support@Brocade.com
web: www.brocade.com."
DESCRIPTION
"Agent capabilities for IEEE8023-LAG-MIB implementation."
REVISION "201206060000Z"
DESCRIPTION
"The initial version of this MIB module."
::= { brocadeAgentCapability 3 }
--
-- Agent capability for NOS 3.0.0 (VDX Platform)
--
brocadeIeee8023LagVdx300R1 AGENT-CAPABILITIES
PRODUCT-RELEASE "NOS3.0.0"
STATUS current
DESCRIPTION "IEEE8023-LAG-MIB capabilities."
SUPPORTS IEEE8023-LAG-MIB
INCLUDES {
dot3adAggGroup,
dot3adAggPortListGroup,
dot3adAggPortGroup,
dot3adAggPortStatsGroup,
dot3adTablesLastChangedGroup
}
::= { brocadeIeee8023LagCapability 1 }
END