---
title: "Graphiant SNMP MIBs"
slug: "graphiant-snmp-mibs"
description: "Access Graphiant SNMP MIB information for integrating Edge devices and network services with monitoring platforms."
updated: 2026-07-15T19:06:44Z
published: 2026-07-15T19:06:44Z
canonical: "docs.graphiant.com/graphiant-snmp-mibs"
---

> ## 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

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](https://docs.graphiant.com/docs/configuring-snmp).

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

```plaintext
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

```plaintext
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
```
