EX02-MIB
Test MIB module to show valid SMI constructs which are not valid in ASN.1.
Main OID:
ex01Module.1.3.6.1.3.1194
9
Objects
Active
Status
2
Dependencies
Imported Objects
Objects
9 total| Object Name |
|---|
ex01ModuleTest MIB module to show valid SMI constructs which are not valid in ASN.1. MODULE-IDENTITY .1.3.6.1.3.1194 |
oGGroup for objects. Unknown .1.3.6.1.3.1194.1 |
ex01Test OBJECT IDENTIFIER .1.3.6.1.3.1195 |
aTableAn example table. SEQUENCE OF AEntry .1.3.6.1.3.1195.1 |
aEntryAn entry in the example table. AEntry .1.3.6.1.3.1195.1.1 |
aIndexIndex for table. Enumeration .1.3.6.1.3.1195.1.1.1 |
aOct1An example object with OCTET STRING syntax.rw OCTET STRING .1.3.6.1.3.1195.1.1.2 |
aOct2An example object with OCTET STRING syntax.rw OCTET STRING .1.3.6.1.3.1195.1.1.3 |
aInt1An example object with Integer32 syntax.rw Integer32(1..'0a'h) -- the above ^^^^^ is not valid ASN.1 -- since only an integer is allowed here (also, the -- hex string is not valid since it uses lowercase letters) .1.3.6.1.3.1195.1.1.4 |