|
| 1 | + |
| 2 | + ADTRAN-MIB DEFINITIONS ::= BEGIN |
| 3 | + |
| 4 | + -- TITLE: ADTRAN MIB Definitions |
| 5 | + -- FILENAME: ADTRAN.MIB |
| 6 | + -- AUTHOR: Jeff Wells |
| 7 | + -- DATE: 97/06/13 |
| 8 | + -- |
| 9 | + -- MODIFICATIONS: |
| 10 | + -- 98/04/10 SLS added adShared node for shared function mibs |
| 11 | + -- 98/05/05 SLS correct adShared & add adPerform shared function mibs |
| 12 | + |
| 13 | + -- {iso org(3) dod(6) internet(1) private(4) enterprises(1) adtran(664) } |
| 14 | + -- The ADTRAN-MIB defines the "adtran" enterprise tree node. This MIB |
| 15 | + -- provides the basis for the definition of all other ADTRAN MIBs. |
| 16 | + -- The "adProducts" sub-node under "adtran" lists all SNMP manageable |
| 17 | + -- products. Product specific MIBs are defined under "adMgmt". |
| 18 | + -- Management information common to all ADTRAN products appears under |
| 19 | + -- the "adAdmin" sub-node. |
| 20 | + |
| 21 | + IMPORTS |
| 22 | + enterprises |
| 23 | + FROM RFC1155-SMI |
| 24 | + OBJECT-TYPE |
| 25 | + FROM RFC-1212 |
| 26 | + DisplayString, PhysAddress |
| 27 | + FROM RFC1213-MIB; |
| 28 | + |
| 29 | + -- |
| 30 | + -- OBJECT IDENTIFIERS |
| 31 | + -- |
| 32 | + |
| 33 | + adtran OBJECT IDENTIFIER ::= { enterprises 664 } |
| 34 | + adProducts OBJECT IDENTIFIER ::= { adtran 1 } |
| 35 | + adMgmt OBJECT IDENTIFIER ::= { adtran 2 } |
| 36 | + adAdmin OBJECT IDENTIFIER ::= { adtran 3 } |
| 37 | + adPerform OBJECT IDENTIFIER ::= { adtran 4 } |
| 38 | + adShared OBJECT IDENTIFIER ::= { adtran 5 } |
| 39 | + |
| 40 | + -- |
| 41 | + -- PRODUCT IDENTIFIER SECTION - adProducts |
| 42 | + -- |
| 43 | + -- The name identifiers for Adtran products that support SNMP |
| 44 | + -- management appear in a list under the "adProducts" node. |
| 45 | + -- The location of the name within this list defines the MIB-II |
| 46 | + -- system group "sysObjectID" value for the product. For example, |
| 47 | + -- the T1 channel bank line interface unit, ACTDAXL3, will respond |
| 48 | + -- to a request for system object ID with the identifier sequence |
| 49 | + -- iso.org.dos.internet.private.enterprises.adtran.adProducts. |
| 50 | + -- adACTDAXL3 - 1.3.6.1.4.1.664.1.9 |
| 51 | + -- |
| 52 | + |
| 53 | + -- |
| 54 | + -- PRODUCT MANAGEMENT SECTION - adMgmt |
| 55 | + -- |
| 56 | + -- The "adMgmt" node contains product specific management information. |
| 57 | + -- Each manageable product will have its own sub-node under this node |
| 58 | + -- containing the product's management information. For example, the |
| 59 | + -- ACTDAXL3 management node is "adACTDAXL3mg" with the numeric |
| 60 | + -- identifier sequence - 1.3.6.1.4.1.664.2.9. |
| 61 | + -- |
| 62 | + |
| 63 | + -- |
| 64 | + -- ADMINISTRATION SECTION - adAdmin |
| 65 | + -- |
| 66 | + -- The "adAdmin" node contains administrative information |
| 67 | + -- for Adtran products. The "adProductInfo" group under this |
| 68 | + -- node contains information about the product, such as |
| 69 | + -- product name, part number, and revision. |
| 70 | + -- |
| 71 | + |
| 72 | + -- |
| 73 | + -- Perfomance SECTION - adPerform |
| 74 | + -- |
| 75 | + -- The "adPerform" node contains frame relay performance statistics |
| 76 | + -- for all Adtran "IQ" devices (i.e., TSUIQ & DSUIQ). Currently, the |
| 77 | + -- only mib groups under this branch are defined in the fperform mib. |
| 78 | + -- |
| 79 | + |
| 80 | + -- |
| 81 | + -- SHARED SECTION - adShared |
| 82 | + -- |
| 83 | + -- The "adShared" node contains management information for a specific |
| 84 | + -- function which may be supported by several manageable products. |
| 85 | + -- Each functional group will have its own sub-node under this node |
| 86 | + -- and be located within an individual MIB. For example, the node |
| 87 | + -- adExLan is the first node under the adShared node with the numeric |
| 88 | + -- identifier sequence - 1.3.6.1.4.1.664.5.1. |
| 89 | + -- |
| 90 | + |
| 91 | + -- |
| 92 | + -- Product Information group |
| 93 | + -- |
| 94 | + -- This group contains information common for most all Adtran |
| 95 | + -- products. |
| 96 | + -- |
| 97 | + |
| 98 | + adProductInfo OBJECT IDENTIFIER ::= { adAdmin 1 } |
| 99 | + |
| 100 | + adProdName OBJECT-TYPE |
| 101 | + SYNTAX DisplayString |
| 102 | + ACCESS read-only |
| 103 | + STATUS mandatory |
| 104 | + DESCRIPTION |
| 105 | + "The Adtran Product Name" |
| 106 | + ::= { adProductInfo 1 } |
| 107 | + |
| 108 | + adProdPartNumber OBJECT-TYPE |
| 109 | + SYNTAX DisplayString |
| 110 | + ACCESS read-only |
| 111 | + STATUS mandatory |
| 112 | + DESCRIPTION |
| 113 | + "The Adtran Product Part Number" |
| 114 | + ::= { adProductInfo 2 } |
| 115 | + |
| 116 | + adProdCLEIcode OBJECT-TYPE |
| 117 | + SYNTAX DisplayString |
| 118 | + ACCESS read-only |
| 119 | + STATUS mandatory |
| 120 | + DESCRIPTION |
| 121 | + "The Adtran Product CLEI Code" |
| 122 | + ::= { adProductInfo 3 } |
| 123 | + |
| 124 | + adProdSerialNumber OBJECT-TYPE |
| 125 | + SYNTAX DisplayString |
| 126 | + ACCESS read-only |
| 127 | + STATUS mandatory |
| 128 | + DESCRIPTION |
| 129 | + "The Adtran Product Serial Number" |
| 130 | + ::= { adProductInfo 4 } |
| 131 | + |
| 132 | + adProdRevision OBJECT-TYPE |
| 133 | + SYNTAX DisplayString |
| 134 | + ACCESS read-only |
| 135 | + STATUS mandatory |
| 136 | + DESCRIPTION |
| 137 | + "The Adtran Product Revision Number" |
| 138 | + ::= { adProductInfo 5 } |
| 139 | + |
| 140 | + adProdSwVersion OBJECT-TYPE |
| 141 | + SYNTAX DisplayString |
| 142 | + ACCESS read-only |
| 143 | + STATUS mandatory |
| 144 | + DESCRIPTION |
| 145 | + "The Adtran Product Software Version Number" |
| 146 | + ::= { adProductInfo 6 } |
| 147 | + |
| 148 | + adProdPhysAddress OBJECT-TYPE |
| 149 | + SYNTAX PhysAddress |
| 150 | + ACCESS read-only |
| 151 | + STATUS mandatory |
| 152 | + DESCRIPTION |
| 153 | + "This octet string variable contains the Adtran |
| 154 | + Physical Address assigned to this product. For |
| 155 | + example the octet sequence, 16 02 03 01, specifies |
| 156 | + channel bank number 16, digroup number 2, DS0 channel |
| 157 | + slot number 3, position 1. This object value is |
| 158 | + commonly reported in SNMP Traps to identify the |
| 159 | + product's location." |
| 160 | + ::= { adProductInfo 7 } |
| 161 | + |
| 162 | + |
| 163 | + END |
0 commit comments