Documentation Index

Fetch the complete documentation index at: https://docs.graphiant.com/llms.txt

Use this file to discover all available pages before exploring further.

Graphiant SNMP MIBs

Prev Next

Graphiant devices support SNMP-based remote monitoring and can be integrated with standard SNMP management platforms for monitoring and observability. For instructions on configuring SNMP remote monitoring on Graphiant devices, click here.

Graphiant provides the following vendor-specific Management Information Bases (MIBs) for use with supported SNMP management systems:

  • GRAPHIANT-MIB – Defines the Graphiant enterprise MIB namespace and serves as the root for all Graphiant-specific MIB modules.

  • GRAPHIANT-GRAPHNOS-MIB – Extends the Graphiant enterprise MIB (GRAPHIANT-MIB) and defines GraphNOS-specific objects, identifiers, and telemetry used by Graphiant network devices.

Download below GRAPHIANT-MIB and GRAPHIANT-GRAPHNOS-MIB files and import them into your SNMP management platform to enable monitoring of Graphiant-specific objects and telemetry.

GRAPHIANT-MIB

GRAPHIANT-MIB DEFINITIONS ::= BEGIN

IMPORTS
    MODULE-IDENTITY, enterprises FROM SNMPv2-SMI;

graphiantMIB MODULE-IDENTITY
    LAST-UPDATED "202605121000Z"
    ORGANIZATION "Graphiant"
    CONTACT-INFO
            "E-mail: support@graphiant.com"
    DESCRIPTION
            "Graphiant MIB."

    REVISION "202605121000Z"
    DESCRIPTION
            "Initial version."

    ::= { enterprises 59953 }

END

GRAPHIANT-GRAPHNOS-MIB

GRAPHIANT-GRAPHNOS-MIB DEFINITIONS ::= BEGIN

IMPORTS
    MODULE-IDENTITY FROM SNMPv2-SMI
    graphiantMIB FROM GRAPHIANT-MIB;

graphiantGraphNOSMIB MODULE-IDENTITY
    LAST-UPDATED "202605121000Z"
    ORGANIZATION "Graphiant"
    CONTACT-INFO
            "E-mail: support@graphiant.com"
    DESCRIPTION
            "Graphiant GraphNOS MIB."

    REVISION "202605121000Z"
    DESCRIPTION
            "Initial version."

    ::= { graphiantMIB 1 }

graphiantGraphNOSRoles OBJECT IDENTIFIER ::= { graphiantGraphNOSMIB 1 }
graphiantGraphNOSRoleGeneric OBJECT IDENTIFIER ::= { graphiantGraphNOSRoles 1 }

END