(A few) Enterprise MIBs




Enterprise (private) mibs


I have a large directory of various mib files; one can search in it for "enterprises"
     egrep '{ *enterprises  *[0-9]+' *    # note the pattern here, in bold, between single quotes

Cisco is, for example, 1.3.6.1.4.1.9
 
2
ibm
9
cisco
11
hp
16
hpnr
23
novell
36
dec
77
lanmanager
119
nec
224
lanOptics
232
compaq
311
microsoft
353
atmForum
494
madge
711
lightstream
795
adaptec
1123
symbios
1608
mylex
2021
ucd-snmp
2636
juniper
8072
net-snmp
 
Microsoft tends to return a lot of entries in 1.3.6.1.4.1.77. Lan Manager was a joint Microsoft project with 3COM, forming the foundations of Microsoft file and printer sharing.


A few cisco mibs


CISCO-ENVMON-MIB.my
Tables:
Old: OLD-CISCO-ENV-MIB.MIB

Test points:
  1. temperature of entering air
  2. temperature of air leaving the router
  3. +5 v power-supply voltage
  4. +12 v power-supply voltage
  5. -12 v power-supply voltage
  6. -5 v power-supply voltage

cisco BRIDGE-MIB.MIB (1994; you know this is old because it says "bridge" rather than "switch")
    spanning-tree info (dot1dStp group)
          lots of scalars
          dot1dStpPortTable
    forwarding table ?


    CISCO-C2900-MIB-V1SMI.MIB

Tables:

This is for this specific series of switch
c2900SysInfo:
    BoardVersion
    PeakBuffersUsed
    TotalBufferDepth
    AddrCapacity (forwarding table size)
    SNMP versions of the various LED displays

c2900SysConfig:
what to do for:
    security issues
    broadcast-packet storms

c2900ModuleTable: table of all included hardware modules
   
c2900PortTable:
    table of ports (eg Ethernet jacks). Each module may have several ports.
    per-port address-learning status
    PortBufferCongestionControl

c2900BandwidthUsageTable: the table is controlled by a separate variable c2900BandwidthUsagePeakInterval.


For additional information about TCP connections: CISCO-TCP-MIB-V1SMI.MIB

ciscoTcpConnEntry OBJECT-TYPE
    SYNTAX CiscoTcpConnEntry
    ACCESS not-accessible
    STATUS mandatory
    DESCRIPTION
        "Additional information about a particular current TCP
        connection beyond that provided by the TCP-MIB tcpConnEntry.
        An object of this type is transient, in that it ceases to
        exist when (or soon after) the connection makes the transition
        to the CLOSED state."
    INDEX { tcpConnLocalAddress, tcpConnLocalPort, tcpConnRemAddress, tcpConnRemPort }
-- Augments tcpConnEntry FROM TCP-MIB
    ::= { ciscoTcpConnTable 1 }

CiscoTcpConnEntry ::= SEQUENCE {
    ciscoTcpConnInBytes Counter,
    ciscoTcpConnOutBytes Counter,
    ciscoTcpConnInPkts Counter,
    ciscoTcpConnOutPkts Counter,
    ciscoTcpConnElapsed TimeTicks,
    ciscoTcpConnSRTT INTEGER,
    ciscoTcpConnRto INTEGER,
    ciscoTcpConnRetransPkts Counter,
    ciscoTcpConnFastRetransPkts Counter
}

But where will this be implemented? On a router? Cisco does not make servers.

Here is a table of all the MIBs supported by the Cisco 7200-series routers. Note that some are Cisco-specific, and some are generic extensions of mib-2.

ATM-MIB (RFC 1695) CISCO-SYSLOG-MIB
BGP4-MIB (RFC 1657) CISCO-TC
CISCO-AAA-SERVER-MIB CISCO-TCP-MIB
CISCO-AAL5-MIB CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB
CISCO-ACCESS-ENVON-MIB CISCO-VPDN-MGMT-MIB
CISCO-ATM-EXT-MIB CISCO-VPDN-MGMT-EXT-MIB
CISCO-BULK-FILE-MIB ENTITY-MIB (RFC 2737)
CISCO-CDP-MIB ETHERLIKE-MIB (RFC 2665)
CISCO-CLASS-BASED-QOS-MIB EVENT-MIB (RFC 2981)
CISCO-CONFIG-COPY-MIB EXPRESSION-MIB
CISCO-CONFIG-MAN-MIB IF-MIB (RFC 2233)
CISCO-ENTITY-ALARM-MIB IP-LOCALPOOL-MIB
CISCO-ENTITY-ASSET-MIB MPLS-LDP-MIB
CISCO-ENTITY-EXT-MIB MPLS-LSR-MIB
CISCO-ENTITY-FRU-CONTROL-MIB MPLS-TE-MIB
CISCO-ENTITY-PFE -MIB MPLS-VPN-MIB
CISCO-ENTITY-SENSOR-MIB NOTIFICATION-LOG-MIB (RFC3014)
CISCO-ENTITY-VENDORTYPE-OID-MIB OLD-CISCO-CHASSIS-MIB
CISCO-ENVMON-MIB OLD-CISCO-CPU-MIB
CISCO-FLASH-MIB OLD-CISCO-INTERFACES-MIB
CISCO-FRAME-RELAY-MIB OLD-CISCO-IP-MIB
CISCO-FTP-CLIENT-MIB OLD-CISCO-MEMORY-MIB
CISCO-HSRP-EXT-MIB PIM-MIB (RFC 2934)
CISCO-HSRP-MIB RFC1213-MIB (MIB II)
CISCO-IETF-IP-MIB RFC1243-MIB (AppleTalk)
CISCO-IMAGE-MIB RFC1253-MIB (OSPF)
CISCO-IPMROUTE-MIB RFC1315-MIB (FRAME RELAY MIB)
CISCO-IP-STAT-MIB RFC2495-MIB (DS1)
CISCO-MEMORY-POOL-MIB RFC2496-MIB (DS3)
CISCO-NBAR-PROTOCOL-DISCOVERY-MIB RMON-MIB (RFC 1757)
CISCO-PING-MIB SNMP-FRAMEWORK-MIB (RFC 2571)
CISCO-PPPOE-MIB SNMPv2-MIB (RFC 1907)
CISCO-PROCESS-MIB SNMP-NOTIFICATION-MIB (RFC 2573)
CISCO-PRODUCTS-MIB SNMP-TARGET-MIB (RFC 2573)
CISCO-QUEUE-MIB SNMP-USM-MIB (RFC 2574)
CISCO-RTTMON-MIB SNMP-VACM-MIB (RFC 2575)
CISCO-SMI SONET MIB
CISCO-SSG-MIB TCP-MIB (RFC 2012)
CISCO-NETFLOW-MIB UDP-MIB (RFC 2013)
CISCO-AAA-SESSION-MIB ---



Cisco

For a while, I had two Cisco commercial-grade devices in my office:

I now have SNMP running on both. The only way to access them, though, is via ulam3 (ssh ulam3 -X)

Try:

Here is a link for translating sysObjectID values: http://www.cisco.com/c/en/us/td/docs/wireless/wlse/2/supported/devices/table/wlsesdt.html#wp21030





...