{
  "imports": {
    "class": "imports",
    "SNMPv2-CONF": [
      "NOTIFICATION-GROUP",
      "MODULE-COMPLIANCE"
    ],
    "SNMPv2-SMI": [
      "OBJECT-TYPE",
      "NOTIFICATION-TYPE",
      "MibIdentifier",
      "enterprises",
      "IpAddress",
      "MODULE-IDENTITY",
      "Counter32",
      "OBJECT-IDENTITY",
      "TimeTicks",
      "Counter64",
      "Unsigned32",
      "Integer32",
      "Gauge32",
      "iso",
      "Bits"
    ],
    "SNMPv2-TC": [
      "DisplayString",
      "TEXTUAL-CONVENTION"
    ]
  },
  "zxr10CliSystemMib": {
    "name": "zxr10CliSystemMib",
    "oid": "1.3.6.1.4.1.3902.3.1",
    "class": "moduleidentity",
    "revisions": [
      {
        "revision": "2015-10-21 00:00",
        "description": "Modify zxr10SystemSecretEncrypted MAX-ACCESS :read-only, modify zxr10SystemSecretPassword MAX-ACCESS :read-only, modify SecretRowStatus STATUS : obsolete."
      },
      {
        "revision": "2015-03-20 00:00",
        "description": "Delete the TAB char, modify invalid TC definition : SecretRowStatus, add MODULE-IDENTITY and LAST-UPDATED."
      }
    ],
    "lastupdated": "201510210000Z",
    "organization": "ZTE Corporation.",
    "contactinfo": "Chen Wenbo Tel: 675166 E-Mail: chen.wenbo@zte.com.cn"
  },
  "zte": {
    "name": "zte",
    "oid": "1.3.6.1.4.1.3902",
    "class": "objectidentity"
  },
  "zxr10": {
    "name": "zxr10",
    "oid": "1.3.6.1.4.1.3902.3",
    "class": "objectidentity"
  },
  "SecretRowStatus": {
    "name": "SecretRowStatus",
    "class": "textualconvention",
    "type": {
      "type": "INTEGER",
      "class": "type",
      "constraints": {
        "enumeration": {
          "active": 1,
          "createAndGo": 4,
          "destroy": 6
        }
      }
    },
    "status": "current",
    "description": "The RowStatus of this row instance.It could be used for creating, modify or remove instance. But only some of the six enumerated values for the RowStatus textual convention need be supported, specifically: active(1): the row is active, createAndGo(4): Create a new row, destroy(6): Remove current row."
  },
  "zxr10systemconfig": {
    "name": "zxr10systemconfig",
    "oid": "1.3.6.1.4.1.3902.3.1",
    "class": "objectidentity"
  },
  "zxr10SystemSecretTable": {
    "name": "zxr10SystemSecretTable",
    "oid": "1.3.6.1.4.1.3902.3.1.50",
    "nodetype": "table",
    "class": "objecttype",
    "maxaccess": "not-accessible",
    "status": "current",
    "description": "the description of zxr10 secret entries."
  },
  "zxr10SystemSecretEntry": {
    "name": "zxr10SystemSecretEntry",
    "oid": "1.3.6.1.4.1.3902.3.1.50.1",
    "nodetype": "row",
    "class": "objecttype",
    "maxaccess": "not-accessible",
    "indices": [
      {
        "module": "ZXR10-CLI-SYSTEM-MIB",
        "object": "zxr10SystemSecretLevel"
      }
    ],
    "status": "current",
    "description": "A secret entry containing objects that descript the enable secret infomation"
  },
  "zxr10SystemSecretLevel": {
    "name": "zxr10SystemSecretLevel",
    "oid": "1.3.6.1.4.1.3902.3.1.50.1.1",
    "nodetype": "column",
    "class": "objecttype",
    "syntax": {
      "type": "INTEGER",
      "class": "type"
    },
    "maxaccess": "read-only",
    "status": "current",
    "description": "The level of the secret. The max level is decided by performance parameter. It may be (1..18) or (1..15)"
  },
  "zxr10SystemSecretEncrypted": {
    "name": "zxr10SystemSecretEncrypted",
    "oid": "1.3.6.1.4.1.3902.3.1.50.1.2",
    "nodetype": "column",
    "class": "objecttype",
    "syntax": {
      "type": "INTEGER",
      "class": "type",
      "constraints": {
        "enumeration": {
          "unencrypted": 0,
          "encrypted": 5
        }
      }
    },
    "maxaccess": "read-only",
    "status": "current",
    "description": "Specifies an ENCRYPTED password or not. 0----Unencrypted 5----Encrypted"
  },
  "zxr10SystemSecretPassword": {
    "name": "zxr10SystemSecretPassword",
    "oid": "1.3.6.1.4.1.3902.3.1.50.1.3",
    "nodetype": "column",
    "class": "objecttype",
    "syntax": {
      "type": "DisplayString",
      "class": "type",
      "constraints": {
        "size": [
          {
            "min": 3,
            "max": 24
          }
        ]
      }
    },
    "maxaccess": "read-only",
    "status": "current",
    "description": "Specifies an secret. Unencrypted password: size(3..16) Encrypted password: size(24)"
  },
  "zxr10SystemSecretStatus": {
    "name": "zxr10SystemSecretStatus",
    "oid": "1.3.6.1.4.1.3902.3.1.50.1.4",
    "nodetype": "column",
    "class": "objecttype",
    "syntax": {
      "type": "SecretRowStatus",
      "class": "type"
    },
    "maxaccess": "read-create",
    "status": "obsolete",
    "description": "The RowStatus of this row instance.It could be used for creating, modify or remove instance. But only some of the six enumerated values for the RowStatus textual convention need be supported, specifically: active(1): the row is active, createAndGo(4): Create a new row, destroy(6): Remove current row."
  },
  "meta": {
    "comments": [
      "ASN.1 source file:///home/aosmanagic/work/allmibs/ZXR10-CLI-SYSTEM-MIB.mib",
      "Produced by pysmi-0.3.2 at Sun Sep 11 23:43:36 2022",
      "On host MyBox platform Linux version 4.19.0-18-amd64 by user aosmanagic",
      "Using Python version 3.7.3 (default, Jan 22 2021, 20:04:44) "
    ],
    "module": "ZXR10-CLI-SYSTEM-MIB"
  }
}