snmp_mib_archive/inet-address.cfg
Heston Snodgrass 89bf4b016e initial commit
2016-12-15 15:03:18 -07:00

133 lines
1.8 KiB
INI
Executable File

#-MIBFILE: inet-address.mib
INET-ADDRESS-MIB DEFINITIONS ::= BEGIN
mib-2 OBJECT IDENTIFIER ::= { mgmt 1 }
DisplayString ::=
OCTET STRING (SIZE(0..255))
PhysAddress ::=
OCTET STRING
MacAddress ::=
OCTET STRING (SIZE(6))
TruthValue ::=
INTEGER {
true(1),
false(2)
}
TestAndIncr ::=
INTEGER (0..2147483647)
AutonomousType ::=
OBJECT IDENTIFIER
InstancePointer ::=
OBJECT IDENTIFIER
VariablePointer ::=
OBJECT IDENTIFIER
RowPointer ::=
OBJECT IDENTIFIER
RowStatus ::=
INTEGER {
active(1),
notInService(2),
notReady(3),
createAndGo(4),
createAndWait(5),
destroy(6)
}
TimeStamp ::=
TimeTicks
TimeInterval ::=
INTEGER (0..2147483647)
DateAndTime ::=
OCTET STRING (SIZE(8|11))
StorageType ::=
INTEGER {
other(1),
volatile(2),
nonVolatile(3),
permanent(4),
readOnly(5)
}
TDomain ::=
OBJECT IDENTIFIER
TAddress ::=
OCTET STRING (SIZE(1..255))
InetAddressType ::=
INTEGER {
unknown(0),
ipv4(1),
ipv6(2),
ipv4z(3),
ipv6z(4),
dns(16)
}
InetAddress ::=
OCTET STRING (SIZE(0..255))
InetAddressIPv4 ::=
OCTET STRING (SIZE(4))
InetAddressIPv6 ::=
OCTET STRING (SIZE(16))
InetAddressIPv4z ::=
OCTET STRING (SIZE(8))
InetAddressIPv6z ::=
OCTET STRING (SIZE(20))
InetAddressDNS ::=
OCTET STRING (SIZE(1..255))
InetAddressPrefixLength ::=
OCTET STRING
InetPortNumber ::=
OCTET STRING
InetAutonomousSystemNumber ::=
OCTET STRING
InetScopeType ::=
INTEGER {
interfaceLocal(1),
linkLocal(2),
subnetLocal(3),
adminLocal(4),
siteLocal(5),
organizationLocal(8),
global(14)
}
InetZoneIndex ::=
OCTET STRING
InetVersion ::=
INTEGER {
unknown(0),
ipv4(1),
ipv6(2)
}
inetAddressMIB OBJECT IDENTIFIER ::= { mib-2 76 }
END