MRVINREACH
AI MIB Summary
Standard SNMP MIB module defining data structures for MRVINREACH.
3465
Objects
Active
Status
2
Dependencies
Imported Objects
Objects
3465 total| Object Name |
|---|
ccitt OBJECT IDENTIFIER .0 |
IMPORTS Unknown .0 |
null OBJECT IDENTIFIER .0.0 |
iso OBJECT IDENTIFIER .1 |
org OBJECT IDENTIFIER .1.3 |
dod OBJECT IDENTIFIER .1.3.6 |
internet OBJECT IDENTIFIER .1.3.6.1 |
directory OBJECT IDENTIFIER .1.3.6.1.1 |
mgmt OBJECT IDENTIFIER .1.3.6.1.2 |
mib-2 OBJECT IDENTIFIER .1.3.6.1.2.1 |
system OBJECT IDENTIFIER .1.3.6.1.2.1.1 |
sysDescrA textual description of the entity. This value
should include the full name and version
identification of the system's hardware type,
software operating-system, and networking
software. It is mandatory that this only contain
printable ASCII characters.ro DisplayString .1.3.6.1.2.1.1.1 |
sysObjectIDThe vendor's authoritative identification of the
network management subsystem contained in the
entity. This value is allocated within the SMI
enterprises subtree (1.3.6.1.4.1) and provides an
easy and unambiguous means for determining `what
kind of box' is being managed. For example, if
vendor `Flintstones, Inc.' was assigned the
subtree 1.3.6.1.4.1.4242, it could assign the
identifier 1.3.6.1.4.1.4242.1.1 to its `Fred
Router'.ro OBJECT IDENTIFIER .1.3.6.1.2.1.1.2 |
sysUpTimeThe time (in hundredths of a second) since the
network management portion of the system was last
re-initialized.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.2.1.1.3 |
sysContactThe textual identification of the contact person
for this managed node, together with information
on how to contact this person.rw DisplayString .1.3.6.1.2.1.1.4 |
sysNameAn administratively-assigned name for this
managed node. By convention, this is the node's
fully-qualified domain name.rw DisplayString .1.3.6.1.2.1.1.5 |
sysLocationThe physical location of this node (e.g.,
`telephone closet, 3rd floor').rw DisplayString .1.3.6.1.2.1.1.6 |
sysServicesA value which indicates the set of services that
this entity primarily offers.
The value is a sum. This sum initially takes the
value zero, Then, for each layer, L, in the range
1 through 7, that this node performs transactions
for, 2 raised to (L - 1) is added to the sum. For
example, a node which performs primarily routing
functions would have a value of 4 (2^(3-1)). In
contrast, a node which is a host offering
application services would have a value of 72
(2^(4-1) + 2^(7-1)). Note that in the context of
the Internet suite of protocols, values should be
calculated accordingly:
layer functionality
1 physical (e.g., repeaters)
2 datalink/subnetwork (e.g., bridges)
3 internet (e.g., IP gateways)
4 end-to-end (e.g., IP hosts)
7 applications (e.g., mail relays)
For systems including OSI protocols, layers 5 and
6 may also be counted.ro INTEGER .1.3.6.1.2.1.1.7 |
interfaces OBJECT IDENTIFIER .1.3.6.1.2.1.2 |
ifNumberThe number of network interfaces (regardless of
their current state) present on this system.ro INTEGER .1.3.6.1.2.1.2.1 |
ifTableA list of interface entries. The number of
entries is given by the value of ifNumber. SEQUENCE OF IfEntry .1.3.6.1.2.1.2.2 |
ifEntryAn interface entry containing objects at the
subnetwork layer and below for a particular
interface. IfEntry .1.3.6.1.2.1.2.2.1 |
ifIndexA unique value for each interface. Its value
ranges between 1 and the value of ifNumber. The
value for each interface must remain constant at
least from one re-initialization of the entity's
network management system to the next re-
initialization.ro INTEGER .1.3.6.1.2.1.2.2.1.1 |
ifDescrA textual string containing information about the
interface. This string should include the name of
the manufacturer, the product name and the version
of the hardware interface.ro DisplayString .1.3.6.1.2.1.2.2.1.2 |
ifTypeThe type of interface, distinguished according to
the physical/link protocol(s) immediately `below'
the network layer in the protocol stack.ro Enumeration .1.3.6.1.2.1.2.2.1.3 |
ifMtuThe size of the largest datagram which can be
sent/received on the interface, specified in
octets. For interfaces that are used for
transmitting network datagrams, this is the size
of the largest network datagram that can be sent
on the interface.ro INTEGER .1.3.6.1.2.1.2.2.1.4 |
ifSpeedAn estimate of the interface's current bandwidth
in bits per second. For interfaces which do not
vary in bandwidth or for those where no accurate
estimation can be made, this object should contain
the nominal bandwidth.ro Gauge .1.3.6.1.2.1.2.2.1.5 |
ifPhysAddressThe interface's address at the protocol layer
immediately `below' the network layer in the
protocol stack. For interfaces which do not have
such an address (e.g., a serial line), this object
should contain an octet string of zero length.ro PhysAddress (SNMPv2-TC) .1.3.6.1.2.1.2.2.1.6 |
ifAdminStatusThe desired state of the interface. The
testing(3) state indicates that no operational
packets can be passed.rw Enumeration .1.3.6.1.2.1.2.2.1.7 |
ifOperStatusThe current operational state of the interface.
The testing(3) state indicates that no operational
packets can be passed.ro Enumeration .1.3.6.1.2.1.2.2.1.8 |
ifLastChangeThe value of sysUpTime at the time the interface
entered its current operational state. If the
current state was entered prior to the last re-
initialization of the local network management
subsystem, then this object contains a zero
value.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.2.1.2.2.1.9 |
ifInOctetsThe total number of octets received on the
interface, including framing characters.ro Counter .1.3.6.1.2.1.2.2.1.10 |
ifInUcastPktsThe number of subnetwork-unicast packets
delivered to a higher-layer protocol.ro Counter .1.3.6.1.2.1.2.2.1.11 |
ifInNUcastPktsThe number of non-unicast (i.e., subnetwork-
broadcast or subnetwork-multicast) packets
delivered to a higher-layer protocol.ro Counter .1.3.6.1.2.1.2.2.1.12 |
ifInDiscardsThe number of inbound packets which were chosen
to be discarded even though no errors had been
detected to prevent their being deliverable to a
higher-layer protocol. One possible reason for
discarding such a packet could be to free up
buffer space.ro Counter .1.3.6.1.2.1.2.2.1.13 |
ifInErrorsThe number of inbound packets that contained
errors preventing them from being deliverable to a
higher-layer protocol.ro Counter .1.3.6.1.2.1.2.2.1.14 |
ifInUnknownProtosThe number of packets received via the interface
which were discarded because of an unknown or
unsupported protocol.ro Counter .1.3.6.1.2.1.2.2.1.15 |
ifOutOctetsThe total number of octets transmitted out of the
interface, including framing characters.ro Counter .1.3.6.1.2.1.2.2.1.16 |
ifOutUcastPktsThe total number of packets that higher-level
protocols requested be transmitted to a
subnetwork-unicast address, including those that
were discarded or not sent.ro Counter .1.3.6.1.2.1.2.2.1.17 |
ifOutNUcastPktsThe total number of packets that higher-level
protocols requested be transmitted to a non-
unicast (i.e., a subnetwork-broadcast or
subnetwork-multicast) address, including those
that were discarded or not sent.ro Counter .1.3.6.1.2.1.2.2.1.18 |
ifOutDiscardsThe number of outbound packets which were chosen
to be discarded even though no errors had been
detected to prevent their being transmitted. One
possible reason for discarding such a packet could
be to free up buffer space.ro Counter .1.3.6.1.2.1.2.2.1.19 |
ifOutErrorsThe number of outbound packets that could not be
transmitted because of errors.ro Counter .1.3.6.1.2.1.2.2.1.20 |
ifOutQLenThe length of the output packet queue (in
packets).ro Gauge .1.3.6.1.2.1.2.2.1.21 |
ifSpecificA reference to MIB definitions specific to the
particular media being used to realize the
interface. For example, if the interface is
realized by an ethernet, then the value of this
object refers to a document defining objects
specific to ethernet. If this information is not
present, its value should be set to the OBJECT
IDENTIFIER { 0 0 }, which is a syntatically valid
object identifier, and any conformant
implementation of ASN.1 and BER must be able to
generate and recognize this value.ro OBJECT IDENTIFIER .1.3.6.1.2.1.2.2.1.22 |
at OBJECT IDENTIFIER .1.3.6.1.2.1.3 |
atTableThe Address Translation tables contain the
NetworkAddress to `physical' address equivalences.
Some interfaces do not use translation tables for
determining address equivalences (e.g., DDN-X.25
has an algorithmic method); if all interfaces are
of this type, then the Address Translation table
is empty, i.e., has zero entries.deprecated SEQUENCE OF AtEntry .1.3.6.1.2.1.3.1 |
atEntryEach entry contains one NetworkAddress to
`physical' address equivalence.deprecated AtEntry .1.3.6.1.2.1.3.1.1 |
atIfIndexThe interface on which this entry's equivalence
is effective. The interface identified by a
particular value of this index is the same
interface as identified by the same value of
ifIndex.rwdeprecated INTEGER .1.3.6.1.2.1.3.1.1.1 |
atPhysAddressThe media-dependent `physical' address.
Setting this object to a null string (one of zero
length) has the effect of invaliding the
corresponding entry in the atTable object. That
is, it effectively dissasociates the interface
identified with said entry from the mapping
identified with said entry. It is an
implementation-specific matter as to whether the
agent removes an invalidated entry from the table.
Accordingly, management stations must be prepared
to receive tabular information from agents that
corresponds to entries not currently in use.
Proper interpretation of such entries requires
examination of the relevant atPhysAddress object.rwdeprecated PhysAddress (SNMPv2-TC) .1.3.6.1.2.1.3.1.1.2 |
atNetAddressThe NetworkAddress (e.g., the IP address)
corresponding to the media-dependent `physical'
address.rwdeprecated NetworkAddress .1.3.6.1.2.1.3.1.1.3 |
ip OBJECT IDENTIFIER .1.3.6.1.2.1.4 |
ipForwardingThe indication of whether this entity is acting
as an IP gateway in respect to the forwarding of
datagrams received by, but not addressed to, this
entity. IP gateways forward datagrams. IP hosts
do not (except those source-routed via the host).
Note that for some managed nodes, this object may
take on only a subset of the values possible.
Accordingly, it is appropriate for an agent to
return a `badValue' response if a management
station attempts to change this object to an
inappropriate value.rw Enumeration .1.3.6.1.2.1.4.1 |
ipDefaultTTLThe default value inserted into the Time-To-Live
field of the IP header of datagrams originated at
this entity, whenever a TTL value is not supplied
by the transport layer protocol.rw INTEGER .1.3.6.1.2.1.4.2 |
ipInReceivesThe total number of input datagrams received from
interfaces, including those received in error.ro Counter .1.3.6.1.2.1.4.3 |
ipInHdrErrorsThe number of input datagrams discarded due to
errors in their IP headers, including bad
checksums, version number mismatch, other format
errors, time-to-live exceeded, errors discovered
in processing their IP options, etc.ro Counter .1.3.6.1.2.1.4.4 |
ipInAddrErrorsThe number of input datagrams discarded because
the IP address in their IP header's destination
field was not a valid address to be received at
this entity. This count includes invalid
addresses (e.g., 0.0.0.0) and addresses of
unsupported Classes (e.g., Class E). For entities
which are not IP Gateways and therefore do not
forward datagrams, this counter includes datagrams
discarded because the destination address was not
a local address.ro Counter .1.3.6.1.2.1.4.5 |
ipForwDatagramsThe number of input datagrams for which this
entity was not their final IP destination, as a
result of which an attempt was made to find a
route to forward them to that final destination.
In entities which do not act as IP Gateways, this
counter will include only those packets which were
Source-Routed via this entity, and the Source-
Route option processing was successful.ro Counter .1.3.6.1.2.1.4.6 |
ipInUnknownProtosThe number of locally-addressed datagrams
received successfully but discarded because of an
unknown or unsupported protocol.ro Counter .1.3.6.1.2.1.4.7 |
ipInDiscardsThe number of input IP datagrams for which no
problems were encountered to prevent their
continued processing, but which were discarded
(e.g., for lack of buffer space). Note that this
counter does not include any datagrams discarded
while awaiting re-assembly.ro Counter .1.3.6.1.2.1.4.8 |
ipInDeliversThe total number of input datagrams successfully
delivered to IP user-protocols (including ICMP).ro Counter .1.3.6.1.2.1.4.9 |
ipOutRequestsThe total number of IP datagrams which local IP
user-protocols (including ICMP) supplied to IP in
requests for transmission. Note that this counter
does not include any datagrams counted in
ipForwDatagrams.ro Counter .1.3.6.1.2.1.4.10 |
ipOutDiscardsThe number of output IP datagrams for which no
problem was encountered to prevent their
transmission to their destination, but which were
discarded (e.g., for lack of buffer space). Note
that this counter would include datagrams counted
in ipForwDatagrams if any such packets met this
(discretionary) discard criterion.ro Counter .1.3.6.1.2.1.4.11 |
ipOutNoRoutesThe number of IP datagrams discarded because no
route could be found to transmit them to their
destination. Note that this counter includes any
packets counted in ipForwDatagrams which meet this
`no-route' criterion. Note that this includes any
datagarms which a host cannot route because all of
its default gateways are down.ro Counter .1.3.6.1.2.1.4.12 |
ipReasmTimeoutThe maximum number of seconds which received
fragments are held while they are awaiting
reassembly at this entity.ro INTEGER .1.3.6.1.2.1.4.13 |
ipReasmReqdsThe number of IP fragments received which needed
to be reassembled at this entity.ro Counter .1.3.6.1.2.1.4.14 |
ipReasmOKsThe number of IP datagrams successfully re-
assembled.ro Counter .1.3.6.1.2.1.4.15 |
ipReasmFailsThe number of failures detected by the IP re-
assembly algorithm (for whatever reason: timed
out, errors, etc). Note that this is not
necessarily a count of discarded IP fragments
since some algorithms (notably the algorithm in
RFC 815) can lose track of the number of fragments
by combining them as they are received.ro Counter .1.3.6.1.2.1.4.16 |
ipFragOKsThe number of IP datagrams that have been
successfully fragmented at this entity.ro Counter .1.3.6.1.2.1.4.17 |
ipFragFailsThe number of IP datagrams that have been
discarded because they needed to be fragmented at
this entity but could not be, e.g., because their
Don't Fragment flag was set.ro Counter .1.3.6.1.2.1.4.18 |
ipFragCreatesThe number of IP datagram fragments that have
been generated as a result of fragmentation at
this entity.ro Counter .1.3.6.1.2.1.4.19 |
ipAddrTableThe table of addressing information relevant to
this entity's IP addresses. SEQUENCE OF IpAddrEntry .1.3.6.1.2.1.4.20 |
ipAddrEntryThe addressing information for one of this
entity's IP addresses. IpAddrEntry .1.3.6.1.2.1.4.20.1 |
ipAdEntAddrThe IP address to which this entry's addressing
information pertains.ro IpAddress .1.3.6.1.2.1.4.20.1.1 |
ipAdEntIfIndexThe index value which uniquely identifies the
interface to which this entry is applicable. The
interface identified by a particular value of this
index is the same interface as identified by the
same value of ifIndex.ro INTEGER .1.3.6.1.2.1.4.20.1.2 |
ipAdEntNetMaskThe subnet mask associated with the IP address of
this entry. The value of the mask is an IP
address with all the network bits set to 1 and all
the hosts bits set to 0.ro IpAddress .1.3.6.1.2.1.4.20.1.3 |
ipAdEntBcastAddrThe value of the least-significant bit in the IP
broadcast address used for sending datagrams on
the (logical) interface associated with the IP
address of this entry. For example, when the
Internet standard all-ones broadcast address is
used, the value will be 1. This value applies to
both the subnet and network broadcasts addresses
used by the entity on this (logical) interface.ro INTEGER .1.3.6.1.2.1.4.20.1.4 |
ipAdEntReasmMaxSizeThe size of the largest IP datagram which this
entity can re-assemble from incoming IP fragmented
datagrams received on this interface.ro INTEGER .1.3.6.1.2.1.4.20.1.5 |
ipRouteTableThis entity's IP Routing table. SEQUENCE OF IpRouteEntry .1.3.6.1.2.1.4.21 |
ipRouteEntryA route to a particular destination. IpRouteEntry .1.3.6.1.2.1.4.21.1 |
ipRouteDestThe destination IP address of this route. An
entry with a value of 0.0.0.0 is considered a
default route. Multiple routes to a single
destination can appear in the table, but access to
such multiple entries is dependent on the table-
access mechanisms defined by the network
management protocol in use.rw IpAddress .1.3.6.1.2.1.4.21.1.1 |
ipRouteIfIndexThe index value which uniquely identifies the
local interface through which the next hop of this
route should be reached. The interface identified
by a particular value of this index is the same
interface as identified by the same value of
ifIndex.rw INTEGER .1.3.6.1.2.1.4.21.1.2 |
ipRouteMetric1The primary routing metric for this route. The
semantics of this metric are determined by the
routing-protocol specified in the route's
ipRouteProto value. If this metric is not used,
its value should be set to -1.rw INTEGER .1.3.6.1.2.1.4.21.1.3 |
ipRouteMetric2An alternate routing metric for this route. The
semantics of this metric are determined by the
routing-protocol specified in the route's
ipRouteProto value. If this metric is not used,
its value should be set to -1.rw INTEGER .1.3.6.1.2.1.4.21.1.4 |
ipRouteMetric3An alternate routing metric for this route. The
semantics of this metric are determined by the
routing-protocol specified in the route's
ipRouteProto value. If this metric is not used,
its value should be set to -1.rw INTEGER .1.3.6.1.2.1.4.21.1.5 |
ipRouteMetric4An alternate routing metric for this route. The
semantics of this metric are determined by the
routing-protocol specified in the route's
ipRouteProto value. If this metric is not used,
its value should be set to -1.rw INTEGER .1.3.6.1.2.1.4.21.1.6 |
ipRouteNextHopThe IP address of the next hop of this route.
(In the case of a route bound to an interface
which is realized via a broadcast media, the value
of this field is the agent's IP address on that
interface.)rw IpAddress .1.3.6.1.2.1.4.21.1.7 |
ipRouteTypeThe type of route. Note that the values
direct(3) and indirect(4) refer to the notion of
direct and indirect routing in the IP
architecture.
Setting this object to the value invalid(2) has
the effect of invalidating the corresponding entry
in the ipRouteTable object. That is, it
effectively dissasociates the destination
identified with said entry from the route
identified with said entry. It is an
implementation-specific matter as to whether the
agent removes an invalidated entry from the table.
Accordingly, management stations must be prepared
to receive tabular information from agents that
corresponds to entries not currently in use.
Proper interpretation of such entries requires
examination of the relevant ipRouteType object.rw Enumeration .1.3.6.1.2.1.4.21.1.8 |
ipRouteProtoThe routing mechanism via which this route was
learned. Inclusion of values for gateway routing
protocols is not intended to imply that hosts
should support those protocols.ro Enumeration .1.3.6.1.2.1.4.21.1.9 |
ipRouteAgeThe number of seconds since this route was last
updated or otherwise determined to be correct.
Note that no semantics of `too old' can be implied
except through knowledge of the routing protocol
by which the route was learned.rw INTEGER .1.3.6.1.2.1.4.21.1.10 |
ipRouteMaskIndicate the mask to be logical-ANDed with the
destination address before being compared to the
value in the ipRouteDest field. For those systems
that do not support arbitrary subnet masks, an
agent constructs the value of the ipRouteMask by
determining whether the value of the correspondent
ipRouteDest field belong to a class-A, B, or C
network, and then using one of:
mask network
255.0.0.0 class-A
255.255.0.0 class-B
255.255.255.0 class-C
If the value of the ipRouteDest is 0.0.0.0 (a
default route), then the mask value is also
0.0.0.0. It should be noted that all IP routing
subsystems implicitly use this mechanism.rw IpAddress .1.3.6.1.2.1.4.21.1.11 |
ipRouteMetric5An alternate routing metric for this route. The
semantics of this metric are determined by the
routing-protocol specified in the route's
ipRouteProto value. If this metric is not used,
its value should be set to -1.rw INTEGER .1.3.6.1.2.1.4.21.1.12 |
ipRouteInfoA reference to MIB definitions specific to the
particular routing protocol which is responsible
for this route, as determined by the value
specified in the route's ipRouteProto value. If
this information is not present, its value should
be set to the OBJECT IDENTIFIER { 0 0 }, which is
a syntatically valid object identifier, and any
conformant implementation of ASN.1 and BER must be
able to generate and recognize this value.ro OBJECT IDENTIFIER .1.3.6.1.2.1.4.21.1.13 |
ipNetToMediaTableThe IP Address Translation table used for mapping
from IP addresses to physical addresses. SEQUENCE OF IpNetToMediaEntry .1.3.6.1.2.1.4.22 |
ipNetToMediaEntryEach entry contains one IpAddress to `physical'
address equivalence. IpNetToMediaEntry .1.3.6.1.2.1.4.22.1 |
ipNetToMediaIfIndexThe interface on which this entry's equivalence
is effective. The interface identified by a
particular value of this index is the same
interface as identified by the same value of
ifIndex.rw INTEGER .1.3.6.1.2.1.4.22.1.1 |
ipNetToMediaPhysAddressThe media-dependent `physical' address.rw PhysAddress (SNMPv2-TC) .1.3.6.1.2.1.4.22.1.2 |
ipNetToMediaNetAddressThe IpAddress corresponding to the media-
dependent `physical' address.ro IpAddress .1.3.6.1.2.1.4.22.1.3 |
ipNetToMediaTypeThe type of mapping.
Setting this object to the value invalid(2) has
the effect of invalidating the corresponding entry
in the ipNetToMediaTable. That is, it effectively
dissasociates the interface identified with said
entry from the mapping identified with said entry.
It is an implementation-specific matter as to
whether the agent removes an invalidated entry
from the table. Accordingly, management stations
must be prepared to receive tabular information
from agents that corresponds to entries not
currently in use. Proper interpretation of such
entries requires examination of the relevant
ipNetToMediaType object.rw Enumeration .1.3.6.1.2.1.4.22.1.4 |
ipRoutingDiscardsThe number of routing entries which were chosen
to be discarded even though they are valid. One
possible reason for discarding such an entry could
be to free-up buffer space for other routing
entries.ro Counter .1.3.6.1.2.1.4.23 |
icmp OBJECT IDENTIFIER .1.3.6.1.2.1.5 |
icmpInMsgsThe total number of ICMP messages which the
entity received. Note that this counter includes
all those counted by icmpInErrors.ro Counter .1.3.6.1.2.1.5.1 |
icmpInErrorsThe number of ICMP messages which the entity
received but determined as having ICMP-specific
errors (bad ICMP checksums, bad length, etc.).ro Counter .1.3.6.1.2.1.5.2 |
icmpInDestUnreachsThe number of ICMP Destination Unreachable
messages received.ro Counter .1.3.6.1.2.1.5.3 |
icmpInTimeExcdsThe number of ICMP Time Exceeded messages
received.ro Counter .1.3.6.1.2.1.5.4 |
icmpInParmProbsThe number of ICMP Parameter Problem messages
received.ro Counter .1.3.6.1.2.1.5.5 |
icmpInSrcQuenchsThe number of ICMP Source Quench messages
received.ro Counter .1.3.6.1.2.1.5.6 |
icmpInRedirectsThe number of ICMP Redirect messages received.ro Counter .1.3.6.1.2.1.5.7 |
icmpInEchosThe number of ICMP Echo (request) messages
received.ro Counter .1.3.6.1.2.1.5.8 |
icmpInEchoRepsThe number of ICMP Echo Reply messages received.ro Counter .1.3.6.1.2.1.5.9 |
icmpInTimestampsThe number of ICMP Timestamp (request) messages
received.ro Counter .1.3.6.1.2.1.5.10 |
icmpInTimestampRepsThe number of ICMP Timestamp Reply messages
received.ro Counter .1.3.6.1.2.1.5.11 |
icmpInAddrMasksThe number of ICMP Address Mask Request messages
received.ro Counter .1.3.6.1.2.1.5.12 |
icmpInAddrMaskRepsThe number of ICMP Address Mask Reply messages
received.ro Counter .1.3.6.1.2.1.5.13 |
icmpOutMsgsThe total number of ICMP messages which this
entity attempted to send. Note that this counter
includes all those counted by icmpOutErrors.ro Counter .1.3.6.1.2.1.5.14 |
icmpOutErrorsThe number of ICMP messages which this entity did
not send due to problems discovered within ICMP
such as a lack of buffers. This value should not
include errors discovered outside the ICMP layer
such as the inability of IP to route the resultant
datagram. In some implementations there may be no
types of error which contribute to this counter's
value.ro Counter .1.3.6.1.2.1.5.15 |
icmpOutDestUnreachsThe number of ICMP Destination Unreachable
messages sent.ro Counter .1.3.6.1.2.1.5.16 |
icmpOutTimeExcdsThe number of ICMP Time Exceeded messages sent.ro Counter .1.3.6.1.2.1.5.17 |
icmpOutParmProbsThe number of ICMP Parameter Problem messages
sent.ro Counter .1.3.6.1.2.1.5.18 |
icmpOutSrcQuenchsThe number of ICMP Source Quench messages sent.ro Counter .1.3.6.1.2.1.5.19 |
icmpOutRedirectsThe number of ICMP Redirect messages sent. For a
host, this object will always be zero, since hosts
do not send redirects.ro Counter .1.3.6.1.2.1.5.20 |
icmpOutEchosThe number of ICMP Echo (request) messages sent.ro Counter .1.3.6.1.2.1.5.21 |
icmpOutEchoRepsThe number of ICMP Echo Reply messages sent.ro Counter .1.3.6.1.2.1.5.22 |
icmpOutTimestampsThe number of ICMP Timestamp (request) messages
sent.ro Counter .1.3.6.1.2.1.5.23 |
icmpOutTimestampRepsThe number of ICMP Timestamp Reply messages
sent.ro Counter .1.3.6.1.2.1.5.24 |
icmpOutAddrMasksThe number of ICMP Address Mask Request messages
sent.ro Counter .1.3.6.1.2.1.5.25 |
icmpOutAddrMaskRepsThe number of ICMP Address Mask Reply messages
sent.ro Counter .1.3.6.1.2.1.5.26 |
tcp OBJECT IDENTIFIER .1.3.6.1.2.1.6 |
tcpRtoAlgorithmThe algorithm used to determine the timeout value
used for retransmitting unacknowledged octets.ro Enumeration .1.3.6.1.2.1.6.1 |
tcpRtoMinThe minimum value permitted by a TCP
implementation for the retransmission timeout,
measured in milliseconds. More refined semantics
for objects of this type depend upon the algorithm
used to determine the retransmission timeout. In
particular, when the timeout algorithm is rsre(3),
an object of this type has the semantics of the
LBOUND quantity described in RFC 793.ro INTEGER .1.3.6.1.2.1.6.2 |
tcpRtoMaxThe maximum value permitted by a TCP
implementation for the retransmission timeout,
measured in milliseconds. More refined semantics
for objects of this type depend upon the algorithm
used to determine the retransmission timeout. In
particular, when the timeout algorithm is rsre(3),
an object of this type has the semantics of the
UBOUND quantity described in RFC 793.ro INTEGER .1.3.6.1.2.1.6.3 |
tcpMaxConnThe limit on the total number of TCP connections
the entity can support. In entities where the
maximum number of connections is dynamic, this
object should contain the value -1.ro INTEGER .1.3.6.1.2.1.6.4 |
tcpActiveOpensThe number of times TCP connections have made a
direct transition to the SYN-SENT state from the
CLOSED state.ro Counter .1.3.6.1.2.1.6.5 |
tcpPassiveOpensThe number of times TCP connections have made a
direct transition to the SYN-RCVD state from the
LISTEN state.ro Counter .1.3.6.1.2.1.6.6 |
tcpAttemptFailsThe number of times TCP connections have made a
direct transition to the CLOSED state from either
the SYN-SENT state or the SYN-RCVD state, plus the
number of times TCP connections have made a direct
transition to the LISTEN state from the SYN-RCVD
state.ro Counter .1.3.6.1.2.1.6.7 |
tcpEstabResetsThe number of times TCP connections have made a
direct transition to the CLOSED state from either
the ESTABLISHED state or the CLOSE-WAIT state.ro Counter .1.3.6.1.2.1.6.8 |
tcpCurrEstabThe number of TCP connections for which the
current state is either ESTABLISHED or CLOSE-
WAIT.ro Gauge .1.3.6.1.2.1.6.9 |
tcpInSegsThe total number of segments received, including
those received in error. This count includes
segments received on currently established
connections.ro Counter .1.3.6.1.2.1.6.10 |
tcpOutSegsThe total number of segments sent, including
those on current connections but excluding those
containing only retransmitted octets.ro Counter .1.3.6.1.2.1.6.11 |
tcpRetransSegsThe total number of segments retransmitted - that
is, the number of TCP segments transmitted
containing one or more previously transmitted
octets.ro Counter .1.3.6.1.2.1.6.12 |
tcpConnTableA table containing TCP connection-specific
information. SEQUENCE OF TcpConnEntry .1.3.6.1.2.1.6.13 |
tcpConnEntryInformation about a particular current TCP
connection. An object of this type is transient,
in that it ceases to exist when (or soon after)
the connection makes the transition to the CLOSED
state. TcpConnEntry .1.3.6.1.2.1.6.13.1 |
tcpConnStateThe state of this TCP connection.
The only value which may be set by a management
station is deleteTCB(12). Accordingly, it is
appropriate for an agent to return a `badValue'
response if a management station attempts to set
this object to any other value.
If a management station sets this object to the
value deleteTCB(12), then this has the effect of
deleting the TCB (as defined in RFC 793) of the
corresponding connection on the managed node,
resulting in immediate termination of the
connection.
As an implementation-specific option, a RST
segment may be sent from the managed node to the
other TCP endpoint (note however that RST segments
are not sent reliably).rw Enumeration .1.3.6.1.2.1.6.13.1.1 |
tcpConnLocalAddressThe local IP address for this TCP connection. In
the case of a connection in the listen state which
is willing to accept connections for any IP
interface associated with the node, the value
0.0.0.0 is used.ro IpAddress .1.3.6.1.2.1.6.13.1.2 |
tcpConnLocalPortThe local port number for this TCP connection.ro INTEGER .1.3.6.1.2.1.6.13.1.3 |
tcpConnRemAddressThe remote IP address for this TCP connection.ro IpAddress .1.3.6.1.2.1.6.13.1.4 |
tcpConnRemPortThe remote port number for this TCP connection.ro INTEGER .1.3.6.1.2.1.6.13.1.5 |
tcpInErrsThe total number of segments received in error
(e.g., bad TCP checksums).ro Counter .1.3.6.1.2.1.6.14 |
tcpOutRstsThe number of TCP segments sent containing the
RST flag.ro Counter .1.3.6.1.2.1.6.15 |
udp OBJECT IDENTIFIER .1.3.6.1.2.1.7 |
udpInDatagramsThe total number of UDP datagrams delivered to
UDP users.ro Counter .1.3.6.1.2.1.7.1 |
udpNoPortsThe total number of received UDP datagrams for
which there was no application at the destination
port.ro Counter .1.3.6.1.2.1.7.2 |
udpInErrorsThe number of received UDP datagrams that could
not be delivered for reasons other than the lack
of an application at the destination port.ro Counter .1.3.6.1.2.1.7.3 |
udpOutDatagramsThe total number of UDP datagrams sent from this
entity.ro Counter .1.3.6.1.2.1.7.4 |
udpTableA table containing UDP listener information. SEQUENCE OF UdpEntry .1.3.6.1.2.1.7.5 |
udpEntryInformation about a particular current UDP
listener. UdpEntry .1.3.6.1.2.1.7.5.1 |
udpLocalAddressThe local IP address for this UDP listener. In
the case of a UDP listener which is willing to
accept datagrams for any IP interface associated
with the node, the value 0.0.0.0 is used.ro IpAddress .1.3.6.1.2.1.7.5.1.1 |
udpLocalPortThe local port number for this UDP listener.ro INTEGER .1.3.6.1.2.1.7.5.1.2 |
egp OBJECT IDENTIFIER .1.3.6.1.2.1.8 |
egpInMsgsThe number of EGP messages received without
error.ro Counter .1.3.6.1.2.1.8.1 |
egpInErrorsThe number of EGP messages received that proved
to be in error.ro Counter .1.3.6.1.2.1.8.2 |
egpOutMsgsThe total number of locally generated EGP
messages.ro Counter .1.3.6.1.2.1.8.3 |
egpOutErrorsThe number of locally generated EGP messages not
sent due to resource limitations within an EGP
entity.ro Counter .1.3.6.1.2.1.8.4 |
egpNeighTableThe EGP neighbor table. SEQUENCE OF EgpNeighEntry .1.3.6.1.2.1.8.5 |
egpNeighEntryInformation about this entity's relationship with
a particular EGP neighbor. EgpNeighEntry .1.3.6.1.2.1.8.5.1 |
egpNeighStateThe EGP state of the local system with respect to
this entry's EGP neighbor. Each EGP state is
represented by a value that is one greater than
the numerical value associated with said state in
RFC 904.ro Enumeration .1.3.6.1.2.1.8.5.1.1 |
egpNeighAddrThe IP address of this entry's EGP neighbor.ro IpAddress .1.3.6.1.2.1.8.5.1.2 |
egpNeighAsThe autonomous system of this EGP peer. Zero
should be specified if the autonomous system
number of the neighbor is not yet known.ro INTEGER .1.3.6.1.2.1.8.5.1.3 |
egpNeighInMsgsThe number of EGP messages received without error
from this EGP peer.ro Counter .1.3.6.1.2.1.8.5.1.4 |
egpNeighInErrsThe number of EGP messages received from this EGP
peer that proved to be in error (e.g., bad EGP
checksum).ro Counter .1.3.6.1.2.1.8.5.1.5 |
egpNeighOutMsgsThe number of locally generated EGP messages to
this EGP peer.ro Counter .1.3.6.1.2.1.8.5.1.6 |
egpNeighOutErrsThe number of locally generated EGP messages not
sent to this EGP peer due to resource limitations
within an EGP entity.ro Counter .1.3.6.1.2.1.8.5.1.7 |
egpNeighInErrMsgsThe number of EGP-defined error messages received
from this EGP peer.ro Counter .1.3.6.1.2.1.8.5.1.8 |
egpNeighOutErrMsgsThe number of EGP-defined error messages sent to
this EGP peer.ro Counter .1.3.6.1.2.1.8.5.1.9 |
egpNeighStateUpsThe number of EGP state transitions to the UP
state with this EGP peer.ro Counter .1.3.6.1.2.1.8.5.1.10 |
egpNeighStateDownsThe number of EGP state transitions from the UP
state to any other state with this EGP peer.ro Counter .1.3.6.1.2.1.8.5.1.11 |
egpNeighIntervalHelloThe interval between EGP Hello command
retransmissions (in hundredths of a second). This
represents the t1 timer as defined in RFC 904.ro INTEGER .1.3.6.1.2.1.8.5.1.12 |
egpNeighIntervalPollThe interval between EGP poll command
retransmissions (in hundredths of a second). This
represents the t3 timer as defined in RFC 904.ro INTEGER .1.3.6.1.2.1.8.5.1.13 |
egpNeighModeThe polling mode of this EGP entity, either
passive or active.ro Enumeration .1.3.6.1.2.1.8.5.1.14 |
egpNeighEventTriggerA control variable used to trigger operator-
initiated Start and Stop events. When read, this
variable always returns the most recent value that
egpNeighEventTrigger was set to. If it has not
been set since the last initialization of the
network management subsystem on the node, it
returns a value of `stop'.
When set, this variable causes a Start or Stop
event on the specified neighbor, as specified on
pages 8-10 of RFC 904. Briefly, a Start event
causes an Idle peer to begin neighbor acquisition
and a non-Idle peer to reinitiate neighbor
acquisition. A stop event causes a non-Idle peer
to return to the Idle state until a Start event
occurs, either via egpNeighEventTrigger or
otherwise.rw Enumeration .1.3.6.1.2.1.8.5.1.15 |
egpAsThe autonomous system number of this EGP entity.ro INTEGER .1.3.6.1.2.1.8.6 |
transmission OBJECT IDENTIFIER .1.3.6.1.2.1.10 |
ppp OBJECT IDENTIFIER .1.3.6.1.2.1.10.23 |
pppLcp OBJECT IDENTIFIER .1.3.6.1.2.1.10.23.1 |
pppLink OBJECT IDENTIFIER .1.3.6.1.2.1.10.23.1.1 |
pppLinkStatusTableA table containing PPP-link specific variables
for this PPP implementation. SEQUENCE OF PppLinkStatusEntry .1.3.6.1.2.1.10.23.1.1.1 |
pppLinkStatusEntryManagement information about a particular PPP
Link. PppLinkStatusEntry .1.3.6.1.2.1.10.23.1.1.1.1 |
pppLinkStatusPhysicalIndexThe value of ifIndex that identifies the
lower-level interface over which this PPP Link
is operating. This interface would usually be
an HDLC or RS-232 type of interface. If there
is no lower-layer interface element, or there
is no ifEntry for the element, or the element
can not be identified, then the value of this
object is 0. For example, suppose that PPP is
operating over a serial port. This would use
two entries in the ifTable. The PPP could be
running over `interface' number 123 and the
serial port could be running over `interface'
number 987. Therefore, ifSpecific.123 would
contain the OBJECT IDENTIFIER ppp
pppLinkStatusPhysicalIndex.123 would contain
987, and ifSpecific.987 would contain the
OBJECT IDENTIFIER for the serial-port's media-
specific MIB.ro INTEGER .1.3.6.1.2.1.10.23.1.1.1.1.1 |
pppLinkStatusBadAddressesThe number of packets received with an
incorrect Address Field. This counter is a
component of the ifInErrors variable that is
associated with the interface that represents
this PPP Link.ro Counter .1.3.6.1.2.1.10.23.1.1.1.1.2 |
pppLinkStatusBadControlsThe number of packets received on this link
with an incorrect Control Field. This counter
is a component of the ifInErrors variable that
is associated with the interface that
represents this PPP Link.ro Counter .1.3.6.1.2.1.10.23.1.1.1.1.3 |
pppLinkStatusPacketTooLongsThe number of received packets that have been
discarded because their length exceeded the
MRU. This counter is a component of the
ifInErrors variable that is associated with the
interface that represents this PPP Link. NOTE,
packets which are longer than the MRU but which
are successfully received and processed are NOT
included in this count.ro Counter .1.3.6.1.2.1.10.23.1.1.1.1.4 |
pppLinkStatusBadFCSsThe number of received packets that have been
discarded due to having an incorrect FCS. This
counter is a component of the ifInErrors
variable that is associated with the interface
that represents this PPP Link.ro Counter .1.3.6.1.2.1.10.23.1.1.1.1.5 |
pppLinkStatusLocalMRUThe current value of the MRU for the local PPP
Entity. This value is the MRU that the remote
entity is using when sending packets to the
local PPP entity. The value of this object is
meaningful only when the link has reached the
open state (ifOperStatus is up).ro INTEGER .1.3.6.1.2.1.10.23.1.1.1.1.6 |
pppLinkStatusRemoteMRUThe current value of the MRU for the remote
PPP Entity. This value is the MRU that the
local entity is using when sending packets to
the remote PPP entity. The value of this object
is meaningful only when the link has reached
the open state (ifOperStatus is up).ro INTEGER .1.3.6.1.2.1.10.23.1.1.1.1.7 |
pppLinkStatusLocalToPeerACCMapThe current value of the ACC Map used for
sending packets from the local PPP entity to
the remote PPP entity. The value of this object
is meaningful only when the link has reached
the open state (ifOperStatus is up).ro OCTET STRING .1.3.6.1.2.1.10.23.1.1.1.1.8 |
pppLinkStatusPeerToLocalACCMapThe ACC Map used by the remote PPP entity when
transmitting packets to the local PPP entity.
The value of this object is meaningful only
when the link has reached the open state
(ifOperStatus is up).ro OCTET STRING .1.3.6.1.2.1.10.23.1.1.1.1.9 |
pppLinkStatusLocalToRemoteProtocolCompressionIndicates whether the local PPP entity will
use Protocol Compression when transmitting
packets to the remote PPP entity. The value of
this object is meaningful only when the link
has reached the open state (ifOperStatus is
up).ro Enumeration .1.3.6.1.2.1.10.23.1.1.1.1.10 |
pppLinkStatusRemoteToLocalProtocolCompressionIndicates whether the remote PPP entity will
use Protocol Compression when transmitting
packets to the local PPP entity. The value of
this object is meaningful only when the link
has reached the open state (ifOperStatus is
up).ro Enumeration .1.3.6.1.2.1.10.23.1.1.1.1.11 |
pppLinkStatusLocalToRemoteACCompressionIndicates whether the local PPP entity will
use Address and Control Compression when
transmitting packets to the remote PPP entity.
The value of this object is meaningful only
when the link has reached the open state
(ifOperStatus is up).ro Enumeration .1.3.6.1.2.1.10.23.1.1.1.1.12 |
pppLinkStatusRemoteToLocalACCompressionIndicates whether the remote PPP entity will
use Address and Control Compression when
transmitting packets to the local PPP entity.
The value of this object is meaningful only
when the link has reached the open state
(ifOperStatus is up).ro Enumeration .1.3.6.1.2.1.10.23.1.1.1.1.13 |
pppLinkStatusTransmitFcsSizeThe size of the Frame Check Sequence (FCS) in
bits that the local node will generate when
sending packets to the remote node. The value
of this object is meaningful only when the link
has reached the open state (ifOperStatus is
up).ro INTEGER .1.3.6.1.2.1.10.23.1.1.1.1.14 |
pppLinkStatusReceiveFcsSizeThe size of the Frame Check Sequence (FCS) in
bits that the remote node will generate when
sending packets to the local node. The value of
this object is meaningful only when the link
has reached the open state (ifOperStatus is
up).ro INTEGER .1.3.6.1.2.1.10.23.1.1.1.1.15 |
pppLinkConfigTableA table containing the LCP configuration
parameters for this PPP Link. These variables
represent the initial configuration of the PPP
Link. The actual values of the parameters may
be changed when the link is brought up via the
LCP options negotiation mechanism. SEQUENCE OF PppLinkConfigEntry .1.3.6.1.2.1.10.23.1.1.2 |
pppLinkConfigEntryConfiguration information about a particular
PPP Link. PppLinkConfigEntry .1.3.6.1.2.1.10.23.1.1.2.1 |
pppLinkConfigInitialMRUThe initial Maximum Receive Unit (MRU) that
the local PPP entity will advertise to the
remote entity. If the value of this variable is
0 then the local PPP entity will not advertise
any MRU to the remote entity and the default
MRU will be assumed. Changing this object will
have effect when the link is next restarted.
Agent variations:
DESCRIPTION
writing not supportedro INTEGER .1.3.6.1.2.1.10.23.1.1.2.1.1 |
pppLinkConfigReceiveACCMapThe Asynchronous-Control-Character-Map (ACC)
that the local PPP entity requires for use on
its receive side. In effect, this is the ACC
Map that is required in order to ensure that
the local modem will successfully receive all
characters. The actual ACC map used on the
receive side of the link will be a combination
of the local node's pppLinkConfigReceiveACCMap
and the remote node's
pppLinkConfigTransmitACCMap. Changing this
object will have effect when the link is next
restarted.rw OCTET STRING .1.3.6.1.2.1.10.23.1.1.2.1.2 |
pppLinkConfigTransmitACCMapThe Asynchronous-Control-Character-Map (ACC)
that the local PPP entity requires for use on
its transmit side. In effect, this is the ACC
Map that is required in order to ensure that
all characters can be successfully transmitted
through the local modem. The actual ACC map
used on the transmit side of the link will be a
combination of the local node's
pppLinkConfigTransmitACCMap and the remote
node's pppLinkConfigReceiveACCMap. Changing
this object will have effect when the link is
next restarted.
Agent variations:
DESCRIPTION
writing not supportedro OCTET STRING .1.3.6.1.2.1.10.23.1.1.2.1.3 |
pppLinkConfigMagicNumberIf true(2) then the local node will attempt to
perform Magic Number negotiation with the
remote node. If false(1) then this negotiation
is not performed. In any event, the local node
will comply with any magic number negotiations
attempted by the remote node, per the PPP
specification. Changing this object will have
effect when the link is next restarted.
Agent variations:
DESCRIPTION
writing not supportedro Enumeration .1.3.6.1.2.1.10.23.1.1.2.1.4 |
pppLinkConfigFcsSizeThe size of the FCS, in bits, the local node
will attempt to negotiate for use with the
remote node. Regardless of the value of this
object, the local node will comply with any FCS
size negotiations initiated by the remote node,
per the PPP specification. Changing this object
will have effect when the link is next
restarted.
Agent variations:
DESCRIPTION
writing not supportedro INTEGER .1.3.6.1.2.1.10.23.1.1.2.1.5 |
pppLqr OBJECT IDENTIFIER .1.3.6.1.2.1.10.23.1.2 |
pppTests OBJECT IDENTIFIER .1.3.6.1.2.1.10.23.1.3 |
pppEchoTest OBJECT IDENTIFIER .1.3.6.1.2.1.10.23.1.3.1 |
pppDiscardTest OBJECT IDENTIFIER .1.3.6.1.2.1.10.23.1.3.2 |
pppIp OBJECT IDENTIFIER .1.3.6.1.2.1.10.23.3 |
pppIpTableTable containing the IP parameters and
statistics for the local PPP entity. SEQUENCE OF PppIpEntry .1.3.6.1.2.1.10.23.3.1 |
pppIpEntryIPCP status information for a particular PPP
link. PppIpEntry .1.3.6.1.2.1.10.23.3.1.1 |
pppIpOperStatusThe operational status of the IP network
protocol. If the value of this object is up
then the finite state machine for the IP
network protocol has reached the Opened state.ro Enumeration .1.3.6.1.2.1.10.23.3.1.1.1 |
pppIpLocalToRemoteCompressionProtocolThe IP compression protocol that the local
PPP-IP entity uses when sending packets to the
remote PPP-IP entity. The value of this object
is meaningful only when the link has reached
the open state (pppIpOperStatus is opened).ro Enumeration .1.3.6.1.2.1.10.23.3.1.1.2 |
pppIpRemoteToLocalCompressionProtocolThe IP compression protocol that the remote
PPP-IP entity uses when sending packets to the
local PPP-IP entity. The value of this object
is meaningful only when the link has reached
the open state (pppIpOperStatus is opened).ro Enumeration .1.3.6.1.2.1.10.23.3.1.1.3 |
pppIpRemoteMaxSlotIdThe Max-Slot-Id parameter that the remote node
has advertised and that is in use on the link.
If vj-tcp header compression is not in use on
the link then the value of this object shall be
0. The value of this object is meaningful only
when the link has reached the open state
(pppIpOperStatus is opened).ro INTEGER .1.3.6.1.2.1.10.23.3.1.1.4 |
pppIpLocalMaxSlotIdThe Max-Slot-Id parameter that the local node
has advertised and that is in use on the link.
If vj-tcp header compression is not in use on
the link then the value of this object shall be
0. The value of this object is meaningful only
when the link has reached the open state
(pppIpOperStatus is opened).ro INTEGER .1.3.6.1.2.1.10.23.3.1.1.5 |
pppIpConfigTableTable containing configuration variables for
the IPCP for the local PPP entity. SEQUENCE OF PppIpConfigEntry .1.3.6.1.2.1.10.23.3.2 |
pppIpConfigEntryIPCP information for a particular PPP link. PppIpConfigEntry .1.3.6.1.2.1.10.23.3.2.1 |
pppIpConfigAdminStatusThe immediate desired status of the IP network
protocol. Setting this object to open will
inject an administrative open event into the IP
network protocol's finite state machine.
Setting this object to close will inject an
administrative close event into the IP network
protocol's finite state machine.
Agent variations:
DESCRIPTION
writing not supportedro Enumeration .1.3.6.1.2.1.10.23.3.2.1.1 |
pppIpConfigCompressionIf none(1) then the local node will not
attempt to negotiate any IP Compression option.
Otherwise, the local node will attempt to
negotiate compression mode indicated by the
enumerated value. Changing this object will
have effect when the link is next restarted.rw Enumeration .1.3.6.1.2.1.10.23.3.2.1.2 |
rs232 OBJECT IDENTIFIER .1.3.6.1.2.1.10.33 |
rs232NumberThe number of ports (regardless of their current
state) in the RS-232-like general port table.ro INTEGER .1.3.6.1.2.1.10.33.1 |
rs232PortTableA list of port entries. The number of entries is
given by the value of rs232Number. SEQUENCE OF Rs232PortEntry .1.3.6.1.2.1.10.33.2 |
rs232PortEntryStatus and parameter values for a port. Rs232PortEntry .1.3.6.1.2.1.10.33.2.1 |
rs232PortIndexA unique value for each port. Its value ranges
between 1 and the value of rs232Number. By
convention and if possible, hardware port numbers
map directly to external connectors. The value for
each port must remain constant at least from one
re-initialization of the network management agent to
the next.ro INTEGER .1.3.6.1.2.1.10.33.2.1.1 |
rs232PortTypeThe port's hardware type.ro Enumeration .1.3.6.1.2.1.10.33.2.1.2 |
rs232PortInSigNumberThe number of input signals for the port in the
input signal table (rs232PortInSigTable). The table
contains entries only for those signals the software
can detect.ro INTEGER .1.3.6.1.2.1.10.33.2.1.3 |
rs232PortOutSigNumberThe number of output signals for the port in the
output signal table (rs232PortOutSigTable). The
table contains entries only for those signals the
software can assert.ro INTEGER .1.3.6.1.2.1.10.33.2.1.4 |
rs232PortInSpeedThe port's input speed in bits per second.rw INTEGER .1.3.6.1.2.1.10.33.2.1.5 |
rs232PortOutSpeedThe port's output speed in bits per second.rw INTEGER .1.3.6.1.2.1.10.33.2.1.6 |
rs232AsyncPortTableA list of asynchronous port entries. The maximum
entry number is given by the value of rs232Number.
Entries need not exist for synchronous ports. SEQUENCE OF Rs232AsyncPortEntry .1.3.6.1.2.1.10.33.3 |
rs232AsyncPortEntryStatus and parameter values for an asynchronous
port. Rs232AsyncPortEntry .1.3.6.1.2.1.10.33.3.1 |
rs232AsyncPortIndexA unique value for each port. Its value is the
same as rs232PortIndex for the port.ro INTEGER .1.3.6.1.2.1.10.33.3.1.1 |
rs232AsyncPortBitsThe port's number of bits in a character.rw INTEGER .1.3.6.1.2.1.10.33.3.1.2 |
rs232AsyncPortStopBitsThe port's number of stop bits.rw Enumeration .1.3.6.1.2.1.10.33.3.1.3 |
rs232AsyncPortParityThe port's sense of a character parity bit.rw Enumeration .1.3.6.1.2.1.10.33.3.1.4 |
rs232AsyncPortAutobaudA control for the port's ability to automatically
sense input speed.
When rs232PortAutoBaud is 'enabled', a port may
autobaud to values different from the set values for
speed, parity, and character size. As a result a
network management system may temporarily observe
values different from what was previously set.rw Enumeration .1.3.6.1.2.1.10.33.3.1.5 |
rs232AsyncPortParityErrsTotal number of characters with a parity error,
input from the port since system re-initialization
and while the port state was 'up' or 'test'.ro Counter .1.3.6.1.2.1.10.33.3.1.6 |
rs232AsyncPortFramingErrsTotal number of characters with a framing error,
input from the port since system re-initialization
and while the port state was 'up' or 'test'.ro Counter .1.3.6.1.2.1.10.33.3.1.7 |
rs232AsyncPortOverrunErrsTotal number of characters with an overrun error,
input from the port since system re-initialization
and while the port state was 'up' or 'test'.ro Counter .1.3.6.1.2.1.10.33.3.1.8 |
rs232SyncPortTableA list of synchronous port entries. The maximum
entry number is given by the value of rs232Number.
Entries need not exist for asynchronous ports. SEQUENCE OF Rs232SyncPortEntry .1.3.6.1.2.1.10.33.4 |
rs232SyncPortEntryStatus and parameter values for a synchronous
port. Rs232SyncPortEntry .1.3.6.1.2.1.10.33.4.1 |
rs232SyncPortIndexA unique value for each port. Its value is the
same as rs232PortIndex for the port.ro INTEGER .1.3.6.1.2.1.10.33.4.1.1 |
rs232SyncPortClockSourceSource of the port's bit rate clock. 'split' means
the tranmit clock is internal and the receive clock
is external.rw Enumeration .1.3.6.1.2.1.10.33.4.1.2 |
rs232SyncPortFrameCheckErrsTotal number of frames with an invalid frame check
sequence, input from the port since system
re-initialization and while the port state was 'up'
or 'test'.ro Counter .1.3.6.1.2.1.10.33.4.1.3 |
rs232SyncPortTransmitUnderrunErrsTotal number of frames that failed to be
transmitted on the port since system
re-initialization and while the port state was 'up'
or 'test' because data was not available to the
transmitter in time.ro Counter .1.3.6.1.2.1.10.33.4.1.4 |
rs232SyncPortReceiveOverrunErrsTotal number of frames that failed to be received
on the port since system re-initialization and while
the port state was 'up' or 'test' because the
receiver did not accept the data in time.ro Counter .1.3.6.1.2.1.10.33.4.1.5 |
rs232SyncPortInterruptedFramesTotal number of frames that failed to be received
or transmitted on the port due to loss of modem
signals since system re-initialization and while the
port state was 'up' or 'test'.ro Counter .1.3.6.1.2.1.10.33.4.1.6 |
rs232SyncPortAbortedFramesNumber of frames aborted on the port due to
receiving an abort sequence since system
re-initialization and while the port state was 'up'
or 'test'.ro Counter .1.3.6.1.2.1.10.33.4.1.7 |
rs232InSigTableA list of port input control signal entries. SEQUENCE OF Rs232InSigEntry .1.3.6.1.2.1.10.33.5 |
rs232InSigEntryInput control signal status for a hardware port. Rs232InSigEntry .1.3.6.1.2.1.10.33.5.1 |
rs232InSigPortIndexThe value of rs232PortIndex for the port to which
this entry belongs.ro INTEGER .1.3.6.1.2.1.10.33.5.1.1 |
rs232InSigNameIdentification of a hardware signal, as follows:
rts Request to Send
cts Clear to Send
dsr Data Set Ready
dtr Data Terminal Ready
ri Ring Indicator
dcd Received Line Signal Detector
sq Signal Quality Detector
srs Data Signaling Rate Selector
srts Secondary Request to Send
scts Secondary Clear to Send
sdcd Secondary Received Line Signal Detectorro Enumeration .1.3.6.1.2.1.10.33.5.1.2 |
rs232InSigStateThe current signal state.ro Enumeration .1.3.6.1.2.1.10.33.5.1.3 |
rs232InSigChangesThe number of times the signal has changed from
'on' to 'off' or from 'off' to 'on'.ro Counter .1.3.6.1.2.1.10.33.5.1.4 |
rs232OutSigTableA list of port output control signal entries. SEQUENCE OF Rs232OutSigEntry .1.3.6.1.2.1.10.33.6 |
rs232OutSigEntryOutput control signal status for a hardware port. Rs232OutSigEntry .1.3.6.1.2.1.10.33.6.1 |
rs232OutSigPortIndexThe value of rs232PortIndex for the port to which
this entry belongs.ro INTEGER .1.3.6.1.2.1.10.33.6.1.1 |
rs232OutSigNameIdentification of a hardware signal, as follows:
rts Request to Send
cts Clear to Send
dsr Data Set Ready
dtr Data Terminal Ready
ri Ring Indicator
dcd Received Line Signal Detector
sq Signal Quality Detector
srs Data Signaling Rate Selector
srts Secondary Request to Send
scts Secondary Clear to Send
sdcd Secondary Received Line Signal Detectorro Enumeration .1.3.6.1.2.1.10.33.6.1.2 |
rs232OutSigStateThe current signal state.ro Enumeration .1.3.6.1.2.1.10.33.6.1.3 |
rs232OutSigChangesThe number of times the signal has changed from
'on' to 'off' or from 'off' to 'on'.ro Counter .1.3.6.1.2.1.10.33.6.1.4 |
snmp OBJECT IDENTIFIER .1.3.6.1.2.1.11 |
snmpInPktsThe total number of Messages delivered to the
SNMP entity from the transport service.ro Counter .1.3.6.1.2.1.11.1 |
snmpOutPktsThe total number of SNMP Messages which were
passed from the SNMP protocol entity to the
transport service.ro Counter .1.3.6.1.2.1.11.2 |
snmpInBadVersionsThe total number of SNMP Messages which were
delivered to the SNMP protocol entity and were for
an unsupported SNMP version.ro Counter .1.3.6.1.2.1.11.3 |
snmpInBadCommunityNamesThe total number of SNMP Messages delivered to
the SNMP protocol entity which used a SNMP
community name not known to said entity.ro Counter .1.3.6.1.2.1.11.4 |
snmpInBadCommunityUsesThe total number of SNMP Messages delivered to
the SNMP protocol entity which represented an SNMP
operation which was not allowed by the SNMP
community named in the Message.ro Counter .1.3.6.1.2.1.11.5 |
snmpInASNParseErrsThe total number of ASN.1 or BER errors
encountered by the SNMP protocol entity when
decoding received SNMP Messages.ro Counter .1.3.6.1.2.1.11.6 |
snmpInTooBigsThe total number of SNMP PDUs which were
delivered to the SNMP protocol entity and for
which the value of the error-status field is
`tooBig'.ro Counter .1.3.6.1.2.1.11.8 |
snmpInNoSuchNamesThe total number of SNMP PDUs which were
delivered to the SNMP protocol entity and for
which the value of the error-status field is
`noSuchName'.ro Counter .1.3.6.1.2.1.11.9 |
snmpInBadValuesThe total number of SNMP PDUs which were
delivered to the SNMP protocol entity and for
which the value of the error-status field is
`badValue'.ro Counter .1.3.6.1.2.1.11.10 |
snmpInReadOnlysThe total number valid SNMP PDUs which were
delivered to the SNMP protocol entity and for
which the value of the error-status field is
`readOnly'. It should be noted that it is a
protocol error to generate an SNMP PDU which
contains the value `readOnly' in the error-status
field, as such this object is provided as a means
of detecting incorrect implementations of the
SNMP.ro Counter .1.3.6.1.2.1.11.11 |
snmpInGenErrsThe total number of SNMP PDUs which were
delivered to the SNMP protocol entity and for
which the value of the error-status field is
`genErr'.ro Counter .1.3.6.1.2.1.11.12 |
snmpInTotalReqVarsThe total number of MIB objects which have been
retrieved successfully by the SNMP protocol entity
as the result of receiving valid SNMP Get-Request
and Get-Next PDUs.ro Counter .1.3.6.1.2.1.11.13 |
snmpInTotalSetVarsThe total number of MIB objects which have been
altered successfully by the SNMP protocol entity
as the result of receiving valid SNMP Set-Request
PDUs.ro Counter .1.3.6.1.2.1.11.14 |
snmpInGetRequestsThe total number of SNMP Get-Request PDUs which
have been accepted and processed by the SNMP
protocol entity.ro Counter .1.3.6.1.2.1.11.15 |
snmpInGetNextsThe total number of SNMP Get-Next PDUs which have
been accepted and processed by the SNMP protocol
entity.ro Counter .1.3.6.1.2.1.11.16 |
snmpInSetRequestsThe total number of SNMP Set-Request PDUs which
have been accepted and processed by the SNMP
protocol entity.ro Counter .1.3.6.1.2.1.11.17 |
snmpInGetResponsesThe total number of SNMP Get-Response PDUs which
have been accepted and processed by the SNMP
protocol entity.ro Counter .1.3.6.1.2.1.11.18 |
snmpInTrapsThe total number of SNMP Trap PDUs which have
been accepted and processed by the SNMP protocol
entity.ro Counter .1.3.6.1.2.1.11.19 |
snmpOutTooBigsThe total number of SNMP PDUs which were
generated by the SNMP protocol entity and for
which the value of the error-status field is
`tooBig.'ro Counter .1.3.6.1.2.1.11.20 |
snmpOutNoSuchNamesThe total number of SNMP PDUs which were
generated by the SNMP protocol entity and for
which the value of the error-status is
`noSuchName'.ro Counter .1.3.6.1.2.1.11.21 |
snmpOutBadValuesThe total number of SNMP PDUs which were
generated by the SNMP protocol entity and for
which the value of the error-status field is
`badValue'.ro Counter .1.3.6.1.2.1.11.22 |
snmpOutGenErrsThe total number of SNMP PDUs which were
generated by the SNMP protocol entity and for
which the value of the error-status field is
`genErr'.ro Counter .1.3.6.1.2.1.11.24 |
snmpOutGetRequestsThe total number of SNMP Get-Request PDUs which
have been generated by the SNMP protocol entity.ro Counter .1.3.6.1.2.1.11.25 |
snmpOutGetNextsThe total number of SNMP Get-Next PDUs which have
been generated by the SNMP protocol entity.ro Counter .1.3.6.1.2.1.11.26 |
snmpOutSetRequestsThe total number of SNMP Set-Request PDUs which
have been generated by the SNMP protocol entity.ro Counter .1.3.6.1.2.1.11.27 |
snmpOutGetResponsesThe total number of SNMP Get-Response PDUs which
have been generated by the SNMP protocol entity.ro Counter .1.3.6.1.2.1.11.28 |
snmpOutTrapsThe total number of SNMP Trap PDUs which have
been generated by the SNMP protocol entity.ro Counter .1.3.6.1.2.1.11.29 |
snmpEnableAuthenTrapsIndicates whether the SNMP agent process is
permitted to generate authentication-failure
traps. The value of this object overrides any
configuration information; as such, it provides a
means whereby all authentication-failure traps may
be disabled.
Note that it is strongly recommended that this
object be stored in non-volatile memory so that it
remains constant between re-initializations of the
network management system.rw Enumeration .1.3.6.1.2.1.11.30 |
appletalk OBJECT IDENTIFIER .1.3.6.1.2.1.13 |
llap OBJECT IDENTIFIER .1.3.6.1.2.1.13.1 |
aarp OBJECT IDENTIFIER .1.3.6.1.2.1.13.2 |
atport OBJECT IDENTIFIER .1.3.6.1.2.1.13.3 |
ddp OBJECT IDENTIFIER .1.3.6.1.2.1.13.4 |
rtmp OBJECT IDENTIFIER .1.3.6.1.2.1.13.5 |
kip OBJECT IDENTIFIER .1.3.6.1.2.1.13.6 |
zip OBJECT IDENTIFIER .1.3.6.1.2.1.13.7 |
nbp OBJECT IDENTIFIER .1.3.6.1.2.1.13.8 |
atecho OBJECT IDENTIFIER .1.3.6.1.2.1.13.9 |
ospf OBJECT IDENTIFIER .1.3.6.1.2.1.14 |
ospfGeneralGroup OBJECT IDENTIFIER .1.3.6.1.2.1.14.1 |
dot1dBridge OBJECT IDENTIFIER .1.3.6.1.2.1.17 |
newRootThe newRoot trap indicates that the sending agent
has become the new root of the Spanning Tree; the
trap is sent by a bridge soon after its election
as the new root, e.g., upon expiration of the
Topology Change Timer immediately subsequent to
its election. Implementation of this trap is
optional. TRAP-TYPE .1.3.6.1.2.1.17.0.1 |
topologyChangeA topologyChange trap is sent by a bridge when
any of its configured ports transitions from the
Learning state to the Forwarding state, or from
the Forwarding state to the Blocking state. The
trap is not sent if a newRoot trap is sent for the
same transition. Implementation of this trap is
optional. TRAP-TYPE .1.3.6.1.2.1.17.0.2 |
dot1dBase OBJECT IDENTIFIER .1.3.6.1.2.1.17.1 |
dot1dBaseBridgeAddressThe MAC address used by this bridge when it must
be referred to in a unique fashion. It is
recommended that this be the numerically smallest
MAC address of all ports that belong to this
bridge. However it is only required to be unique.
When concatenated with dot1dStpPriority a unique
BridgeIdentifier is formed which is used in the
Spanning Tree Protocol.ro MacAddress (SNMPv2-TC) .1.3.6.1.2.1.17.1.1 |
dot1dBaseNumPortsThe number of ports controlled by this bridging
entity.ro INTEGER .1.3.6.1.2.1.17.1.2 |
dot1dBaseTypeIndicates what type of bridging this bridge can
perform. If a bridge is actually performing a
certain type of bridging this will be indicated by
entries in the port table for the given type.ro Enumeration .1.3.6.1.2.1.17.1.3 |
dot1dBasePortTableA table that contains generic information about
every port that is associated with this bridge.
Transparent, source-route, and srt ports are
included. SEQUENCE OF Dot1dBasePortEntry .1.3.6.1.2.1.17.1.4 |
dot1dBasePortEntryA list of information for each port of the
bridge. Dot1dBasePortEntry .1.3.6.1.2.1.17.1.4.1 |
dot1dBasePortThe port number of the port for which this entry
contains bridge management information.ro INTEGER .1.3.6.1.2.1.17.1.4.1.1 |
dot1dBasePortIfIndexThe value of the instance of the ifIndex object,
defined in MIB-II, for the interface corresponding
to this port.ro INTEGER .1.3.6.1.2.1.17.1.4.1.2 |
dot1dBasePortCircuitFor a port which (potentially) has the same value
of dot1dBasePortIfIndex as another port on the
same bridge, this object contains the name of an
object instance unique to this port. For example,
in the case where multiple ports correspond one-
to-one with multiple X.25 virtual circuits, this
value might identify an (e.g., the first) object
instance associated with the X.25 virtual circuit
corresponding to this port.
For a port which has a unique value of
dot1dBasePortIfIndex, this object can have the
value { 0 0 }.ro OBJECT IDENTIFIER .1.3.6.1.2.1.17.1.4.1.3 |
dot1dBasePortDelayExceededDiscardsThe number of frames discarded by this port due
to excessive transit delay through the bridge. It
is incremented by both transparent and source
route bridges.ro Counter .1.3.6.1.2.1.17.1.4.1.4 |
dot1dBasePortMtuExceededDiscardsThe number of frames discarded by this port due
to an excessive size. It is incremented by both
transparent and source route bridges.ro Counter .1.3.6.1.2.1.17.1.4.1.5 |
dot1dStp OBJECT IDENTIFIER .1.3.6.1.2.1.17.2 |
dot1dStpProtocolSpecificationAn indication of what version of the Spanning
Tree Protocol is being run. The value
'decLb100(2)' indicates the DEC LANbridge 100
Spanning Tree protocol. IEEE 802.1d
implementations will return 'ieee8021d(3)'. If
future versions of the IEEE Spanning Tree Protocol
are released that are incompatible with the
current version a new value will be defined.ro Enumeration .1.3.6.1.2.1.17.2.1 |
dot1dStpPriorityThe value of the write-able portion of the Bridge
ID, i.e., the first two octets of the (8 octet
long) Bridge ID. The other (last) 6 octets of the
Bridge ID are given by the value of
dot1dBaseBridgeAddress.rw INTEGER .1.3.6.1.2.1.17.2.2 |
dot1dStpTimeSinceTopologyChangeThe time (in hundredths of a second) since the
last time a topology change was detected by the
bridge entity.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.2.1.17.2.3 |
dot1dStpTopChangesThe total number of topology changes detected by
this bridge since the management entity was last
reset or initialized.ro Counter .1.3.6.1.2.1.17.2.4 |
dot1dStpDesignatedRootThe bridge identifier of the root of the spanning
tree as determined by the Spanning Tree Protocol
as executed by this node. This value is used as
the Root Identifier parameter in all Configuration
Bridge PDUs originated by this node.ro BridgeId .1.3.6.1.2.1.17.2.5 |
dot1dStpRootCostThe cost of the path to the root as seen from
this bridge.ro INTEGER .1.3.6.1.2.1.17.2.6 |
dot1dStpRootPortThe port number of the port which offers the
lowest cost path from this bridge to the root
bridge.ro INTEGER .1.3.6.1.2.1.17.2.7 |
dot1dStpMaxAgeThe maximum age of Spanning Tree Protocol
information learned from the network on any port
before it is discarded, in units of hundredths of
a second. This is the actual value that this
bridge is currently using.ro Timeout .1.3.6.1.2.1.17.2.8 |
dot1dStpHelloTimeThe amount of time between the transmission of
Configuration bridge PDUs by this node on any port
when it is the root of the spanning tree or trying
to become so, in units of hundredths of a second.
This is the actual value that this bridge is
currently using.ro Timeout .1.3.6.1.2.1.17.2.9 |
dot1dStpHoldTimeThis time value determines the interval length
during which no more than two Configuration bridge
PDUs shall be transmitted by this node, in units
of hundredths of a second.ro INTEGER .1.3.6.1.2.1.17.2.10 |
dot1dStpForwardDelayThis time value, measured in units of hundredths
of a second, controls how fast a port changes its
spanning state when moving towards the Forwarding
state. The value determines how long the port
stays in each of the Listening and Learning
states, which precede the Forwarding state. This
value is also used, when a topology change has
been detected and is underway, to age all dynamic
entries in the Forwarding Database. [Note that
this value is the one that this bridge is
currently using, in contrast to
dot1dStpBridgeForwardDelay which is the value that
this bridge and all others would start using
if/when this bridge were to become the root.]ro Timeout .1.3.6.1.2.1.17.2.11 |
dot1dStpBridgeMaxAgeThe value that all bridges use for MaxAge when
this bridge is acting as the root. Note that
802.1D-1990 specifies that the range for this
parameter is related to the value of
dot1dStpBridgeHelloTime. The granularity of this
timer is specified by 802.1D-1990 to be 1 second.
An agent may return a badValue error if a set is
attempted to a value which is not a whole number
of seconds.rw Timeout .1.3.6.1.2.1.17.2.12 |
dot1dStpBridgeHelloTimeThe value that all bridges use for HelloTime when
this bridge is acting as the root. The
granularity of this timer is specified by 802.1D-
1990 to be 1 second. An agent may return a
badValue error if a set is attempted to a value
which is not a whole number of seconds.rw Timeout .1.3.6.1.2.1.17.2.13 |
dot1dStpBridgeForwardDelayThe value that all bridges use for ForwardDelay
when this bridge is acting as the root. Note that
802.1D-1990 specifies that the range for this
parameter is related to the value of
dot1dStpBridgeMaxAge. The granularity of this
timer is specified by 802.1D-1990 to be 1 second.
An agent may return a badValue error if a set is
attempted to a value which is not a whole number
of seconds.rw Timeout .1.3.6.1.2.1.17.2.14 |
dot1dStpPortTableA table that contains port-specific information
for the Spanning Tree Protocol. SEQUENCE OF Dot1dStpPortEntry .1.3.6.1.2.1.17.2.15 |
dot1dStpPortEntryA list of information maintained by every port
about the Spanning Tree Protocol state for that
port. Dot1dStpPortEntry .1.3.6.1.2.1.17.2.15.1 |
dot1dStpPortThe port number of the port for which this entry
contains Spanning Tree Protocol management
information.ro INTEGER .1.3.6.1.2.1.17.2.15.1.1 |
dot1dStpPortPriorityThe value of the priority field which is
contained in the first (in network byte order)
octet of the (2 octet long) Port ID. The other
octet of the Port ID is given by the value of
dot1dStpPort.rw INTEGER .1.3.6.1.2.1.17.2.15.1.2 |
dot1dStpPortStateThe port's current state as defined by
application of the Spanning Tree Protocol. This
state controls what action a port takes on
reception of a frame. If the bridge has detected
a port that is malfunctioning it will place that
port into the broken(6) state. For ports which
are disabled (see dot1dStpPortEnable), this object
will have a value of disabled(1).ro Enumeration .1.3.6.1.2.1.17.2.15.1.3 |
dot1dStpPortEnableThe enabled/disabled status of the port.rw Enumeration .1.3.6.1.2.1.17.2.15.1.4 |
dot1dStpPortPathCostThe contribution of this port to the path cost of
paths towards the spanning tree root which include
this port. 802.1D-1990 recommends that the
default value of this parameter be in inverse
proportion to the speed of the attached LAN.rw INTEGER .1.3.6.1.2.1.17.2.15.1.5 |
dot1dStpPortDesignatedRootThe unique Bridge Identifier of the Bridge
recorded as the Root in the Configuration BPDUs
transmitted by the Designated Bridge for the
segment to which the port is attached.ro BridgeId .1.3.6.1.2.1.17.2.15.1.6 |
dot1dStpPortDesignatedCostThe path cost of the Designated Port of the
segment connected to this port. This value is
compared to the Root Path Cost field in received
bridge PDUs.ro INTEGER .1.3.6.1.2.1.17.2.15.1.7 |
dot1dStpPortDesignatedBridgeThe Bridge Identifier of the bridge which this
port considers to be the Designated Bridge for
this port's segment.ro BridgeId .1.3.6.1.2.1.17.2.15.1.8 |
dot1dStpPortDesignatedPortThe Port Identifier of the port on the Designated
Bridge for this port's segment.ro OCTET STRING .1.3.6.1.2.1.17.2.15.1.9 |
dot1dStpPortForwardTransitionsThe number of times this port has transitioned
from the Learning state to the Forwarding state.ro Counter .1.3.6.1.2.1.17.2.15.1.10 |
dot1dSr OBJECT IDENTIFIER .1.3.6.1.2.1.17.3 |
dot1dTp OBJECT IDENTIFIER .1.3.6.1.2.1.17.4 |
dot1dTpLearnedEntryDiscardsThe total number of Forwarding Database entries,
which have been or would have been learnt, but
have been discarded due to a lack of space to
store them in the Forwarding Database. If this
counter is increasing, it indicates that the
Forwarding Database is regularly becoming full (a
condition which has unpleasant performance effects
on the subnetwork). If this counter has a
significant value but is not presently increasing,
it indicates that the problem has been occurring
but is not persistent.ro Counter .1.3.6.1.2.1.17.4.1 |
dot1dTpAgingTimeThe timeout period in seconds for aging out
dynamically learned forwarding information.
802.1D-1990 recommends a default of 300 seconds.rw INTEGER .1.3.6.1.2.1.17.4.2 |
dot1dTpFdbTableA table that contains information about unicast
entries for which the bridge has forwarding and/or
filtering information. This information is used
by the transparent bridging function in
determining how to propagate a received frame. SEQUENCE OF Dot1dTpFdbEntry .1.3.6.1.2.1.17.4.3 |
dot1dTpFdbEntryInformation about a specific unicast MAC address
for which the bridge has some forwarding and/or
filtering information. Dot1dTpFdbEntry .1.3.6.1.2.1.17.4.3.1 |
dot1dTpFdbAddressA unicast MAC address for which the bridge has
forwarding and/or filtering information.ro MacAddress (SNMPv2-TC) .1.3.6.1.2.1.17.4.3.1.1 |
dot1dTpFdbPortEither the value '0', or the port number of the
port on which a frame having a source address
equal to the value of the corresponding instance
of dot1dTpFdbAddress has been seen. A value of
'0' indicates that the port number has not been
learned but that the bridge does have some
forwarding/filtering information about this
address (e.g. in the dot1dStaticTable).
Implementors are encouraged to assign the port
value to this object whenever it is learned even
for addresses for which the corresponding value of
dot1dTpFdbStatus is not learned(3).ro INTEGER .1.3.6.1.2.1.17.4.3.1.2 |
dot1dTpFdbStatusThe status of this entry. The meanings of the
values are:
other(1) : none of the following. This would
include the case where some other
MIB object (not the corresponding
instance of dot1dTpFdbPort, nor an
entry in the dot1dStaticTable) is
being used to determine if and how
frames addressed to the value of
the corresponding instance of
dot1dTpFdbAddress are being
forwarded.
invalid(2) : this entry is not longer valid
(e.g., it was learned but has since
aged-out), but has not yet been
flushed from the table.
learned(3) : the value of the corresponding
instance of dot1dTpFdbPort was
learned, and is being used.
self(4) : the value of the corresponding
instance of dot1dTpFdbAddress
represents one of the bridge's
addresses. The corresponding
instance of dot1dTpFdbPort
indicates which of the bridge's
ports has this address.
mgmt(5) : the value of the corresponding
instance of dot1dTpFdbAddress is
also the value of an existing
instance of dot1dStaticAddress.ro Enumeration .1.3.6.1.2.1.17.4.3.1.3 |
dot1dTpPortTableA table that contains information about every
port that is associated with this transparent
bridge. SEQUENCE OF Dot1dTpPortEntry .1.3.6.1.2.1.17.4.4 |
dot1dTpPortEntryA list of information for each port of a
transparent bridge. Dot1dTpPortEntry .1.3.6.1.2.1.17.4.4.1 |
dot1dTpPortThe port number of the port for which this entry
contains Transparent bridging management
information.ro INTEGER .1.3.6.1.2.1.17.4.4.1.1 |
dot1dTpPortMaxInfoThe maximum size of the INFO (non-MAC) field that
this port will receive or transmit.ro INTEGER .1.3.6.1.2.1.17.4.4.1.2 |
dot1dTpPortInFramesThe number of frames that have been received by
this port from its segment. Note that a frame
received on the interface corresponding to this
port is only counted by this object if and only if
it is for a protocol being processed by the local
bridging function, including bridge management
frames.ro Counter .1.3.6.1.2.1.17.4.4.1.3 |
dot1dTpPortOutFramesThe number of frames that have been transmitted
by this port to its segment. Note that a frame
transmitted on the interface corresponding to this
port is only counted by this object if and only if
it is for a protocol being processed by the local
bridging function, including bridge management
frames.ro Counter .1.3.6.1.2.1.17.4.4.1.4 |
dot1dTpPortInDiscardsCount of valid frames received which were
discarded (i.e., filtered) by the Forwarding
Process.ro Counter .1.3.6.1.2.1.17.4.4.1.5 |
dot1dStatic OBJECT IDENTIFIER .1.3.6.1.2.1.17.5 |
dot1dStaticTableA table containing filtering information
configured into the bridge by (local or network)
management specifying the set of ports to which
frames received from specific ports and containing
specific destination addresses are allowed to be
forwarded. The value of zero in this table as the
port number from which frames with a specific
destination address are received, is used to
specify all ports for which there is no specific
entry in this table for that particular
destination address. Entries are valid for
unicast and for group/broadcast addresses. SEQUENCE OF Dot1dStaticEntry .1.3.6.1.2.1.17.5.1 |
dot1dStaticEntryFiltering information configured into the bridge
by (local or network) management specifying the
set of ports to which frames received from a
specific port and containing a specific
destination address are allowed to be forwarded. Dot1dStaticEntry .1.3.6.1.2.1.17.5.1.1 |
dot1dStaticAddressThe destination MAC address in a frame to which
this entry's filtering information applies. This
object can take the value of a unicast address, a
group address or the broadcast address.rw MacAddress (SNMPv2-TC) .1.3.6.1.2.1.17.5.1.1.1 |
dot1dStaticReceivePortEither the value '0', or the port number of the
port from which a frame must be received in order
for this entry's filtering information to apply.
A value of zero indicates that this entry applies
on all ports of the bridge for which there is no
other applicable entry.rw INTEGER .1.3.6.1.2.1.17.5.1.1.2 |
dot1dStaticAllowedToGoToThe set of ports to which frames received from a
specific port and destined for a specific MAC
address, are allowed to be forwarded. Each octet
within the value of this object specifies a set of
eight ports, with the first octet specifying ports
1 through 8, the second octet specifying ports 9
through 16, etc. Within each octet, the most
significant bit represents the lowest numbered
port, and the least significant bit represents the
highest numbered port. Thus, each port of the
bridge is represented by a single bit within the
value of this object. If that bit has a value of
'1' then that port is included in the set of
ports; the port is not included if its bit has a
value of '0'. (Note that the setting of the bit
corresponding to the port from which a frame is
received is irrelevant.) The default value of
this object is a string of ones of appropriate
length.rw OCTET STRING .1.3.6.1.2.1.17.5.1.1.3 |
dot1dStaticStatusThis object indicates the status of this entry.
The default value is permanent(3).
other(1) - this entry is currently in use but
the conditions under which it will
remain so are different from each of the
following values.
invalid(2) - writing this value to the object
removes the corresponding entry.
permanent(3) - this entry is currently in use
and will remain so after the next reset
of the bridge.
deleteOnReset(4) - this entry is currently in
use and will remain so until the next
reset of the bridge.
deleteOnTimeout(5) - this entry is currently
in use and will remain so until it is
aged out.rw Enumeration .1.3.6.1.2.1.17.5.1.1.4 |
phiv OBJECT IDENTIFIER .1.3.6.1.2.1.18 |
phivSystem OBJECT IDENTIFIER .1.3.6.1.2.1.18.1 |
phivManagement OBJECT IDENTIFIER .1.3.6.1.2.1.18.2 |
session OBJECT IDENTIFIER .1.3.6.1.2.1.18.3 |
end OBJECT IDENTIFIER .1.3.6.1.2.1.18.4 |
routing OBJECT IDENTIFIER .1.3.6.1.2.1.18.5 |
circuit OBJECT IDENTIFIER .1.3.6.1.2.1.18.6 |
phivCircuitParametersTableInformation about the parameters associated with all
circuits currently known. SEQUENCE OF PhivCircuitParametersEntry .1.3.6.1.2.1.18.6.1 |
phivCircuitParametersEntryParameters information about all circuits currently
known. PhivCircuitParametersEntry .1.3.6.1.2.1.18.6.1.1 |
phivCircuitIndexA unique index value for each known circuit.ro INTEGER .1.3.6.1.2.1.18.6.1.1.1 |
phivCircuitLineIndexThe line on which this circuit is active. This is
the same as the IfIndex.ro INTEGER .1.3.6.1.2.1.18.6.1.1.2 |
phivCircuitCommonStateThis value represents the circuit's Network Management
operational state. NOTE: These values are incremented
by one compared to the standard DECnet values in order
to maintain compliance with RFC 1155.rw Enumeration .1.3.6.1.2.1.18.6.1.1.3 |
phivCircuitCommonSubStateThis value represents the circuit's Network Management
operational and service substate. NOTE: These values are
incremented by one compared to the standard DECnet values
in order to maintain compliance with RFC 1155.ro Enumeration .1.3.6.1.2.1.18.6.1.1.4 |
phivCircuitCommonNameThe name of the circuit entry in the table, for example,
SVA-0 or in a level 2 router ASYNC-8 or ETHER-1).ro DisplayString ( SIZE .1.3.6.1.2.1.18.6.1.1.5 |
phivCircuitExecRecallTimerThis parameter represents the minimum number of
seconds to wait before restarting the circuit. A
value of 0 indicates not timer is running.rw INTEGER .1.3.6.1.2.1.18.6.1.1.6 |
phivCircuitCommonTypeRepresents the type of the circuit. For X.25 circuits,
the value must be set to X25. For DDCMP and Ethernet
circuits it is read only and is the same value as the
protocol of the associated line.
NOTE: Values 1 - 5 are incremented by one compared to the
standard DECnet values in order to maintain compliance
with RFC 1155.ro Enumeration .1.3.6.1.2.1.18.6.1.1.7 |
phivCircuitServiceThis value indicates whether or not Network Management
allows service operations on a circuit. The values for
service-control are as follows:
ENABLED SERVICE state and/or service functions are
allowed.
DISABLED SERVICE state and/or service functions are not
allowed.
NOTE: These values are incremented by one compared to the
standard DECnet values in order to maintain compliance
with RFC 1155.rw Enumeration .1.3.6.1.2.1.18.6.1.1.8 |
phivCircuitExecCostThis value represents the routing cost of the circuit.
Routing sends messages along the path between two nodes
having the smallest cost.rw INTEGER .1.3.6.1.2.1.18.6.1.1.9 |
phivCircuitExecHelloTimerThis value determines the frequency of Routing Hello
messages sent to the adjacent node on the circuit.rw INTEGER .1.3.6.1.2.1.18.6.1.1.10 |
phivCircuitCountTableInformation about the counters associated with all
circuits currently known. SEQUENCE OF PhivCircuitCountEntry .1.3.6.1.2.1.18.6.2 |
phivCircuitCountEntryCounter information about all circuits currently known PhivCircuitCountEntry .1.3.6.1.2.1.18.6.2.1 |
phivCircuitCountSecLastZeroedNumber of seconds since the circuit counters for this
circuit were last zeroed.ro PhivCounter .1.3.6.1.2.1.18.6.2.1.1 |
phivCircuitCountTermPacketsRecdNumber of terminating packets received on this circuit.ro PhivCounter .1.3.6.1.2.1.18.6.2.1.2 |
phivCircuitCountOriginPackSentNumber of originating packets sent on this circuit.ro PhivCounter .1.3.6.1.2.1.18.6.2.1.3 |
phivCircuitCountTermCongLossNumber of terminating congestion losses on this
circuit.ro PhivCounter .1.3.6.1.2.1.18.6.2.1.4 |
phivCircuitCountCorruptLossNumber of corruption losses on this circuit.ro PhivCounter .1.3.6.1.2.1.18.6.2.1.5 |
phivCircuitCountTransitPksRecdNumber of Transit packets received on this circuit.ro PhivCounter .1.3.6.1.2.1.18.6.2.1.6 |
phivCircuitCountTransitPkSentNumber of transit packets sent on this circuit.ro PhivCounter .1.3.6.1.2.1.18.6.2.1.7 |
phivCircuitCountTransitCongestLossNumber of transit congestion losses on this circuit.ro PhivCounter .1.3.6.1.2.1.18.6.2.1.8 |
phivCircuitCountCircuitDownNumber of circuit downs on this circuit.ro PhivCounter .1.3.6.1.2.1.18.6.2.1.9 |
phivCircuitCountInitFailureNumber of Initialization failures on this circuit.ro PhivCounter .1.3.6.1.2.1.18.6.2.1.10 |
phivCircuitCountAdjDownThis counter indicates the number of adjacency losses
that result from any of the following:
Node listener timeout
Invalid data received at node listener
Unexpected control (initialization or verification)
message received
Routing message received with a checksum error
Node identification from a routing message or a
Hello message that is not the one expected Hello
message received indicating that connectivity
became one-way
Adjacency idled.ro PhivCounter .1.3.6.1.2.1.18.6.2.1.11 |
phivCircuitCountPeakAdjThis counter indicates the maximum number of nodes
that are up on the circuit.ro PhivCounter .1.3.6.1.2.1.18.6.2.1.12 |
phivCircuitCountBytesRecdNumber of bytes received on this circuit.ro PhivCounter .1.3.6.1.2.1.18.6.2.1.13 |
phivCircuitCountBytesSentNumber of bytes sent on this circuit.ro PhivCounter .1.3.6.1.2.1.18.6.2.1.14 |
phivCircuitCountDataBlocksRecdNumber of data blocks received on this circuit.ro PhivCounter .1.3.6.1.2.1.18.6.2.1.15 |
phivCircuitCountDataBlocksSentNumber of data blocks sent on this circuit.ro PhivCounter .1.3.6.1.2.1.18.6.2.1.16 |
phivCircuitCountUsrBuffUnavNumber of user buffer unavailable errors.ro PhivCounter .1.3.6.1.2.1.18.6.2.1.17 |
phivCircuitOrigQueueLimitThis parameter indicates the maximum number of
originating packets that may be outstanding on this
circuit. This does not include route-thru traffic.rw INTEGER .1.3.6.1.2.1.18.6.3 |
phivCircuitCountZeroCountWhen this value is set to 2, all of the counters in the
Circuit Counter Table are set to zero.rw Enumeration .1.3.6.1.2.1.18.6.4 |
ddcmp OBJECT IDENTIFIER .1.3.6.1.2.1.18.7 |
control OBJECT IDENTIFIER .1.3.6.1.2.1.18.8 |
ethernet OBJECT IDENTIFIER .1.3.6.1.2.1.18.9 |
counters OBJECT IDENTIFIER .1.3.6.1.2.1.18.10 |
adjacency OBJECT IDENTIFIER .1.3.6.1.2.1.18.11 |
line OBJECT IDENTIFIER .1.3.6.1.2.1.18.12 |
nonBroadcastLine OBJECT IDENTIFIER .1.3.6.1.2.1.18.14 |
area OBJECT IDENTIFIER .1.3.6.1.2.1.18.15 |
char OBJECT IDENTIFIER .1.3.6.1.2.1.19 |
charNumberThe number of entries in charPortTable, regardless
of their current state.ro INTEGER .1.3.6.1.2.1.19.1 |
charPortTableA list of port entries. The number of entries is
given by the value of charNumber. SEQUENCE OF CharPortEntry .1.3.6.1.2.1.19.2 |
charPortEntryStatus and parameter values for a character port. CharPortEntry .1.3.6.1.2.1.19.2.1 |
charPortIndexA unique value for each character port. Its value
ranges between 1 and the value of charNumber. By
convention and if possible, hardware port numbers
come first, with a simple, direct mapping. The
value for each port must remain constant at least
from one re-initialization of the network management
agent to the next.ro INTEGER .1.3.6.1.2.1.19.2.1.1 |
charPortNameAn administratively assigned name for the port,
typically with some local significance.rw DisplayString .1.3.6.1.2.1.19.2.1.2 |
charPortTypeThe port's type, 'physical' if the port represents
an external hardware connector, 'virtual' if it does
not.ro Enumeration .1.3.6.1.2.1.19.2.1.3 |
charPortHardwareA reference to hardware MIB definitions specific to
a physical port's external connector. For example,
if the connector is RS-232, then the value of this
object refers to a MIB sub-tree defining objects
specific to RS-232. If an agent is not configured
to have such values, the agent returns the object
identifier:
nullHardware OBJECT IDENTIFIER ::= { 0 0 }ro AutonomousType .1.3.6.1.2.1.19.2.1.4 |
charPortResetA control to force the port into a clean, initial
state, both hardware and software, disconnecting all
the port's existing sessions. In response to a
get-request or get-next-request, the agent always
returns 'ready' as the value. Setting the value to
'execute' causes a reset.rw Enumeration .1.3.6.1.2.1.19.2.1.5 |
charPortAdminStatusThe port's desired state, independent of flow
control. 'enabled' indicates that the port is
allowed to pass characters and form new sessions.
'disabled' indicates that the port is allowed to
pass characters but not form new sessions. 'off'
indicates that the port is not allowed to pass
characters or have any sessions. 'maintenance'
indicates a maintenance mode, exclusive of normal
operation, such as running a test.rw Enumeration .1.3.6.1.2.1.19.2.1.6 |
charPortOperStatusThe port's actual, operational state, independent
of flow control. 'up' indicates able to function
normally. 'down' indicates inability to function
for administrative or operational reasons.
'maintenance' indicates a maintenance mode,
exclusive of normal operation, such as running a
test. 'absent' indicates that port hardware is not
present. 'active' indicates up with a user present
(e.g. logged in).ro Enumeration .1.3.6.1.2.1.19.2.1.7 |
charPortLastChangeThe value of sysUpTime at the time the port entered
its current operational state. If the current state
was entered prior to the last reinitialization of
the local network management subsystem, then this
object contains a zero value.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.2.1.19.2.1.8 |
charPortInFlowTypeThe port's type of input flow control. 'none'
indicates no flow control at this level or below.
'xonXoff' indicates software flow control by
recognizing XON and XOFF characters. 'hardware'
indicates flow control delegated to the lower level,
for example a parallel port.
'ctsRts' and 'dsrDtr' are specific to RS-232-like
ports. Although not architecturally pure, they are
included here for simplicity's sake.rw Enumeration .1.3.6.1.2.1.19.2.1.9 |
charPortOutFlowTypeThe port's type of output flow control. 'none'
indicates no flow control at this level or below.
'xonXoff' indicates software flow control by
recognizing XON and XOFF characters. 'hardware'
indicates flow control delegated to the lower level,
for example a parallel port.
'ctsRts' and 'dsrDtr' are specific to RS-232-like
ports. Although not architecturally pure, they are
included here for simplicy's sake.rw Enumeration .1.3.6.1.2.1.19.2.1.10 |
charPortInFlowStateThe current operational state of input flow control
on the port. 'none' indicates not applicable.
'unknown' indicates this level does not know.
'stop' indicates flow not allowed. 'go' indicates
flow allowed.ro Enumeration .1.3.6.1.2.1.19.2.1.11 |
charPortOutFlowStateThe current operational state of output flow
control on the port. 'none' indicates not
applicable. 'unknown' indicates this level does not
know. 'stop' indicates flow not allowed. 'go'
indicates flow allowed.ro Enumeration .1.3.6.1.2.1.19.2.1.12 |
charPortInCharactersTotal number of characters detected as input from
the port since system re-initialization and while
the port operational state was 'up', 'active', or
'maintenance', including, for example, framing, flow
control (i.e. XON and XOFF), each occurrence of a
BREAK condition, locally-processed input, and input
sent to all sessions.ro Counter .1.3.6.1.2.1.19.2.1.13 |
charPortOutCharactersTotal number of characters detected as output to
the port since system re-initialization and while
the port operational state was 'up', 'active', or
'maintenance', including, for example, framing, flow
control (i.e. XON and XOFF), each occurrence of a
BREAK condition, locally-created output, and output
received from all sessions.ro Counter .1.3.6.1.2.1.19.2.1.14 |
charPortAdminOriginThe administratively allowed origin for
establishing session on the port. 'dynamic' allows
'network' or 'local' session establishment. 'none'
disallows session establishment.rw Enumeration .1.3.6.1.2.1.19.2.1.15 |
charPortSessionMaximumThe maximum number of concurrent sessions allowed
on the port. A value of -1 indicates no maximum.
Setting the maximum to less than the current number
of sessions has unspecified results.rw INTEGER .1.3.6.1.2.1.19.2.1.16 |
charPortSessionNumberThe number of open sessions on the port that are in
the connecting, connected, or disconnecting state.ro Gauge .1.3.6.1.2.1.19.2.1.17 |
charPortSessionIndexThe value of charSessIndex for the port's first or
only active session. If the port has no active
session, the agent returns the value zero.ro INTEGER .1.3.6.1.2.1.19.2.1.18 |
charSessTableA list of port session entries. SEQUENCE OF CharSessEntry .1.3.6.1.2.1.19.3 |
charSessEntryStatus and parameter values for a character port
session. CharSessEntry .1.3.6.1.2.1.19.3.1 |
charSessPortIndexThe value of charPortIndex for the port to which
this session belongs.ro INTEGER .1.3.6.1.2.1.19.3.1.1 |
charSessIndexThe session index in the context of the port, a
non-zero positive integer. Session indexes within a
port need not be sequential. Session indexes may be
reused for different ports. For example, port 1 and
port 3 may both have a session 2 at the same time.
Session indexes may have any valid integer value,
with any meaning convenient to the agent
implementation.ro INTEGER .1.3.6.1.2.1.19.3.1.2 |
charSessKillA control to terminate the session. In response to
a get-request or get-next-request, the agent always
returns 'ready' as the value. Setting the value to
'execute' causes termination.rw Enumeration .1.3.6.1.2.1.19.3.1.3 |
charSessStateThe current operational state of the session,
disregarding flow control. 'connected' indicates
that character data could flow on the network side
of session. 'connecting' indicates moving from
nonexistent toward 'connected'. 'disconnecting'
indicates moving from 'connected' or 'connecting' to
nonexistent.ro Enumeration .1.3.6.1.2.1.19.3.1.4 |
charSessProtocolThe network protocol over which the session is
running. Other OBJECT IDENTIFIER values may be
defined elsewhere, in association with specific
protocols. However, this document assigns those of
known interest as of this writing.ro AutonomousType .1.3.6.1.2.1.19.3.1.5 |
charSessOperOriginThe session's source of establishment.ro Enumeration .1.3.6.1.2.1.19.3.1.6 |
charSessInCharactersThis session's subset of charPortInCharacters.ro Counter .1.3.6.1.2.1.19.3.1.7 |
charSessOutCharactersThis session's subset of charPortOutCharacters.ro Counter .1.3.6.1.2.1.19.3.1.8 |
charSessConnectionIdA reference to additional local MIB information.
This should be the highest available related MIB,
corresponding to charSessProtocol, such as Telnet.
For example, the value for a TCP connection (in the
absence of a Telnet MIB) is the object identifier of
tcpConnState. If an agent is not configured to have
such values, the agent returns the object
identifier:
nullConnectionId OBJECT IDENTIFIER ::= { 0 0 }ro InstancePointer .1.3.6.1.2.1.19.3.1.9 |
charSessStartTimeThe value of sysUpTime in MIB-2 when the session
entered connecting state.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.2.1.19.3.1.10 |
wellKnownProtocols OBJECT IDENTIFIER .1.3.6.1.2.1.19.4 |
protocolOther OBJECT IDENTIFIER .1.3.6.1.2.1.19.4.1 |
protocolTelnet OBJECT IDENTIFIER .1.3.6.1.2.1.19.4.2 |
protocolRlogin OBJECT IDENTIFIER .1.3.6.1.2.1.19.4.3 |
protocolLat OBJECT IDENTIFIER .1.3.6.1.2.1.19.4.4 |
protocolX29 OBJECT IDENTIFIER .1.3.6.1.2.1.19.4.5 |
protocolVtp OBJECT IDENTIFIER .1.3.6.1.2.1.19.4.6 |
experimental OBJECT IDENTIFIER .1.3.6.1.3 |
private OBJECT IDENTIFIER .1.3.6.1.4 |
enterprises OBJECT IDENTIFIER .1.3.6.1.4.1 |
mrvInReachProductDivision OBJECT IDENTIFIER .1.3.6.1.4.1.33 |
resourceFailureIndication that a system resource lack occurred of
the type resType. TRAP-TYPE .1.3.6.1.4.1.33.0.9 |
sysLoginAuthenticationFailureIndicates when and where a user attempted and failed to
access the system. TRAP-TYPE .1.3.6.1.4.1.33.0.28 |
contactClosureChangedIndication that the contact closure transitioned to open or closed. TRAP-TYPE .1.3.6.1.4.1.33.0.30 |
powerAlarmFuseBankAIndicates that a fuse from bank A tripped its breaker, or that
it went operational. However, it is unlikely that a trap would
be issued when the fuse starts working. TRAP-TYPE .1.3.6.1.4.1.33.0.31 |
powerAlarmFuseBankBIndicates that a fuse from bank B tripped its breaker, or that
it went operational. However, it is unlikely that a trap would
be issued when the fuse starts working. TRAP-TYPE .1.3.6.1.4.1.33.0.32 |
powerSupplyAlarmAIndicates that power supply A lost or regained power.
However, it is unlikely that a trap would be issued when the
power comes on. TRAP-TYPE .1.3.6.1.4.1.33.0.33 |
powerSupplyAlarmBIndicates that power supply B lost or regained power.
However, it is unlikely that a trap would be issued when the
power comes on. TRAP-TYPE .1.3.6.1.4.1.33.0.34 |
portInputSignalChangeIndicates that an input signal on a port has transitioned to
the state indicated in the variable rs232InSigState. TRAP-TYPE .1.3.6.1.4.1.33.0.35 |
portOutputSignalChangeIndicates that an output signal on a port has transitioned to
the state indicated in the variable rs232OutSigState. TRAP-TYPE .1.3.6.1.4.1.33.0.36 |
humidityThresholdExceededIndication that the humidity exceeded a threshhold and
the value of the currrent humidity. TRAP-TYPE .1.3.6.1.4.1.33.0.37 |
temperatureThresholdExceededIndication that the temperature exceeded a threshhold and
the value of the currrent temperature. TRAP-TYPE .1.3.6.1.4.1.33.0.38 |
alarmMasterNotRespondingIndication that the high density alarm management device lost
or regained contact with the inReach port to which it was
connected as indicated by the basicPortAlarmMasterStatus
variable. TRAP-TYPE .1.3.6.1.4.1.33.0.39 |
alarmMasterInputStateChangeIndication that the alarm input point within a high density alarm
management port transitioned to open or closed. TRAP-TYPE .1.3.6.1.4.1.33.0.41 |
asciiToTrapTranslationThis trap contains ASCII data, which arrived at serial port,
was formatted as a trap, and sent out on the network. TRAP-TYPE .1.3.6.1.4.1.33.0.42 |
powerMasterNotRespondingIndication that the power management port lost or regained
contact with the power unit to which it was connected as
indicated by the basicPortPowerMasterDeviceStatus variable. TRAP-TYPE .1.3.6.1.4.1.33.0.43 |
temperatureNormalIndication that the temperature returned within bounds, and
the value of the currrent temperature. TRAP-TYPE .1.3.6.1.4.1.33.0.44 |
humidityNormalIndication that the humidity returned within bounds, and
the currrent humidity reading. TRAP-TYPE .1.3.6.1.4.1.33.0.45 |
alarmMasterSideAOffIndication that side A powered off in the attached IR7104
alarm unit due to DC rail fluctuations. TRAP-TYPE .1.3.6.1.4.1.33.0.46 |
alarmMasterSideBOffIndication that side B powered off in the attached IR7104
alarm unit due to DC rail fluctuations. TRAP-TYPE .1.3.6.1.4.1.33.0.47 |
alarmMasterSideAOnIndication that side A powered on in the attached IR7104
alarm unit after previous power off. TRAP-TYPE .1.3.6.1.4.1.33.0.48 |
alarmMasterSideBOnIndication that side B powered on in the attached IR7104
alarm unit after previous power off. TRAP-TYPE .1.3.6.1.4.1.33.0.49 |
icmpPingHostNotReachableIndication that the icmp Ping Host is not reachable after
polling for icmpPingHostMaximumRetries. TRAP-TYPE .1.3.6.1.4.1.33.0.50 |
icmpPingHostRespondingIndication that the icmp Ping Host is reachable again after
a failure. TRAP-TYPE .1.3.6.1.4.1.33.0.51 |
alarmInputLowDensity0001AlarmGenerated when alarm point 1 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10001 |
alarmInputLowDensity0002AlarmGenerated when alarm point 2 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10002 |
alarmInputLowDensity0003AlarmGenerated when alarm point 3 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10003 |
alarmInputLowDensity0004AlarmGenerated when alarm point 4 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10004 |
alarmInputLowDensity0005AlarmGenerated when alarm point 5 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10005 |
alarmInputLowDensity0006AlarmGenerated when alarm point 6 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10006 |
alarmInputLowDensity0007AlarmGenerated when alarm point 7 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10007 |
alarmInputLowDensity0008AlarmGenerated when alarm point 8 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10008 |
alarmInputLowDensity0009AlarmGenerated when alarm point 9 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10009 |
alarmInputLowDensity0010AlarmGenerated when alarm point 10 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10010 |
alarmInputLowDensity0011AlarmGenerated when alarm point 11 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10011 |
alarmInputLowDensity0012AlarmGenerated when alarm point 12 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10012 |
alarmInputLowDensity0013AlarmGenerated when alarm point 13 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10013 |
alarmInputLowDensity0014AlarmGenerated when alarm point 14 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10014 |
alarmInputLowDensity0015AlarmGenerated when alarm point 15 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10015 |
alarmInputLowDensity0016AlarmGenerated when alarm point 16 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10016 |
alarmInputLowDensity0017AlarmGenerated when alarm point 17 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10017 |
alarmInputLowDensity0018AlarmGenerated when alarm point 18 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10018 |
alarmInputLowDensity0019AlarmGenerated when alarm point 19 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10019 |
alarmInputLowDensity0020AlarmGenerated when alarm point 20 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10020 |
alarmInputLowDensity0021AlarmGenerated when alarm point 21 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10021 |
alarmInputLowDensity0022AlarmGenerated when alarm point 22 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10022 |
alarmInputLowDensity0023AlarmGenerated when alarm point 23 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10023 |
alarmInputLowDensity0024AlarmGenerated when alarm point 24 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10024 |
alarmInputLowDensity0025AlarmGenerated when alarm point 25 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10025 |
alarmInputLowDensity0026AlarmGenerated when alarm point 26 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10026 |
alarmInputLowDensity0027AlarmGenerated when alarm point 27 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10027 |
alarmInputLowDensity0028AlarmGenerated when alarm point 28 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10028 |
alarmInputLowDensity0029AlarmGenerated when alarm point 29 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10029 |
alarmInputLowDensity0030AlarmGenerated when alarm point 30 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10030 |
alarmInputLowDensity0031AlarmGenerated when alarm point 31 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10031 |
alarmInputLowDensity0032AlarmGenerated when alarm point 32 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10032 |
alarmInputLowDensity0033AlarmGenerated when alarm point 33 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10033 |
alarmInputLowDensity0034AlarmGenerated when alarm point 34 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10034 |
alarmInputLowDensity0035AlarmGenerated when alarm point 35 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10035 |
alarmInputLowDensity0036AlarmGenerated when alarm point 36 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10036 |
alarmInputLowDensity0037AlarmGenerated when alarm point 37 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10037 |
alarmInputLowDensity0038AlarmGenerated when alarm point 38 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10038 |
alarmInputLowDensity0039AlarmGenerated when alarm point 39 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10039 |
alarmInputLowDensity0040AlarmGenerated when alarm point 40 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10040 |
alarmInputLowDensity0041AlarmGenerated when alarm point 41 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10041 |
alarmInputLowDensity0042AlarmGenerated when alarm point 42 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10042 |
alarmInputLowDensity0043AlarmGenerated when alarm point 43 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10043 |
alarmInputLowDensity0044AlarmGenerated when alarm point 44 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10044 |
alarmInputLowDensity0045AlarmGenerated when alarm point 45 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10045 |
alarmInputLowDensity0046AlarmGenerated when alarm point 46 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10046 |
alarmInputLowDensity0047AlarmGenerated when alarm point 47 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10047 |
alarmInputLowDensity0048AlarmGenerated when alarm point 48 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10048 |
alarmInputLowDensity0049AlarmGenerated when alarm point 49 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10049 |
alarmInputLowDensity0050AlarmGenerated when alarm point 50 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10050 |
alarmInputLowDensity0051AlarmGenerated when alarm point 51 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10051 |
alarmInputLowDensity0052AlarmGenerated when alarm point 52 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10052 |
alarmInputLowDensity0053AlarmGenerated when alarm point 53 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10053 |
alarmInputLowDensity0054AlarmGenerated when alarm point 54 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10054 |
alarmInputLowDensity0055AlarmGenerated when alarm point 55 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10055 |
alarmInputLowDensity0056AlarmGenerated when alarm point 56 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10056 |
alarmInputLowDensity0057AlarmGenerated when alarm point 57 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10057 |
alarmInputLowDensity0058AlarmGenerated when alarm point 58 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10058 |
alarmInputLowDensity0059AlarmGenerated when alarm point 59 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10059 |
alarmInputLowDensity0060AlarmGenerated when alarm point 60 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10060 |
alarmInputLowDensity0061AlarmGenerated when alarm point 61 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10061 |
alarmInputLowDensity0062AlarmGenerated when alarm point 62 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10062 |
alarmInputLowDensity0063AlarmGenerated when alarm point 63 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10063 |
alarmInputLowDensity0064AlarmGenerated when alarm point 64 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10064 |
alarmInputLowDensity0065AlarmGenerated when alarm point 65 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10065 |
alarmInputLowDensity0066AlarmGenerated when alarm point 66 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10066 |
alarmInputLowDensity0067AlarmGenerated when alarm point 67 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10067 |
alarmInputLowDensity0068AlarmGenerated when alarm point 68 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10068 |
alarmInputLowDensity0069AlarmGenerated when alarm point 69 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10069 |
alarmInputLowDensity0070AlarmGenerated when alarm point 70 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10070 |
alarmInputLowDensity0071AlarmGenerated when alarm point 71 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10071 |
alarmInputLowDensity0072AlarmGenerated when alarm point 72 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10072 |
alarmInputLowDensity0073AlarmGenerated when alarm point 73 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10073 |
alarmInputLowDensity0074AlarmGenerated when alarm point 74 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10074 |
alarmInputLowDensity0075AlarmGenerated when alarm point 75 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10075 |
alarmInputLowDensity0076AlarmGenerated when alarm point 76 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10076 |
alarmInputLowDensity0077AlarmGenerated when alarm point 77 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10077 |
alarmInputLowDensity0078AlarmGenerated when alarm point 78 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10078 |
alarmInputLowDensity0079AlarmGenerated when alarm point 79 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10079 |
alarmInputLowDensity0080AlarmGenerated when alarm point 80 from a low density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.10080 |
alarmInputLowDensity0001NormalGenerated when alarm point 1 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20001 |
alarmInputLowDensity0002NormalGenerated when alarm point 2 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20002 |
alarmInputLowDensity0003NormalGenerated when alarm point 3 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20003 |
alarmInputLowDensity0004NormalGenerated when alarm point 4 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20004 |
alarmInputLowDensity0005NormalGenerated when alarm point 5 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20005 |
alarmInputLowDensity0006NormalGenerated when alarm point 6 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20006 |
alarmInputLowDensity0007NormalGenerated when alarm point 7 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20007 |
alarmInputLowDensity0008NormalGenerated when alarm point 8 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20008 |
alarmInputLowDensity0009NormalGenerated when alarm point 9 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20009 |
alarmInputLowDensity0010NormalGenerated when alarm point 10 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20010 |
alarmInputLowDensity0011NormalGenerated when alarm point 11 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20011 |
alarmInputLowDensity0012NormalGenerated when alarm point 12 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20012 |
alarmInputLowDensity0013NormalGenerated when alarm point 13 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20013 |
alarmInputLowDensity0014NormalGenerated when alarm point 14 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20014 |
alarmInputLowDensity0015NormalGenerated when alarm point 15 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20015 |
alarmInputLowDensity0016NormalGenerated when alarm point 16 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20016 |
alarmInputLowDensity0017NormalGenerated when alarm point 17 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20017 |
alarmInputLowDensity0018NormalGenerated when alarm point 18 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20018 |
alarmInputLowDensity0019NormalGenerated when alarm point 19 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20019 |
alarmInputLowDensity0020NormalGenerated when alarm point 20 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20020 |
alarmInputLowDensity0021NormalGenerated when alarm point 21 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20021 |
alarmInputLowDensity0022NormalGenerated when alarm point 22 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20022 |
alarmInputLowDensity0023NormalGenerated when alarm point 23 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20023 |
alarmInputLowDensity0024NormalGenerated when alarm point 24 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20024 |
alarmInputLowDensity0025NormalGenerated when alarm point 25 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20025 |
alarmInputLowDensity0026NormalGenerated when alarm point 26 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20026 |
alarmInputLowDensity0027NormalGenerated when alarm point 27 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20027 |
alarmInputLowDensity0028NormalGenerated when alarm point 28 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20028 |
alarmInputLowDensity0029NormalGenerated when alarm point 29 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20029 |
alarmInputLowDensity0030NormalGenerated when alarm point 30 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20030 |
alarmInputLowDensity0031NormalGenerated when alarm point 31 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20031 |
alarmInputLowDensity0032NormalGenerated when alarm point 32 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20032 |
alarmInputLowDensity0033NormalGenerated when alarm point 33 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20033 |
alarmInputLowDensity0034NormalGenerated when alarm point 34 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20034 |
alarmInputLowDensity0035NormalGenerated when alarm point 35 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20035 |
alarmInputLowDensity0036NormalGenerated when alarm point 36 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20036 |
alarmInputLowDensity0037NormalGenerated when alarm point 37 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20037 |
alarmInputLowDensity0038NormalGenerated when alarm point 38 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20038 |
alarmInputLowDensity0039NormalGenerated when alarm point 39 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20039 |
alarmInputLowDensity0040NormalGenerated when alarm point 40 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20040 |
alarmInputLowDensity0041NormalGenerated when alarm point 41 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20041 |
alarmInputLowDensity0042NormalGenerated when alarm point 42 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20042 |
alarmInputLowDensity0043NormalGenerated when alarm point 43 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20043 |
alarmInputLowDensity0044NormalGenerated when alarm point 44 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20044 |
alarmInputLowDensity0045NormalGenerated when alarm point 45 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20045 |
alarmInputLowDensity0046NormalGenerated when alarm point 46 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20046 |
alarmInputLowDensity0047NormalGenerated when alarm point 47 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20047 |
alarmInputLowDensity0048NormalGenerated when alarm point 48 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20048 |
alarmInputLowDensity0049NormalGenerated when alarm point 49 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20049 |
alarmInputLowDensity0050NormalGenerated when alarm point 50 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20050 |
alarmInputLowDensity0051NormalGenerated when alarm point 51 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20051 |
alarmInputLowDensity0052NormalGenerated when alarm point 52 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20052 |
alarmInputLowDensity0053NormalGenerated when alarm point 53 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20053 |
alarmInputLowDensity0054NormalGenerated when alarm point 54 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20054 |
alarmInputLowDensity0055NormalGenerated when alarm point 55 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20055 |
alarmInputLowDensity0056NormalGenerated when alarm point 56 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20056 |
alarmInputLowDensity0057NormalGenerated when alarm point 57 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20057 |
alarmInputLowDensity0058NormalGenerated when alarm point 58 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20058 |
alarmInputLowDensity0059NormalGenerated when alarm point 59 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20059 |
alarmInputLowDensity0060NormalGenerated when alarm point 60 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20060 |
alarmInputLowDensity0061NormalGenerated when alarm point 61 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20061 |
alarmInputLowDensity0062NormalGenerated when alarm point 62 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20062 |
alarmInputLowDensity0063NormalGenerated when alarm point 63 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20063 |
alarmInputLowDensity0064NormalGenerated when alarm point 64 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20064 |
alarmInputLowDensity0065NormalGenerated when alarm point 65 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20065 |
alarmInputLowDensity0066NormalGenerated when alarm point 66 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20066 |
alarmInputLowDensity0067NormalGenerated when alarm point 67 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20067 |
alarmInputLowDensity0068NormalGenerated when alarm point 68 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20068 |
alarmInputLowDensity0069NormalGenerated when alarm point 69 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20069 |
alarmInputLowDensity0070NormalGenerated when alarm point 70 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20070 |
alarmInputLowDensity0071NormalGenerated when alarm point 71 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20071 |
alarmInputLowDensity0072NormalGenerated when alarm point 72 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20072 |
alarmInputLowDensity0073NormalGenerated when alarm point 73 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20073 |
alarmInputLowDensity0074NormalGenerated when alarm point 74 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20074 |
alarmInputLowDensity0075NormalGenerated when alarm point 75 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20075 |
alarmInputLowDensity0076NormalGenerated when alarm point 76 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20076 |
alarmInputLowDensity0077NormalGenerated when alarm point 77 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20077 |
alarmInputLowDensity0078NormalGenerated when alarm point 78 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20078 |
alarmInputLowDensity0079NormalGenerated when alarm point 79 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20079 |
alarmInputLowDensity0080NormalGenerated when alarm point 80 from a low density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.20080 |
alarmInputHighDensity0001AlarmGenerated when alarm point 1 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30001 |
alarmInputHighDensity0002AlarmGenerated when alarm point 2 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30002 |
alarmInputHighDensity0003AlarmGenerated when alarm point 3 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30003 |
alarmInputHighDensity0004AlarmGenerated when alarm point 4 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30004 |
alarmInputHighDensity0005AlarmGenerated when alarm point 5 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30005 |
alarmInputHighDensity0006AlarmGenerated when alarm point 6 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30006 |
alarmInputHighDensity0007AlarmGenerated when alarm point 7 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30007 |
alarmInputHighDensity0008AlarmGenerated when alarm point 8 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30008 |
alarmInputHighDensity0009AlarmGenerated when alarm point 9 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30009 |
alarmInputHighDensity0010AlarmGenerated when alarm point 10 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30010 |
alarmInputHighDensity0011AlarmGenerated when alarm point 11 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30011 |
alarmInputHighDensity0012AlarmGenerated when alarm point 12 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30012 |
alarmInputHighDensity0013AlarmGenerated when alarm point 13 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30013 |
alarmInputHighDensity0014AlarmGenerated when alarm point 14 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30014 |
alarmInputHighDensity0015AlarmGenerated when alarm point 15 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30015 |
alarmInputHighDensity0016AlarmGenerated when alarm point 16 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30016 |
alarmInputHighDensity0017AlarmGenerated when alarm point 17 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30017 |
alarmInputHighDensity0018AlarmGenerated when alarm point 18 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30018 |
alarmInputHighDensity0019AlarmGenerated when alarm point 19 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30019 |
alarmInputHighDensity0020AlarmGenerated when alarm point 20 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30020 |
alarmInputHighDensity0021AlarmGenerated when alarm point 21 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30021 |
alarmInputHighDensity0022AlarmGenerated when alarm point 22 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30022 |
alarmInputHighDensity0023AlarmGenerated when alarm point 23 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30023 |
alarmInputHighDensity0024AlarmGenerated when alarm point 24 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30024 |
alarmInputHighDensity0025AlarmGenerated when alarm point 25 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30025 |
alarmInputHighDensity0026AlarmGenerated when alarm point 26 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30026 |
alarmInputHighDensity0027AlarmGenerated when alarm point 27 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30027 |
alarmInputHighDensity0028AlarmGenerated when alarm point 28 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30028 |
alarmInputHighDensity0029AlarmGenerated when alarm point 29 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30029 |
alarmInputHighDensity0030AlarmGenerated when alarm point 30 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30030 |
alarmInputHighDensity0031AlarmGenerated when alarm point 31 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30031 |
alarmInputHighDensity0032AlarmGenerated when alarm point 32 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30032 |
alarmInputHighDensity0033AlarmGenerated when alarm point 33 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30033 |
alarmInputHighDensity0034AlarmGenerated when alarm point 34 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30034 |
alarmInputHighDensity0035AlarmGenerated when alarm point 35 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30035 |
alarmInputHighDensity0036AlarmGenerated when alarm point 36 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30036 |
alarmInputHighDensity0037AlarmGenerated when alarm point 37 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30037 |
alarmInputHighDensity0038AlarmGenerated when alarm point 38 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30038 |
alarmInputHighDensity0039AlarmGenerated when alarm point 39 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30039 |
alarmInputHighDensity0040AlarmGenerated when alarm point 40 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30040 |
alarmInputHighDensity0041AlarmGenerated when alarm point 41 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30041 |
alarmInputHighDensity0042AlarmGenerated when alarm point 42 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30042 |
alarmInputHighDensity0043AlarmGenerated when alarm point 43 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30043 |
alarmInputHighDensity0044AlarmGenerated when alarm point 44 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30044 |
alarmInputHighDensity0045AlarmGenerated when alarm point 45 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30045 |
alarmInputHighDensity0046AlarmGenerated when alarm point 46 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30046 |
alarmInputHighDensity0047AlarmGenerated when alarm point 47 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30047 |
alarmInputHighDensity0048AlarmGenerated when alarm point 48 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30048 |
alarmInputHighDensity0049AlarmGenerated when alarm point 49 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30049 |
alarmInputHighDensity0050AlarmGenerated when alarm point 50 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30050 |
alarmInputHighDensity0051AlarmGenerated when alarm point 51 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30051 |
alarmInputHighDensity0052AlarmGenerated when alarm point 52 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30052 |
alarmInputHighDensity0053AlarmGenerated when alarm point 53 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30053 |
alarmInputHighDensity0054AlarmGenerated when alarm point 54 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30054 |
alarmInputHighDensity0055AlarmGenerated when alarm point 55 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30055 |
alarmInputHighDensity0056AlarmGenerated when alarm point 56 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30056 |
alarmInputHighDensity0057AlarmGenerated when alarm point 57 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30057 |
alarmInputHighDensity0058AlarmGenerated when alarm point 58 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30058 |
alarmInputHighDensity0059AlarmGenerated when alarm point 59 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30059 |
alarmInputHighDensity0060AlarmGenerated when alarm point 60 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30060 |
alarmInputHighDensity0061AlarmGenerated when alarm point 61 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30061 |
alarmInputHighDensity0062AlarmGenerated when alarm point 62 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30062 |
alarmInputHighDensity0063AlarmGenerated when alarm point 63 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30063 |
alarmInputHighDensity0064AlarmGenerated when alarm point 64 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30064 |
alarmInputHighDensity0065AlarmGenerated when alarm point 65 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30065 |
alarmInputHighDensity0066AlarmGenerated when alarm point 66 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30066 |
alarmInputHighDensity0067AlarmGenerated when alarm point 67 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30067 |
alarmInputHighDensity0068AlarmGenerated when alarm point 68 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30068 |
alarmInputHighDensity0069AlarmGenerated when alarm point 69 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30069 |
alarmInputHighDensity0070AlarmGenerated when alarm point 70 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30070 |
alarmInputHighDensity0071AlarmGenerated when alarm point 71 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30071 |
alarmInputHighDensity0072AlarmGenerated when alarm point 72 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30072 |
alarmInputHighDensity0073AlarmGenerated when alarm point 73 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30073 |
alarmInputHighDensity0074AlarmGenerated when alarm point 74 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30074 |
alarmInputHighDensity0075AlarmGenerated when alarm point 75 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30075 |
alarmInputHighDensity0076AlarmGenerated when alarm point 76 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30076 |
alarmInputHighDensity0077AlarmGenerated when alarm point 77 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30077 |
alarmInputHighDensity0078AlarmGenerated when alarm point 78 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30078 |
alarmInputHighDensity0079AlarmGenerated when alarm point 79 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30079 |
alarmInputHighDensity0080AlarmGenerated when alarm point 80 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30080 |
alarmInputHighDensity0081AlarmGenerated when alarm point 81 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30081 |
alarmInputHighDensity0082AlarmGenerated when alarm point 82 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30082 |
alarmInputHighDensity0083AlarmGenerated when alarm point 83 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30083 |
alarmInputHighDensity0084AlarmGenerated when alarm point 84 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30084 |
alarmInputHighDensity0085AlarmGenerated when alarm point 85 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30085 |
alarmInputHighDensity0086AlarmGenerated when alarm point 86 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30086 |
alarmInputHighDensity0087AlarmGenerated when alarm point 87 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30087 |
alarmInputHighDensity0088AlarmGenerated when alarm point 88 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30088 |
alarmInputHighDensity0089AlarmGenerated when alarm point 89 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30089 |
alarmInputHighDensity0090AlarmGenerated when alarm point 90 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30090 |
alarmInputHighDensity0091AlarmGenerated when alarm point 91 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30091 |
alarmInputHighDensity0092AlarmGenerated when alarm point 92 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30092 |
alarmInputHighDensity0093AlarmGenerated when alarm point 93 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30093 |
alarmInputHighDensity0094AlarmGenerated when alarm point 94 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30094 |
alarmInputHighDensity0095AlarmGenerated when alarm point 95 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30095 |
alarmInputHighDensity0096AlarmGenerated when alarm point 96 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30096 |
alarmInputHighDensity0097AlarmGenerated when alarm point 97 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30097 |
alarmInputHighDensity0098AlarmGenerated when alarm point 98 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30098 |
alarmInputHighDensity0099AlarmGenerated when alarm point 99 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30099 |
alarmInputHighDensity0100AlarmGenerated when alarm point 100 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30100 |
alarmInputHighDensity0101AlarmGenerated when alarm point 101 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30101 |
alarmInputHighDensity0102AlarmGenerated when alarm point 102 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30102 |
alarmInputHighDensity0103AlarmGenerated when alarm point 103 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30103 |
alarmInputHighDensity0104AlarmGenerated when alarm point 104 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30104 |
alarmInputHighDensity0105AlarmGenerated when alarm point 105 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30105 |
alarmInputHighDensity0106AlarmGenerated when alarm point 106 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30106 |
alarmInputHighDensity0107AlarmGenerated when alarm point 107 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30107 |
alarmInputHighDensity0108AlarmGenerated when alarm point 108 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30108 |
alarmInputHighDensity0109AlarmGenerated when alarm point 109 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30109 |
alarmInputHighDensity0110AlarmGenerated when alarm point 110 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30110 |
alarmInputHighDensity0111AlarmGenerated when alarm point 111 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30111 |
alarmInputHighDensity0112AlarmGenerated when alarm point 112 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30112 |
alarmInputHighDensity0113AlarmGenerated when alarm point 113 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30113 |
alarmInputHighDensity0114AlarmGenerated when alarm point 114 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30114 |
alarmInputHighDensity0115AlarmGenerated when alarm point 115 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30115 |
alarmInputHighDensity0116AlarmGenerated when alarm point 116 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30116 |
alarmInputHighDensity0117AlarmGenerated when alarm point 117 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30117 |
alarmInputHighDensity0118AlarmGenerated when alarm point 118 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30118 |
alarmInputHighDensity0119AlarmGenerated when alarm point 119 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30119 |
alarmInputHighDensity0120AlarmGenerated when alarm point 120 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30120 |
alarmInputHighDensity0121AlarmGenerated when alarm point 121 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30121 |
alarmInputHighDensity0122AlarmGenerated when alarm point 122 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30122 |
alarmInputHighDensity0123AlarmGenerated when alarm point 123 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30123 |
alarmInputHighDensity0124AlarmGenerated when alarm point 124 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30124 |
alarmInputHighDensity0125AlarmGenerated when alarm point 125 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30125 |
alarmInputHighDensity0126AlarmGenerated when alarm point 126 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30126 |
alarmInputHighDensity0127AlarmGenerated when alarm point 127 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30127 |
alarmInputHighDensity0128AlarmGenerated when alarm point 128 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30128 |
alarmInputHighDensity0129AlarmGenerated when alarm point 129 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30129 |
alarmInputHighDensity0130AlarmGenerated when alarm point 130 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30130 |
alarmInputHighDensity0131AlarmGenerated when alarm point 131 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30131 |
alarmInputHighDensity0132AlarmGenerated when alarm point 132 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30132 |
alarmInputHighDensity0133AlarmGenerated when alarm point 133 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30133 |
alarmInputHighDensity0134AlarmGenerated when alarm point 134 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30134 |
alarmInputHighDensity0135AlarmGenerated when alarm point 135 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30135 |
alarmInputHighDensity0136AlarmGenerated when alarm point 136 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30136 |
alarmInputHighDensity0137AlarmGenerated when alarm point 137 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30137 |
alarmInputHighDensity0138AlarmGenerated when alarm point 138 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30138 |
alarmInputHighDensity0139AlarmGenerated when alarm point 139 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30139 |
alarmInputHighDensity0140AlarmGenerated when alarm point 140 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30140 |
alarmInputHighDensity0141AlarmGenerated when alarm point 141 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30141 |
alarmInputHighDensity0142AlarmGenerated when alarm point 142 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30142 |
alarmInputHighDensity0143AlarmGenerated when alarm point 143 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30143 |
alarmInputHighDensity0144AlarmGenerated when alarm point 144 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30144 |
alarmInputHighDensity0145AlarmGenerated when alarm point 145 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30145 |
alarmInputHighDensity0146AlarmGenerated when alarm point 146 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30146 |
alarmInputHighDensity0147AlarmGenerated when alarm point 147 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30147 |
alarmInputHighDensity0148AlarmGenerated when alarm point 148 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30148 |
alarmInputHighDensity0149AlarmGenerated when alarm point 149 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30149 |
alarmInputHighDensity0150AlarmGenerated when alarm point 150 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30150 |
alarmInputHighDensity0151AlarmGenerated when alarm point 151 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30151 |
alarmInputHighDensity0152AlarmGenerated when alarm point 152 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30152 |
alarmInputHighDensity0153AlarmGenerated when alarm point 153 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30153 |
alarmInputHighDensity0154AlarmGenerated when alarm point 154 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30154 |
alarmInputHighDensity0155AlarmGenerated when alarm point 155 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30155 |
alarmInputHighDensity0156AlarmGenerated when alarm point 156 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30156 |
alarmInputHighDensity0157AlarmGenerated when alarm point 157 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30157 |
alarmInputHighDensity0158AlarmGenerated when alarm point 158 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30158 |
alarmInputHighDensity0159AlarmGenerated when alarm point 159 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30159 |
alarmInputHighDensity0160AlarmGenerated when alarm point 160 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30160 |
alarmInputHighDensity0161AlarmGenerated when alarm point 161 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30161 |
alarmInputHighDensity0162AlarmGenerated when alarm point 162 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30162 |
alarmInputHighDensity0163AlarmGenerated when alarm point 163 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30163 |
alarmInputHighDensity0164AlarmGenerated when alarm point 164 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30164 |
alarmInputHighDensity0165AlarmGenerated when alarm point 165 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30165 |
alarmInputHighDensity0166AlarmGenerated when alarm point 166 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30166 |
alarmInputHighDensity0167AlarmGenerated when alarm point 167 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30167 |
alarmInputHighDensity0168AlarmGenerated when alarm point 168 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30168 |
alarmInputHighDensity0169AlarmGenerated when alarm point 169 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30169 |
alarmInputHighDensity0170AlarmGenerated when alarm point 170 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30170 |
alarmInputHighDensity0171AlarmGenerated when alarm point 171 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30171 |
alarmInputHighDensity0172AlarmGenerated when alarm point 172 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30172 |
alarmInputHighDensity0173AlarmGenerated when alarm point 173 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30173 |
alarmInputHighDensity0174AlarmGenerated when alarm point 174 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30174 |
alarmInputHighDensity0175AlarmGenerated when alarm point 175 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30175 |
alarmInputHighDensity0176AlarmGenerated when alarm point 176 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30176 |
alarmInputHighDensity0177AlarmGenerated when alarm point 177 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30177 |
alarmInputHighDensity0178AlarmGenerated when alarm point 178 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30178 |
alarmInputHighDensity0179AlarmGenerated when alarm point 179 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30179 |
alarmInputHighDensity0180AlarmGenerated when alarm point 180 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30180 |
alarmInputHighDensity0181AlarmGenerated when alarm point 181 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30181 |
alarmInputHighDensity0182AlarmGenerated when alarm point 182 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30182 |
alarmInputHighDensity0183AlarmGenerated when alarm point 183 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30183 |
alarmInputHighDensity0184AlarmGenerated when alarm point 184 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30184 |
alarmInputHighDensity0185AlarmGenerated when alarm point 185 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30185 |
alarmInputHighDensity0186AlarmGenerated when alarm point 186 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30186 |
alarmInputHighDensity0187AlarmGenerated when alarm point 187 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30187 |
alarmInputHighDensity0188AlarmGenerated when alarm point 188 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30188 |
alarmInputHighDensity0189AlarmGenerated when alarm point 189 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30189 |
alarmInputHighDensity0190AlarmGenerated when alarm point 190 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30190 |
alarmInputHighDensity0191AlarmGenerated when alarm point 191 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30191 |
alarmInputHighDensity0192AlarmGenerated when alarm point 192 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30192 |
alarmInputHighDensity0193AlarmGenerated when alarm point 193 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30193 |
alarmInputHighDensity0194AlarmGenerated when alarm point 194 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30194 |
alarmInputHighDensity0195AlarmGenerated when alarm point 195 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30195 |
alarmInputHighDensity0196AlarmGenerated when alarm point 196 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30196 |
alarmInputHighDensity0197AlarmGenerated when alarm point 197 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30197 |
alarmInputHighDensity0198AlarmGenerated when alarm point 198 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30198 |
alarmInputHighDensity0199AlarmGenerated when alarm point 199 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30199 |
alarmInputHighDensity0200AlarmGenerated when alarm point 200 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30200 |
alarmInputHighDensity0201AlarmGenerated when alarm point 201 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30201 |
alarmInputHighDensity0202AlarmGenerated when alarm point 202 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30202 |
alarmInputHighDensity0203AlarmGenerated when alarm point 203 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30203 |
alarmInputHighDensity0204AlarmGenerated when alarm point 204 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30204 |
alarmInputHighDensity0205AlarmGenerated when alarm point 205 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30205 |
alarmInputHighDensity0206AlarmGenerated when alarm point 206 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30206 |
alarmInputHighDensity0207AlarmGenerated when alarm point 207 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30207 |
alarmInputHighDensity0208AlarmGenerated when alarm point 208 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30208 |
alarmInputHighDensity0209AlarmGenerated when alarm point 209 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30209 |
alarmInputHighDensity0210AlarmGenerated when alarm point 210 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30210 |
alarmInputHighDensity0211AlarmGenerated when alarm point 211 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30211 |
alarmInputHighDensity0212AlarmGenerated when alarm point 212 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30212 |
alarmInputHighDensity0213AlarmGenerated when alarm point 213 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30213 |
alarmInputHighDensity0214AlarmGenerated when alarm point 214 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30214 |
alarmInputHighDensity0215AlarmGenerated when alarm point 215 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30215 |
alarmInputHighDensity0216AlarmGenerated when alarm point 216 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30216 |
alarmInputHighDensity0217AlarmGenerated when alarm point 217 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30217 |
alarmInputHighDensity0218AlarmGenerated when alarm point 218 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30218 |
alarmInputHighDensity0219AlarmGenerated when alarm point 219 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30219 |
alarmInputHighDensity0220AlarmGenerated when alarm point 220 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30220 |
alarmInputHighDensity0221AlarmGenerated when alarm point 221 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30221 |
alarmInputHighDensity0222AlarmGenerated when alarm point 222 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30222 |
alarmInputHighDensity0223AlarmGenerated when alarm point 223 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30223 |
alarmInputHighDensity0224AlarmGenerated when alarm point 224 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30224 |
alarmInputHighDensity0225AlarmGenerated when alarm point 225 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30225 |
alarmInputHighDensity0226AlarmGenerated when alarm point 226 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30226 |
alarmInputHighDensity0227AlarmGenerated when alarm point 227 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30227 |
alarmInputHighDensity0228AlarmGenerated when alarm point 228 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30228 |
alarmInputHighDensity0229AlarmGenerated when alarm point 229 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30229 |
alarmInputHighDensity0230AlarmGenerated when alarm point 230 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30230 |
alarmInputHighDensity0231AlarmGenerated when alarm point 231 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30231 |
alarmInputHighDensity0232AlarmGenerated when alarm point 232 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30232 |
alarmInputHighDensity0233AlarmGenerated when alarm point 233 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30233 |
alarmInputHighDensity0234AlarmGenerated when alarm point 234 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30234 |
alarmInputHighDensity0235AlarmGenerated when alarm point 235 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30235 |
alarmInputHighDensity0236AlarmGenerated when alarm point 236 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30236 |
alarmInputHighDensity0237AlarmGenerated when alarm point 237 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30237 |
alarmInputHighDensity0238AlarmGenerated when alarm point 238 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30238 |
alarmInputHighDensity0239AlarmGenerated when alarm point 239 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30239 |
alarmInputHighDensity0240AlarmGenerated when alarm point 240 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30240 |
alarmInputHighDensity0241AlarmGenerated when alarm point 241 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30241 |
alarmInputHighDensity0242AlarmGenerated when alarm point 242 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30242 |
alarmInputHighDensity0243AlarmGenerated when alarm point 243 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30243 |
alarmInputHighDensity0244AlarmGenerated when alarm point 244 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30244 |
alarmInputHighDensity0245AlarmGenerated when alarm point 245 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30245 |
alarmInputHighDensity0246AlarmGenerated when alarm point 246 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30246 |
alarmInputHighDensity0247AlarmGenerated when alarm point 247 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30247 |
alarmInputHighDensity0248AlarmGenerated when alarm point 248 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30248 |
alarmInputHighDensity0249AlarmGenerated when alarm point 249 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30249 |
alarmInputHighDensity0250AlarmGenerated when alarm point 250 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30250 |
alarmInputHighDensity0251AlarmGenerated when alarm point 251 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30251 |
alarmInputHighDensity0252AlarmGenerated when alarm point 252 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30252 |
alarmInputHighDensity0253AlarmGenerated when alarm point 253 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30253 |
alarmInputHighDensity0254AlarmGenerated when alarm point 254 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30254 |
alarmInputHighDensity0255AlarmGenerated when alarm point 255 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30255 |
alarmInputHighDensity0256AlarmGenerated when alarm point 256 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30256 |
alarmInputHighDensity0257AlarmGenerated when alarm point 257 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30257 |
alarmInputHighDensity0258AlarmGenerated when alarm point 258 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30258 |
alarmInputHighDensity0259AlarmGenerated when alarm point 259 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30259 |
alarmInputHighDensity0260AlarmGenerated when alarm point 260 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30260 |
alarmInputHighDensity0261AlarmGenerated when alarm point 261 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30261 |
alarmInputHighDensity0262AlarmGenerated when alarm point 262 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30262 |
alarmInputHighDensity0263AlarmGenerated when alarm point 263 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30263 |
alarmInputHighDensity0264AlarmGenerated when alarm point 264 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30264 |
alarmInputHighDensity0265AlarmGenerated when alarm point 265 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30265 |
alarmInputHighDensity0266AlarmGenerated when alarm point 266 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30266 |
alarmInputHighDensity0267AlarmGenerated when alarm point 267 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30267 |
alarmInputHighDensity0268AlarmGenerated when alarm point 268 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30268 |
alarmInputHighDensity0269AlarmGenerated when alarm point 269 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30269 |
alarmInputHighDensity0270AlarmGenerated when alarm point 270 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30270 |
alarmInputHighDensity0271AlarmGenerated when alarm point 271 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30271 |
alarmInputHighDensity0272AlarmGenerated when alarm point 272 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30272 |
alarmInputHighDensity0273AlarmGenerated when alarm point 273 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30273 |
alarmInputHighDensity0274AlarmGenerated when alarm point 274 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30274 |
alarmInputHighDensity0275AlarmGenerated when alarm point 275 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30275 |
alarmInputHighDensity0276AlarmGenerated when alarm point 276 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30276 |
alarmInputHighDensity0277AlarmGenerated when alarm point 277 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30277 |
alarmInputHighDensity0278AlarmGenerated when alarm point 278 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30278 |
alarmInputHighDensity0279AlarmGenerated when alarm point 279 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30279 |
alarmInputHighDensity0280AlarmGenerated when alarm point 280 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30280 |
alarmInputHighDensity0281AlarmGenerated when alarm point 281 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30281 |
alarmInputHighDensity0282AlarmGenerated when alarm point 282 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30282 |
alarmInputHighDensity0283AlarmGenerated when alarm point 283 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30283 |
alarmInputHighDensity0284AlarmGenerated when alarm point 284 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30284 |
alarmInputHighDensity0285AlarmGenerated when alarm point 285 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30285 |
alarmInputHighDensity0286AlarmGenerated when alarm point 286 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30286 |
alarmInputHighDensity0287AlarmGenerated when alarm point 287 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30287 |
alarmInputHighDensity0288AlarmGenerated when alarm point 288 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30288 |
alarmInputHighDensity0289AlarmGenerated when alarm point 289 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30289 |
alarmInputHighDensity0290AlarmGenerated when alarm point 290 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30290 |
alarmInputHighDensity0291AlarmGenerated when alarm point 291 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30291 |
alarmInputHighDensity0292AlarmGenerated when alarm point 292 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30292 |
alarmInputHighDensity0293AlarmGenerated when alarm point 293 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30293 |
alarmInputHighDensity0294AlarmGenerated when alarm point 294 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30294 |
alarmInputHighDensity0295AlarmGenerated when alarm point 295 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30295 |
alarmInputHighDensity0296AlarmGenerated when alarm point 296 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30296 |
alarmInputHighDensity0297AlarmGenerated when alarm point 297 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30297 |
alarmInputHighDensity0298AlarmGenerated when alarm point 298 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30298 |
alarmInputHighDensity0299AlarmGenerated when alarm point 299 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30299 |
alarmInputHighDensity0300AlarmGenerated when alarm point 300 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30300 |
alarmInputHighDensity0301AlarmGenerated when alarm point 301 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30301 |
alarmInputHighDensity0302AlarmGenerated when alarm point 302 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30302 |
alarmInputHighDensity0303AlarmGenerated when alarm point 303 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30303 |
alarmInputHighDensity0304AlarmGenerated when alarm point 304 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30304 |
alarmInputHighDensity0305AlarmGenerated when alarm point 305 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30305 |
alarmInputHighDensity0306AlarmGenerated when alarm point 306 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30306 |
alarmInputHighDensity0307AlarmGenerated when alarm point 307 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30307 |
alarmInputHighDensity0308AlarmGenerated when alarm point 308 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30308 |
alarmInputHighDensity0309AlarmGenerated when alarm point 309 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30309 |
alarmInputHighDensity0310AlarmGenerated when alarm point 310 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30310 |
alarmInputHighDensity0311AlarmGenerated when alarm point 311 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30311 |
alarmInputHighDensity0312AlarmGenerated when alarm point 312 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30312 |
alarmInputHighDensity0313AlarmGenerated when alarm point 313 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30313 |
alarmInputHighDensity0314AlarmGenerated when alarm point 314 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30314 |
alarmInputHighDensity0315AlarmGenerated when alarm point 315 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30315 |
alarmInputHighDensity0316AlarmGenerated when alarm point 316 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30316 |
alarmInputHighDensity0317AlarmGenerated when alarm point 317 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30317 |
alarmInputHighDensity0318AlarmGenerated when alarm point 318 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30318 |
alarmInputHighDensity0319AlarmGenerated when alarm point 319 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30319 |
alarmInputHighDensity0320AlarmGenerated when alarm point 320 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30320 |
alarmInputHighDensity0321AlarmGenerated when alarm point 321 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30321 |
alarmInputHighDensity0322AlarmGenerated when alarm point 322 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30322 |
alarmInputHighDensity0323AlarmGenerated when alarm point 323 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30323 |
alarmInputHighDensity0324AlarmGenerated when alarm point 324 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30324 |
alarmInputHighDensity0325AlarmGenerated when alarm point 325 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30325 |
alarmInputHighDensity0326AlarmGenerated when alarm point 326 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30326 |
alarmInputHighDensity0327AlarmGenerated when alarm point 327 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30327 |
alarmInputHighDensity0328AlarmGenerated when alarm point 328 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30328 |
alarmInputHighDensity0329AlarmGenerated when alarm point 329 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30329 |
alarmInputHighDensity0330AlarmGenerated when alarm point 330 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30330 |
alarmInputHighDensity0331AlarmGenerated when alarm point 331 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30331 |
alarmInputHighDensity0332AlarmGenerated when alarm point 332 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30332 |
alarmInputHighDensity0333AlarmGenerated when alarm point 333 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30333 |
alarmInputHighDensity0334AlarmGenerated when alarm point 334 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30334 |
alarmInputHighDensity0335AlarmGenerated when alarm point 335 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30335 |
alarmInputHighDensity0336AlarmGenerated when alarm point 336 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30336 |
alarmInputHighDensity0337AlarmGenerated when alarm point 337 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30337 |
alarmInputHighDensity0338AlarmGenerated when alarm point 338 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30338 |
alarmInputHighDensity0339AlarmGenerated when alarm point 339 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30339 |
alarmInputHighDensity0340AlarmGenerated when alarm point 340 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30340 |
alarmInputHighDensity0341AlarmGenerated when alarm point 341 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30341 |
alarmInputHighDensity0342AlarmGenerated when alarm point 342 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30342 |
alarmInputHighDensity0343AlarmGenerated when alarm point 343 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30343 |
alarmInputHighDensity0344AlarmGenerated when alarm point 344 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30344 |
alarmInputHighDensity0345AlarmGenerated when alarm point 345 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30345 |
alarmInputHighDensity0346AlarmGenerated when alarm point 346 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30346 |
alarmInputHighDensity0347AlarmGenerated when alarm point 347 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30347 |
alarmInputHighDensity0348AlarmGenerated when alarm point 348 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30348 |
alarmInputHighDensity0349AlarmGenerated when alarm point 349 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30349 |
alarmInputHighDensity0350AlarmGenerated when alarm point 350 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30350 |
alarmInputHighDensity0351AlarmGenerated when alarm point 351 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30351 |
alarmInputHighDensity0352AlarmGenerated when alarm point 352 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30352 |
alarmInputHighDensity0353AlarmGenerated when alarm point 353 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30353 |
alarmInputHighDensity0354AlarmGenerated when alarm point 354 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30354 |
alarmInputHighDensity0355AlarmGenerated when alarm point 355 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30355 |
alarmInputHighDensity0356AlarmGenerated when alarm point 356 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30356 |
alarmInputHighDensity0357AlarmGenerated when alarm point 357 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30357 |
alarmInputHighDensity0358AlarmGenerated when alarm point 358 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30358 |
alarmInputHighDensity0359AlarmGenerated when alarm point 359 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30359 |
alarmInputHighDensity0360AlarmGenerated when alarm point 360 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30360 |
alarmInputHighDensity0361AlarmGenerated when alarm point 361 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30361 |
alarmInputHighDensity0362AlarmGenerated when alarm point 362 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30362 |
alarmInputHighDensity0363AlarmGenerated when alarm point 363 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30363 |
alarmInputHighDensity0364AlarmGenerated when alarm point 364 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30364 |
alarmInputHighDensity0365AlarmGenerated when alarm point 365 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30365 |
alarmInputHighDensity0366AlarmGenerated when alarm point 366 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30366 |
alarmInputHighDensity0367AlarmGenerated when alarm point 367 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30367 |
alarmInputHighDensity0368AlarmGenerated when alarm point 368 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30368 |
alarmInputHighDensity0369AlarmGenerated when alarm point 369 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30369 |
alarmInputHighDensity0370AlarmGenerated when alarm point 370 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30370 |
alarmInputHighDensity0371AlarmGenerated when alarm point 371 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30371 |
alarmInputHighDensity0372AlarmGenerated when alarm point 372 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30372 |
alarmInputHighDensity0373AlarmGenerated when alarm point 373 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30373 |
alarmInputHighDensity0374AlarmGenerated when alarm point 374 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30374 |
alarmInputHighDensity0375AlarmGenerated when alarm point 375 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30375 |
alarmInputHighDensity0376AlarmGenerated when alarm point 376 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30376 |
alarmInputHighDensity0377AlarmGenerated when alarm point 377 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30377 |
alarmInputHighDensity0378AlarmGenerated when alarm point 378 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30378 |
alarmInputHighDensity0379AlarmGenerated when alarm point 379 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30379 |
alarmInputHighDensity0380AlarmGenerated when alarm point 380 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30380 |
alarmInputHighDensity0381AlarmGenerated when alarm point 381 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30381 |
alarmInputHighDensity0382AlarmGenerated when alarm point 382 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30382 |
alarmInputHighDensity0383AlarmGenerated when alarm point 383 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30383 |
alarmInputHighDensity0384AlarmGenerated when alarm point 384 from a high density unit
transitions to the alarm state. TRAP-TYPE .1.3.6.1.4.1.33.0.30384 |
alarmInputHighDensity0001NormalGenerated when alarm point 1 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40001 |
alarmInputHighDensity0002NormalGenerated when alarm point 2 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40002 |
alarmInputHighDensity0003NormalGenerated when alarm point 3 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40003 |
alarmInputHighDensity0004NormalGenerated when alarm point 4 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40004 |
alarmInputHighDensity0005NormalGenerated when alarm point 5 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40005 |
alarmInputHighDensity0006NormalGenerated when alarm point 6 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40006 |
alarmInputHighDensity0007NormalGenerated when alarm point 7 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40007 |
alarmInputHighDensity0008NormalGenerated when alarm point 8 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40008 |
alarmInputHighDensity0009NormalGenerated when alarm point 9 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40009 |
alarmInputHighDensity0010NormalGenerated when alarm point 10 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40010 |
alarmInputHighDensity0011NormalGenerated when alarm point 11 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40011 |
alarmInputHighDensity0012NormalGenerated when alarm point 12 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40012 |
alarmInputHighDensity0013NormalGenerated when alarm point 13 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40013 |
alarmInputHighDensity0014NormalGenerated when alarm point 14 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40014 |
alarmInputHighDensity0015NormalGenerated when alarm point 15 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40015 |
alarmInputHighDensity0016NormalGenerated when alarm point 16 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40016 |
alarmInputHighDensity0017NormalGenerated when alarm point 17 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40017 |
alarmInputHighDensity0018NormalGenerated when alarm point 18 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40018 |
alarmInputHighDensity0019NormalGenerated when alarm point 19 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40019 |
alarmInputHighDensity0020NormalGenerated when alarm point 20 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40020 |
alarmInputHighDensity0021NormalGenerated when alarm point 21 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40021 |
alarmInputHighDensity0022NormalGenerated when alarm point 22 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40022 |
alarmInputHighDensity0023NormalGenerated when alarm point 23 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40023 |
alarmInputHighDensity0024NormalGenerated when alarm point 24 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40024 |
alarmInputHighDensity0025NormalGenerated when alarm point 25 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40025 |
alarmInputHighDensity0026NormalGenerated when alarm point 26 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40026 |
alarmInputHighDensity0027NormalGenerated when alarm point 27 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40027 |
alarmInputHighDensity0028NormalGenerated when alarm point 28 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40028 |
alarmInputHighDensity0029NormalGenerated when alarm point 29 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40029 |
alarmInputHighDensity0030NormalGenerated when alarm point 30 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40030 |
alarmInputHighDensity0031NormalGenerated when alarm point 31 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40031 |
alarmInputHighDensity0032NormalGenerated when alarm point 32 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40032 |
alarmInputHighDensity0033NormalGenerated when alarm point 33 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40033 |
alarmInputHighDensity0034NormalGenerated when alarm point 34 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40034 |
alarmInputHighDensity0035NormalGenerated when alarm point 35 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40035 |
alarmInputHighDensity0036NormalGenerated when alarm point 36 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40036 |
alarmInputHighDensity0037NormalGenerated when alarm point 37 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40037 |
alarmInputHighDensity0038NormalGenerated when alarm point 38 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40038 |
alarmInputHighDensity0039NormalGenerated when alarm point 39 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40039 |
alarmInputHighDensity0040NormalGenerated when alarm point 40 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40040 |
alarmInputHighDensity0041NormalGenerated when alarm point 41 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40041 |
alarmInputHighDensity0042NormalGenerated when alarm point 42 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40042 |
alarmInputHighDensity0043NormalGenerated when alarm point 43 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40043 |
alarmInputHighDensity0044NormalGenerated when alarm point 44 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40044 |
alarmInputHighDensity0045NormalGenerated when alarm point 45 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40045 |
alarmInputHighDensity0046NormalGenerated when alarm point 46 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40046 |
alarmInputHighDensity0047NormalGenerated when alarm point 47 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40047 |
alarmInputHighDensity0048NormalGenerated when alarm point 48 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40048 |
alarmInputHighDensity0049NormalGenerated when alarm point 49 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40049 |
alarmInputHighDensity0050NormalGenerated when alarm point 50 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40050 |
alarmInputHighDensity0051NormalGenerated when alarm point 51 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40051 |
alarmInputHighDensity0052NormalGenerated when alarm point 52 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40052 |
alarmInputHighDensity0053NormalGenerated when alarm point 53 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40053 |
alarmInputHighDensity0054NormalGenerated when alarm point 54 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40054 |
alarmInputHighDensity0055NormalGenerated when alarm point 55 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40055 |
alarmInputHighDensity0056NormalGenerated when alarm point 56 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40056 |
alarmInputHighDensity0057NormalGenerated when alarm point 57 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40057 |
alarmInputHighDensity0058NormalGenerated when alarm point 58 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40058 |
alarmInputHighDensity0059NormalGenerated when alarm point 59 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40059 |
alarmInputHighDensity0060NormalGenerated when alarm point 60 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40060 |
alarmInputHighDensity0061NormalGenerated when alarm point 61 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40061 |
alarmInputHighDensity0062NormalGenerated when alarm point 62 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40062 |
alarmInputHighDensity0063NormalGenerated when alarm point 63 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40063 |
alarmInputHighDensity0064NormalGenerated when alarm point 64 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40064 |
alarmInputHighDensity0065NormalGenerated when alarm point 65 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40065 |
alarmInputHighDensity0066NormalGenerated when alarm point 66 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40066 |
alarmInputHighDensity0067NormalGenerated when alarm point 67 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40067 |
alarmInputHighDensity0068NormalGenerated when alarm point 68 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40068 |
alarmInputHighDensity0069NormalGenerated when alarm point 69 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40069 |
alarmInputHighDensity0070NormalGenerated when alarm point 70 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40070 |
alarmInputHighDensity0071NormalGenerated when alarm point 71 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40071 |
alarmInputHighDensity0072NormalGenerated when alarm point 72 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40072 |
alarmInputHighDensity0073NormalGenerated when alarm point 73 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40073 |
alarmInputHighDensity0074NormalGenerated when alarm point 74 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40074 |
alarmInputHighDensity0075NormalGenerated when alarm point 75 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40075 |
alarmInputHighDensity0076NormalGenerated when alarm point 76 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40076 |
alarmInputHighDensity0077NormalGenerated when alarm point 77 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40077 |
alarmInputHighDensity0078NormalGenerated when alarm point 78 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40078 |
alarmInputHighDensity0079NormalGenerated when alarm point 79 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40079 |
alarmInputHighDensity0080NormalGenerated when alarm point 80 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40080 |
alarmInputHighDensity0081NormalGenerated when alarm point 81 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40081 |
alarmInputHighDensity0082NormalGenerated when alarm point 82 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40082 |
alarmInputHighDensity0083NormalGenerated when alarm point 83 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40083 |
alarmInputHighDensity0084NormalGenerated when alarm point 84 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40084 |
alarmInputHighDensity0085NormalGenerated when alarm point 85 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40085 |
alarmInputHighDensity0086NormalGenerated when alarm point 86 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40086 |
alarmInputHighDensity0087NormalGenerated when alarm point 87 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40087 |
alarmInputHighDensity0088NormalGenerated when alarm point 88 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40088 |
alarmInputHighDensity0089NormalGenerated when alarm point 89 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40089 |
alarmInputHighDensity0090NormalGenerated when alarm point 90 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40090 |
alarmInputHighDensity0091NormalGenerated when alarm point 91 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40091 |
alarmInputHighDensity0092NormalGenerated when alarm point 92 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40092 |
alarmInputHighDensity0093NormalGenerated when alarm point 93 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40093 |
alarmInputHighDensity0094NormalGenerated when alarm point 94 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40094 |
alarmInputHighDensity0095NormalGenerated when alarm point 95 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40095 |
alarmInputHighDensity0096NormalGenerated when alarm point 96 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40096 |
alarmInputHighDensity0097NormalGenerated when alarm point 97 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40097 |
alarmInputHighDensity0098NormalGenerated when alarm point 98 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40098 |
alarmInputHighDensity0099NormalGenerated when alarm point 99 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40099 |
alarmInputHighDensity0100NormalGenerated when alarm point 100 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40100 |
alarmInputHighDensity0101NormalGenerated when alarm point 101 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40101 |
alarmInputHighDensity0102NormalGenerated when alarm point 102 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40102 |
alarmInputHighDensity0103NormalGenerated when alarm point 103 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40103 |
alarmInputHighDensity0104NormalGenerated when alarm point 104 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40104 |
alarmInputHighDensity0105NormalGenerated when alarm point 105 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40105 |
alarmInputHighDensity0106NormalGenerated when alarm point 106 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40106 |
alarmInputHighDensity0107NormalGenerated when alarm point 107 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40107 |
alarmInputHighDensity0108NormalGenerated when alarm point 108 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40108 |
alarmInputHighDensity0109NormalGenerated when alarm point 109 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40109 |
alarmInputHighDensity0110NormalGenerated when alarm point 110 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40110 |
alarmInputHighDensity0111NormalGenerated when alarm point 111 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40111 |
alarmInputHighDensity0112NormalGenerated when alarm point 112 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40112 |
alarmInputHighDensity0113NormalGenerated when alarm point 113 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40113 |
alarmInputHighDensity0114NormalGenerated when alarm point 114 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40114 |
alarmInputHighDensity0115NormalGenerated when alarm point 115 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40115 |
alarmInputHighDensity0116NormalGenerated when alarm point 116 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40116 |
alarmInputHighDensity0117NormalGenerated when alarm point 117 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40117 |
alarmInputHighDensity0118NormalGenerated when alarm point 118 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40118 |
alarmInputHighDensity0119NormalGenerated when alarm point 119 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40119 |
alarmInputHighDensity0120NormalGenerated when alarm point 120 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40120 |
alarmInputHighDensity0121NormalGenerated when alarm point 121 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40121 |
alarmInputHighDensity0122NormalGenerated when alarm point 122 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40122 |
alarmInputHighDensity0123NormalGenerated when alarm point 123 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40123 |
alarmInputHighDensity0124NormalGenerated when alarm point 124 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40124 |
alarmInputHighDensity0125NormalGenerated when alarm point 125 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40125 |
alarmInputHighDensity0126NormalGenerated when alarm point 126 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40126 |
alarmInputHighDensity0127NormalGenerated when alarm point 127 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40127 |
alarmInputHighDensity0128NormalGenerated when alarm point 128 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40128 |
alarmInputHighDensity0129NormalGenerated when alarm point 129 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40129 |
alarmInputHighDensity0130NormalGenerated when alarm point 130 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40130 |
alarmInputHighDensity0131NormalGenerated when alarm point 131 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40131 |
alarmInputHighDensity0132NormalGenerated when alarm point 132 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40132 |
alarmInputHighDensity0133NormalGenerated when alarm point 133 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40133 |
alarmInputHighDensity0134NormalGenerated when alarm point 134 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40134 |
alarmInputHighDensity0135NormalGenerated when alarm point 135 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40135 |
alarmInputHighDensity0136NormalGenerated when alarm point 136 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40136 |
alarmInputHighDensity0137NormalGenerated when alarm point 137 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40137 |
alarmInputHighDensity0138NormalGenerated when alarm point 138 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40138 |
alarmInputHighDensity0139NormalGenerated when alarm point 139 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40139 |
alarmInputHighDensity0140NormalGenerated when alarm point 140 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40140 |
alarmInputHighDensity0141NormalGenerated when alarm point 141 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40141 |
alarmInputHighDensity0142NormalGenerated when alarm point 142 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40142 |
alarmInputHighDensity0143NormalGenerated when alarm point 143 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40143 |
alarmInputHighDensity0144NormalGenerated when alarm point 144 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40144 |
alarmInputHighDensity0145NormalGenerated when alarm point 145 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40145 |
alarmInputHighDensity0146NormalGenerated when alarm point 146 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40146 |
alarmInputHighDensity0147NormalGenerated when alarm point 147 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40147 |
alarmInputHighDensity0148NormalGenerated when alarm point 148 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40148 |
alarmInputHighDensity0149NormalGenerated when alarm point 149 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40149 |
alarmInputHighDensity0150NormalGenerated when alarm point 150 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40150 |
alarmInputHighDensity0151NormalGenerated when alarm point 151 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40151 |
alarmInputHighDensity0152NormalGenerated when alarm point 152 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40152 |
alarmInputHighDensity0153NormalGenerated when alarm point 153 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40153 |
alarmInputHighDensity0154NormalGenerated when alarm point 154 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40154 |
alarmInputHighDensity0155NormalGenerated when alarm point 155 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40155 |
alarmInputHighDensity0156NormalGenerated when alarm point 156 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40156 |
alarmInputHighDensity0157NormalGenerated when alarm point 157 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40157 |
alarmInputHighDensity0158NormalGenerated when alarm point 158 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40158 |
alarmInputHighDensity0159NormalGenerated when alarm point 159 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40159 |
alarmInputHighDensity0160NormalGenerated when alarm point 160 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40160 |
alarmInputHighDensity0161NormalGenerated when alarm point 161 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40161 |
alarmInputHighDensity0162NormalGenerated when alarm point 162 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40162 |
alarmInputHighDensity0163NormalGenerated when alarm point 163 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40163 |
alarmInputHighDensity0164NormalGenerated when alarm point 164 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40164 |
alarmInputHighDensity0165NormalGenerated when alarm point 165 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40165 |
alarmInputHighDensity0166NormalGenerated when alarm point 166 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40166 |
alarmInputHighDensity0167NormalGenerated when alarm point 167 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40167 |
alarmInputHighDensity0168NormalGenerated when alarm point 168 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40168 |
alarmInputHighDensity0169NormalGenerated when alarm point 169 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40169 |
alarmInputHighDensity0170NormalGenerated when alarm point 170 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40170 |
alarmInputHighDensity0171NormalGenerated when alarm point 171 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40171 |
alarmInputHighDensity0172NormalGenerated when alarm point 172 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40172 |
alarmInputHighDensity0173NormalGenerated when alarm point 173 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40173 |
alarmInputHighDensity0174NormalGenerated when alarm point 174 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40174 |
alarmInputHighDensity0175NormalGenerated when alarm point 175 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40175 |
alarmInputHighDensity0176NormalGenerated when alarm point 176 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40176 |
alarmInputHighDensity0177NormalGenerated when alarm point 177 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40177 |
alarmInputHighDensity0178NormalGenerated when alarm point 178 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40178 |
alarmInputHighDensity0179NormalGenerated when alarm point 179 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40179 |
alarmInputHighDensity0180NormalGenerated when alarm point 180 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40180 |
alarmInputHighDensity0181NormalGenerated when alarm point 181 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40181 |
alarmInputHighDensity0182NormalGenerated when alarm point 182 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40182 |
alarmInputHighDensity0183NormalGenerated when alarm point 183 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40183 |
alarmInputHighDensity0184NormalGenerated when alarm point 184 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40184 |
alarmInputHighDensity0185NormalGenerated when alarm point 185 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40185 |
alarmInputHighDensity0186NormalGenerated when alarm point 186 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40186 |
alarmInputHighDensity0187NormalGenerated when alarm point 187 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40187 |
alarmInputHighDensity0188NormalGenerated when alarm point 188 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40188 |
alarmInputHighDensity0189NormalGenerated when alarm point 189 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40189 |
alarmInputHighDensity0190NormalGenerated when alarm point 190 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40190 |
alarmInputHighDensity0191NormalGenerated when alarm point 191 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40191 |
alarmInputHighDensity0192NormalGenerated when alarm point 192 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40192 |
alarmInputHighDensity0193NormalGenerated when alarm point 193 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40193 |
alarmInputHighDensity0194NormalGenerated when alarm point 194 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40194 |
alarmInputHighDensity0195NormalGenerated when alarm point 195 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40195 |
alarmInputHighDensity0196NormalGenerated when alarm point 196 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40196 |
alarmInputHighDensity0197NormalGenerated when alarm point 197 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40197 |
alarmInputHighDensity0198NormalGenerated when alarm point 198 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40198 |
alarmInputHighDensity0199NormalGenerated when alarm point 199 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40199 |
alarmInputHighDensity0200NormalGenerated when alarm point 200 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40200 |
alarmInputHighDensity0201NormalGenerated when alarm point 201 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40201 |
alarmInputHighDensity0202NormalGenerated when alarm point 202 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40202 |
alarmInputHighDensity0203NormalGenerated when alarm point 203 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40203 |
alarmInputHighDensity0204NormalGenerated when alarm point 204 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40204 |
alarmInputHighDensity0205NormalGenerated when alarm point 205 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40205 |
alarmInputHighDensity0206NormalGenerated when alarm point 206 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40206 |
alarmInputHighDensity0207NormalGenerated when alarm point 207 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40207 |
alarmInputHighDensity0208NormalGenerated when alarm point 208 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40208 |
alarmInputHighDensity0209NormalGenerated when alarm point 209 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40209 |
alarmInputHighDensity0210NormalGenerated when alarm point 210 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40210 |
alarmInputHighDensity0211NormalGenerated when alarm point 211 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40211 |
alarmInputHighDensity0212NormalGenerated when alarm point 212 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40212 |
alarmInputHighDensity0213NormalGenerated when alarm point 213 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40213 |
alarmInputHighDensity0214NormalGenerated when alarm point 214 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40214 |
alarmInputHighDensity0215NormalGenerated when alarm point 215 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40215 |
alarmInputHighDensity0216NormalGenerated when alarm point 216 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40216 |
alarmInputHighDensity0217NormalGenerated when alarm point 217 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40217 |
alarmInputHighDensity0218NormalGenerated when alarm point 218 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40218 |
alarmInputHighDensity0219NormalGenerated when alarm point 219 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40219 |
alarmInputHighDensity0220NormalGenerated when alarm point 220 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40220 |
alarmInputHighDensity0221NormalGenerated when alarm point 221 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40221 |
alarmInputHighDensity0222NormalGenerated when alarm point 222 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40222 |
alarmInputHighDensity0223NormalGenerated when alarm point 223 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40223 |
alarmInputHighDensity0224NormalGenerated when alarm point 224 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40224 |
alarmInputHighDensity0225NormalGenerated when alarm point 225 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40225 |
alarmInputHighDensity0226NormalGenerated when alarm point 226 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40226 |
alarmInputHighDensity0227NormalGenerated when alarm point 227 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40227 |
alarmInputHighDensity0228NormalGenerated when alarm point 228 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40228 |
alarmInputHighDensity0229NormalGenerated when alarm point 229 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40229 |
alarmInputHighDensity0230NormalGenerated when alarm point 230 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40230 |
alarmInputHighDensity0231NormalGenerated when alarm point 231 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40231 |
alarmInputHighDensity0232NormalGenerated when alarm point 232 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40232 |
alarmInputHighDensity0233NormalGenerated when alarm point 233 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40233 |
alarmInputHighDensity0234NormalGenerated when alarm point 234 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40234 |
alarmInputHighDensity0235NormalGenerated when alarm point 235 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40235 |
alarmInputHighDensity0236NormalGenerated when alarm point 236 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40236 |
alarmInputHighDensity0237NormalGenerated when alarm point 237 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40237 |
alarmInputHighDensity0238NormalGenerated when alarm point 238 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40238 |
alarmInputHighDensity0239NormalGenerated when alarm point 239 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40239 |
alarmInputHighDensity0240NormalGenerated when alarm point 240 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40240 |
alarmInputHighDensity0241NormalGenerated when alarm point 241 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40241 |
alarmInputHighDensity0242NormalGenerated when alarm point 242 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40242 |
alarmInputHighDensity0243NormalGenerated when alarm point 243 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40243 |
alarmInputHighDensity0244NormalGenerated when alarm point 244 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40244 |
alarmInputHighDensity0245NormalGenerated when alarm point 245 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40245 |
alarmInputHighDensity0246NormalGenerated when alarm point 246 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40246 |
alarmInputHighDensity0247NormalGenerated when alarm point 247 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40247 |
alarmInputHighDensity0248NormalGenerated when alarm point 248 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40248 |
alarmInputHighDensity0249NormalGenerated when alarm point 249 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40249 |
alarmInputHighDensity0250NormalGenerated when alarm point 250 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40250 |
alarmInputHighDensity0251NormalGenerated when alarm point 251 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40251 |
alarmInputHighDensity0252NormalGenerated when alarm point 252 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40252 |
alarmInputHighDensity0253NormalGenerated when alarm point 253 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40253 |
alarmInputHighDensity0254NormalGenerated when alarm point 254 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40254 |
alarmInputHighDensity0255NormalGenerated when alarm point 255 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40255 |
alarmInputHighDensity0256NormalGenerated when alarm point 256 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40256 |
alarmInputHighDensity0257NormalGenerated when alarm point 257 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40257 |
alarmInputHighDensity0258NormalGenerated when alarm point 258 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40258 |
alarmInputHighDensity0259NormalGenerated when alarm point 259 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40259 |
alarmInputHighDensity0260NormalGenerated when alarm point 260 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40260 |
alarmInputHighDensity0261NormalGenerated when alarm point 261 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40261 |
alarmInputHighDensity0262NormalGenerated when alarm point 262 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40262 |
alarmInputHighDensity0263NormalGenerated when alarm point 263 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40263 |
alarmInputHighDensity0264NormalGenerated when alarm point 264 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40264 |
alarmInputHighDensity0265NormalGenerated when alarm point 265 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40265 |
alarmInputHighDensity0266NormalGenerated when alarm point 266 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40266 |
alarmInputHighDensity0267NormalGenerated when alarm point 267 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40267 |
alarmInputHighDensity0268NormalGenerated when alarm point 268 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40268 |
alarmInputHighDensity0269NormalGenerated when alarm point 269 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40269 |
alarmInputHighDensity0270NormalGenerated when alarm point 270 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40270 |
alarmInputHighDensity0271NormalGenerated when alarm point 271 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40271 |
alarmInputHighDensity0272NormalGenerated when alarm point 272 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40272 |
alarmInputHighDensity0273NormalGenerated when alarm point 273 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40273 |
alarmInputHighDensity0274NormalGenerated when alarm point 274 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40274 |
alarmInputHighDensity0275NormalGenerated when alarm point 275 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40275 |
alarmInputHighDensity0276NormalGenerated when alarm point 276 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40276 |
alarmInputHighDensity0277NormalGenerated when alarm point 277 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40277 |
alarmInputHighDensity0278NormalGenerated when alarm point 278 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40278 |
alarmInputHighDensity0279NormalGenerated when alarm point 279 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40279 |
alarmInputHighDensity0280NormalGenerated when alarm point 280 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40280 |
alarmInputHighDensity0281NormalGenerated when alarm point 281 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40281 |
alarmInputHighDensity0282NormalGenerated when alarm point 282 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40282 |
alarmInputHighDensity0283NormalGenerated when alarm point 283 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40283 |
alarmInputHighDensity0284NormalGenerated when alarm point 284 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40284 |
alarmInputHighDensity0285NormalGenerated when alarm point 285 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40285 |
alarmInputHighDensity0286NormalGenerated when alarm point 286 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40286 |
alarmInputHighDensity0287NormalGenerated when alarm point 287 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40287 |
alarmInputHighDensity0288NormalGenerated when alarm point 288 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40288 |
alarmInputHighDensity0289NormalGenerated when alarm point 289 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40289 |
alarmInputHighDensity0290NormalGenerated when alarm point 290 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40290 |
alarmInputHighDensity0291NormalGenerated when alarm point 291 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40291 |
alarmInputHighDensity0292NormalGenerated when alarm point 292 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40292 |
alarmInputHighDensity0293NormalGenerated when alarm point 293 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40293 |
alarmInputHighDensity0294NormalGenerated when alarm point 294 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40294 |
alarmInputHighDensity0295NormalGenerated when alarm point 295 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40295 |
alarmInputHighDensity0296NormalGenerated when alarm point 296 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40296 |
alarmInputHighDensity0297NormalGenerated when alarm point 297 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40297 |
alarmInputHighDensity0298NormalGenerated when alarm point 298 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40298 |
alarmInputHighDensity0299NormalGenerated when alarm point 299 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40299 |
alarmInputHighDensity0300NormalGenerated when alarm point 300 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40300 |
alarmInputHighDensity0301NormalGenerated when alarm point 301 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40301 |
alarmInputHighDensity0302NormalGenerated when alarm point 302 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40302 |
alarmInputHighDensity0303NormalGenerated when alarm point 303 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40303 |
alarmInputHighDensity0304NormalGenerated when alarm point 304 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40304 |
alarmInputHighDensity0305NormalGenerated when alarm point 305 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40305 |
alarmInputHighDensity0306NormalGenerated when alarm point 306 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40306 |
alarmInputHighDensity0307NormalGenerated when alarm point 307 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40307 |
alarmInputHighDensity0308NormalGenerated when alarm point 308 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40308 |
alarmInputHighDensity0309NormalGenerated when alarm point 309 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40309 |
alarmInputHighDensity0310NormalGenerated when alarm point 310 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40310 |
alarmInputHighDensity0311NormalGenerated when alarm point 311 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40311 |
alarmInputHighDensity0312NormalGenerated when alarm point 312 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40312 |
alarmInputHighDensity0313NormalGenerated when alarm point 313 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40313 |
alarmInputHighDensity0314NormalGenerated when alarm point 314 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40314 |
alarmInputHighDensity0315NormalGenerated when alarm point 315 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40315 |
alarmInputHighDensity0316NormalGenerated when alarm point 316 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40316 |
alarmInputHighDensity0317NormalGenerated when alarm point 317 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40317 |
alarmInputHighDensity0318NormalGenerated when alarm point 318 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40318 |
alarmInputHighDensity0319NormalGenerated when alarm point 319 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40319 |
alarmInputHighDensity0320NormalGenerated when alarm point 320 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40320 |
alarmInputHighDensity0321NormalGenerated when alarm point 321 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40321 |
alarmInputHighDensity0322NormalGenerated when alarm point 322 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40322 |
alarmInputHighDensity0323NormalGenerated when alarm point 323 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40323 |
alarmInputHighDensity0324NormalGenerated when alarm point 324 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40324 |
alarmInputHighDensity0325NormalGenerated when alarm point 325 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40325 |
alarmInputHighDensity0326NormalGenerated when alarm point 326 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40326 |
alarmInputHighDensity0327NormalGenerated when alarm point 327 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40327 |
alarmInputHighDensity0328NormalGenerated when alarm point 328 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40328 |
alarmInputHighDensity0329NormalGenerated when alarm point 329 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40329 |
alarmInputHighDensity0330NormalGenerated when alarm point 330 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40330 |
alarmInputHighDensity0331NormalGenerated when alarm point 331 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40331 |
alarmInputHighDensity0332NormalGenerated when alarm point 332 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40332 |
alarmInputHighDensity0333NormalGenerated when alarm point 333 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40333 |
alarmInputHighDensity0334NormalGenerated when alarm point 334 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40334 |
alarmInputHighDensity0335NormalGenerated when alarm point 335 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40335 |
alarmInputHighDensity0336NormalGenerated when alarm point 336 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40336 |
alarmInputHighDensity0337NormalGenerated when alarm point 337 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40337 |
alarmInputHighDensity0338NormalGenerated when alarm point 338 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40338 |
alarmInputHighDensity0339NormalGenerated when alarm point 339 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40339 |
alarmInputHighDensity0340NormalGenerated when alarm point 340 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40340 |
alarmInputHighDensity0341NormalGenerated when alarm point 341 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40341 |
alarmInputHighDensity0342NormalGenerated when alarm point 342 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40342 |
alarmInputHighDensity0343NormalGenerated when alarm point 343 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40343 |
alarmInputHighDensity0344NormalGenerated when alarm point 344 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40344 |
alarmInputHighDensity0345NormalGenerated when alarm point 345 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40345 |
alarmInputHighDensity0346NormalGenerated when alarm point 346 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40346 |
alarmInputHighDensity0347NormalGenerated when alarm point 347 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40347 |
alarmInputHighDensity0348NormalGenerated when alarm point 348 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40348 |
alarmInputHighDensity0349NormalGenerated when alarm point 349 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40349 |
alarmInputHighDensity0350NormalGenerated when alarm point 350 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40350 |
alarmInputHighDensity0351NormalGenerated when alarm point 351 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40351 |
alarmInputHighDensity0352NormalGenerated when alarm point 352 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40352 |
alarmInputHighDensity0353NormalGenerated when alarm point 353 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40353 |
alarmInputHighDensity0354NormalGenerated when alarm point 354 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40354 |
alarmInputHighDensity0355NormalGenerated when alarm point 355 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40355 |
alarmInputHighDensity0356NormalGenerated when alarm point 356 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40356 |
alarmInputHighDensity0357NormalGenerated when alarm point 357 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40357 |
alarmInputHighDensity0358NormalGenerated when alarm point 358 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40358 |
alarmInputHighDensity0359NormalGenerated when alarm point 359 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40359 |
alarmInputHighDensity0360NormalGenerated when alarm point 360 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40360 |
alarmInputHighDensity0361NormalGenerated when alarm point 361 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40361 |
alarmInputHighDensity0362NormalGenerated when alarm point 362 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40362 |
alarmInputHighDensity0363NormalGenerated when alarm point 363 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40363 |
alarmInputHighDensity0364NormalGenerated when alarm point 364 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40364 |
alarmInputHighDensity0365NormalGenerated when alarm point 365 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40365 |
alarmInputHighDensity0366NormalGenerated when alarm point 366 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40366 |
alarmInputHighDensity0367NormalGenerated when alarm point 367 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40367 |
alarmInputHighDensity0368NormalGenerated when alarm point 368 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40368 |
alarmInputHighDensity0369NormalGenerated when alarm point 369 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40369 |
alarmInputHighDensity0370NormalGenerated when alarm point 370 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40370 |
alarmInputHighDensity0371NormalGenerated when alarm point 371 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40371 |
alarmInputHighDensity0372NormalGenerated when alarm point 372 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40372 |
alarmInputHighDensity0373NormalGenerated when alarm point 373 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40373 |
alarmInputHighDensity0374NormalGenerated when alarm point 374 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40374 |
alarmInputHighDensity0375NormalGenerated when alarm point 375 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40375 |
alarmInputHighDensity0376NormalGenerated when alarm point 376 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40376 |
alarmInputHighDensity0377NormalGenerated when alarm point 377 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40377 |
alarmInputHighDensity0378NormalGenerated when alarm point 378 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40378 |
alarmInputHighDensity0379NormalGenerated when alarm point 379 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40379 |
alarmInputHighDensity0380NormalGenerated when alarm point 380 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40380 |
alarmInputHighDensity0381NormalGenerated when alarm point 381 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40381 |
alarmInputHighDensity0382NormalGenerated when alarm point 382 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40382 |
alarmInputHighDensity0383NormalGenerated when alarm point 383 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40383 |
alarmInputHighDensity0384NormalGenerated when alarm point 384 from a high density unit
transitions to the normal state. TRAP-TYPE .1.3.6.1.4.1.33.0.40384 |
xSystem OBJECT IDENTIFIER .1.3.6.1.4.1.33.1 |
resourceLackIndication that the system incremented the
corresponding value of resLacks. TRAP-TYPE .1.3.6.1.4.1.33.1.0.1 |
sysIdentAn identification string for local and remote
displays. Corresponds directly to SERVER
IDENTIFICATION and the value labeled
'Identification:' on the SERVER CHARACTERISTICS
display.rw DisplayString .1.3.6.1.4.1.33.1.1 |
sysDefineModeThe system's operation with regard to DEFINE
commands. 'permOnly' indicates that DEFINE commands
modify only the permanent data base. 'operAndPerm'
indicates that DEFINE commands modify both
operational and permanent data bases, unless
specifically documented to the contrary.
Corresponds to SERVER CHANGE and the presence of the
label CHANGE in the SERVER CHARACTERISTICS
display.rw Enumeration .1.3.6.1.4.1.33.1.2 |
sysDateTimeThe system's current local date and time.
Corresponds directly to SERVER DATE and SERVER TIME
and the value in various displays.rw DateTime .1.3.6.1.4.1.33.1.3 |
sysTimeZoneThe adjustment to apply to a universal (Greenwich)
time received when down-line loaded, comprising two
octets. The first octet is the number of hours west
of universal, the second is the number of minutes.
Corresponds directly to SERVER TIMEZONE and the
value labeled 'Timezone:' in the SERVER
CHARACTERISTICS display.rw OCTET STRING .1.3.6.1.4.1.33.1.4 |
sysLoadSoftwareThe software file name to request for down-line
load of the server. Corresponds directly to SERVER
SOFTWARE, and the value labeled 'Software:' in the
SERVER CHARACTERISTICS display.rw DisplayString .1.3.6.1.4.1.33.1.5 |
sysDumpControl for dumping the system's memory when the
system crashes. Corresponds directly to SERVER DUMP
and the presence of 'Dump' under the label 'Enabled
Characteristics' in the SERVER CHARACTERISTICS
display.rw Enumeration .1.3.6.1.4.1.33.1.6 |
sysMaintenancePasswordThe password a management system must supply to
force the system to reboot or use the system's
remote console via the Maintenance Operation
Protocol (MOP). Corresponds directly to SERVER
MAINTENANCE PASSWORD.
When setting this value, the management system must
supply eight octets, filling with zeros from the
first octet. That is, the value '1ab42' would be
expressed as '0.0.0.0.0.1.ab.42'. Setting the value
to zero disables the password check.
When returning this value, the agent always returns
a zero length OCTET STRING.rw OCTET STRING .1.3.6.1.4.1.33.1.7 |
sysLocalNameThe system's local name. Corresponds directly to
SERVER NAME and the value labeled 'Name:' in the
SERVER CHARACTERISTICS display.rw DisplayString .1.3.6.1.4.1.33.1.8 |
sysSoftwareVersionTypeThe software version variant running in the system.
Corresponds to the letter in the software version in
the SERVER CHARACTERISTICS display.
alpha 'A': alpha test
beta 'B': beta test
production null: normal, production software
special 'S': special, custom softwarero Enumeration .1.3.6.1.4.1.33.1.9 |
sysSoftwareVersionThe software version running in the system. In
order, the octets contain major version, minor
version, ECO, and pre-release number. Corresponds
to the numbers in the software version in the SERVER
CHARACTERISTICS display.
For example, the version display for
sysSoftwareVersionType 'production' and
sysSoftwareVersion '2.2.0.0' is 'V2.2'.
The version display for sysSoftwareVersionType
'beta' and sysSoftwareVersion '3.1.0.4' is
'V3.1B4'.ro OCTET STRING .1.3.6.1.4.1.33.1.10 |
sysRomVersionThe firmware version of the bootstrap ROM installed
in the system. Corresponds directly to the value
labeled 'Rom' in the SERVER CHARACTERISTICS
display.ro INTEGER .1.3.6.1.4.1.33.1.11 |
sysHardwareTypeThe type of hardware on which the system is
running. Corresponds directly to the value labeled
'Hardware Type:' in the UNIT display.ro HardwareType .1.3.6.1.4.1.33.1.12 |
sysHardwareVersionThis version of hardware on which the system is
running. Corresponds directly to part of the value
labeled 'HW' in the SERVER CHARACTERISTICS
display.ro INTEGER .1.3.6.1.4.1.33.1.13 |
sysChassisTypeThe type of chassis in which the system is running.
Corresponds directly to part of the value labeled
'HW' in the SERVER CHARACTERISTICS display.ro ChassisType .1.3.6.1.4.1.33.1.14 |
sysChassisVersionThis version of chassis in which the system is
running. Corresponds directly to part of the value
labeled 'HW' in the SERVER CHARACTERISTICS
display.ro INTEGER .1.3.6.1.4.1.33.1.15 |
sysCrashControl to cause this system to crash. In response
to a get-request or get-next-request, the agent
always returns 'ready' for this value. Setting the
value to 'ready' has no effect. Setting it to
'execute' causes an immediate crash. Corresponds to
the CRASH command.rw Enumeration .1.3.6.1.4.1.33.1.16 |
sysInitializeControl to cause this system to reset its software
to initial load values, typically by reloading.
When executing an initialize command, the system
observes the value of sysInitializeDelay as supplied
anywhere in the same set request with sysInitialize.
If this value is not included in the set request,
the system uses its default value.
In response to a get-request or get-next-request,
the agent always returns 'ready' for this value.
Setting the value to 'ready' has no effect. Setting
it to 'conditionalExecute' causes initialization if
the overall system state is acceptible (such as not
needing to store permanent parameters). Setting it
to 'unconditionalExecute' causes initialization
regardless of the overall system state. Setting it
to 'cancel' aborts an initialization that has not
yet started. According to standard SNMP operation,
if the system is not in a proper state to accept a
given set request for this value, it returns the
standard SNMP error 'badValue'.
Corresponds to the INITIALIZE command.rw Enumeration .1.3.6.1.4.1.33.1.17 |
sysInitializeDelayThe number of minutes to delay before beginning the
system initialization process as executed with
sysInitialize.
This value cannot be set outside a set-request that
contains the value 'execute' for sysInitialize. If
not included in such a set, the default value is 1.
Corresponds to the INITIALIZE command's DELAY
parameter and to the value labeled 'Minutes to
shutdown:' in the SYSTEM STATUS display.rw INTEGER .1.3.6.1.4.1.33.1.18 |
sysZeroAllControl to zero all counters. In response to a
get-request or get-next-request, the agent always
returns 'ready' for this value. Setting the value
to 'ready' has no effect. Setting it to 'execute'
causes all the system's counters to be zeroed.
Corresponds to the ZERO ALL command.rw Enumeration .1.3.6.1.4.1.33.1.19 |
sysZeroBaseControl to zero all base counters. In response to
a get-request or get-next-request, the agent always
returns 'ready' for this value. Setting the value
to 'ready' has no effect. Setting it to 'execute'
causes all the system's base counters to be zeroed.
Examples of counters that are zeroed are the SNMP
counters or the counters from the SYSTEM COUNTERS
display. Examples of counters that are not zeroed
are Ethernet interface counters or port counters.
Corresponds to the ZERO SYSTEM command.rw Enumeration .1.3.6.1.4.1.33.1.20 |
sysZeroBaseTimeThe number hundredths of a second since the most
recent zeroing of the base counters, such as through
execution of sysZeroAll or sysZeroBase. Corresponds
directly to the value labeled 'Seconds Since
Zeroed:' in the SERVER COUNTERS display.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.33.1.21 |
sysLoaderNameThe name of the system that provided this system's
running software. Corresponds directly to the value
labeled 'Primary Host:' in the SERVER STATUS
display.ro DisplayString .1.3.6.1.4.1.33.1.22 |
sysLoaderAddressTypeThe type of network address contained in
sysLoaderAddress. 'unknown' means no address has
been defined. 'other' means no other type value
applies. 'local' means there is no address and this
system's software was loaded from local storage.
'ip' is an Internet IP address. 'ethernet' is an
802.3 MAC address. Corresponds indirectly to the
value labeled 'Load Address:' in the SERVER STATUS
display.ro AddressType .1.3.6.1.4.1.33.1.23 |
sysLoaderAddressThe network address of the system that provided
this system's running software. Corresponds
directly to the value labeled 'Load Address:' in the
SERVER STATUS display.ro OCTET STRING .1.3.6.1.4.1.33.1.24 |
sysDumperAddressTypeThe type of network address contained in
sysDumperAddress. 'unknown' means no address has
been defined. 'other' means no other type value
applies. 'local' means there is no address and this
system's was dumped to local storage. 'ip' is an
Internet IP address. 'ethernet' is an 802.3 MAC
address. Corresponds indirectly to the value
labeled 'Dump Address:' in the SERVER STATUS
display.ro AddressType .1.3.6.1.4.1.33.1.25 |
sysDumperAddressThe network address of the system that most
recently accepted a crash dump from this system.
Corresponds directly to the value labeled 'Dump
Address:' in the SERVER STATUS display.ro OCTET STRING .1.3.6.1.4.1.33.1.26 |
sysResourceLacksThe number of times a local resource allocation
failed, for example due to lack of dynamic memory.
Corresponds directly to the value labeled 'Resource
Errors:' in the SERVER STATUS display.ro Counter .1.3.6.1.4.1.33.1.27 |
sysChassisStateFor chassis-based systems, the state of the overall
chassis. 'notApplicable' indicates the system is
not chassis based. 'noFault' indicates no current
chassis problem. 'fault' indicates a current
chassis problem such as a card or power supply
failure. Corresponds directly to the value labeled
'Crate Current State: in the SERVER ALTERNATE STATUS
display.ro Enumeration .1.3.6.1.4.1.33.1.28 |
sysChassisFaultTransitionsThe number of times this system has seen
sysChassisState switch from 'noFault' to 'fault' or
from 'fault' to 'noFault'. Corresponds directly to
the value labeled 'Crate Transition Count: in the
SERVER ALTERNATE STATUS display.ro Counter .1.3.6.1.4.1.33.1.29 |
sysResourceNumberThe number of resource entries in the Resource
table.ro INTEGER .1.3.6.1.4.1.33.1.30 |
sysFeatureNumberThe number of feature entries in the Feature
table.ro INTEGER .1.3.6.1.4.1.33.1.31 |
resTableA list of resource entries. The number of entries
is given by the value of sysResourceNumber. SEQUENCE OF ResEntry .1.3.6.1.4.1.33.1.32 |
resEntryStatus values for a system resource. ResEntry .1.3.6.1.4.1.33.1.32.1 |
resTypeIdentification of a resource type. Typically
corresponds directly to a label such as 'Processes:'
in the SERVER ALTERNATE STATUS display.ro Enumeration .1.3.6.1.4.1.33.1.32.1.1 |
resCurrentThe number of resources currently in use on the
system. Typically corresponds directly to a value
labeled 'Cur' in the SERVER ALTERNATE STATUS
display.ro Gauge .1.3.6.1.4.1.33.1.32.1.2 |
resWorstThe highest or lowest value of resCurrent since
system initialization. Typically corresponds
directly to a value labeled 'High' or 'Low' in the
SERVER ALTERNATE STATUS display.ro Gauge .1.3.6.1.4.1.33.1.32.1.3 |
resAdminMaximumThe desired maximum possible number of resources in
the system. In many cases, ACCESS to this object
for a particular resType is read-only. Typically
corresponds directly to a value labeled 'Max' in the
SERVER ALTERNATE STATUS display for desired,
administrative values. When the desired change
takes effect is implementation specific, ranging
from immediately to the next system initialization.rw INTEGER .1.3.6.1.4.1.33.1.32.1.4 |
resLacksThe number of times since system initialization
that the system could not obtain the resource
because none were available. Typically corresponds
directly to a value labeled 'Failure' in the SERVER
ALTERNATE STATUS display.
If such failures do not apply to the particular
resource, such as 'cpuPercent', the agent returns
zero for this object.ro Counter .1.3.6.1.4.1.33.1.32.1.5 |
resLackTimeThe local system date and time when resLack last
increased. Typically corresponds directly to a
value labeled 'Last Occurred' in the SERVER
ALTERNATE STATUS display.
If such failures do not apply to the particular
resource, such as 'cpuPercent', the agent returns
all zeroes (unknown) for this object.ro DateTime .1.3.6.1.4.1.33.1.32.1.6 |
resOperMaximumThe current maximum possible number of resources in
the system. Typically corresponds directly to a
value labeled 'Max' in the SERVER ALTERNATE STATUS
display for current operational values. This value
is based on current or previous value of
resAdminMaximum.ro INTEGER .1.3.6.1.4.1.33.1.32.1.7 |
featTableA list of feature entries. The number of entries
is given by the value of sysFeatureNumber. SEQUENCE OF FeatEntry .1.3.6.1.4.1.33.1.33 |
featEntryStatus values for a system feature. FeatEntry .1.3.6.1.4.1.33.1.33.1 |
featTypeIdentification of a feature type. Corresponds to a
SERVER feature keyword.ro Enumeration .1.3.6.1.4.1.33.1.33.1.1 |
featStatusThe status of the feature as of the next system
initialization. Corresponds to the presence of the
feature's lable following the label 'Enabled
Feature(s): in the UNIT display.rw Enumeration .1.3.6.1.4.1.33.1.33.1.2 |
featKeyThe key a management system must supply to make a
locked feature available. When unlocking a feature
and the management system does not supply a value
for featStatus, that object's value is
implementation dependent.
When returning this value, the agent always returns
a zero length DisplayString.rw DisplayString .1.3.6.1.4.1.33.1.33.1.3 |
xBootControl OBJECT IDENTIFIER .1.3.6.1.4.1.33.1.34 |
bootControlLoadInternetFileThe filename to request when loading an image via
TFTP. Corresponds directly to SERVER INTERNET LOAD
FILE and the value labeled 'Internet Load File:' in
the SERVER BOOT CHARACTERISTICS display.rwdeprecated DisplayString .1.3.6.1.4.1.33.1.34.1 |
bootControlLoadInternetServerThe internet address of the server to use when
loading an image via TFTP. Corresponds directly to
SERVER INTERNET LOAD HOST and the value labeled
'Internet Load Host:' in the SERVER BOOT
CHARACTERISTICS display.rwdeprecated IpAddress .1.3.6.1.4.1.33.1.34.2 |
bootControlLoadInternetGatewayThe internet address of the gateway to use when
loading an image via TFTP. Corresponds directly to
SERVER INTERNET LOAD GATEWAY and the value labeled
'Internet Load Gateway:' in the SERVER BOOT
CHARACTERISTICS display.rwdeprecated IpAddress .1.3.6.1.4.1.33.1.34.3 |
bootControlLoadBootpTftpControl for loading via the combination of BOOTP
and TFTP. Corresponds to SERVER LOAD PROTOCOL
BOOTPTFTP and the presence of 'BOOTP/TFTP/'
following the label 'Load Protocols Enabled:' in the
SERVER BOOT CHARACTERISTICS display.rwdeprecated Enumeration .1.3.6.1.4.1.33.1.34.4 |
bootControlLoadTftpDirectControl for loading via directed TFTP. Corresponds
to SERVER LOAD PROTOCOL TFTPDIRECT and the presence
of 'TFTPDIRECT' following the label 'Load Protocols
Enabled:' in the SERVER BOOT CHARACTERISTICS
display.rwdeprecated Enumeration .1.3.6.1.4.1.33.1.34.5 |
bootControlLoadLocalControl for loading from a local medium.
Corresponds to SERVER LOAD PROTOCOL LOCAL and the
presence of 'LOCAL' following the label 'Load
Protocols Enabled:' in the SERVER BOOT
CHARACTERISTICS display.rwdeprecated Enumeration .1.3.6.1.4.1.33.1.34.6 |
bootControlLoadMopControl for loading via DEC MOP. Corresponds to
SERVER LOAD PROTOCOL MOP and the presence of 'MOP'
following the label 'Load Protocols Enabled:' in the
SERVER BOOT CHARACTERISTICS display.rwdeprecated Enumeration .1.3.6.1.4.1.33.1.34.7 |
bootControlLoadProprietaryControl for loading via MRV In-Reach-proprietary extended
MOP. Corresponds to SERVER LOAD PROTOCOL
PROPRIETARY and the presence of 'Proprietary'
following the label 'Load Protocols Enabled:' in the
SERVER BOOT CHARACTERISTICS display.rwdeprecated Enumeration .1.3.6.1.4.1.33.1.34.8 |
bootControlLoadRarpTftpControl for loading via the combination of RARP and
TFTP. Corresponds to SERVER LOAD PROTOCOL RARPTFTP
and the presence of 'RARP/TFTP' following the label
'Load Protocols Enabled:' in the SERVER BOOT
CHARACTERISTICS display.rwdeprecated Enumeration .1.3.6.1.4.1.33.1.34.9 |
bootControlDumpBootpTftpControl for dumping via the combination of BOOTP
and TFTP. Corresponds to SERVER DUMP PROTOCOL
BOOTPTFTP and the presence of 'BOOTP/TFTP' following
the label 'Dump Protocols Enabled:' in the SERVER
BOOT CHARACTERISTICS display.rwdeprecated Enumeration .1.3.6.1.4.1.33.1.34.10 |
bootControlDumpLocalControl for dumping to a local medium. Corresponds
to SERVER DUMP PROTOCOL LOCAL and the presence of
'Local' following the label 'Dump Protocols
Enabled:' in the SERVER BOOT CHARACTERISTICS
display.rwdeprecated Enumeration .1.3.6.1.4.1.33.1.34.11 |
bootControlDumpMopControl for dumping via DEC MOP. Corresponds to
SERVER DUMP PROTOCOL MOP and the presence of 'MOP'
following the label 'Dump Protocols Enabled:' in the
SERVER BOOT CHARACTERISTICS display.rwdeprecated Enumeration .1.3.6.1.4.1.33.1.34.12 |
bootControlDumpProprietaryControl for dumping via MRV In-Reach-proprietary extended
MOP. Corresponds to SERVER DUMP PROTOCOL
PROPRIETARY and the presence of 'Proprietary'
following the label 'Dump Protocols Enabled:' in the
SERVER BOOT CHARACTERISTICS display.rwdeprecated Enumeration .1.3.6.1.4.1.33.1.34.13 |
bootControlDumpRarpTftpControl for dumping via the combination of RARP and
TFTP. Corresponds to SERVER DUMP PROTOCOL RARPTFTP
and the presence of 'RARP/TFTP' following the label
'Dump Protocols Enabled:' in the SERVER BOOT
CHARACTERISTICS display.rwdeprecated Enumeration .1.3.6.1.4.1.33.1.34.14 |
bootControlParamBootpTftpControl for loading parameters via the combination
of BOOTP and TFTP. Corresponds to SERVER PARAMETER
PROTOCOL MOP and the presence of 'BOOTP/TFTP'
following the label 'Parameter Protocols Enabled:'
in the SERVER BOOT CHARACTERISTICS display.rwdeprecated Enumeration .1.3.6.1.4.1.33.1.34.15 |
bootControlParamLocalControl for loading parameters from a local medium.
Corresponds to SERVER PARAMETER PROTOCOL LOCAL and
the presence of 'LOCAL' following the label
'Parameter Protocols Enabled:' in the SERVER BOOT
CHARACTERISTICS display.rwdeprecated Enumeration .1.3.6.1.4.1.33.1.34.16 |
bootControlParamMopControl for loading parameters via DEC MOP.
Corresponds to SERVER PARAMETER PROTOCOL MOP and the
presence of 'MOP' following the label 'Parameter
Protocols Enabled:' in the SERVER BOOT
CHARACTERISTICS display.rwdeprecated Enumeration .1.3.6.1.4.1.33.1.34.17 |
bootControlParamProprietaryControl for loading parameters via
MRV In-Reach-proprietary extended MOP. Corresponds to
SERVER PARAMETER PROTOCOL PROPRIETARY and the
presence of 'Proprietary' following the label
'Parameter Protocols Enabled:' in the SERVER BOOT
CHARACTERISTICS display.rwdeprecated Enumeration .1.3.6.1.4.1.33.1.34.18 |
bootControlParamRarpTftpControl for loading parameters via the combination
of RARP and TFTP. Corresponds to SERVER PARAMETER
PROTOCOL RARPTFTP and the presence of 'RARP/TFTP'
following the label 'Parameter Protocols Enabled:'
in the SERVER BOOT CHARACTERISTICS display.rwdeprecated Enumeration .1.3.6.1.4.1.33.1.34.19 |
sysInstalledMemoryThe total number of bytes of main memory installed
in the system. Corresponds directly to the value
labeled 'Installed' on the SERVER ALTERNATE STATUS
display. A value of 0 indicates standard memory for
the particular hardware.ro Gauge .1.3.6.1.4.1.33.1.35 |
sysTemperatureLevelThe temperature level of the system. 'unknown'
indicates the system does not support a temperature
sensor. 'normal' indicates a normal temperature
level. 'high' indicates an excessive temperature
level. Corresponds directly to the value labeled
'Temperature Level:' in the SERVER ALTERNATE STATUS
display.ro Enumeration .1.3.6.1.4.1.33.1.36 |
bootRecordTableA list of boot control records. SEQUENCE OF BootRecordEntry .1.3.6.1.4.1.33.1.37 |
bootRecordEntryValues for a boot record. BootRecordEntry .1.3.6.1.4.1.33.1.37.1 |
bootRecordIndexAn index value that uniquely identifies a boot
control record entry, from 1 to the number of
entries for the system.ro INTEGER .1.3.6.1.4.1.33.1.37.1.1 |
bootRecordLoadInternetFileThe filename to request when loading an image via
TFTP. Corresponds directly to SERVER INTERNET LOAD
FILE and the value labeled 'Internet Load File:' in
the SERVER BOOT CHARACTERISTICS display.rw DisplayString .1.3.6.1.4.1.33.1.37.1.2 |
bootRecordLoadInternetServerThe internet address of the server to use when
loading an image via TFTP. Corresponds directly to
SERVER INTERNET LOAD HOST and the value labeled
'Internet Load Host:' in the SERVER BOOT
CHARACTERISTICS display.rw IpAddress .1.3.6.1.4.1.33.1.37.1.3 |
bootRecordLoadInternetGatewayThe internet address of the gateway to use when
loading an image via TFTP. Corresponds directly to
SERVER INTERNET LOAD GATEWAY and the value labeled
'Internet Load Gateway:' in the SERVER BOOT
CHARACTERISTICS display.rw IpAddress .1.3.6.1.4.1.33.1.37.1.4 |
bootRecordLoadBootpTftpControl for loading via the combination of BOOTP
and TFTP. Corresponds to SERVER LOAD PROTOCOL
BOOTPTFTP and the presence of 'BOOTP/TFTP/'
following the label 'Load Protocols Enabled:' in the
SERVER BOOT CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.1.37.1.5 |
bootRecordLoadTftpDirectControl for loading via directed TFTP. Corresponds
to SERVER LOAD PROTOCOL TFTPDIRECT and the presence
of 'TFTPDIRECT' following the label 'Load Protocols
Enabled:' in the SERVER BOOT CHARACTERISTICS
display.rw Enumeration .1.3.6.1.4.1.33.1.37.1.6 |
bootRecordLoadLocalControl for loading from a local medium.
Corresponds to SERVER LOAD PROTOCOL LOCAL and the
presence of 'LOCAL' following the label 'Load
Protocols Enabled:' in the SERVER BOOT
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.1.37.1.7 |
bootRecordLoadMopControl for loading via DEC MOP. Corresponds to
SERVER LOAD PROTOCOL MOP and the presence of 'MOP'
following the label 'Load Protocols Enabled:' in the
SERVER BOOT CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.1.37.1.8 |
bootRecordLoadProprietaryControl for loading via MRV In-Reach-proprietary extended
MOP. Corresponds to SERVER LOAD PROTOCOL
PROPRIETARY and the presence of 'Proprietary'
following the label 'Load Protocols Enabled:' in the
SERVER BOOT CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.1.37.1.9 |
bootRecordLoadRarpTftpControl for loading via the combination of RARP and
TFTP. Corresponds to SERVER LOAD PROTOCOL RARPTFTP
and the presence of 'RARP/TFTP' following the label
'Load Protocols Enabled:' in the SERVER BOOT
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.1.37.1.10 |
bootRecordDumpBootpTftpControl for dumping via the combination of BOOTP
and TFTP. Corresponds to SERVER DUMP PROTOCOL
BOOTPTFTP and the presence of 'BOOTP/TFTP' following
the label 'Dump Protocols Enabled:' in the SERVER
BOOT CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.1.37.1.11 |
bootRecordDumpLocalControl for dumping to a local medium. Corresponds
to SERVER DUMP PROTOCOL LOCAL and the presence of
'Local' following the label 'Dump Protocols
Enabled:' in the SERVER BOOT CHARACTERISTICS
display.rw Enumeration .1.3.6.1.4.1.33.1.37.1.12 |
bootRecordDumpMopControl for dumping via DEC MOP. Corresponds to
SERVER DUMP PROTOCOL MOP and the presence of 'MOP'
following the label 'Dump Protocols Enabled:' in the
SERVER BOOT CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.1.37.1.13 |
bootRecordDumpProprietaryControl for dumping via MRV In-Reach-proprietary extended
MOP. Corresponds to SERVER DUMP PROTOCOL
PROPRIETARY and the presence of 'Proprietary'
following the label 'Dump Protocols Enabled:' in the
SERVER BOOT CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.1.37.1.14 |
bootRecordDumpRarpTftpControl for dumping via the combination of RARP and
TFTP. Corresponds to SERVER DUMP PROTOCOL RARPTFTP
and the presence of 'RARP/TFTP' following the label
'Dump Protocols Enabled:' in the SERVER BOOT
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.1.37.1.15 |
bootRecordParamBootpTftpControl for loading parameters via the combination
of BOOTP and TFTP. Corresponds to SERVER PARAMETER
PROTOCOL MOP and the presence of 'BOOTP/TFTP'
following the label 'Parameter Protocols Enabled:'
in the SERVER BOOT CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.1.37.1.16 |
bootRecordParamLocalControl for loading parameters from a local medium.
Corresponds to SERVER PARAMETER PROTOCOL LOCAL and
the presence of 'LOCAL' following the label
'Parameter Protocols Enabled:' in the SERVER BOOT
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.1.37.1.17 |
bootRecordParamMopControl for loading parameters via DEC MOP.
Corresponds to SERVER PARAMETER PROTOCOL MOP and the
presence of 'MOP' following the label 'Parameter
Protocols Enabled:' in the SERVER BOOT
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.1.37.1.18 |
bootRecordParamProprietaryControl for loading parameters via
MRV In-Reach proprietary extended MOP. Corresponds to
SERVER PARAMETER PROTOCOL PROPRIETARY and the
presence of 'Proprietary' following the label
'Parameter Protocols Enabled:' in the SERVER BOOT
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.1.37.1.19 |
bootRecordParamRarpTftpControl for loading parameters via the combination
of RARP and TFTP. Corresponds to SERVER PARAMETER
PROTOCOL RARPTFTP and the presence of 'RARP/TFTP'
following the label 'Parameter Protocols Enabled:'
in the SERVER BOOT CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.1.37.1.20 |
bootRecordStatusThe status of the entry. Set to 'disabled' to
disable the entry.rw Enumeration .1.3.6.1.4.1.33.1.37.1.21 |
bootRecordMopFileThe software file name to request for down-line
load of the server via MOP or XMOP.rw DisplayString .1.3.6.1.4.1.33.1.37.1.22 |
bootRecordInternetAddressThe internet address of the system is to use for
itself when loading via TFTP. The value 0.0.0.0
indicates default action.rw IpAddress .1.3.6.1.4.1.33.1.37.1.23 |
bootRecordParamTftpDirectControl for loading parameters via the protocol
DTFTP. Corresponds to SERVER PARAMETER
PROTOCOL DTFTP and the presence of 'DTFTP'
following the label 'Parameter Protocols Enabled:'
in the SERVER BOOT CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.1.37.1.24 |
bootRecordInternetDelimiterThe character separating the load file directory name
from the file name.rw DisplayString .1.3.6.1.4.1.33.1.37.1.25 |
sysLastAgentErrorThe most recent error the agent encountered in
attempting to satisfy an SNMP request. Reading this
value has the side effect of resetting it to
'noError'.ro Enumeration .1.3.6.1.4.1.33.1.38 |
sysRcpMulticastControl for sending of the MOP RCP system identifier
message. Corresponds directly to the presence of 'RCP
Multicast' under the label 'Enabled Characteristics'
in the SERVER CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.1.40 |
sysTimeServerAddressThe address of the time server, either an
IpAddr or an ethernet address.ro TypedAddress .1.3.6.1.4.1.33.1.41 |
sysTimeServerConfiguredAddressThe address of a configured time server (, either an
IpAddr or an ethernet address).rw TypedAddress .1.3.6.1.4.1.33.1.46 |
sysTimeServerConfiguredStatusControl whether the sysTimeServerConfiguredAddress is
the only time server used to obtain the time (REQUIRED),
the first time server used to obtain the time (ENABLED),
or not used to obtain the time (DISABLED).rw Enumeration .1.3.6.1.4.1.33.1.47 |
sysBootRecordOverrideDefinedAddressControl to override the internally defined Internet address
with that obtained from the bootp loading protocol.rw Enumeration .1.3.6.1.4.1.33.1.48 |
sysBootRecordMessageEnableControl to display load status messages during reboot.
Corresponds directly to the value labeled 'Status Message:'
in the SERVER LOADDUMP display.rw Enumeration .1.3.6.1.4.1.33.1.49 |
sysBootRecordParamDefaultsControl to use default parameters upon the next reboot
after which time this control reverts to disabled. This
control only applies to stand-alone devices. Corresponds
directly to the value labeled 'Default Parameters:'
in the SERVER LOADDUMP display.rw Enumeration .1.3.6.1.4.1.33.1.50 |
sysLoginAuthFailureTrapTypeIndicates the type of authentication failure which last
occurred.ro Enumeration .1.3.6.1.4.1.33.1.78 |
sysLoginAuthTrapIdentityAn identification string for the circuit or port where an
authentication failure last occurred.ro DisplayString .1.3.6.1.4.1.33.1.81 |
sysLocalScriptServerControl to allow script serving for this system
from a script residing in a local flash card.rw Enumeration .1.3.6.1.4.1.33.1.82 |
sysInReachManagementSecurityStatusIndicates whether per port authentication is in use. This
includes username, password, privilege level, and list of
power outlets controlled by that user, or console
connections allowed from that port.ro Enumeration .1.3.6.1.4.1.33.1.83 |
sysProductNameDisplays the product name of this system.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.33.1.84 |
sysModemPresentIndicates whether this system has a built-in
modem.ro Enumeration .1.3.6.1.4.1.33.1.85 |
sysCauseActionA control for toggling the cause action feature.
Corresponds directly to the presence of 'Trigger/Action'
under the label 'Enabled Characteristics:' in the SERVER
CHARACTERISTICS display. The desired change will not take
effect until the next system initialization.rw Enumeration .1.3.6.1.4.1.33.1.86 |
sysWebServerConfigAdminStatusA control for bring the web server up or down.
Corresponds directly to the presence of 'Web Server'
under the label 'Enabled Characteristics:' in the SERVER
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.1.87 |
sysTl1SourceIdentifierThe source identifier (SID) is the server name used by
TL1 to identify the server.rw DisplayString .1.3.6.1.4.1.33.1.88 |
sysInitializeDelayParameterControl to begin the system initialization process
providing that at least one parameter server is
current. Corresponds directly to the INITIALIZE DELAY
PARAMETER command. In response to a get-request or
get-next-request, the agent always returns 'ready' for
this value.rw Enumeration .1.3.6.1.4.1.33.1.89 |
sysTimeProtocolIndicates whether the SNTP protocol is used to obtain
the time at startup. If disabled, the older TIMED
protocol is used. Both protocols run over UDP.rw Enumeration .1.3.6.1.4.1.33.1.90 |
sysTimeBroadcastIndicates whether the unit will broadcast for the
time at startup.rw Enumeration .1.3.6.1.4.1.33.1.91 |
characterDep OBJECT IDENTIFIER .1.3.6.1.4.1.33.2 |
xLat OBJECT IDENTIFIER .1.3.6.1.4.1.33.3 |
latAnnounceServicesControl for automatic, periodic announcement of
local services to the network. Corresponds directly
to SERVER ANNOUNCEMENTS and the presence of the
label 'Announcements' following the label 'Enabled
Characteristics:' in the SERVER CHARACTERISTICS
display.rw Enumeration .1.3.6.1.4.1.33.3.1 |
latCircuitTimerNumber of milleseconds to collect port input data
before sending it to the host. Corresponds directly
to SERVER CIRCUIT TIMER and the value labeled
'Circuit Timer:' in the SERVER CHARACTERISTICS
display.rw INTEGER .1.3.6.1.4.1.33.3.2 |
latIdentificationLengthLimitMaximum number of characters to store in the
instances of latVisibleServiceIdentification.
Corresponds directly to SERVER IDENTIFICATION SIZE
and the value labeled 'Identification Size:' in the
SERVER CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.3.3 |
latKeepaliveTimerNumber of seconds of inactivity before sending a
null message to the host. Corresponds directly to
SERVER KEEPALIVE TIMER and the value labeled
'Keepalive Timer:' in the SERVER CHARACTERISTICS
display.rw INTEGER .1.3.6.1.4.1.33.3.4 |
latMulticastTimerNumber of seconds between transmission of local
service announcements. Corresponds directly to
SERVER MULTICAST TIMER and the value labeled
'Multicast Timer:' in the SERVER CHARACTERISTICS
display.rw INTEGER .1.3.6.1.4.1.33.3.5 |
latNodeLimitMaximum number of service nodes to keep in the node
table. Corresponds directly to SERVER NODE LIMIT
and the value labeled 'Node Limit:' in the SERVER
CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.3.6 |
latNumberAn arbitrary number assigned and used for
administrative purposes. Corresponds directly to
SERVER NUMBER and the value labeled 'Number:' in the
SERVER CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.3.7 |
latRetransmitLimitMaximum number of times to retransmit an
unacknowledged message. Corresponds directly to
SERVER RETRANSMIT LIMIT and the value labeled
'Retransmit Limit:' in the SERVER CHARACTERISTICS
display.rw INTEGER .1.3.6.1.4.1.33.3.8 |
latLocalServiceGroupsThe list of group numbers allowed to use local
services, where a group number is in the range
0-255. The OCTET STRING contains a bitmap, with one
bit for each group. Corresponding bit numbers start
with 0 as the high-order bit of the first octet.
Corresponds directly to SERVER SERVICE GROUPS and
the value labeled 'Service Groups:' in the SERVER
CHARACTERISTICS display.rw OCTET STRING .1.3.6.1.4.1.33.3.9 |
latGroupPurgeControl for automatic deletion of all node table
entries when latServiceGroups or
latPortCurrentGroups is changed. Corresponds
directly to SERVER PURGE GROUP and the presence of
the label 'Purge Group' following the label 'Enabled
Characteristics:' in the SERVER CHARACTERISTICS
display.rw Enumeration .1.3.6.1.4.1.33.3.10 |
latNodePurgeControl for automatic deletion of all node table
entries with status 'reachable' when the number of
entries exceeds latNodeLimit. Corresponds directly
to SERVER PURGE NODE and the presence of the label
'Purge Node' following the label 'Enabled
Characteristics:' in the SERVER CHARACTERISTICS
display.rw Enumeration .1.3.6.1.4.1.33.3.11 |
latNodesRejectedNumber of nodes not added to the node table because
there was no room. Corresponds directly to the
value labeled 'Discarded Nodes:' in the SERVER
STATUS display.ro Counter .1.3.6.1.4.1.33.3.12 |
latInMessagesNumber of LAT messages received. Corresponds
directly to the value labeled 'Messages Received:'
in the SERVER COUNTERS display.ro Counter .1.3.6.1.4.1.33.3.13 |
latOutMessagesNumber of LAT messages sent. Corresponds directly
to the value labeled 'Messages Transmitted:' in the
SERVER COUNTERS display.ro Counter .1.3.6.1.4.1.33.3.14 |
latInSessionsAcceptedNumber of incoming LAT session connection attempts
accepted. Corresponds directly to the value labeled
'Solicitations Accepted:' in the SERVER COUNTERS
display.ro Counter .1.3.6.1.4.1.33.3.15 |
latInSessionsRejectedNumber of incoming LAT session connection attempts
rejected. Corresponds directly to the value labeled
'Solicitations Rejected:' in the SERVER COUNTERS
display.ro Counter .1.3.6.1.4.1.33.3.16 |
latAddressChangeNumber of times a service announcement contained a
node name already in the visible service table but
with a different address. Corresponds directly to
the value labeled 'Multiple Node Addresses:' in the
SERVER COUNTERS display.ro Counter .1.3.6.1.4.1.33.3.17 |
latInDuplicatesNumber of duplicate LAT messages received.
Corresponds directly to the value labeled
'Duplicates Received:' in the SERVER COUNTERS
display.ro Counter .1.3.6.1.4.1.33.3.18 |
latOutRetransmitsNumber of LAT messages retransmitted due to no
acknowledgement. Corresponds directly to the value
labeled 'Messages Re-transmitted:' in the SERVER
COUNTERS display.ro Counter .1.3.6.1.4.1.33.3.19 |
latInBadMessagesNumber of LAT messages received with invalid
format. Corresponds directly to the value labeled
'Illegal Messages Rcv'd:' in the SERVER COUNTERS
display.ro Counter .1.3.6.1.4.1.33.3.20 |
latInBadSlotsNumber of LAT messages received with invalid slot
format. Corresponds directly to the value labeled
'Illegal Slots Rcv'd:' in the SERVER COUNTERS
display.ro Counter .1.3.6.1.4.1.33.3.21 |
latInBadMulticastsNumber of multicast LAT messages received with
invalid format. Corresponds directly to the value
labeled 'Illegal Multicasts Rcv'd:' in the SERVER
COUNTERS display.ro Counter .1.3.6.1.4.1.33.3.22 |
latPortTableA list of LAT character port entries. SEQUENCE OF LatPortEntry .1.3.6.1.4.1.33.3.23 |
latPortEntryLAT parameter values for a port. LatPortEntry .1.3.6.1.4.1.33.3.23.1 |
latPortIndexAn index value that uniquely identifies a port.
The port identified by a particular value of this
index is the same port as identified by
charPortIndex in the Character MIB [11].ro INTEGER .1.3.6.1.4.1.33.3.23.1.1 |
latPortAuthorizedGroupsThe list of group numbers to which the port is
allowed to set access, where a group number is in
the range 0-255. The OCTET STRING contains a
bitmap, with one bit for each group. Corresponding
bit numbers start with 0 as the high-order bit of
the first octet. Corresponds directly to PORT
AUTHORIZED GROUPS and the value labeled 'Authorized
Groups:' in the PORT CHARACTERISTICS display.rw OCTET STRING .1.3.6.1.4.1.33.3.23.1.2 |
latPortAutoPromptControl for automatic stimulation of a host prompt
upon forming a new session. Corresponds directly to
PORT AUTOPROMPT and the presence of the label
'Autoprompt' following the label 'Enabled
Characteristics:' in the PORT CHARACTERISTICS
display.rw Enumeration .1.3.6.1.4.1.33.3.23.1.3 |
latPortCurrentGroupsThe list of group numbers to which the port
currently has set access, where a group number is in
the range 0-255. The OCTET STRING contains a
bitmap, with one bit for each group. Corresponding
bit numbers start with 0 as the high-order bit of
the first octet. Corresponds directly to PORT
GROUPS and the value labeled 'Groups:' in the PORT
CHARACTERISTICS display.rw OCTET STRING .1.3.6.1.4.1.33.3.23.1.4 |
latPortRemoteModificationControl to allow the remote system to modify
certain physical port characteristics. Corresponds
directly to PORT REMOTE MODIFICATION and the
presence of the label 'Remote Modification'
following the label 'Enabled Characteristics:' in
the PORT CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.3.23.1.5 |
latOfferedServiceTableA list of offered service entries. SEQUENCE OF LatOfferedServiceEntry .1.3.6.1.4.1.33.3.24 |
latOfferedServiceEntryParameter values for an offered service entry. LatOfferedServiceEntry .1.3.6.1.4.1.33.3.24.1 |
latOfferedServiceNameThe name of an offered service. Corresponds
directly to the name in a SERVICE command and the
value labeled 'Service:' in the SERVICE
CHARACTERISTICS display.ro DisplayString .1.3.6.1.4.1.33.3.24.1.1 |
latOfferedServiceStatusThe status of the entry. Set to 'invalid' to
remove the entry, which corresponds directly to the
CLEAR SERVICE command. Actual removal of the entry
is implementation specific.rw Enumeration .1.3.6.1.4.1.33.3.24.1.2 |
latOfferedServiceAllowConnectionsControl for allowing incoming connections to the
service. Corresponds directly to SERVICE
CONNECTIONS and the presence of the label
'Connections' following the label 'Enabled
Characteristics:' in the SERVICE CHARACTERISTICS
display.rw Enumeration .1.3.6.1.4.1.33.3.24.1.3 |
latOfferedServiceIdentificationText to identify a service. Corresponds directly
to SERVICE IDENTIFICATION and the value labeled
'Identification:' in the SERVICE CHARACTERISTICS
display.rw DisplayString .1.3.6.1.4.1.33.3.24.1.4 |
latOfferedServicePasswordThe password a user must supply to use the service.
Corresponds directly to SERVICE PASSWORD and the
presence of the label 'Password' following the label
'Enabled Characteristics:' in the SERVICE
CHARACTERISTICS display.
When setting this value, the management system must
supply eight octets, filling with zeros from the
first octet. That is, the value '1ab42' would be
expressed as '0.0.0.0.0.1.ab.42'. Setting the value
to zero disables the password check.
When returning this value, the agent always returns
a zero length OCTET STRING.rw DisplayString .1.3.6.1.4.1.33.3.24.1.5 |
latOfferedServicePortMapThe list of character ports offer the service. The
OCTET STRING contains a bitmap, with one bit for
each port, and enough octets for all the ports on
the system. Port numbers are as defined for
charPortIndex in the Character MIB [11].
Corresponding bit numbers start with 1 as the
high-order bit of the first octet. Corresponds
directly to port-list portion of SERVICE PORTS and
the value labeled 'Ports:' in the SERVICE
CHARACTERISTICS display.rw OCTET STRING .1.3.6.1.4.1.33.3.24.1.6 |
latOfferedServiceQueuingControl for allowing queuing of incoming
connections to the service when the service is busy.
Corresponds directly to SERVICE QUEUE and the
presence of the label 'Queuing' following the label
'Enabled Characteristics:' in the SERVICE
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.3.24.1.7 |
latOfferedServiceEnvironmentalManagerControl indicating whether Environmental Management services
are offered.rw Enumeration .1.3.6.1.4.1.33.3.24.1.8 |
latVisibleServiceTableA list of visible service entries. SEQUENCE OF LatVisibleServiceEntry .1.3.6.1.4.1.33.3.25 |
latVisibleServiceEntryParameter values for a visible service entry. LatVisibleServiceEntry .1.3.6.1.4.1.33.3.25.1 |
latVisibleServiceNameThe name of a visible service. Corresponds
directly to the name in a SERVICE command and the
value labeled 'Service Name' in the SERVICE SUMMARY
display.ro DisplayString .1.3.6.1.4.1.33.3.25.1.1 |
latVisibleServiceStatusStatus of communication with the service.
Corresponds directly to the value labeled 'Status'
in the SERVICE SUMMARY display.ro Enumeration .1.3.6.1.4.1.33.3.25.1.2 |
latVisibleServiceNodeName of a node offering the service. Corresponds
directly to the value labeled Node Name in the
SERVICE STATUS display.ro DisplayString .1.3.6.1.4.1.33.3.25.1.3 |
latVisibleServiceConnectedSessionsNumber of connected sessions to the service.
Corresponds directly to the number with the value
'Connected', labeled 'Status' in the SERVICE SUMMARY
display.ro Gauge .1.3.6.1.4.1.33.3.25.1.4 |
latVisibleServiceIdentificationText to identify a service. The length is subject
to limitation by latIdentificationLengthLimit.
Corresponds directly to the value labeled
'Identification:' in the SERVICE SUMMARY display.ro DisplayString .1.3.6.1.4.1.33.3.25.1.5 |
latVisibleServiceRatingRelative capacity of the service to accept
additional sessions. Corresponds directly to value
labeled Rating in the SERVICE STATUS display.ro Gauge .1.3.6.1.4.1.33.3.25.1.6 |
latNodeTableA list of node entries. SEQUENCE OF LatNodeEntry .1.3.6.1.4.1.33.3.26 |
latNodeEntryParameter values for a node entry. LatNodeEntry .1.3.6.1.4.1.33.3.26.1 |
latNodeNameThe name of a node. Corresponds directly to the
value labeled 'Node:' in the NODE STATUS display.ro DisplayString .1.3.6.1.4.1.33.3.26.1.1 |
latNodeStatusStatus of communication with the node. Corresponds
directly to the value labeled 'Status' in the NODE
STATUS display.ro Enumeration .1.3.6.1.4.1.33.3.26.1.2 |
latNodeConnectedSessionsNumber of connected sessions to the node.
Corresponds directly to the number with the value
'Connected', labeled 'Status' in the NODE STATUS
display.ro Gauge .1.3.6.1.4.1.33.3.26.1.3 |
latNodeAddressEthernet address of the node. Corresponds directly
to the value labeled 'Address:' in the NODE STATUS
display.ro OCTET STRING .1.3.6.1.4.1.33.3.26.1.4 |
latNodeDataLinkFrameMaximum Ethernet frame used by the node.
Corresponds directly to the value labeled 'Data Link
Frame Size:' in the NODE STATUS display.ro INTEGER .1.3.6.1.4.1.33.3.26.1.5 |
latNodeIdentificationText that identifies the node. The size is subject
to limitation by latIdentificationLengtLimit.
Corresponds directly to the value labeled
'Identification' in the NODE STATUS display.ro DisplayString .1.3.6.1.4.1.33.3.26.1.6 |
latNodeGroupsThe list of group numbers to which the node
belongs, where a group number is in the range 0-255.
The OCTET STRING contains a bitmap, with one bit for
each group. Corresponding bit numbers start with 0
as the high-order bit of the first octet.
Corresponds directly to the value labeled 'Node
Groups:' in the NODE STATUS display.ro OCTET STRING .1.3.6.1.4.1.33.3.26.1.7 |
latNodeServiceNumberNumber of entries for the node in the node service
table. Corresponds indirectly to the list of
services in the NODE STATUS display.ro Gauge .1.3.6.1.4.1.33.3.26.1.8 |
latNodeZeroControl to zero counters kept for the node. In
response to a get-request or get-next-request, the
agent always returns 'ready' for this value.
Setting the value to 'ready' has no effect. Setting
it to 'execute' causes all the system's counters to
be zeroed. Corresponds to the ZERO NODE command.rw Enumeration .1.3.6.1.4.1.33.3.26.1.9 |
latNodeZeroTimeThe number of hundredths of a second since the most
recent zeroing of the counters kept for the node,
such as through execution of sysZeroAll or
latNodeZero. Corresponds directly to the value
labeled 'Seconds Since Zeroed:' in the NODE COUNTERS
display.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.33.3.26.1.10 |
latNodeInMessagesThe number of LAT messages received from the node.
Corresponds directly to the value labeled 'Messages
Received:' in the NODE COUNTERS display.ro Counter .1.3.6.1.4.1.33.3.26.1.11 |
latNodeOutMessagesThe number of LAT messages sent to the node.
Corresponds directly to the value labeled 'Messages
Transmitted:' in the NODE COUNTERS display.ro Counter .1.3.6.1.4.1.33.3.26.1.12 |
latNodeInSlotsThe number of LAT slots received from the node.
Corresponds directly to the value labeled 'Slots
Received:' in the NODE COUNTERS display.ro Counter .1.3.6.1.4.1.33.3.26.1.13 |
latNodeOutSlotsThe number of LAT slots sent to the node.
Corresponds directly to the value labeled 'Slots
Transmitted:' in the NODE COUNTERS display.ro Counter .1.3.6.1.4.1.33.3.26.1.14 |
latNodeInBytesThe total number of bytes received from the node,
including Ethernet overhead. Corresponds directly
to the value labeled 'Bytes Received:' in the NODE
COUNTERS display.ro Counter .1.3.6.1.4.1.33.3.26.1.15 |
latNodeOutBytesThe total number of bytes sent to the node,
including Ethernet overhead. Corresponds directly
to the value labeled 'Bytes Transmitted:' in the
NODE COUNTERS display.ro Counter .1.3.6.1.4.1.33.3.26.1.16 |
latNodeAddressChangeThe number of times a LAT message multicast by the
node had a different Ethernet address from the
previous time. Corresponds directly to the value
labeled 'Multiple Node Addresses:' in the NODE
COUNTERS display.ro Counter .1.3.6.1.4.1.33.3.26.1.17 |
latNodeInDuplicatesThe number of duplicate LAT message received from
the node. Corresponds directly to the value labeled
'Duplicates Received:' in the NODE COUNTERS
display.ro Counter .1.3.6.1.4.1.33.3.26.1.18 |
latNodeOutRetransmitsThe number of LAT message retransmitted to the node
due to lack of acknowledgement. Corresponds
directly to the value labeled 'Messages
Re-transmitted:' in the NODE COUNTERS display.ro Counter .1.3.6.1.4.1.33.3.26.1.19 |
latNodeInBadMessagesThe number of LAT message received from the node
with invalid format. Corresponds directly to the
value labeled 'Illegal Messages Received:' in the
NODE COUNTERS display.ro Counter .1.3.6.1.4.1.33.3.26.1.20 |
latNodeInBadSlotsThe number of LAT slots received from the node with
invalid format. Corresponds directly to the value
labeled 'Illegal Slots Received:' in the NODE
COUNTERS display.ro Counter .1.3.6.1.4.1.33.3.26.1.21 |
latNodeInSessionsAcceptedThe number of LAT session connection attempts
received from the node and accepted. Corresponds
directly to the value labeled 'Solicitations
Accepted:' in the NODE COUNTERS display.ro Counter .1.3.6.1.4.1.33.3.26.1.22 |
latNodeInSessionsRejectedThe number of LAT session connection attempts
received from the node and rejected. Corresponds
directly to the value labeled 'Solicitations
Rejected:' in the NODE COUNTERS display.ro Counter .1.3.6.1.4.1.33.3.26.1.23 |
latSolicitsControl for multicast solicitation of LAT services.
Corresponds directly to SERVER LAT SOLICITAIONS and
the presence of the label 'LAT SOLICITATIONS'
following the label 'Enabled Characteristics:' in
the SERVER CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.3.27 |
latImmediateAckControl for LAT to provide an immediate ACK,
and not to wait for the timer to expire.
Corresponds directly to SERVER LAT IMMEDIATE ACK
and the presence of the label 'LAT Immediate Ack
following the label 'Enabled Characteristics:' in
the SERVER CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.3.28 |
xInternetDep OBJECT IDENTIFIER .1.3.6.1.4.1.33.4 |
xBootServer OBJECT IDENTIFIER .1.3.6.1.4.1.33.6 |
xBsBasic OBJECT IDENTIFIER .1.3.6.1.4.1.33.6.1 |
basicLogLimitMaximum allowed number of kilobytes for recording
events. Corresponds directly to MANAGER LOG FILE
SIZE and the value labeled 'Log File Size:' in the
MANAGER CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.6.1.1 |
basicActiveLimitMaximum allowed number of simultaneous service
dialogs. Corresponds directly to MANAGER
SIMULTANEOUS and the value labeled 'Maximum
simultaneous requests:' in the MANAGER
CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.6.1.2 |
basicActiveNumberNumber of active service dialogs. Corresponds
indirectly to the list of active clients in the
MANAGER STATUS display.ro Gauge .1.3.6.1.4.1.33.6.1.3 |
basicClientNumberNumber of defined clients. Corresponds indirectly
to the list of defined clients in the MANAGER LOCAL,
MANAGER GLOBAL, and MANAGER NODE displays.ro Gauge .1.3.6.1.4.1.33.6.1.4 |
basicOffersSentTotal number of service offers sent in response to
client requests. Corresponds directly to the value
labeled 'Total service offers sent:' in the MANAGER
STATUS display.ro Counter .1.3.6.1.4.1.33.6.1.5 |
basicEventTotalTotal number of events that have been written to
the event log since it was last purged. This may be
less than the number currently in the log.
Corresponds directly to the value labeled 'Total
Messages Logged:' in the MANAGER EVENTS display.ro Gauge .1.3.6.1.4.1.33.6.1.6 |
basicEventPurgeControl to cause emptying the event log. In
response to a get-request or get-next-request, the
agent always returns 'ready' for this value.
Setting the value to 'ready' has no effect. Setting
it to 'execute' causes the event log to immediately
become empty. Corresponds directly to the PURGE
MANAGER LOG FILE command.rw Enumeration .1.3.6.1.4.1.33.6.1.7 |
activeTableA list of active client dialog entries. The number
of entries is given by basicActiveNumber. SEQUENCE OF ActiveEntry .1.3.6.1.4.1.33.6.1.8 |
activeEntryParameter values for an active client dialog
entry. ActiveEntry .1.3.6.1.4.1.33.6.1.8.1 |
activeIdentificationTypeThe type of identification value in
activeIdentification. Corresponds indirectly to the
value labeled 'EthernetAddress' in the MANAGER
STATUS display.ro AddressType .1.3.6.1.4.1.33.6.1.8.1.1 |
activeIdentificationIdentification of the active partner. Corresponds
directly to the value labeled 'EthernetAddress' in
the MANAGER STATUS display.ro OCTET STRING .1.3.6.1.4.1.33.6.1.8.1.2 |
activeFunctionThe function the server is performing with the
partner. Corresponds directly to the value labeled
'Function' in the MANAGER STATUS display.ro Enumeration .1.3.6.1.4.1.33.6.1.8.1.3 |
activeSoftwareVersionTypeIf activeFunction is 'load', the software version
being sent to the client, otherwise 'notApplicable'.
Corresponds to the letter in the software version
labeled 'Version' in the MANAGER STATUS display.
alpha 'A': alpha test
beta 'B': beta test
production null: normal, production software
special 'S': special, custom software
diagnostic 'D': diagnostic, debug softwarero Enumeration .1.3.6.1.4.1.33.6.1.8.1.4 |
activeSoftwareVersionIf activeFunction is 'load', the 4-byte software
version being sent to the client, otherwise zero
length. In order, the octets contain major version,
minor version, ECO, and pre-release number.
Corresponds to the numbers in the software version
labeled 'Version' in the MANAGER STATUS display.
For example, the version display for
activeSoftwareVersionType 'production' and
activeSoftwareVersion '2.2.0.0' is 'V2.2'.
The version display for activeSoftwareVersionType
'beta' and activeSoftwareVersion '3.1.0.4' is
'V3.1B4'.ro OCTET STRING .1.3.6.1.4.1.33.6.1.8.1.5 |
activeParameterVersionIf activeFunction is 'parameterStore', the
parameter version being stored by the client,
otherwise zero. Corresponds directly to the value
labeled 'Version' in the MANAGER STATUS display.ro INTEGER .1.3.6.1.4.1.33.6.1.8.1.6 |
activeCurrentSequenceThe current dialog sequence number. Corresponds
directly to the value labeled 'Seq' in the MANAGER
STATUS display.ro INTEGER .1.3.6.1.4.1.33.6.1.8.1.7 |
activeBytesRemainingThe number of bytes remaining to be transferred in
the dialog. Corresponds directly to the value
labeled 'Left' in the MANAGER STATUS display.ro INTEGER .1.3.6.1.4.1.33.6.1.8.1.8 |
activeFileThe name of the file being used in the dialog.
Corresponds directly to the value labeled 'File' in
the MANAGER STATUS display.ro DisplayString .1.3.6.1.4.1.33.6.1.8.1.9 |
activeStatusThe final status of the most recent attempt to get
an image. Corresponds directly to the value labeled
'Get Status:' in the DEVICE STATUS display.ro DialogStatus .1.3.6.1.4.1.33.6.1.8.1.10 |
activeStateThe dynamic state of an active attempt to get an
image. Corresponds directly to the value labeled
'Get State:' in the DEVICE STATUS display.ro Enumeration .1.3.6.1.4.1.33.6.1.8.1.11 |
clientTableA list of client data base entries. The number of
entries is given by basicClientNumber. SEQUENCE OF ClientEntry .1.3.6.1.4.1.33.6.1.9 |
clientEntryParameter values for a client data base entry. ClientEntry .1.3.6.1.4.1.33.6.1.9.1 |
clientIdentificationTypeThe type of identification value in
clientIdentification. Corresponds directly to
MANAGER NODE, MANAGER GLOBAL, and MANAGER LOCAL, and
the value labeled 'Ethernet Address' in the MANAGER
NODE display or 'Ethernet Address', 'Device', and
'Global Devices' or 'Local Devices' in the MANAGER
GLOBAL and LOCAL displays.ro AddressType .1.3.6.1.4.1.33.6.1.9.1.1 |
clientIdentificationIdentification of the client, either a hardware
type or an Ethernet address, depending on
clientIdentificationType. Corresponds directly to
MANAGER NODE, MANAGER GLOBAL, and MANAGER LOCAL, and
the value labeled 'Ethernet Address' in the MANAGER
NODE display or 'Ethernet Address', 'Device', and
'Global Devices' or 'Local Devices' in the MANAGER
GLOBAL and LOCAL displays.ro OCTET STRING .1.3.6.1.4.1.33.6.1.9.1.2 |
clientEntryStatusThe status of the entry. Set to 'invalid' to
remove the entry, which corresponds directly to the
PURGE LOCAL, PURGE GLOBAL, and PURGE NODE commands.
Actual removal of the entry is implementation
specific.rw Enumeration .1.3.6.1.4.1.33.6.1.9.1.3 |
clientNameA name that may be used to identify the client.
Corresponds directly to the value labeled 'Name' in
the MANAGER NODE display.rw DisplayString .1.3.6.1.4.1.33.6.1.9.1.4 |
clientLoadFileThe file with the client's load image. Corresponds
directly to the value labeled 'Load File' in the
MANAGER LOCAL, MANAGER GLOBAL, and MANAGER NODE
displays.rw DisplayString .1.3.6.1.4.1.33.6.1.9.1.5 |
clientDiagnosticFileThe file with the client's diagnostic test image.
Corresponds directly to the value labeled 'Diag
File' in the MANAGER LOCAL, MANAGER GLOBAL, and
MANAGER NODE displays.rw DisplayString .1.3.6.1.4.1.33.6.1.9.1.6 |
clientLoadServiceControl for allowing load service for the client.
Corresponds directly to the value labeled 'Load' in
the MANAGER LOCAL, MANAGER GLOBAL, and MANAGER NODE
displays.rw Enumeration .1.3.6.1.4.1.33.6.1.9.1.7 |
clientDumpServiceControl for allowing dump service for the client.
Corresponds directly to the value labeled 'Dump' in
the MANAGER LOCAL, MANAGER GLOBAL, and MANAGER NODE
displays.rw Enumeration .1.3.6.1.4.1.33.6.1.9.1.8 |
namedTableA list of named client data base entries. The
number of entries is given by basicClientNumber. SEQUENCE OF NamedEntry .1.3.6.1.4.1.33.6.1.10 |
namedEntryParameter values for a named client data base
entry. NamedEntry .1.3.6.1.4.1.33.6.1.10.1 |
namedIdentificationTypeThe type of identification value in
namedIdentification. Corresponds directly to
MANAGER NODE, MANAGER GLOBAL, and MANAGER LOCAL, and
the value labeled 'Ethernet Address' in the MANAGER
NODE display or 'Ethernet Address', 'Device', and
'Global Devices' or 'Local Devices' in the MANAGER
GLOBAL and LOCAL displays.ro AddressType .1.3.6.1.4.1.33.6.1.10.1.1 |
namedIdentificationIdentification of the client, either a hardware
type or an Ethernet address, depending on
namedIdentificationType. Corresponds directly to
MANAGER NODE, MANAGER GLOBAL, and MANAGER LOCAL, and
the value labeled 'Ethernet Address' in the MANAGER
NODE display or 'Ethernet Address', 'Device', and
'Global Devices' or 'Local Devices' in the MANAGER
GLOBAL and LOCAL displays.ro OCTET STRING .1.3.6.1.4.1.33.6.1.10.1.2 |
namedEntryStatusThe status of the entry. Set to 'invalid' to
remove the entry, which corresponds directly to the
PURGE LOCAL, PURGE GLOBAL, and PURGE NODE commands.
Actual removal of the entry is implementation
specific.ro Enumeration .1.3.6.1.4.1.33.6.1.10.1.3 |
namedNameA name that may be used to identify the client.
Corresponds directly to the value labeled 'Name' in
the MANAGER NODE display.ro DisplayString .1.3.6.1.4.1.33.6.1.10.1.4 |
namedLoadFileThe file with the client's load image. Corresponds
directly to the value labeled 'Load File' in the
MANAGER LOCAL, MANAGER GLOBAL, and MANAGER NODE
displays.ro DisplayString .1.3.6.1.4.1.33.6.1.10.1.5 |
namedDiagnosticFileThe file with the client's diagnostic test image.
Corresponds directly to the value labeled 'Diag
File' in the MANAGER LOCAL, MANAGER GLOBAL, and
MANAGER NODE displays.ro DisplayString .1.3.6.1.4.1.33.6.1.10.1.6 |
namedLoadServiceControl for allowing load service for the client.
Corresponds directly to the value labeled 'Load' in
the MANAGER LOCAL, MANAGER GLOBAL, and MANAGER NODE
displays.ro Enumeration .1.3.6.1.4.1.33.6.1.10.1.7 |
namedDumpServiceControl for allowing dump service for the client.
Corresponds directly to the value labeled 'Dump' in
the MANAGER LOCAL, MANAGER GLOBAL, and MANAGER NODE
displays.ro Enumeration .1.3.6.1.4.1.33.6.1.10.1.8 |
xEventTableA list of event entries. The number of entries is
given by basicEventNumber. SEQUENCE OF XEventEntry .1.3.6.1.4.1.33.6.1.11 |
xEventEntryParameter values for a event entry. XEventEntry .1.3.6.1.4.1.33.6.1.11.1 |
xEventIndexIn identification number for an event. The value 1
indicates the oldest event in the file, with
subsequent numbers indicating sequential events.
The event text for a given number may change as a
circular event log wraps over its beginning.
Corresponds directly to the relative position of an
event in the MANAGER EVENTS display.ro INTEGER .1.3.6.1.4.1.33.6.1.11.1.1 |
xEventTextThe text of the event, including date, time and
other information. Corresponds directly to the
individual event text in the MANAGER EVENTS
display.ro DisplayString .1.3.6.1.4.1.33.6.1.11.1.2 |
basicDeviceNumberThe system's number of mass-storage devices.ro INTEGER .1.3.6.1.4.1.33.6.1.12 |
deviceTableA list of device entries. The number of entries is
given by basicDeviceNumber. SEQUENCE OF DeviceEntry .1.3.6.1.4.1.33.6.1.13 |
deviceEntryParameter values for a device entry. DeviceEntry .1.3.6.1.4.1.33.6.1.13.1 |
deviceIndexIn identification number for a device, in the range
1 to basicDeviceNumberro INTEGER .1.3.6.1.4.1.33.6.1.13.1.1 |
deviceNameA name by which the device is known in other
displays, such as 'C1' or 'D2'.ro DisplayString .1.3.6.1.4.1.33.6.1.13.1.2 |
deviceDescrDetails of the device type, including, for example,
size, manufacturer, Flash versus RAM, and such.
Corresponds directly to the value labeled 'Device
Type: in the MANAGER DEVICE STATUS display.ro DisplayString .1.3.6.1.4.1.33.6.1.13.1.3 |
deviceOperationCurrent operational state of the device.
Corresponds directly the value labeled 'Device
Operation:' in the MANAGER DEVICE STATUS display.ro Enumeration .1.3.6.1.4.1.33.6.1.13.1.4 |
deviceFormatFormatting status of the device. Corresponds
directly the presence of one of the value labels
under the label 'Device Status:' in the MANAGER
DEVICE STATUS display.ro Enumeration .1.3.6.1.4.1.33.6.1.13.1.5 |
deviceProtectionWrite-protect status of the device. Corresponds
directly the presence of one of the value labels
under the label 'Device Status:' in the MANAGER
DEVICE STATUS display.ro Enumeration .1.3.6.1.4.1.33.6.1.13.1.6 |
deviceFormatMediumControl to cause formatting of the medium in the
device. In response to a get-request or
get-next-request, the agent always returns 'ready'
for this value. Setting the value to 'ready' has no
effect. Setting it to 'execute' causes the device
to be formatted. Corresponds directly to the FORMAT
DEVICE command.rw Enumeration .1.3.6.1.4.1.33.6.1.13.1.7 |
deviceGetFileControl to cause getting a file to the device from
a remote host system. In response to a get-request
or get-next-request, the agent always returns
'ready' for this value. Setting the value to
'ready' has no effect. Setting it to 'execute'
causes the get to be attempted. Corresponds
directly to the GET DEVICE command.
When set to 'execute', the objects
deviceGetFileHostIdentificationType,
deviceGetFileHostIdentification,
deviceGetFileName and deviceGetFileArea
must be somewhere in the same set
request message.rw Enumeration .1.3.6.1.4.1.33.6.1.13.1.8 |
deviceGetFileHostIdentificationTypeThe type of identification value in
deviceIdentification. Corresponds indirectly to
ADDRESS in the GET DEVICE command.
This object may not be set outside the context of
setting deviceGetFile to 'execute'. In response to
a get-request or get-next-request, the value of this
object is 'undefined'.rw AddressType .1.3.6.1.4.1.33.6.1.13.1.9 |
deviceGetFileHostIdentificationIdentification of the host to get the file from,
with type depending on deviceIdentificationType.
Corresponds directly to ADDRESS in the GET DEVICE
command.
This object may not be set outside the context of
setting deviceGetFile to 'execute'. In response to
a get-request or get-next-request, the value of this
object is zero length.rw OCTET STRING .1.3.6.1.4.1.33.6.1.13.1.10 |
deviceGetFileNameThe name of the file to get. Corresponds directly
to LOAD FILE in the GET DEVICE command.
This object may not be set outside the context of
setting deviceGetFile to 'execute'. In response to
a get-request or get-next-request, the value of this
object is zero length.rw DisplayString .1.3.6.1.4.1.33.6.1.13.1.11 |
deviceGetFileAreaThe area number in which to put the file.
Corresponds directly to AREA in the GET DEVICE
command. If it is not relevant to the particular
device, it is ignored.
This object may not be set outside the context of
setting deviceGetFile to 'execute'. In response to
a get-request or get-next-request, the value of this
object is zero.rw INTEGER .1.3.6.1.4.1.33.6.1.13.1.12 |
deviceFormatOptionFormatting option to apply. Corresponds directly
to the OPTION in the FORMAT DEVICE command.
This object may not be set outside the context of
setting deviceFormatMedium to 'execute'. In
response to a get-request or get-next-request, the
value of this object is zero.rw INTEGER .1.3.6.1.4.1.33.6.1.13.1.13 |
deviceFormatRedundantParamsControl for creating redundant parameter storage
areas when formatting. Corresponds directly to
NONREDUNDANT in the FORMAT DEVICE command.
This object may not be set outside the context of
setting deviceFormatMedium to 'execute'. In
response to a get-request or get-next-request, the
value of this object is zero.rw Enumeration .1.3.6.1.4.1.33.6.1.13.1.14 |
devicePreviousStatusResult of the immediately previous concluded boot
dialog. Corresponds directly to the value labeled
'Get File Previous Status:' in the SHOW CARD STATUS
display.ro DialogStatus .1.3.6.1.4.1.33.6.1.13.1.15 |
xDump OBJECT IDENTIFIER .1.3.6.1.4.1.33.6.2 |
dumpServiceControl for allowing dump service for any client.
Corresponds directly to DUMP and the value labeled
'Dump:' in the MANAGER CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.6.2.1 |
dumpDriveIdentification number of the disk drive where dumps
are stored. Corresponds directly to DUMP DRIVE and
the value labeled 'Dump Drive:' in the MANAGER
CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.6.2.2 |
dumpMeritRelative preference for this dump server over
others. Corresponds directly to DUMP MERIT and the
value labeled 'Dump Merit:' in the MANAGER
CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.6.2.3 |
dumpSizeType of dump file to keep. Corresponds directly to
DUMP SIZE and the value labeled 'Dump Size:' in the
MANAGER CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.6.2.4 |
dumpCompletedThe number of dumps completed since system
initialization. Corresponds directly to the value
labeled 'Dump Operations Completed:' in the MANAGER
STATUS display.ro Counter .1.3.6.1.4.1.33.6.2.5 |
dumpActiveThe number of dumps in progress. Corresponds
directly to the value labeled 'Currently Dumping:'
in the MANAGER STATUS display.ro Gauge .1.3.6.1.4.1.33.6.2.6 |
dumpFileNumberThe number of dump files currently stored.
Corresponds directly to the value labeled 'Network
dump files' and 'files' in the MANAGER FILES
display.ro Gauge .1.3.6.1.4.1.33.6.2.7 |
dumpFileTableA list of dump file entries. The number of entries
is given by dumpFileNumber. SEQUENCE OF DumpFileEntry .1.3.6.1.4.1.33.6.2.8 |
dumpFileEntryParameter values for a dump file entry. DumpFileEntry .1.3.6.1.4.1.33.6.2.8.1 |
dumpFileIdentificationTypeThe type of identification value in
dumpFileIdentification. Corresponds indirectly to a
file name part in the section labeled 'Network dump
files' in the MANAGER FILES display.ro AddressType .1.3.6.1.4.1.33.6.2.8.1.1 |
dumpFileIdentificationIdentification of the dump file, an Ethernet
address, as indicated by dumpFileIdentificationType.
Corresponds indirectly to a file name part in the
section labeled 'Network dump files' in the MANAGER
FILES display.ro OCTET STRING .1.3.6.1.4.1.33.6.2.8.1.2 |
dumpFileEntryStatusThe status of the entry. Set to 'invalid' to
remove the entry, which corresponds indirectly to
the PURGE MANAGER DUMP FILES command. Actual
removal of the entry is implementation specific.rw Enumeration .1.3.6.1.4.1.33.6.2.8.1.3 |
dumpFileCreationThe time the dump file was created. Corresponds
directly to a date and time in the section labeled
'Network dump files' in the MANAGER FILES display.ro DateTime .1.3.6.1.4.1.33.6.2.8.1.4 |
dumpFileSizeThe number of bytes stored in the dump file.
Corresponds directly to the value labeled 'bytes' in
the section labeled 'Network dump files' in the
MANAGER FILES display.ro INTEGER .1.3.6.1.4.1.33.6.2.8.1.5 |
xLoad OBJECT IDENTIFIER .1.3.6.1.4.1.33.6.3 |
loadServiceControl for allowing load service for any client.
Corresponds directly to LOAD and the value labeled
'Load:' in the MANAGER CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.6.3.1 |
loadMeritRelative preference for this load server over
others. Corresponds directly to LOAD MERIT and the
value labeled 'Load Merit:' in the MANAGER
CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.6.3.2 |
loadCompletedThe number of loads completed since system
initialization. Corresponds directly to the value
labeled 'Load Operations Completed:' in the MANAGER
STATUS display.ro Counter .1.3.6.1.4.1.33.6.3.3 |
loadActiveThe number of loads in progress. Corresponds
directly to the value labeled 'Currently Loading:'
in the MANAGER STATUS display.ro Gauge .1.3.6.1.4.1.33.6.3.4 |
loadFileNumberThe number of load files currently stored.
Corresponds directly to the value labeled 'Load
image files' and 'files' in the MANAGER FILES
display.ro Gauge .1.3.6.1.4.1.33.6.3.5 |
loadFileTableA list of load file entries. The number of entries
is given by loadFileNumber. SEQUENCE OF LoadFileEntry .1.3.6.1.4.1.33.6.3.6 |
loadFileEntryParameter values for a load file entry. LoadFileEntry .1.3.6.1.4.1.33.6.3.6.1 |
loadFileNameThe name of a load file. Corresponds directly to a
file name part in the section labeled 'Load image
files' in the MANAGER FILES display.ro DisplayString .1.3.6.1.4.1.33.6.3.6.1.1 |
loadFileCreationThe time the load file was created. Corresponds
directly to a date and time in the section labeled
'Load image files' in the MANAGER FILES display.ro DateTime .1.3.6.1.4.1.33.6.3.6.1.2 |
loadFileSizeThe number of bytes stored in the load file.
Corresponds directly to the value labeled 'bytes' in
the section labeled 'Load image files' in the
MANAGER FILES display.ro INTEGER .1.3.6.1.4.1.33.6.3.6.1.3 |
loadFileSoftwareVersionTypeThe software version type of the image in the load
file. Corresponds directly to a software version in
the section labeled 'Load image files' in the
MANAGER FILES display.
alpha 'A': alpha test
beta 'B': beta test
production null: normal, production software
special 'S': special, custom softwarero Enumeration .1.3.6.1.4.1.33.6.3.6.1.4 |
loadFileSoftwareVersionThe software version of the image in the load file.
Corresponds directly to a software version in the
section labeled 'Load image files' in the MANAGER
FILES display.
For example, the version display for
loadFileSoftwareVersionType 'production' and
loadFileSoftwareVersion '2.2.0.0' is 'V2.2'.
The version display for loadFileSoftwareVersionType
'beta' and loadFileSoftwareVersion '3.1.0.4' is
'V3.1B4'.ro OCTET STRING .1.3.6.1.4.1.33.6.3.6.1.5 |
xParam OBJECT IDENTIFIER .1.3.6.1.4.1.33.6.4 |
paramServiceControl for allowing parameter storage service for
any client. Corresponds directly to PARAMETER
SERVICE and the value labeled 'Parameter Service:'
in the MANAGER CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.6.4.1 |
paramDefaultServiceControl for allowing default parameter loading
service for any client. Corresponds directly to
PARAMETER DEFAULT SERVICE and the value labeled
'Parameter Default Service:' in the MANAGER
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.6.4.2 |
paramDriveIdentification number of the disk drive where
parameters are stored. Corresponds directly to
PARAMETER DRIVE and the value labeled 'Parameter
Drive:' in the MANAGER CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.6.4.3 |
paramActiveThe number of params in progress. Corresponds
directly to the value labeled 'Currently Paraming:'
in the MANAGER STATUS display.ro Gauge .1.3.6.1.4.1.33.6.4.4 |
paramStorageActiveThe number of parameter storage operations in
progress. Corresponds directly to the value labeled
'Currently saving parameters:' in the MANAGER STATUS
display.ro Gauge .1.3.6.1.4.1.33.6.4.5 |
paramFileNumberThe number of parameter files currently stored.
Corresponds directly to the value labeled 'Parameter
files' and 'files' in the MANAGER FILES display.ro Gauge .1.3.6.1.4.1.33.6.4.6 |
paramFileTableA list of param file entries. The number of
entries is given by paramFileNumber. SEQUENCE OF ParamFileEntry .1.3.6.1.4.1.33.6.4.7 |
paramFileEntryParameter values for a param file entry. ParamFileEntry .1.3.6.1.4.1.33.6.4.7.1 |
paramFileIdentificationTypeThe type of identification value in
paramFileIdentification. Corresponds indirectly to
a file name part in the section labeled 'Parameter
files' in the MANAGER FILES display.ro AddressType .1.3.6.1.4.1.33.6.4.7.1.1 |
paramFileIdentificationIdentification of the param file, an Ethernet
address, as indicated by
paramFileIdentificationType. Corresponds indirectly
to a file name part in the section labeled
'Parameter files' in the MANAGER FILES display.ro OCTET STRING .1.3.6.1.4.1.33.6.4.7.1.2 |
paramFileEntryStatusThe status of the entry. Set to 'invalid' to
remove the entry, which corresponds indirectly to
the PURGE MANAGER PARAMETER FILES command. Actual
removal of the entry is implementation specific.rw Enumeration .1.3.6.1.4.1.33.6.4.7.1.3 |
paramFileWriteThe time the parameter file was last written.
Corresponds directly to a date and time in the
section labeled 'Parameter files' in the MANAGER
FILES display.ro DateTime .1.3.6.1.4.1.33.6.4.7.1.4 |
paramFileSizeThe number of bytes stored in the param file.
Corresponds directly to the value labeled 'bytes' in
the section labeled 'Parameter files' in the MANAGER
FILES display.ro INTEGER .1.3.6.1.4.1.33.6.4.7.1.5 |
paramFileParameterVersionThe version number of the parameter data in the
file. Corresponds directly to the value labeled
'ver' in the section labeled 'Parameter files' in
the MANAGER FILES display.ro INTEGER .1.3.6.1.4.1.33.6.4.7.1.6 |
xParamClient OBJECT IDENTIFIER .1.3.6.1.4.1.33.7 |
paramClientLoaderNameThe name of the system that most recently provided
this system's stored parameters. Corresponds
directly to the name value labeled 'Loaded From:' in
the PARAMETER SERVER display.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.33.7.1 |
paramClientLoaderAddressTypeThe type of network address contained in
paramClientLoaderAddress. 'unknown' means no
address has been defined. 'other' means no other
type value applies. 'local' means there is no
address and parameters were loaded from local
storage. 'ip' is an Internet IP address.
'ethernet' is an 802.3 MAC address. Corresponds
indirectly to the address value labeled 'Loaded
From:' in the PARAMETER SERVER display.ro AddressType .1.3.6.1.4.1.33.7.2 |
paramClientLoaderAddressThe network address of the system that most
recently provided this system's stored parameters.
Corresponds directly to the address value labeled
'Loaded From:' in the PARAMETER SERVER display.ro OCTET STRING .1.3.6.1.4.1.33.7.3 |
paramClientParameterVersionThe version number of the parameters as stored in
this system's local memory. Corresponds directly to
SERVER PARAMETER VERSION and the value labeled 'Last
Update Version:' in the PARAMETER SERVER display.rw INTEGER .1.3.6.1.4.1.33.7.4 |
paramClientUpdateTimeThis system's local date and time when it last
attempted to store parameters with a parameter
server. Corresponds directly to the values labeled
'Last Update Date:' and 'Last Update Time:' in the
PARAMETER SERVER display.ro DateTime .1.3.6.1.4.1.33.7.5 |
paramClientServerCheckControl over whether or not this system is allowed
to check for additional parameter servers.
'enabled' allows checking. Corresponds directly to
PARAMETER SERVER CHECK and the presence of PARAMETER
POLLING under the label 'Enabled Characteristics' in
the SERVER CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.7.6 |
paramClientCheckIntervalThe number of minutes between checks for additional
parameter servers. Corresponds directly to
PARAMETER SERVER CHECK TIMER and the value labeled
'Check Timer:' in the PARAMETER SERVER display.rw INTEGER .1.3.6.1.4.1.33.7.7 |
paramClientCheckNowControl to cause this system to immediately check
for additional parameter servers. The agent always
returns 'ready' for this value. Setting the value
to 'ready' has no effect. Setting it to 'execute'
causes a check to be started. Corresponds to the
CHECK PARAMETER SERVER command.rw Enumeration .1.3.6.1.4.1.33.7.8 |
paramClientServerLimitThe maximum number of parameter servers this system
is allowed to remember at the same time.
Corresponds directly to PARAMETER SERVER LIMIT and
the value labeled 'Parameter Server Limit:' in the
PARAMETER SERVER display.rw INTEGER .1.3.6.1.4.1.33.7.9 |
paramClientRetransmitIntervalThe number of minutes between this system's
attempts to store new parameters with a server that
has not acknowledged previous attempts. Corresponds
directly to PARAMETER SERVER RETRANSMIT TIMER and
the value labeled 'Retransmit Timer: in the
PARAMETER SERVER display.rw INTEGER .1.3.6.1.4.1.33.7.10 |
paramClientRetransmitLimitThe maximum number of attempts by this system to
store new parameters with a server that has not
acknowledged previous attempts. Corresponds
directly to PARAMETER SERVER RETRANSMIT LIMIT and
the value labeled 'Retransmit Limit:' in the
PARAMETER SERVER display.rw INTEGER .1.3.6.1.4.1.33.7.11 |
paramClientStateThis system's state with regard to update attempts.
The value meanings are:
other none of the following
idle no update in progress
internal internal state of no meaning to manager
hold holding to keep from updating too often
retry waiting to retry after failure
Corresponds directly to the value labeled 'Storage
State:' in the PARAMETER SERVER display.ro Enumeration .1.3.6.1.4.1.33.7.12 |
paramClientProtocolErrorsThe number of invalid parameter service protocol
messages received by this system. Corresponds
directly to the value labeled 'Bad Parameter
Messages:' in the PARAMETER SERVER display.ro Counter .1.3.6.1.4.1.33.7.13 |
paramClientServerRejectsThe number of parameter servers this system
rejected due to exceeding paramClientServerLimit.
Corresponds directly to the value labeled 'Rejected
Servers:' in the PARAMETER SERVER display.ro Counter .1.3.6.1.4.1.33.7.14 |
paramClientServerNumberThe number of parameter servers known to this
system, indicating the number of entries in
serverTable. Corresponds directly to the value
labeled 'Parameter Servers:' in the PARAMETER SERVER
display.ro INTEGER .1.3.6.1.4.1.33.7.15 |
paramServerTableA list of parameter server entries. The number of
entries is given by the value of
paramClientServerNumber. SEQUENCE OF ParamServerEntry .1.3.6.1.4.1.33.7.16 |
paramServerEntryStatus and parameter values for a parameter
server. ParamServerEntry .1.3.6.1.4.1.33.7.16.1 |
paramServerNameThe server's name, unique within this system.
Always 16 characters, null padded on the end.
Corresponds directly to the name used to create the
entry and the value labeled 'Name' in the PARAMETER
SERVER display.ro DisplayString .1.3.6.1.4.1.33.7.16.1.1 |
paramServerEntryStatusThe status of the entry. Set to 'invalid' to
remove the entry, which corresponds directly to the
CLEAR/PURGE PARAMETER SERVER command. Actual
removal of the entry is implementation specific.rw Enumeration .1.3.6.1.4.1.33.7.16.1.2 |
paramServerAddressTypeThe type of network address contained in
paramServerAddress. 'unknown' means no address has
been defined. 'other' means no other type value
applies. 'local' means there is no address and
parameters were loaded from local storage. 'ip' is
an Internet IP address. 'ethernet' is an 802.3 MAC
address. Corresponds indirectly to the value
labeled 'Address' in the PARAMETER SERVER display.rw AddressType .1.3.6.1.4.1.33.7.16.1.3 |
paramServerAddressThe server's network address. Corresponds directly
to the value labeled 'Address' in the PARAMETER
SERVER display.rw OCTET STRING .1.3.6.1.4.1.33.7.16.1.4 |
paramServerStoredVersionParameter version number currently stored at the
server. Corresponds directly to the value labeled
'Version' in the PARAMETER SERVER display.ro INTEGER .1.3.6.1.4.1.33.7.16.1.5 |
paramServerStoredTimeThe server's date and time when it stored the
parameters of version paramServerStoredVersion.
Corresponds directly to the value labeled 'Date' in
the PARAMETER SERVER display.ro DateTime .1.3.6.1.4.1.33.7.16.1.6 |
paramServerStoredStatusStatus of this system's parameters with respect to
the server. Corresponds directly to the value
labeled 'Status' in the PARAMETER SERVER display.
The value meanings are:
ahead server version newer than system's
behind server version older than system's
current up to date
failed system no longer attempting update
failing system trying to update but failing
query attempting to determine version
noMemCard no memory card in card drive
unknown version not knownro Enumeration .1.3.6.1.4.1.33.7.16.1.7 |
paramServerStoredFailureWhen paramServerStoredStatus is 'failed' or
'failing', the reason for the most recent failure.
Corresponds directly to the value labeled 'Reason'
in the PARAMETER SERVER display. The value meanings
are:
other none of the following
none no failure
protocolOut invalid protocol message to server
open file open error at server
read file read error at server
write file write error at server
resource resource lack at server (e.g. disk)
protocolIn invalid protocol message from server
response no response from server
close file close error at server
delete file delete error at server
rename file rename error at server
fileData bad parameter data stored at serverro Enumeration .1.3.6.1.4.1.33.7.16.1.8 |
paramClientPathThe directory path to the parameter file on all
servers. Corresponds directly to PARAMETER SERVER
PATH and the value labeled 'Path:' in the PARAMETER
SERVER display.rw DisplayString .1.3.6.1.4.1.33.7.17 |
paramClientChassisStorageStateThe status of the current attempt to update
parameters in local chassis storage. Corresponds
directly to the value labeled 'Chassis
Configuration:'.ro Enumeration .1.3.6.1.4.1.33.7.18 |
paramClientTftpBroadcastControl over whether or not this system is allowed
to send out a TFTP read broadcast after sending
a BOOTP broadcast during the Parameter Check Function.
'enabled' allows TFTP broadcast. Corresponds directly to
the presence of PARAMETER TFTP BROADCAST
under the label 'Enabled Characteristics' in
the SERVER CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.7.20 |
paramClientWriteNowControl to start saving parameters immediately in
response to an execute. Corresponds directly to the WRITE
PARAMETERS command. In response to a get-request or
get-next-request, the agent always returns 'ready' for
this value.rw Enumeration .1.3.6.1.4.1.33.7.21 |
agent OBJECT IDENTIFIER .1.3.6.1.4.1.33.8 |
terminalServer OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.1 |
tsMxCard1M OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.1.1 |
tsMxBox1M OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.1.2 |
tsMxCard OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.1.3 |
tsMxBox OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.1.4 |
tsN9 OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.1.5 |
tsPrint OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.1.6 |
tsX25 OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.1.7 |
em1608 OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.1.29 |
ir7520 OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.1.30 |
ir9020 OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.1.31 |
ir7020 OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.1.32 |
irMgr0Rdc OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.1.124 |
ir9040 OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.1.125 |
ir7040 OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.1.126 |
irMgr0 OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.1.127 |
irM800 OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.1.128 |
irM700 OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.1.129 |
ir8020 OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.1.130 |
ir8040 OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.1.131 |
ir7004 OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.1.132 |
ir7008 OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.1.133 |
ir8004 OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.1.134 |
ir8008 OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.1.135 |
irM900 OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.1.136 |
irMGR0AC OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.1.137 |
irMGR0AC-IN OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.1.138 |
ir9004 OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.1.139 |
ir9008 OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.1.140 |
ir9504 OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.1.141 |
bridge OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.3 |
repeater OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.4 |
rpMx OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.4.1 |
rpN9 OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.4.2 |
bridgeRouter OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.5 |
bridgeRouterMx OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.5.1 |
bridgeRouterN9 OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.5.2 |
bridgeRouterN3 OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.5.3 |
bridgeRouterN2 OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.5.4 |
bridgeRouterEB OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.5.5 |
bridgeRouterRepeater OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.7 |
switch OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.8 |
oem OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.9 |
netVantage OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.9.1 |
nv8516TT OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.9.1.1 |
nv8516FF OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.9.1.2 |
nbase OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.10 |
nbaseSwitch OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.10.1 |
nbaseSwitchN9 OBJECT IDENTIFIER .1.3.6.1.4.1.33.8.10.1.1 |
xInternet OBJECT IDENTIFIER .1.3.6.1.4.1.33.10 |
xIp OBJECT IDENTIFIER .1.3.6.1.4.1.33.10.1 |
ipGatewayAddress1The internet address of the system's primary (first
choice) gateway. A value of 0.0.0.0 indicates no
address. Corresponds directly to SERVER INTERNET
PRIMARY GATEWAY ADDRESS and the value labeled
'Primary Gateway Address:' in the SERVER INTERNET
CHARACTERISTICS display.rw IpAddress .1.3.6.1.4.1.33.10.1.1 |
ipGatewayAddress2The internet address of the system's secondary
(second choice) gateway. A value of 0.0.0.0
indicates no address. Corresponds directly to
SERVER INTERNET SECONDARY GATEWAY ADDRESS and the
value labeled 'Secondary Gateway Address:' in the
SERVER INTERNET CHARACTERISTICS display.rw IpAddress .1.3.6.1.4.1.33.10.1.2 |
ipAutoSubnetMaskA control for automatic determination of subnet
mask. 'disabled' indicates the system must use the
mask as configured by the network manager.
'enabled' indicates that the system is to
automatically change the subnet mask when the
system's Internet address is changed. Corresponds
directly to SERVER INTERNET SUBNET MASK
AUTOCONFIGURE and the value labeled 'Subnet Mask
Autoconfigure:' in the SERVER INTERNET
CHARACTERISTICS display.rwdeprecated Enumeration .1.3.6.1.4.1.33.10.1.3 |
ipReassemblyA control for reassembly of IP fragments.
Corresponds directly to SERVER INTERNET REASSEMBLY
and the value labeled 'Reassembly:' in the SERVER
INTERNET CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.10.1.4 |
ipFragmentsQueuedHighHighest number of IP fragments queued.ro Gauge .1.3.6.1.4.1.33.10.1.5 |
ipFragmentsQueuedCurrentCurrent number of IP fragments queued.ro Gauge .1.3.6.1.4.1.33.10.1.6 |
ipGenAdExtTableTable of additional fields indexed by local IP
address. An entry in this table is created or
deleted when an entry in the MIB-II ipAddrTable is
created or deleted. Although MIB-II specifies the
ipAddrTable as read-only, MRV In-Reach implementations
typically implement it as read-write to support
modification of local IP addresses, network masks,
and such. SEQUENCE OF IpGenAdExtEntry .1.3.6.1.4.1.33.10.1.7 |
ipGenAdExtEntryA particular entry. IpGenAdExtEntry .1.3.6.1.4.1.33.10.1.7.1 |
ipGenAdEntExtTypeThe way this local IP address is used, which may
imply alternate, more intuitive ways to set it.
primary general purpose for ordinary use
rotary identificaton for rotary selection
slip use for SLIP connection
ppp use for PPP connectionrw Enumeration .1.3.6.1.4.1.33.10.1.7.1.1 |
ipGenAdEntExtBroadcastOutgoing IP broadcast address associated with this
local address. Value may be confined to logical
compatibility with associated network mask.rw IpAddress .1.3.6.1.4.1.33.10.1.7.1.2 |
ipARPTimeoutA control to set the length of time in minutes
before an unused ARP entry is purged from the ARP
table. The default is 60 minutes. Corresponds
directly to the value labeled 'Translation Table TTL'
in the SERVER INTERNET CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.10.1.8 |
ipGatewayPingIntervalA control to set the interval of time in seconds
between successive pings to the primary gateway
so as to determine its status.
The default is 60 seconds. Corresponds
directly to the value labeled 'Gateway Timeout'
in the SERVER INTERNET CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.10.1.9 |
ipConfigureBootpControl to use the BOOTP protocol upon startup to learn
the unit's own internet address, subnet mask, primary and
secondary gateway servers, domain name servers, time
server and domain name.rw Enumeration .1.3.6.1.4.1.33.10.1.11 |
xTcp OBJECT IDENTIFIER .1.3.6.1.4.1.33.10.2 |
tcpPortTableA list of TCP character port entries. SEQUENCE OF TcpPortEntry .1.3.6.1.4.1.33.10.2.1 |
tcpPortEntryTCP parameter values for a character port. TcpPortEntry .1.3.6.1.4.1.33.10.2.1.1 |
tcpPortIndexAn index value that uniquely identifies a port.
The port identified by a particular value of this
index is the same port as identified by
charPortIndex in the Proposed Standard Internet
Character MIB.ro INTEGER .1.3.6.1.4.1.33.10.2.1.1.1 |
tcpPortConnectByAddressA control for requesting outgoing connection by
internet address. 'disabled' indicates outgoing
connections must be by Domain name. 'enabled'
indicates that outgoing connections may be requested
by internet address. Corresponds directly to PORT
INTERNET CONNECTIONS and the presence of the label
'Internet Connections' following the label 'Enabled
Characteristics:' in the PORT CHARACTERISTICS
display.rw Enumeration .1.3.6.1.4.1.33.10.2.1.1.2 |
tcpPortWindowSizeSize of the TCP window for TCP connections on the
port. Corresponds directly to PORT INTERNET TCP
WINDOW SIZE and the value labeled 'TCP Window Size:'
in the PORT ALTERNATE CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.10.2.1.1.3 |
tcpPortKeepAliveLimitNumber of minutes to maintain a TCP connection
without response to keep-alive communication. A
value of zero indicates no limit.rw INTEGER .1.3.6.1.4.1.33.10.2.1.1.4 |
tcpResequencingA control for keeping TCP messages received
out-of-order to resequence them before using them.
Corresponds directly to SERVER INTERNET TCP
RESEQUENCING and the value labeled 'Resequencing:'
in the SERVER INTERNET CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.10.2.2 |
tcpQueuedSegsNumber of TCP segments in the TCP receive queues.
Corresponds directly to the value labeled 'TCP
Packets Queued:' in the SERVER INTERNET COUNTERS
display.ro Gauge .1.3.6.1.4.1.33.10.2.3 |
tcpDiscardSegsNumber of TCP segments discarded due to exceeding
the TCP receive queue limit. Corresponds directly
to the value labeled 'TCP Packets Discarded:' in the
SERVER INTERNET COUNTERS display.ro Counter .1.3.6.1.4.1.33.10.2.4 |
tcpConnectTimerNumber of seconds to attempt a TCP connection
without a response from the other side. The default
value is 32 seconds. Corresponds directly to the
SERVER INTERNET TCP CONNECT TIMER and the value
labeled 'TCP Connect Timer' in the SERVER INTERNET
CHARACTERISTICS displayrw INTEGER .1.3.6.1.4.1.33.10.2.5 |
tcpLocalPortBaseThe value for port 0's tcp source port number.rw INTEGER .1.3.6.1.4.1.33.10.2.6 |
tcpLocalPortIncrementThe value by which the tcp source port number
increases for each port greater than port 0.rw INTEGER .1.3.6.1.4.1.33.10.2.7 |
tcpRoutingTblSzA control to set the size of the working routing table.
The default is the current size of the table (64).rw INTEGER .1.3.6.1.4.1.33.10.2.8 |
tcpDataSendDelayA control to delay for the specified number of 10
millisecond ticks before sending the userdata string
over the telnet connection.rw INTEGER .1.3.6.1.4.1.33.10.2.9 |
tcpAckDelayA Control to prevent sending a TCP ACK when we
we change TCP window size.rw Enumeration .1.3.6.1.4.1.33.10.2.10 |
tcpRetransmitMinNumber of milliseconds for the initial TCP Retransmit
timer. This is the time at which a TCP session will
initially retransmit unacknowledged packets.rw INTEGER .1.3.6.1.4.1.33.10.2.11 |
xSnmpAgent OBJECT IDENTIFIER .1.3.6.1.4.1.33.10.3 |
snmpAgentGetCommunityThe SNMP community name allowed to perform
get-requests or get-next requests to this agent.
Use of this value is case-insensitive. If the size
is 0, the agent does not check the community name
for these operations. Corresponds directly to
SERVER INTERNET SNMP GET COMMUNITY and the value
labeled 'Get Community:' in the SERVER INTERNET SNMP
CHARACTERISTICS display.rw DisplayString .1.3.6.1.4.1.33.10.3.1 |
snmpAgentSetCommunityThe SNMP community name allowed to perform
set-requests to this agent. Use of this value is
case-insensitive. If the size is 0, the agent does
not check the community name for these operations.
Corresponds directly to SERVER INTERNET SNMP SET
COMMUNITY and the value labeled 'Set Community:' in
the SERVER INTERNET SNMP CHARACTERISTICS display.rw DisplayString .1.3.6.1.4.1.33.10.3.2 |
snmpAgentTrapCommunityThe SNMP community name sent in traps from this
agent. Use of this value preserves case.
Corresponds directly to SERVER INTERNET SNMP TRAP
COMMUNITY and the value labeled 'Trap Community:' in
the SERVER INTERNET SNMP CHARACTERISTICS display.rw DisplayString .1.3.6.1.4.1.33.10.3.3 |
snmpAgentGetClientNumberThe number of client source addresses allowed to
perform get-requests or get-next requests to this
agent. If the value is 0, the agent does not check
source address for these operations. Corresponds
indirectly to the values labeled 'Get Client n:' in
the SERVER INTERNET SNMP CHARACTERISTICS display.ro INTEGER .1.3.6.1.4.1.33.10.3.4 |
snmpAgentSetClientNumberThe number of client source addresses allowed to
perform set-requests to this agent. If the value is
0, the agent does not check source address for these
operations. Corresponds indirectly to the values
labeled 'Set Client n:' in the SERVER INTERNET SNMP
CHARACTERISTICS display.ro INTEGER .1.3.6.1.4.1.33.10.3.5 |
snmpAgentTrapClientNumberThe number of client source addresses to which this
agent sends traps. If the value is 0, the agent
does not perform this operation. Corresponds
indirectly to the values labeled 'Trap Client n:' in
the SERVER INTERNET SNMP CHARACTERISTICS display.ro INTEGER .1.3.6.1.4.1.33.10.3.6 |
getClientTableA list of get client entries. The number of
entries is given by the value of
snmpAgentGetClientNumber. SEQUENCE OF GetClientEntry .1.3.6.1.4.1.33.10.3.7 |
getClientEntryParameter values for a get client. GetClientEntry .1.3.6.1.4.1.33.10.3.7.1 |
getClientIndexIdentification of a get client entry. Corresponds
directly to the number in the label 'Get Client n:'
in the SERVER INTERNET SNMP CHARACTERISTICS
display.ro INTEGER .1.3.6.1.4.1.33.10.3.7.1.1 |
getClientEntryStatusStatus of this entry. Setting the value to
'invalid' invalidates the entry. It is an
implementation-specific matter as to whether the
agent removes an invalidated entry from the table.rw Enumeration .1.3.6.1.4.1.33.10.3.7.1.2 |
getClientAddressTypeThe type of network address contained in
getClientAddress. 'unknown' means no address has
been defined. 'other' means no other type value
applies. 'ip' is an Internet IP address.
'ethernet' is an 802.3 MAC address. If
getClientAddressType does not accompany
getClientAddress in a set request, the default type
is 'ip'. Corresponds indirectly to the address
value labeled 'Get Client n:' in the SERVER INTERNET
SNMP CHARACTERISTICS display.rw AddressType .1.3.6.1.4.1.33.10.3.7.1.3 |
getClientAddressThe client's network address. If
getClientAddressType does not accompany
getClientAddress in a set request, the default type
is 'ip'. Corresponds directly to the address value
labeled 'Get Client n:' in the SERVER INTERNET SNMP
CHARACTERISTICS display.rw OCTET STRING .1.3.6.1.4.1.33.10.3.7.1.4 |
setClientTableA list of set client entries. The number of
entries is given by the value of
snmpAgentSetClientNumber. SEQUENCE OF SetClientEntry .1.3.6.1.4.1.33.10.3.8 |
setClientEntryParameter values for a set client. SetClientEntry .1.3.6.1.4.1.33.10.3.8.1 |
setClientIndexIdentification of a set client entry. Corresponds
directly to the number in the label 'Set Client n:'
in the SERVER INTERNET SNMP CHARACTERISTICS
display.ro INTEGER .1.3.6.1.4.1.33.10.3.8.1.1 |
setClientEntryStatusStatus of this entry. Setting the value to
'invalid' invalidates the entry. It is an
implementation-specific matter as to whether the
agent removes an invalidated entry from the table.rw Enumeration .1.3.6.1.4.1.33.10.3.8.1.2 |
setClientAddressTypeThe type of network address contained in
setClientAddress. 'unknown' means no address has
been defined. 'other' means no other type value
applies. 'ip' is an Internet IP address.
'ethernet' is an 802.3 MAC address. If
setClientAddressType does not accompany
setClientAddress in a set request, the default type
is 'ip'. Corresponds indirectly to the address
value labeled 'Set Client n:' in the SERVER INTERNET
SNMP CHARACTERISTICS display.rw AddressType .1.3.6.1.4.1.33.10.3.8.1.3 |
setClientAddressThe client's network address. When setting this
value, the requester must supply
setClientAddressType. If setClientAddressType does
not accompany setClientAddress in a set request, the
default type is 'ip'. Corresponds directly to the
address value labeled 'Set Client n:' in the SERVER
INTERNET SNMP CHARACTERISTICS display.rw OCTET STRING .1.3.6.1.4.1.33.10.3.8.1.4 |
trapClientTableA list of trap client entries. The number of
entries is given by the value of
snmpAgentTrapClientNumber. SEQUENCE OF TrapClientEntry .1.3.6.1.4.1.33.10.3.9 |
trapClientEntryParameter values for a trap client. TrapClientEntry .1.3.6.1.4.1.33.10.3.9.1 |
trapClientIndexIdentification of a trap client entry. Corresponds
directly to the number in the label 'Trap Client n:'
in the SERVER INTERNET SNMP CHARACTERISTICS
display.ro INTEGER .1.3.6.1.4.1.33.10.3.9.1.1 |
trapClientEntryStatusStatus of this entry. Setting the value to
'invalid' invalidates the entry. It is an
implementation-specific matter as to whether the
agent removes an invalidated entry from the table.rw Enumeration .1.3.6.1.4.1.33.10.3.9.1.2 |
trapClientAddressTypeThe type of network address contained in
trapClientAddress. 'unknown' means no address has
been defined. 'other' means no other type value
applies. 'ip' is an Internet IP address.
'ethernet' is an 802.3 MAC address. If
trapClientAddressType does not accompany
trapClientAddress in a set request, the default type
is 'ip'. Corresponds indirectly to the address
value labeled 'Trap Client n:' in the SERVER
INTERNET SNMP CHARACTERISTICS display.rw AddressType .1.3.6.1.4.1.33.10.3.9.1.3 |
trapClientAddressThe client's network address. When setting this
value, the requester must supply
trapClientAddressType. If trapClientAddressType
does not accompany trapClientAddress in a set
request, the default type is 'ip'. Corresponds
directly to the address value labeled 'Trap Client
n:' in the SERVER INTERNET SNMP CHARACTERISTICS
display.rw OCTET STRING .1.3.6.1.4.1.33.10.3.9.1.4 |
snmpAgentAuthFailureAddressThe address of the client to most recently fail
SNMP authorization.ro TypedAddress .1.3.6.1.4.1.33.10.3.10 |
snmpAgentCommunityAuthenticationAlwaysWhen enabled, indicates that community string authentication
is done always for Gets, Sets, and GetNexts. When disabled,
community string authentication is done once; but bypassed
on subsequent Gets, Sets or GetNexts from the same address.rw Enumeration .1.3.6.1.4.1.33.10.3.14 |
snmpAgentTrapClientPingHost1Configures the first trap client in the trapClientTable
as a ping host. The InReach server will poll the ping
host at a specified interval to determine connectivity.
This feature is mutually exclusive with
snmpAgentTrapClientQuerySourceHost1 and
snmpAgentTrapClientQuerySourceHost2.ro Enumeration .1.3.6.1.4.1.33.10.3.15 |
snmpAgentTrapClientPingHost2Configures the second trap client in the trapClientTable
as a ping host. The InReach server will poll the ping
host at a specified interval to determine connectivity.
This feature is mutually exclusive with
snmpAgentTrapClientQuerySourceHost1 and
snmpAgentTrapClientQuerySourceHost2.ro Enumeration .1.3.6.1.4.1.33.10.3.16 |
snmpAgentTrapClientPingHost1PollIntervalIndicates the time in seconds between polling the
first ping host.ro INTEGER .1.3.6.1.4.1.33.10.3.17 |
snmpAgentTrapClientPingHost2PollIntervalIndicates the time in seconds between polling the
second ping host.ro INTEGER .1.3.6.1.4.1.33.10.3.18 |
snmpAgentTrapClientPingHost1PollRetriesIndicates the maximum number of retries when polling
the first ping host before concluding that connectivity
is lost. When network connectivity is lost, PPP dial
backup procedures to a backup host are initiated.ro INTEGER .1.3.6.1.4.1.33.10.3.19 |
snmpAgentTrapClientPingHost2PollRetriesIndicates the maximum number of retries when polling
the second ping host before concluding that connectivity
is lost. When network connectivity is lost, PPP dial
backup procedures to a backup host are initiated.ro INTEGER .1.3.6.1.4.1.33.10.3.20 |
snmpAgentTrapClientQuerySourceHost1Configures the first trap client in the trapClientTable as
a query source host. When enabled the InReach server will
monitor incoming get-, get-next- and set-requests from
this host as an indicator of connectivity. This feature
is mutually exclusive with snmpAgentTrapClientPingHost1
and snmpAgentTrapClientPingHost2.ro Enumeration .1.3.6.1.4.1.33.10.3.21 |
snmpAgentTrapClientQuerySourceHost2Configures the second trap client in the trapClientTable
as a query source host. When enabled the InReach server
will monitor incoming get-, get-next- and set-requests
from this host as an indicator of connectivity. This
feature is mutually exclusive with
snmpAgentTrapClientPingHost1 and
snmpAgentTrapClientPingHost2.ro Enumeration .1.3.6.1.4.1.33.10.3.22 |
snmpAgentTrapClientQuerySourceHost1TimeoutIndicates the time in seconds between SNMP queries
from the first query source host before timing out
and considering connectivity lost to that host. When
network connectivity is lost, PPP dial backup procedures
to a backup host are initiated.ro INTEGER .1.3.6.1.4.1.33.10.3.23 |
snmpAgentTrapClientQuerySourceHost2TimeoutIndicates the time in seconds between SNMP queries
from the first query source host before timing out
and considering connectivity lost to that host. When
network connectivity is lost, PPP dial backup procedures
to a backup host are initiated.ro INTEGER .1.3.6.1.4.1.33.10.3.24 |
xDomainResolver OBJECT IDENTIFIER .1.3.6.1.4.1.33.10.4 |
domainResolverSuffixA partial domain name for the server to append to
the end of an incomplete domain name provided by the
user. Corresponds directly to SERVER INTERNET
DEFAULT DOMAIN SUFFIX and the value labeled 'Domain
Suffix:' in the SERVER INTERNET CHARACTERISTICS
display.rw DisplayString .1.3.6.1.4.1.33.10.4.1 |
domainResolverAddress1The internet address of a Domain Name Server. The
system can use one or two such addresses, without
preference. A value of 0.0.0.0 indicates no
address. Corresponds directly to SERVER INTERNET
PRIMARY DOMAIN ADDRESS and the value labeled
'Primary Domain Address:' in the SERVER INTERNET
CHARACTERISTICS display.rw IpAddress .1.3.6.1.4.1.33.10.4.2 |
domainResolverAddress2The internet address of a Domain Name Server. The
system can use one or two such addresses, without
preference. A value of 0.0.0.0 indicates no
address. Corresponds directly to SERVER INTERNET
SECONDARY DOMAIN ADDRESS and the value labeled
'Secondary Domain Address:' in the SERVER INTERNET
CHARACTERISTICS display.rw IpAddress .1.3.6.1.4.1.33.10.4.3 |
domainResolverTtlThe number of hours to keep received Domain
information. Corresponds directly to SERVER
INTERNET DOMAIN TTL and the value labeled ' Domain
TTL:' in the SERVER INTERNET CHARACTERISTICS
display.rw INTEGER .1.3.6.1.4.1.33.10.4.4 |
domainResolverNameNumberThe number of Domain name mappings in this system's
name cache.ro INTEGER .1.3.6.1.4.1.33.10.4.5 |
nameTableA list of Domain name entries. The number of
entries is given by the value of
domainResolverNameNumber. SEQUENCE OF NameEntry .1.3.6.1.4.1.33.10.4.6 |
nameEntryParameter values for a Domain name. NameEntry .1.3.6.1.4.1.33.10.4.6.1 |
nameNameA fully qualified domain name. Corresponds
directly to the value labeled 'Domain Name' in the
DOMAIN display.ro DisplayString .1.3.6.1.4.1.33.10.4.6.1.1 |
nameAddressAn Internet address corresponding to the Domain
name. Corresponds directly to the value labeled
'Internet Address' in the DOMAIN display.ro IpAddress .1.3.6.1.4.1.33.10.4.6.1.2 |
nameStatusThe status of the entry. Set to 'invalid' to
remove the entry, which corresponds directly to the
PURGE DOMAIN command. Actual removal of the entry
is implementation specific.rw Enumeration .1.3.6.1.4.1.33.10.4.6.1.3 |
nameSourceSource of this entry. The value meanings are:
local defined by manager (LOCAL)
primary obtained from a primary name server
secondary obtained from a secondary name server
rwho obtained from rwho
Corresponds directly to the value labeled 'Source'
in the DOMAIN display.ro Enumeration .1.3.6.1.4.1.33.10.4.6.1.4 |
nameTtlThe number of minutes remaining in the entry's time
to live. Corresponds directly to the value labeled
'TTL' in the DOMAIN display.ro INTEGER .1.3.6.1.4.1.33.10.4.6.1.5 |
domainResolverPpp OBJECT IDENTIFIER .1.3.6.1.4.1.33.10.4.7 |
domainResolverPppPrimaryServerThe internet address of the primary Domain Name Server to
use in PPP IPCP negotiations. A value of 0.0.0.0 indicates
no address. Corresponds directly to the value labeled
'Primary WINS Address:' in the SERVER INTERNET
CHARACTERISTICS display.rw IpAddress .1.3.6.1.4.1.33.10.4.7.1 |
domainResolverPppSecondaryServerThe internet address of the secondary Domain Name Server to
use in PPP IPCP negotiations. A value of 0.0.0.0 indicates
no address. Corresponds directly to the value labeled
'Secondary WINS Address:' in the SERVER INTERNET
CHARACTERISTICS display.rw IpAddress .1.3.6.1.4.1.33.10.4.7.2 |
xSlip OBJECT IDENTIFIER .1.3.6.1.4.1.33.10.5 |
slipTableA list of SLIP character port entries. SEQUENCE OF SlipEntry .1.3.6.1.4.1.33.10.5.1 |
slipEntryParameter values for a SLIP port. SlipEntry .1.3.6.1.4.1.33.10.5.1.1 |
slipIndexAn index value that uniquely identifies a port that
can run SLIP. The port identified by a particular
value of this index is the same port as identified
by charPortIndex in the Proposed Standard Internet
Character MIB.ro INTEGER .1.3.6.1.4.1.33.10.5.1.1.1 |
slipStateA control indicating whether SLIP is in operation
on the port. Corresponds directly to PORT INTERNET
SLIP and the value labeled 'SLIP' in the PORT
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.10.5.1.1.2 |
slipLocalAddressThe IP address assigned to the port. Corresponds
directly to PORT SLIP ADDRESS and the value labeled
'SLIP Address:' in the PORT ALTERNATE
CHARACTERISTICS display.rw IpAddress .1.3.6.1.4.1.33.10.5.1.1.3 |
slipRemoteAddressThe IP address of the remote system attached to the
port. Corresponds directly to PORT SLIP REMOTE and
the value labeled 'Remote SLIP Address:' in the PORT
ALTERNATE CHARACTERISTICS display.rw IpAddress .1.3.6.1.4.1.33.10.5.1.1.4 |
slipMaskThe subnet mask to use for SLIP operation on the
port. Corresponds directly to PORT SLIP MASK and
the value labeled 'SLIP Mask:' in the PORT ALTERNATE
CHARACTERISTICS display.rw IpAddress .1.3.6.1.4.1.33.10.5.1.1.5 |
slipPortPacketsReceivedThe number of SLIP packets received from the port.
Corresponds directly to the value labeled 'Serial
Packets Received:' in the PORT COUNTERS display.ro Counter .1.3.6.1.4.1.33.10.5.1.1.6 |
slipPortPacketsSentThe number of SLIP packets sent to the port.
Corresponds directly to the value labeled 'Serial
Packets Sent:' in the PORT COUNTERS display.ro Counter .1.3.6.1.4.1.33.10.5.1.1.7 |
slipPortPacketsDiscardedThe number of SLIP packets received from the port
and discarded. Corresponds directly to the value
labeled 'Serial Packets Discarded:' in the PORT
COUNTERS display.ro Counter .1.3.6.1.4.1.33.10.5.1.1.8 |
slipPortPacketLengthErrorsThe number of SLIP packets received from the port
with an incorrect number of bytes. Corresponds
directly to the value labeled 'Serial Packet Length
Errors:' in the PORT COUNTERS display.ro Counter .1.3.6.1.4.1.33.10.5.1.1.9 |
slipPortPacketChecksumErrorsThe number of SLIP packets received from the port
with an invalid checksum. Corresponds directly to
the value labeled 'Serial Packet Checksum Errors:'
in the PORT COUNTERS display.ro Counter .1.3.6.1.4.1.33.10.5.1.1.10 |
slipNetworkPacketsReceivedThe number of SLIP packets received from the
network for this port. Corresponds directly to the
value labeled 'Network Packets Received:' in the
PORT COUNTERS display.ro Counter .1.3.6.1.4.1.33.10.5.1.1.11 |
slipNetworkPacketsSentThe number of SLIP packets sent to the network from
this port. Corresponds directly to the value
labeled 'Network Packets Sent:' in the PORT COUNTERS
display.ro Counter .1.3.6.1.4.1.33.10.5.1.1.12 |
slipNetworkPacketsDiscardedThe number of SLIP packets received from the
network for this port and discarded. Corresponds
directly to the value labeled 'Network Packets
Discarded:' in the PORT COUNTERS display.ro Counter .1.3.6.1.4.1.33.10.5.1.1.13 |
xTelnet OBJECT IDENTIFIER .1.3.6.1.4.1.33.10.6 |
telnetPortTableA list of Telnet character port entries. SEQUENCE OF TelnetPortEntry .1.3.6.1.4.1.33.10.6.1 |
telnetPortEntryTelnet parameter values for a character port. TelnetPortEntry .1.3.6.1.4.1.33.10.6.1.1 |
telnetPortIndexAn index value that uniquely identifies a port.
The port identified by a particular value of this
index is the same port as identified by
charPortIndex in the Proposed Standard Internet
Character MIB.ro INTEGER .1.3.6.1.4.1.33.10.6.1.1.1 |
telnetPortIncomingTcpPortThe TCP port number offered for incoming
connections to this character port. Corresponds
directly to PORT TELNET REMOTE PORT and the value
labeled 'Remote Port:' in the PORT TELNET
CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.10.6.1.1.2 |
telnetPortOutgoingTcpPortThe TCP port number used by default for outgoing
connections from this character port. Corresponds
directly to PORT TELNET DEFAULT PORT and the value
labeled 'Default Port:' in the PORT TELNET
CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.10.6.1.1.3 |
telnetPortNewlineTranslationTranslation to apply to newline sequences (CR/NULL
or CR/LF) received from the network, before sending
the newline to the character port. The value
indicates the sequence sent to the character port,
with 'none' meaning no translation. The lfToCrLf
value converts the newline character LF received
from the network to a CR/LF. Corresponds
directly to PORT TELNET NEWLINE FILTERING and the
value labeled 'Newline Filtering:' in the PORT
TELNET CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.10.6.1.1.4 |
telnetPortTerminalTypeThe terminal type character string for Telnet
negotiations. Corresponds directly to PORT TELNET
TERMINALTYPE and the value labeled 'TerminalType:'
in the PORT TELNET CHARACTERISTICS display.rw DisplayString .1.3.6.1.4.1.33.10.6.1.1.5 |
telnetPortEorReflectionControl for end-of-record handshake. Corresponds
directly to PORT TELNET EOR REFLECTION and the value
labeled 'EOR Reflection:' in the PORT TELNET
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.10.6.1.1.6 |
telnetPortBinaryModeControl for operation of Telnet binary mode. The
value meanings are:
disabled refuse binary mode negotiation
(INTERACTIVE)
flowControl pass all but XON and XOFF (PASTHRU)
complete pass all characters (PASSALL)
Corresponds directly to PORT TELNET BINARY SESSION
MODE and the value labeled 'Binary Session Mode:' in
the PORT TELNET CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.10.6.1.1.7 |
telnetPortSendLocationA control indicating whether a Telnet session will
initiate negotiation of the Send Location option.
Corresponds directly to the PORT TELNET LOCATION and
the value labeled 'Location' in the PORT TELNET
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.10.6.1.1.8 |
telnetPortClientLocationThe location of the Telnet client port. Corresponds
directly to the value labeled 'Telnet Client
Location' in the SESSION display.ro DisplayString .1.3.6.1.4.1.33.10.6.1.1.9 |
telnetPortPassiveSendLocationA control indicating whether a Telnet session will
passively respond to negotiation of the Send Location
option. When disabled and telnetPortSendLocation is
disabled, we will refuse to negotiate this option.
When telnetPortSendLocation is enabled, it takes
precedence. Corresponds directly to the value labeled
'Passive Location' in the PORT TELNET CHARACTERISTICS
display.rw Enumeration .1.3.6.1.4.1.33.10.6.1.1.10 |
telnetSerialPortTableA list of Telnet character port entries. SEQUENCE OF TelnetSerialPortEntry .1.3.6.1.4.1.33.10.6.2 |
telnetSerialPortEntryTelnet parameter values for a character port. TelnetSerialPortEntry .1.3.6.1.4.1.33.10.6.2.1 |
telnetSerialPortIndexAn index value that uniquely identifies a port.
The port identified by a particular value of this
index is the same port as identified by
charPortIndex in the Proposed Standard Internet
Character MIB.ro INTEGER .1.3.6.1.4.1.33.10.6.2.1.1 |
telnetSerialPortOptionDisplayControl for display of Telnet option negotiations.
Corresponds directly to PORT TELNET OPTION DISPLAY
and the value labeled 'Option Display:' in the PORT
TELNET CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.10.6.2.1.2 |
telnetSerialPortCsiEscapeControl for translation of 8-bit escape sequences
received from the character port to 7-bit
equivalents before transmission to the remote
partner. Corresponds directly to PORT TELNET CSI
ESCAPE and the value labeled 'CSI Escape:' in the
PORT TELNET CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.10.6.2.1.3 |
telnetSerialPortEchoModeControl for who echoes characters that come from
the character port. The value meanings are:
local terminal server echoes locally
remote remote system echoes
disabled don't default to local echo
passive don't initiate negotiating of echo
character initiate remote echo and suppress go ahead
line reject remote echo and reject suppress go ahead
noecho will not initiate echo, but will negotiate it
Corresponds directly to PORT TELNET ECHO MODE and
the value labeled 'Echo Mode:' in the PORT TELNET
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.10.6.2.1.4 |
telnetSerialPortNewlineModeTranslation to apply to newline (carriage return)
received from the character port, before sending the
newline to the remote partner. The correspondence
to command keywords is 'crNull' to NULL, 'crLF' to
LINEFEED, and 'verbatim' to NOTHING (that is, no
translation). Corresponds directly to PORT TELNET
NEWLINE and the value labeled 'Newline:' in the PORT
TELNET CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.10.6.2.1.5 |
telnetSerialPortTransmitModeCriterion for deciding to send to the remote
partner characters received from the character port.
Corresponds directly to PORT TELNET TRANSMIT and the
value labeled 'Transmit:' in the PORT TELNET
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.10.6.2.1.6 |
telnetSerialPortTransmitCharacterTimesNumber of character times to wait before
transmitting when telnetSerialPortTransmitMode value
is 'timed'. Corresponds directly to PORT TELNET
TRANSMIT IDLETIME and the value labeled 'Transmit:
Idle Time -' in the PORT TELNET CHARACTERISTICS
display. This object may only be set to values 1..255.
A value of 0 may be read if telnetSerialPortTransmitMode
has a value of immediate or bufferedrw INTEGER .1.3.6.1.4.1.33.10.6.2.1.7 |
telnetSerialPortAbortOutputCharacterCharacter input from the character port to cause
aborting output. The value 0 indicates no character
has this effect. Corresponds directly to PORT
TELNET ABORT OUTPUT and the value labeled 'Abort
Output Character:' in the PORT TELNET
CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.10.6.2.1.8 |
telnetSerialPortAttentionCharacterCharacter input from the character port to cause an
attention notification to the remote partner. The
value 0 indicates no character has this effect.
Corresponds directly to PORT TELNET ATTENTION and
the value labeled 'Attention Character:' in the PORT
TELNET CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.10.6.2.1.9 |
telnetSerialPortEraseKeyCharacterCharacter input from the character port to cause
erasure of the previous input character. The value
0 indicates no character has this effect.
Corresponds directly to PORT TELNET ERASE CHARACTER
and the value labeled 'Erase Keystroke Character:'
in the PORT TELNET CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.10.6.2.1.10 |
telnetSerialPortEraseLineCharacterCharacter input from the character port to cause
erasure of the previous line of input. The value 0
indicates no character has this effect. Corresponds
directly to PORT TELNET ERASE LINE and the value
labeled 'Erase Line Character:' in the PORT TELNET
CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.10.6.2.1.11 |
telnetSerialPortInterruptCharacterCharacter input from the character port to cause
sending an interrupt notification to the remote
partner. The value 0 indicates no character has
this effect. Corresponds directly to PORT TELNET
INTERRUPT and the value labeled 'Interrupt
Character:' in the PORT TELNET CHARACTERISTICS
display.rw INTEGER .1.3.6.1.4.1.33.10.6.2.1.12 |
telnetSerialPortQueryCharacterCharacter input from the character port to cause
sending a status query to the remote partner. The
value 0 indicates no character has this effect.
Corresponds directly to PORT TELNET QUERY and the
value labeled 'Query Character:' in the PORT TELNET
CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.10.6.2.1.13 |
telnetSerialPortSynchronizeCharacterCharacter input from the character port to cause
sending a synchronization attempt to the remote
partner. The value 0 indicates no character has
this effect. Corresponds directly to PORT TELNET
SYNCHRONIZE and the value labeled 'Synchronize
Character:' in the PORT TELNET CHARACTERISTICS
display.rw INTEGER .1.3.6.1.4.1.33.10.6.2.1.14 |
telnetSerialPortUrgentBreakControl for encoding breaks as Telnet urgent data.
Corresponds directly to PORT TELNET URGENT BREAK and
the value labeled 'Urgent Break:' in the PORT TELNET
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.10.6.2.1.15 |
telnetSerialPortRs491A control to enable RS491 protocol processing on a port.rw Enumeration .1.3.6.1.4.1.33.10.6.2.1.16 |
telnetSerialPortTransmitBufferedTimeNumber of milliseconds to wait before transmitting
when telnetSerialPortTransmitMode value is 'timed'.
Corresponds directly to PORT TELNET TRANSMIT BUFFERED
and the value labeled 'Transmit: Buff Time -' in the
PORT TELNET CHARACTERISTICS display. This object may
only be set to values 30..1500. A value of 0 may be
read if telnetSerialPortTransmitMode has a value of
immediate, idletime or controlcharrw INTEGER .1.3.6.1.4.1.33.10.6.2.1.17 |
telnetSerialPortInterpretInterruptAsBreakControl to interpret a Telnet Interrupt Character coming
from the network as a Telnet Break Character, and to send
a break out the serial port. This control is necessary
for those devices which can send Telnet Interrupt but not
Telnet Break. Corresponds directly to the presence of
'Telnet Interrupts Interpreted as Break' under the label
'Enabled Characteristics' in the PORT TELNET
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.10.6.2.1.18 |
telnetSerialPortPass8dControl to pass unaltered the hexadecimal character '8D'.
This control is added to ensure that this character will
pass through directly in a session with 8-bit characters
and parity odd or even. Corresponds directly to the
presence of 'Telnet Pass 8D' under the label 'Enabled
Characteristics' in the PORT TELNET CHARACTERISTICS
display.rw Enumeration .1.3.6.1.4.1.33.10.6.2.1.19 |
telnetSerialPortComControlClientControl to begin Telnet comport control option negotiations
as a client when a Telnet session is initiated. The comport
control option enables a port to do outbound modem dialing
on a Telnet connection. Corresponds to the value labeled
'Client:' in the PORT TELNET COMPORTCONTROL CHARACTERISTICS
display.rw Enumeration .1.3.6.1.4.1.33.10.6.2.1.20 |
telnetSerialPortComControlServerControl to begin Telnet comport control option negotiations
as a server when a Telnet session is initiated. Corresponds
to the value labeled 'Server:' in the PORT TELNET
COMPORTCONTROL CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.10.6.2.1.21 |
telnetSerialPortComControlServerRaisesDtrControl for the client to request that the server raises
its DTR signal on the port at the begining of the Telnet
connection. Corresponds to the value labeled 'Server
Raises DTR:' in the PORT TELNET COMPORTCONTROL
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.10.6.2.1.22 |
telnetSerialPortComControlClientTogglesDtrControl to respond to the server's notification that its
DCD has come high (or low) by raising (or lowering) DTR
accordingly on the local port. Corresponds to the value
labeled 'Client Toggles DTR:' in the PORT TELNET
COMPORTCONTROL CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.10.6.2.1.23 |
xTn3270 OBJECT IDENTIFIER .1.3.6.1.4.1.33.10.7 |
tn3270DeviceNumberThe number of entries in the tn3270 Device table.ro INTEGER .1.3.6.1.4.1.33.10.7.1 |
tn3270LanguageNumberThe number of entries in the tn3270 Language
table.ro INTEGER .1.3.6.1.4.1.33.10.7.2 |
tn3270PortKeymapStatusControl for individual ports to create their own
keymaps. Corresponds directly to SERVER TN3270 PORT
KEYMAPS and the value labeled 'Port Keymaps:' in the
SERVER TN3270 display.rw Enumeration .1.3.6.1.4.1.33.10.7.3 |
tn3270DeviceTableA list of tn3270 terminal device entries. SEQUENCE OF Tn3270DeviceEntry .1.3.6.1.4.1.33.10.7.4 |
tn3270DeviceEntryTn3270 parameter values for a terminal device
entry. Tn3270DeviceEntry .1.3.6.1.4.1.33.10.7.4.1 |
tn3270DeviceNameThe name of a generic terminal device. Corresponds
directly to SERVER TN3270 DEVICE and the value
labeled 'Device Name:' in the SERVER TN3270 DEVICE
display.ro DisplayString .1.3.6.1.4.1.33.10.7.4.1.1 |
tn3270DeviceStatusStatus of this entry. Setting the value to
'invalid' invalidates the entry, corresponding
directly to the PURGE SERVER TN3270 DEVICE command.
It is an implementation-specific matter as to
whether the agent removes an invalidated entry from
the table. If a new device table entry is added to
the table, the agent will copy the VT100 table as
a default. If one plans to add a new table entry, one
should not remove the VT100 entry.rw Enumeration .1.3.6.1.4.1.33.10.7.4.1.2 |
tn3270DeviceTypeThe terminal type character string for use when
tn3270DeviceTn3270Type is insufficient. Corresponds
directly to SERVER TN3270 DEVICE TERMINALTYPE and
the value labeled 'TerminalType:' in the SERVER
TN3270 DEVICE display.rw DisplayString .1.3.6.1.4.1.33.10.7.4.1.3 |
tn3270Device3278ModelThe 3278 model for the device. Corresponds
directly to SERVER TN3270 DEVICE 3278Model and the
value labeled '3278Model:' in the SERVER TN3270
DEVICE display.rw Enumeration .1.3.6.1.4.1.33.10.7.4.1.4 |
tn3270DeviceKeyNumberThe number of Key table entries for this device.ro INTEGER .1.3.6.1.4.1.33.10.7.4.1.5 |
tn3270DeviceScreenNumberThe number of Screen table entries for this
device.ro INTEGER .1.3.6.1.4.1.33.10.7.4.1.6 |
tn3270KeyTableA list of tn3270 key entries by device. SEQUENCE OF Tn3270KeyEntry .1.3.6.1.4.1.33.10.7.5 |
tn3270KeyEntryTn3270 parameter values for a key entry for a
device. Tn3270KeyEntry .1.3.6.1.4.1.33.10.7.5.1 |
tn3270KeyDeviceNameThe name of a generic terminal device as in
tn3270DeviceName. Corresponds directly to SERVER
TN3270 DEVICE and the value labeled 'Device Name:'
in the SERVER TN3270 DEVICE display.ro DisplayString .1.3.6.1.4.1.33.10.7.5.1.1 |
tn3270KeyNameThe key name to which this entry applies.
Corresponds directly to the key portion of SERVER
TN3270 DEVICE KEYMAP and the value labeled
'3270-key' in the 'Keymap:' section of the SERVER
TN3270 DEVICE display.ro Enumeration .1.3.6.1.4.1.33.10.7.5.1.2 |
tn3270KeyStatusStatus of this entry. Setting the value to
'invalid' invalidates the entry. It is an
implementation-specific matter as to whether the
agent removes an invalidated entry from the table.rwdeprecated Enumeration .1.3.6.1.4.1.33.10.7.5.1.3 |
tn3270KeyCharacterSequenceThe ASCII character sequence for the key.
Corresponds directly to the escape-sequence portion
of SERVER TN3270 DEVICE KEYMAP and the value labeled
'KeyCode' in the 'Keymap:' section of the SERVER
TN3270 DEVICE display.rw OCTET STRING .1.3.6.1.4.1.33.10.7.5.1.4 |
tn3270KeyDescriptionDescriptive text for the key. Corresponds directly
to the description portion of SERVER TN3270 DEVICE
KEYMAP and the value labeled 'Description' in the
SERVER TN3270 DEVICE display.rw DisplayString .1.3.6.1.4.1.33.10.7.5.1.5 |
tn3270ScreenTableA list of tn3270 screen action entries by device. SEQUENCE OF Tn3270ScreenEntry .1.3.6.1.4.1.33.10.7.6 |
tn3270ScreenEntryTn3270 parameter values for a screen action entry
for a device. Tn3270ScreenEntry .1.3.6.1.4.1.33.10.7.6.1 |
tn3270ScreenDeviceNameThe name of a generic terminal device as in
tn3270DeviceName. Corresponds directly to SERVER
TN3270 DEVICE and the value labeled 'Device Name:'
in the SERVER TN3270 DEVICE display.ro DisplayString .1.3.6.1.4.1.33.10.7.6.1.1 |
tn3270ScreenActionNameThe screen action to which this entry applies.
Corresponds directly to the action portion of SERVER
TN3270 DEVICE SCREENMAP and the value labeled
'Terminal Function' in the 'Screenmap: section of
the SERVER TN3270 DEVICE display.ro Enumeration .1.3.6.1.4.1.33.10.7.6.1.2 |
tn3270ScreenStatusStatus of this entry. Setting the value to
'invalid' invalidates the entry. It is an
implementation-specific matter as to whether the
agent removes an invalidated entry from the table.rwdeprecated Enumeration .1.3.6.1.4.1.33.10.7.6.1.3 |
tn3270ScreenCharacterSequenceThe ASCII character sequence for the screen action.
Some actions may have a lesser length limit.
Corresponds directly to the escape-sequence portion
of SERVER TN3270 DEVICE SCREENMAP and the value
labeled 'HexCode' in the 'Screenmap: section of the
SERVER TN3270 DEVICE display.rw OCTET STRING .1.3.6.1.4.1.33.10.7.6.1.4 |
tn3270LanguageTableA list of tn3270 language entries. SEQUENCE OF Tn3270LanguageEntry .1.3.6.1.4.1.33.10.7.7 |
tn3270LanguageEntryTn3270 parameter values for a language entry. Tn3270LanguageEntry .1.3.6.1.4.1.33.10.7.7.1 |
tn3270LanguageNameThe name of language for character translation
tables. Corresponds directly to SERVER TN3270
LANGUAGE and the value labeled 'Language Name:' in
the SERVER LANGUAGE display.ro DisplayString .1.3.6.1.4.1.33.10.7.7.1.1 |
tn3270LanguageStatusStatus of this entry. Setting the value to
'invalid' invalidates the entry. It is an
implementation-specific matter as to whether the
agent removes an invalidated entry from the table.
If a new device table entry is added to the table,
the agent will copy the USENGLSH table as the default.rw Enumeration .1.3.6.1.4.1.33.10.7.7.1.2 |
eToALanguageTableA list of language EBCDIC to ASCII conversion
entries. SEQUENCE OF EToALanguageEntry .1.3.6.1.4.1.33.10.7.8 |
eToALanguageEntryEBCDIC to ASCII parameter values for a language
entry. EToALanguageEntry .1.3.6.1.4.1.33.10.7.8.1 |
eToALanguageNameThe name of language from the language table.ro DisplayString .1.3.6.1.4.1.33.10.7.8.1.1 |
eToAOffsetEBCDIC character offset plus one, that is, the
value 1 corresponds to an operational offset of 0.
Corresponds directly to the offset portion of SERVER
TN3270 LANGUAGE and the hexadecimal labels around
the conversion table labeled 'EBCDIC to ASCII' in
the SERVER LANGUAGE display.ro INTEGER .1.3.6.1.4.1.33.10.7.8.1.2 |
eToAValueASCII character value for the EBCDIC offset.
Corresponds directly to the value portion of SERVER
TN3270 LANGUAGE and the values in the conversion
table labeled 'EBCDIC to ASCII' in the SERVER
LANGUAGE display.rw INTEGER .1.3.6.1.4.1.33.10.7.8.1.3 |
aToELanguageTableA list of language ASCII to EBCDIC conversion
entries. SEQUENCE OF AToELanguageEntry .1.3.6.1.4.1.33.10.7.9 |
aToELanguageEntryASCII to EBCDIC parameter values for a language
entry. AToELanguageEntry .1.3.6.1.4.1.33.10.7.9.1 |
aToELanguageNameThe name of language from the language table.ro DisplayString .1.3.6.1.4.1.33.10.7.9.1.1 |
aToEOffsetASCII character offset plus one, that is, the value
1 corresponds to an operational offset of 0.
Corresponds directly to the offset portion of SERVER
TN3270 LANGUAGE and the hexadecimal labels around
the conversion table labeled 'ASCII to EBCDIC' in
the SERVER LANGUAGE display.ro INTEGER .1.3.6.1.4.1.33.10.7.9.1.2 |
aToEValueEBCDIC character value for the ASCII offset.
Corresponds directly to the value portion of SERVER
TN3270 LANGUAGE and the values in the conversion
table labeled 'ASCII to EBCDIC' in the SERVER
LANGUAGE display.rw INTEGER .1.3.6.1.4.1.33.10.7.9.1.3 |
tn3270PortTableA list of tn3270 character port entries. SEQUENCE OF Tn3270PortEntry .1.3.6.1.4.1.33.10.7.10 |
tn3270PortEntryParameter values for a tn3270 port. Tn3270PortEntry .1.3.6.1.4.1.33.10.7.10.1 |
tn3270PortIndexAn index value that uniquely identifies a port.
The port identified by a particular value of this
index is the same port as identified by
charPortIndex in the Proposed Standard Internet
Character MIB.ro INTEGER .1.3.6.1.4.1.33.10.7.10.1.1 |
tn3270PortDeviceNameThe name of a generic terminal device from the
tn3270 device table. Corresponds directly to PORT
TELNET TN3270 DEVICE and the value labeled 'Tn3270
Device:' in the PORT TELNET display.rw DisplayString .1.3.6.1.4.1.33.10.7.10.1.2 |
tn3270PortLanguageNameThe name of language from the tn3270 language
table. Corresponds directly to PORT TELNET TN3270
LANGUAGE and the value labeled 'Tn3270 Language:' in
the PORT TELNET display.rw DisplayString .1.3.6.1.4.1.33.10.7.10.1.3 |
tn3270PortExtendedAttributesA control indicating that certain 3270 extended
attributes are supported on the port. Corresponds
directly to PORT TELNET TN3270 XTDATTRS and the
label 'Tn3270 XtdAttrs' following the label 'Enabled
Characteristics' in the PORT TELNET display.rw Enumeration .1.3.6.1.4.1.33.10.7.10.1.4 |
tn3270PortEorNegotiationA control for negotiation of the Telnet EOR option
when establishing a tn3270 session on the port.
Corresponds directly to PORT TELNET TN3270 EOR and
the label 'Tn3270 EOR' following the label 'Enabled
Characteristics' in the PORT TELNET display.rw Enumeration .1.3.6.1.4.1.33.10.7.10.1.5 |
tn3270PortErrorLockA control for requiring use the RESET key when the
host reports an error during a tn3270 session on the
port. Corresponds directly to PORT TELNET TN3270
ERRORLOCK and the label 'Tn3270 ErrorLock' following
the label 'Enabled Characteristics' in the PORT
TELNET display.rw Enumeration .1.3.6.1.4.1.33.10.7.10.1.6 |
tn3270PortPrinterPortThe port number of the tn3270 printer. Corresponds
directly to PORT TELNET TN3270 PRINTER and the value
labeled 'Tn3270 Printer:' in the PORT TELNET
display.rw INTEGER .1.3.6.1.4.1.33.10.7.10.1.7 |
tn3270PortOutgoingTcpPortThe TCP port which is used for a TN3270 session when
connecting to a remote host from this serial port.
Corresponds directly to the value labeled 'Tn3270 Default
Port:' in the PORT TELNET CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.10.7.10.1.8 |
tn3270PortSpaceInsertControl to allow insert mode within a space filled field, and
write characters over EBCDIC spaces. Corresponds directly to
the presence of 'Tn3270 Space_Insert' under the label 'Enabled
Characteristics' in the PORT TELNET CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.10.7.10.1.9 |
tn3270PortTypeAheadControl to permit typing ahead in a tn3270 session prior to
receiving a response from the host for the previous command
entered. Corresponds directly to the presence of
'Tn3270 TypeAhead' under the label 'Enabled Characteristics'
in the PORT TELNET CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.10.7.10.1.10 |
tn3270PrefixKeyMapControl to prepend a prefix function to another function key.
When the operator hits the key the prepended function(s) and
then the main function for the key are transmitted to the host.
Corresponds directly to the presence of 'Tn3270 PrefixKeyMap'
under the label 'Enabled Characteristics' in the PORT
TELNET CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.10.7.10.1.11 |
tn3270PortScannerIndicates that this is a tn3270 scanner port. Corresponds
directly to the presence of 'Tn3270 SCANNER' under the
label 'Enabled Characteristics' in the PORT TELNET
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.10.7.10.1.12 |
xKerberos OBJECT IDENTIFIER .1.3.6.1.4.1.33.10.8 |
kerbStatusA control indicating the level of Kerberos
operation on the system. Corresponds directly to
SERVER KERBEROS STATUS and the value labeled
'Kerberos Security:' in the SERVER KERBEROS
display.rw Enumeration .1.3.6.1.4.1.33.10.8.1 |
kerbRealmThe Kerberos realm with which the kerbServerName1
and kerbServerName2 are associated. Corresponds
directly to SERVER KERBEROS REALM and the value
labeled 'Kerberos Realm:' in the SERVER KERBEROS
display.rw DisplayString .1.3.6.1.4.1.33.10.8.2 |
kerbQueryLimitThe maximum number of attempts the system can make
when trying to verify a Kerberos ID. Corresponds
directly to SERVER KERBEROS QUERY LIMIT and the
value labeled 'Kerberos Query Limit:' in the SERVER
KERBEROS display.rw INTEGER .1.3.6.1.4.1.33.10.8.3 |
kerbMasterNameThe Domain name of the Kerberos master host system,
which holds the Kerberos database. Corresponds
directly to SERVER KERBEROS MASTER and the value
labeled 'Kerberos Master:' in the SERVER KERBEROS
display.rw DisplayString .1.3.6.1.4.1.33.10.8.4 |
kerbServerName1The Domain name of the first Kerberos server to try
when the system verifys a Kerberos ID. Corresponds
directly to SERVER KERBEROS PRIMARY SERVER and the
value labeled 'Kerberos Primary Server:' in the
SERVER KERBEROS display.rw DisplayString .1.3.6.1.4.1.33.10.8.5 |
kerbServerName2The Domain name of the Kerberos server to try when
the system verifys a Kerberos ID and cannot reach
the Kerberos primary server. Corresponds directly
to SERVER KERBEROS SECONDARY SERVER and the value
labeled 'Kerberos Secondary Server:' in the SERVER
KERBEROS display.rw DisplayString .1.3.6.1.4.1.33.10.8.6 |
kerbInsecureLoginsThe number of user logins on ports for which
Kerberos user verification is not enabled.
Corresponds directly to the value labeled 'Logins
without Kerberos:' in the SERVER KERBEROS display.ro Counter .1.3.6.1.4.1.33.10.8.7 |
kerbSecureLoginsThe number of successful user logins on ports for
which Kerberos user verification is enabled.
Corresponds directly to the value labeled
'Successful Logins:' in the SERVER KERBEROS
display.ro Counter .1.3.6.1.4.1.33.10.8.8 |
kerbSecureLoginsFailedThe number of verification failures due to
incorrect ID or password for attempted user logins
on ports for which Kerberos user verification is
enabled. Corresponds directly to the value labeled
'Unsuccessful Logins:' in the SERVER KERBEROS
display.ro Counter .1.3.6.1.4.1.33.10.8.9 |
kerbPasswordChangeFailedThe number of user failures to change their
Kerberos password due to invalid old password or new
password verification. Corresponds directly to the
value labeled 'Password Change Failures:' in the
SERVER KERBEROS display.ro Counter .1.3.6.1.4.1.33.10.8.10 |
kerbErrorThe error number of the most recent
Kerberos-related failure. Corresponds directly to
the value labeled 'Last Kerberos Error:' in the
SERVER KERBEROS display. For a list of error
numbers and their meanings, consult relevant MRV In-Reach
or Kerberos documentation.ro INTEGER .1.3.6.1.4.1.33.10.8.11 |
kerbErrorTimeThe date and time that kerbError was last updated.
Corresponds directly to the value labeled
'Occurred:' in the SERVER KERBEROS display.ro DateTime .1.3.6.1.4.1.33.10.8.12 |
kerbMasterAccessThe number of times the system successfully
accessed the Kerberos master host. Corresponds
directly to the value labeled 'Attempts to access:',
'Master', and 'Successful:' in the SERVER KERBEROS
display.ro Counter .1.3.6.1.4.1.33.10.8.13 |
kerbMasterAccessFailedThe number of times the system failed access to the
Kerberos master host. Corresponds directly to the
value labeled 'Attempts to access:', 'Master', and
'Unsuccessful:' in the SERVER KERBEROS display.ro Counter .1.3.6.1.4.1.33.10.8.14 |
kerbServerAccess1The number of times the system successfully
accessed the Kerberos primary server. Corresponds
directly to the value labeled 'Attempts to access:',
'Server1', and 'Successful:' in the SERVER KERBEROS
display.ro Counter .1.3.6.1.4.1.33.10.8.15 |
kerbServerAccessFailed1The number of times the system failed access to the
Kerberos primary server. Corresponds directly to
the value labeled 'Attempts to access:', 'Server1',
and 'Unsuccessful:' in the SERVER KERBEROS
display.ro Counter .1.3.6.1.4.1.33.10.8.16 |
kerbServerAccess2The number of times the system successfully
accessed the Kerberos secondary server. Corresponds
directly to the value labeled 'Attempts to access:',
'Server2', and 'Successful:' in the SERVER KERBEROS
display.ro Counter .1.3.6.1.4.1.33.10.8.17 |
kerbServerAccessFailed2The number of times the system failed access to the
Kerberos secondary server. Corresponds directly to
the value labeled 'Attempts to access:', 'Server2',
and 'Unsuccessful:' in the SERVER KERBEROS
display.ro Counter .1.3.6.1.4.1.33.10.8.18 |
kerbPortTableA list of Kerberos character port entries. SEQUENCE OF KerbPortEntry .1.3.6.1.4.1.33.10.8.19 |
kerbPortEntryParameter values for a Kerberos port. KerbPortEntry .1.3.6.1.4.1.33.10.8.19.1 |
kerbPortIndexAn index value that uniquely identifies a port
could relate to Kerberos. The port identified by a
particular value of this index is the same port as
identified by charPortIndex in the Proposed Standard
Internet Character MIB.ro INTEGER .1.3.6.1.4.1.33.10.8.19.1.1 |
kerbPortStatusA control indicating the level of Kerberos
operation on the port. Corresponds directly to PORT
KERBEROS and the value 'Kerberos' following the
label 'Enabled Characteristics' in the PORT
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.10.8.19.1.2 |
kerbServerPortThe UDP port number on the Kerberos server where
Kerberos messages are sent.rw Enumeration .1.3.6.1.4.1.33.10.8.20 |
xPortSecurity OBJECT IDENTIFIER .1.3.6.1.4.1.33.10.9 |
psEntryNumberThe number of security entries in this system's
port security table with psEntryStatus of 'valid'.ro INTEGER .1.3.6.1.4.1.33.10.9.1 |
psEntryNumberLimitThe maximum number of security entries in this
system's port security table.ro INTEGER .1.3.6.1.4.1.33.10.9.2 |
psEntryInvalidIndexA value of psEntryIndex for an entry that has
psEntryStatus of 'invalid'. A management station
may choose this value when adding a new entry.
Collisions between independent management stations
simultaneously using the same number are beyond the
scope of this document.ro INTEGER .1.3.6.1.4.1.33.10.9.3 |
psPortTableA list of port security character port entries. SEQUENCE OF PsPortEntry .1.3.6.1.4.1.33.10.9.4 |
psPortEntryPort security parameter values for a port. PsPortEntry .1.3.6.1.4.1.33.10.9.4.1 |
psPortIndexAn index value that uniquely identifies a port for
security purposes. The port identified by a
particular value of this index is the same port as
identified by charPortIndex in the Proposed Standard
Internet Character MIB.ro INTEGER .1.3.6.1.4.1.33.10.9.4.1.1 |
psPortDefaultInboundAccessThe default access to the port for incoming TCP
connections. Corresponds directly to PORT INTERNET
SECURITY DEFAULT INBOUND and the value labeled
'Inbound Default:' in the PORT INTERNET SECURITY
display.rw Enumeration .1.3.6.1.4.1.33.10.9.4.1.2 |
psPortDefaultOutboundAccessThe default access to the port for outgoing TCP
connections. Corresponds directly to PORT INTERNET
SECURITY DEFAULT OUTBOUND and the value labeled
'Outbound Default:' in the PORT INTERNET SECURITY
display.rw Enumeration .1.3.6.1.4.1.33.10.9.4.1.3 |
psClrInternetSecurityA control for if the internet security entries for this
port will be cleared upon port logout. The default is
disabled.rw Enumeration .1.3.6.1.4.1.33.10.9.4.1.4 |
psTableA list of port security entries. SEQUENCE OF PsEntry .1.3.6.1.4.1.33.10.9.5 |
psEntryPort security parameter values for an entry for a
port. PsEntry .1.3.6.1.4.1.33.10.9.5.1 |
psEntryIndexA small, numeric distinguisher for port security
entries. When adding a new entry, the client should
specify an unused value, such as
psEntryInvalidIndex. Corresponds directly to the
value labeled 'Entry' in the SERVER INTERNET
SECURITY display.ro INTEGER .1.3.6.1.4.1.33.10.9.5.1.1 |
psEntryStatusStatus of this entry. Setting the value to
'invalid' invalidates the entry, corresponding
directly to the CLEAR INTERNET SECURITY command. It
is an implementation-specific matter as to whether
the agent removes an invalidated entry from the
table. Setting this object to 'valid' has no effect.
When creating a new instance, one must set
psEntryAddress, psEntryMask, psEntryAccess,
psEntryDirection and psEntryPortList for the new
instance in the same physical set request. Furthermore,
if one wishes to change an entry, one must first
delete it and then add it with its new values.rw Enumeration .1.3.6.1.4.1.33.10.9.5.1.2 |
psEntryAddressThe IP address to which the entry pertains.
Corresponds directly to the PORT INTERNET SECURITY
internet address and the value labeled 'Internet
Address' in the SERVER INTERNET SECURITY display.rw IpAddress .1.3.6.1.4.1.33.10.9.5.1.3 |
psEntryMaskThe mask applied to psEntryAddress when making a
security check based on this entry. Corresponds
directly to PORT INTERNET SECURITY MASK and the
value labeled 'Security Mask' in the SERVER INTERNET
SECURITY display.rw IpAddress .1.3.6.1.4.1.33.10.9.5.1.4 |
psEntryAccessThe access to the port for TCP connections when
making a security check based on this entry.
Corresponds directly to PORT INTERNET SECURITY ALLOW
or DENY and the value labeled 'Access' in the SERVER
INTERNET SECURITY display.rw Enumeration .1.3.6.1.4.1.33.10.9.5.1.5 |
psEntryDirectionThe direction of TCP connections to which this
entry applies. Corresponds directly to PORT
INTERNET SECURITY INBOUND or OUTBOUND and the value
labeled 'Direction' in the SERVER INTERNET SECURITY
display.rw Enumeration .1.3.6.1.4.1.33.10.9.5.1.6 |
psEntryPortMapThe list of character ports to which this entry
applies. The OCTET STRING contains a bitmap, with
one bit for each port, and enough octets for all the
ports on the system. Port numbers are as defined
for charPortIndex in the Proposed Standard Internet
Character MIB. Corresponding bit numbers start with
1 as the high-order bit of the first octet.
Corresponds directly to PORT INTERNET SECURITY and
the value labeled 'Ports' in the SERVER INTERNET
SECURITY display.rw OCTET STRING .1.3.6.1.4.1.33.10.9.5.1.7 |
xXremote OBJECT IDENTIFIER .1.3.6.1.4.1.33.10.10 |
xremoteServerName1The Domain name of the first XREMOTE font server to
try for downloading fonts. Corresponds directly to
SERVER XREMOTE PRIMARY SERVER and the value labeled
'Xremote Primary Font Server:' in the SERVER XREMOTE
display.rw DisplayString .1.3.6.1.4.1.33.10.10.1 |
xremoteServerName2The Domain name of the XREMOTE font server to try
for downloading fonts and the primary font server
does not respond. Corresponds directly to SERVER
XREMOTE SECONDARY SERVER and the value labeled
'Xremote Secondary Font Server:' in the SERVER
XREMOTE display.rw DisplayString .1.3.6.1.4.1.33.10.10.2 |
xremoteServerAccess1The number of times the system successfully
accessed the XREMOTE primary font server.
Corresponds directly to the value labeled 'Attempts
to access:', 'Server1', and 'Successful:' in the
SERVER XREMOTE display.ro Counter .1.3.6.1.4.1.33.10.10.3 |
xremoteServerAccessFailed1The number of times the system failed access to the
XREMOTE primary font server. Corresponds directly
to the value labeled 'Attempts to access:',
'Server1', and 'Unsuccessful:' in the SERVER XREMOTE
display.ro Counter .1.3.6.1.4.1.33.10.10.4 |
xremoteServerAccess2The number of times the system successfully
accessed the XREMOTE secondary font server.
Corresponds directly to the value labeled 'Attempts
to access:', 'Server2', and 'Successful:' in the
SERVER XREMOTE display.ro Counter .1.3.6.1.4.1.33.10.10.5 |
xremoteServerAccessFailed2The number of times the system failed access to the
XREMOTE secondary font server. Corresponds directly
to the value labeled 'Attempts to access:',
'Server2', and 'Unsuccessful:' in the SERVER XREMOTE
display.ro Counter .1.3.6.1.4.1.33.10.10.6 |
xremoteSessionsThe number of connected XREMOTE sessions.
Corresponds directly to the value labeled 'Current
Number of Xremote Sessions:' in the SERVER XREMOTE
display.ro Gauge .1.3.6.1.4.1.33.10.10.7 |
xremotePortTableA list of XREMOTE character port entries. SEQUENCE OF XremotePortEntry .1.3.6.1.4.1.33.10.10.8 |
xremotePortEntryXREMOTE parameter values for a port. XremotePortEntry .1.3.6.1.4.1.33.10.10.8.1 |
xremotePortIndexAn index value that uniquely identifies a port.
The port identified by a particular value of this
index is the same port as identified by
charPortIndex in the Proposed Standard Internet
Character MIB.ro INTEGER .1.3.6.1.4.1.33.10.10.8.1.1 |
xremotePortXremoteControl for use of XREMOTE on the port.
Corresponds directly to PORT XREMOTE and the
presence of the label 'Xremote' following the label
'Enabled Characteristics:' in the PORT
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.10.10.8.1.2 |
xremotePortXdmQueryThe type of query message issued by a port when
searching for an X Display Manager (XDM).
Corresponds directly to the PORT XDM QUERY and the
'XDM Query:' in the PORT ALTERNATE CHARACTERISTICS
displayrw Enumeration .1.3.6.1.4.1.33.10.10.8.1.3 |
xremotePortXdmHostThe Domain name or Internet address of the X
Display Manager (XDM) for a port. Corresponds
directly to the PORT XDM HOST and the 'XDM Host:' in
the PORT ALTERNATE CHARACTERISTICS displayrw DisplayString .1.3.6.1.4.1.33.10.10.8.1.4 |
xremoteServerClientsThe number of active X clients. Corresponds
directly to the value labeled 'Current Number of
XClients:' in the SERVER XREMOTE display.ro Gauge .1.3.6.1.4.1.33.10.10.9 |
xRotary OBJECT IDENTIFIER .1.3.6.1.4.1.33.10.11 |
rotaryNumberThe number of entries in the Rotary table.ro INTEGER .1.3.6.1.4.1.33.10.11.1 |
rotaryTableA list of rotary entries. SEQUENCE OF RotaryEntry .1.3.6.1.4.1.33.10.11.2 |
rotaryEntryParameter values for a rotary. RotaryEntry .1.3.6.1.4.1.33.10.11.2.1 |
rotaryAddressThe internet address to be recognized as a rotary.
Corresponds directly to the ip-address portion of
SERVER INTERNET ROTARY and the value labeled
'Internet Address' in the SERVER INTERNET ROTARY
display.ro IpAddress .1.3.6.1.4.1.33.10.11.2.1.1 |
rotaryStatusStatus of this entry. Setting the value to
'invalid' invalidates the entry, corresponding
directly to the CLEAR SERVER INTERNET ROTARY
command. It is an implementation-specific matter as
to whether the agent removes an invalidated entry
from the table. Setting the value to 'valid' in
conjunction with a new rotaryAddress will add a
new entry to the table. When adding a new entry,
one should also specify a rotaryPortMap as the DEFVAL
of 0..0 for rotaryPortMap is meaningless.rw Enumeration .1.3.6.1.4.1.33.10.11.2.1.2 |
rotaryPortMapThe list of character ports that compose the
rotary. The OCTET STRING contains a bitmap, with
one bit for each port, and enough octets for all the
ports on the system. Port numbers are as defined
for charPortIndex in the Proposed Standard Internet
Character MIB. Corresponding bit numbers start with
1 as the high-order bit of the first octet.
Corresponds directly to port-list portion of SERVER
INTERNET ROTARY and the value labeled 'Ports' in the
SERVER INTERNET ROTARY display.rw OCTET STRING .1.3.6.1.4.1.33.10.11.2.1.3 |
xEgp OBJECT IDENTIFIER .1.3.6.1.4.1.33.10.12 |
egpRoutingControl for EGP routing services.rw Enumeration .1.3.6.1.4.1.33.10.12.1 |
egpStatusStatus of the EGP routing services indicating why
it is not running.ro Enumeration .1.3.6.1.4.1.33.10.12.2 |
egpNbrTableThe EGP neighbor table. SEQUENCE OF EgpNbrEntry .1.3.6.1.4.1.33.10.12.3 |
egpNbrEntryInformation about this entity's relationship with a
particular EGP neighbor. EgpNbrEntry .1.3.6.1.4.1.33.10.12.3.1 |
egpNbrAddrThe IP address of this entry's EGP neighbor.ro IpAddress .1.3.6.1.4.1.33.10.12.3.1.1 |
egpNbrIntervalDeadThe interval upon entering the cease or idle state
before automatically assuming a Start Event has
occured. If a neighbor does not respond within 5
minutes, a Stop Event will automatically occur. The
interval is in hundredths of seconds.rw INTEGER .1.3.6.1.4.1.33.10.12.3.1.2 |
egpNbrStatusThe status of the entry for this neighbor. Set to
'invalid' to remove the entry.rw Enumeration .1.3.6.1.4.1.33.10.12.3.1.3 |
xOspf OBJECT IDENTIFIER .1.3.6.1.4.1.33.10.13 |
ospfAutoConfigureControl whether OSPF will automatically configure
itself.rw Enumeration .1.3.6.1.4.1.33.10.13.1 |
ospfStatusStatus of the OSPF routing services indicating why
it is not running.ro Enumeration .1.3.6.1.4.1.33.10.13.2 |
ospfIfMtrcTableThe TOS metrics for a non-virtual interface
identified by the interface index. SEQUENCE OF OspfIfMtrcEntry .1.3.6.1.4.1.33.10.13.3 |
ospfIfMtrcEntryA particular TOS metric for a non-virtual interface
identified by the interface index. OspfIfMtrcEntry .1.3.6.1.4.1.33.10.13.3.1 |
ospfIfMtrcIpAddressSame as ospfIfMetricIpAddress in OSPF MIB, the IP
address of this OSPF interface.ro IpAddress .1.3.6.1.4.1.33.10.13.3.1.1 |
ospfIfMtrcAddressLessIfSame as ospfIfMetricAddressLessIf in OSPF MIB, for
the purpose of easing the instancing of addressed
and addressless interfaces. This variable takes the
value 0 on interfaces with IP Addresses, and the
value of ifIndex for interfaces having no IP
Address.ro INTEGER .1.3.6.1.4.1.33.10.13.3.1.2 |
ospfIfMtrcTosSame as ospfIfMetricTOS in OSPF MIB, the type of
service metric being referenced.ro INTEGER ( 1..16 ) .1.3.6.1.4.1.33.10.13.3.1.3 |
ospfIfMtrcCostActualThe actual cost of the metric in case it was set to
auto.ro INTEGER ( 1..65535 ) .1.3.6.1.4.1.33.10.13.3.1.4 |
ospfXIfTableThe TOS metrics for a non-virtual interface
identified by the interface index. SEQUENCE OF OspfXIfEntry .1.3.6.1.4.1.33.10.13.4 |
ospfXIfEntryInterface parameters for OSPF. OspfXIfEntry .1.3.6.1.4.1.33.10.13.4.1 |
ospfXIfIpAddressSame as ospfIfIpAddress in OSPF MIB, the IP address
of this OSPF interface.ro IpAddress .1.3.6.1.4.1.33.10.13.4.1.1 |
ospfXIfAddressLessIfSame as ospfIfAddressLessIf in OSPF MIB, for the
purpose of easing the instancing of addressed and
addressless interfaces. This variable takes the
value 0 on interfaces with IP Addresses, and the
value of ifIndex for interfaces having no IP
Address.ro INTEGER .1.3.6.1.4.1.33.10.13.4.1.2 |
ospfXIfTypeActualThe interface type.ro Enumeration .1.3.6.1.4.1.33.10.13.4.1.3 |
ospfXIfStatusThe status of the interface entry, including the
entry in the standard OSPF MIB. Set to 'invalid' to
remove the entry.rw Enumeration .1.3.6.1.4.1.33.10.13.4.1.4 |
ospfXAreaTableParameters for an OSPF area. SEQUENCE OF OspfXAreaEntry .1.3.6.1.4.1.33.10.13.5 |
ospfXAreaEntryAn area entry. OspfXAreaEntry .1.3.6.1.4.1.33.10.13.5.1 |
ospfXAreaIdSame as ospfAreaId in OSPF MIB, the ID of the
area.ro IpAddress .1.3.6.1.4.1.33.10.13.5.1.1 |
ospfXAreaStatusThe status of the area entry, including the entry
in the standard OSPF MIB. Set to 'invalid' to
remove the entry.rw Enumeration .1.3.6.1.4.1.33.10.13.5.1.2 |
xRouterIp OBJECT IDENTIFIER .1.3.6.1.4.1.33.10.14 |
ipAdExtTableTable of additional fields indexed by local IP
address. An entry in this table is created or
deleted when an entry in the ipAddrTable is created
or deleted. SEQUENCE OF IpAdExtEntry .1.3.6.1.4.1.33.10.14.1 |
ipAdExtEntryA particular entry. IpAdExtEntry .1.3.6.1.4.1.33.10.14.1.1 |
ipAdEntExtAddressSame as ipAdEntAddr, a local address representing a
network connection.ro IpAddress .1.3.6.1.4.1.33.10.14.1.1.1 |
ipAdEntExtProxyArpControls whether proxy ARP is active for this local
address.rw Enumeration .1.3.6.1.4.1.33.10.14.1.1.2 |
ipAdEntExtRipControls whether RIP as a router discovery protocol
is active for this local address.rodeprecated Enumeration .1.3.6.1.4.1.33.10.14.1.1.3 |
ipRouterIfTableTable of IP router values indexed by interface. SEQUENCE OF IpRouterIfEntry .1.3.6.1.4.1.33.10.14.2 |
ipRouterIfEntryA particular entry. IpRouterIfEntry .1.3.6.1.4.1.33.10.14.2.1 |
ipRouterIfIndexThe index of the interface; same as IfIndex.ro INTEGER .1.3.6.1.4.1.33.10.14.2.1.1 |
ipRouterIfProtocolPriorityThe priority at which all Internet routed packets
will be placed on the WAN output queue.rw Enumeration .1.3.6.1.4.1.33.10.14.2.1.2 |
ipRouterIfMTUThe size of the largest datagram that IP can
transmit on this interface. The default value
is actually hardware dependent.rw INTEGER .1.3.6.1.4.1.33.10.14.2.1.3 |
ipRouterIfRDPControl for whether the router side of the Router
Discovery Protocol is running on this interface.rw Enumeration .1.3.6.1.4.1.33.10.14.2.1.4 |
ipRouterIfArpPacketsInThe number of ARP packets received on this
interface.ro Counter .1.3.6.1.4.1.33.10.14.2.1.5 |
ipRouterIfArpPacketsOutThe number of ARP packets sent on this interface.ro Counter .1.3.6.1.4.1.33.10.14.2.1.6 |
ipRouterIfPacketsInThe number of IP packets received on this
interface.ro Counter .1.3.6.1.4.1.33.10.14.2.1.7 |
ipRouterIfPacketsOutThe number of IP packets sent on this interface.ro Counter .1.3.6.1.4.1.33.10.14.2.1.8 |
ipRouterIfForwardsInThe number of IP packets received on this interface
that were forwarded.ro Counter .1.3.6.1.4.1.33.10.14.2.1.9 |
ipRouterIfForwardsOutThe number of IP packets sent on this interface
that were forwarded.ro Counter .1.3.6.1.4.1.33.10.14.2.1.10 |
xIpTraffic OBJECT IDENTIFIER .1.3.6.1.4.1.33.10.14.3 |
ipTrafficSortSetting to 'execute' causes the most recent traffic
information to be sorted into the ipTrafficTable.
The sorting precedence is: decreasing percentage,
increasing destination address, increasing source
address, and increasing interface number. Setting
to 'ready' has no effect.rw Enumeration .1.3.6.1.4.1.33.10.14.3.1 |
ipTrafficTableA list of traffic entries, sorted in the order
specified by ipTrafficSort. SEQUENCE OF IpTrafficEntry .1.3.6.1.4.1.33.10.14.3.2 |
ipTrafficEntryA traffic entry. IpTrafficEntry .1.3.6.1.4.1.33.10.14.3.2.1 |
ipTrafficIndexIdentification of this traffic entry.ro INTEGER .1.3.6.1.4.1.33.10.14.3.2.1.1 |
ipTrafficPercentThe percentage of total traffic that this traffic
entry represents, in tenths of a percent.ro INTEGER .1.3.6.1.4.1.33.10.14.3.2.1.2 |
ipTrafficDstAddrThe destination IP address of the traffic entry.ro IpAddress .1.3.6.1.4.1.33.10.14.3.2.1.3 |
ipTrafficSrcAddrThe source IP address of the traffic entry.ro IpAddress .1.3.6.1.4.1.33.10.14.3.2.1.4 |
ipTrafficProtocolThe IP protocol type of the traffic entry.ro INTEGER ( 0..255 ) .1.3.6.1.4.1.33.10.14.3.2.1.5 |
ipTrafficDstPortThe destination TCP/UDP port of the traffic
entry.ro INTEGER ( 0..65535 ) .1.3.6.1.4.1.33.10.14.3.2.1.6 |
ipTrafficSrcPortThe source TCP/UDP port of the traffic entry.ro INTEGER ( 0..65535 ) .1.3.6.1.4.1.33.10.14.3.2.1.7 |
ipTrafficIfThe inbound interface to which the traffic entry
applies. This value is the same as IfIndex.ro INTEGER .1.3.6.1.4.1.33.10.14.3.2.1.8 |
ipTrafficMonitoringControl for whether the router side of the Router
Discovery Protocol is running on this interface.rw Enumeration .1.3.6.1.4.1.33.10.14.3.3 |
xIpNetToMediaTableMRV In-Reach extensions to the IP Address Translation
Table. SEQUENCE OF XIpNetToMediaEntry .1.3.6.1.4.1.33.10.14.4 |
xIpNetToMediaEntryEntry parameters. XIpNetToMediaEntry .1.3.6.1.4.1.33.10.14.4.1 |
xIpNetToMediaCircuitAn additional identifier for the circuit (i.e.
Frame Relay DLCI or X.25 VC) which the entry
extends.rw INTEGER .1.3.6.1.4.1.33.10.14.4.1.1 |
xIpNetToMediaReverseArpWhether reverse ARP is supported on this entry.rw Enumeration .1.3.6.1.4.1.33.10.14.4.1.2 |
xRouterUdp OBJECT IDENTIFIER .1.3.6.1.4.1.33.10.15 |
udpBcstServerTableTable of servers to whom UDP broadcast messages
will be forwarded. SEQUENCE OF UdpBcstServerEntry .1.3.6.1.4.1.33.10.15.1 |
udpBcstServerEntryA particular entry. UdpBcstServerEntry .1.3.6.1.4.1.33.10.15.1.1 |
udpBcstServerAddressInternet address of the server.ro IpAddress .1.3.6.1.4.1.33.10.15.1.1.1 |
udpBcstServerStatusThe status of the server. Set to 'invalid' to
remove the entry.rw Enumeration .1.3.6.1.4.1.33.10.15.1.1.2 |
udpBcstPortTableTable of incoming UDP destination port numbers for
which UDP broadcasts will be forwarded. SEQUENCE OF UdpBcstPortEntry .1.3.6.1.4.1.33.10.15.2 |
udpBcstPortEntryA particular entry. UdpBcstPortEntry .1.3.6.1.4.1.33.10.15.2.1 |
udpBcstPortThe incoming destination UDP port number.ro INTEGER .1.3.6.1.4.1.33.10.15.2.1.1 |
udpBcstPortStatusThe status of broadcast forwarding for the port.
Set to 'invalid' to remove the entry.rw Enumeration .1.3.6.1.4.1.33.10.15.2.1.2 |
udpBcstRoutingThe indication of whether this entity forwards UDP
broadcasts.rw Enumeration .1.3.6.1.4.1.33.10.15.3 |
xRouterPolicy OBJECT IDENTIFIER .1.3.6.1.4.1.33.10.16 |
xImport OBJECT IDENTIFIER .1.3.6.1.4.1.33.10.16.1 |
impEgpRuleTableThe EGP import table. SEQUENCE OF ImpEgpRuleEntry .1.3.6.1.4.1.33.10.16.1.1 |
impEgpRuleEntryAn EGP import rule. Each rule is keyed by the
Autonomous System of the EGP neighbor and the IP
network of the route learned from the neighbor.
The AS can be set to a wild card as can the IP
network. When a route is learned from a neighbor,
the most specific import rule is applied to the
route. The route is either accepted or discarded
and its metrics are applied according to the rule.
An exact match on the AS and IP network is the most
exact rule. An exact match on the AS and a wild
card match on the IP network is the 2nd most exact
rule. A wild card match on the AS and an exact match
on the IP network is the 3rd most exact match.
Finally, a total wild card match is the least exact
rule. ImpEgpRuleEntry .1.3.6.1.4.1.33.10.16.1.1.1 |
impEgpRuleAsThe Autonomous System of the neighbor. The value
65535 is a wild card matching any AS number.ro INTEGER ( 0..65535 ) .1.3.6.1.4.1.33.10.16.1.1.1.1 |
impEgpRuleNetworkThe IP network learned from the neighbor. The
value 255.255.255.255 is a wild card matching any
network.ro IpAddress .1.3.6.1.4.1.33.10.16.1.1.1.2 |
impEgpRuleActionControl whether the route is learned or
discarded.rw Enumeration .1.3.6.1.4.1.33.10.16.1.1.1.3 |
impEgpRulePreferencePreference to be stored with the route. The lower
preference is preferred.rw INTEGER ( 1..255 ) .1.3.6.1.4.1.33.10.16.1.1.1.4 |
impEgpRuleTypeType to be stored with the route. The type is based
on the OSPF external type and used to help compare
metrics. Type 1 is preferred over type 2.rw INTEGER ( 1..2 ) .1.3.6.1.4.1.33.10.16.1.1.1.5 |
impEgpRuleMetricActionHow to apply the impEgpRuleMetric field to the
metric learned with the route before storing it in
the routing table.rw Enumeration .1.3.6.1.4.1.33.10.16.1.1.1.6 |
impEgpRuleMetricMetric value to be applied to the metric learned
learned with the route before storing it in the
routing table.rw INTEGER .1.3.6.1.4.1.33.10.16.1.1.1.7 |
impEgpRuleStatusThe status of the rule. Set to 'invalid' to remove
the rule. If the all wild card rule is removed, it
is automatically readded with default values.rw Enumeration .1.3.6.1.4.1.33.10.16.1.1.1.8 |
impOspfRuleTableThe OSPF import table. SEQUENCE OF ImpOspfRuleEntry .1.3.6.1.4.1.33.10.16.1.2 |
impOspfRuleEntryAn OSPF import rule. Each rule is keyed by the IP
network of the route and the AS from which it was
learned. The Ip network and the AS can both be set
to a wild card. When an OSPF route is added to the
routing table, the most specific import rule is
applied to set the preference of the route. An
exact match on the Ip network and on the AS is the
most exact rule. An exact match on the IP network
and a wild card match on the AS is the 2nd most
exact rule. A wild card match on both the on the
AS and IP network is the next and least exact
rule. ImpOspfRuleEntry .1.3.6.1.4.1.33.10.16.1.2.1 |
impOspfRuleNetworkThe IP network of the route. The value
255.255.255.255 is a wild card matching any
network.ro IpAddress .1.3.6.1.4.1.33.10.16.1.2.1.1 |
impOspfRulePreferencePreference to be stored with the route. The lower
preference is preferred.rw INTEGER ( 1..255 ) .1.3.6.1.4.1.33.10.16.1.2.1.2 |
impOspfRuleStatusThe status of the rule. Set to 'invalid' to remove
the rule. If the all wild card rule is removed, it
is automatically readded with default values.rw Enumeration .1.3.6.1.4.1.33.10.16.1.2.1.3 |
impRipRuleTableThe RIP import table. SEQUENCE OF ImpRipRuleEntry .1.3.6.1.4.1.33.10.16.1.3 |
impRipRuleEntryA RIP import rule. Each rule is keyed by the
interface and the IP network of the route learned
from the neighbor. The route is either accepted or
discarded and its metrics are applied according to
the rule. An exact match on the IP network is the
rule that will be applied. If an exact match does
not exist, the rule with the wild card IP network is
used. ImpRipRuleEntry .1.3.6.1.4.1.33.10.16.1.3.1 |
impRipRuleFromIfThe interface index of the interface where the rule
applies, same as ifIndex.ro IpAddress .1.3.6.1.4.1.33.10.16.1.3.1.1 |
impRipRuleNetworkThe IP network learned from the neighbor. The
value 255.255.255.255 is a wild card matching any
network.ro IpAddress .1.3.6.1.4.1.33.10.16.1.3.1.2 |
impRipRuleActionControl whether the route is learned or
discarded.rw Enumeration .1.3.6.1.4.1.33.10.16.1.3.1.3 |
impRipRulePreferencePreference to be stored with the route. The lower
preference are preferred.rw INTEGER ( 0..255 ) .1.3.6.1.4.1.33.10.16.1.3.1.4 |
impRipRuleTypeType to be stored with the route. The type is based
on the OSPF external type and used to help compare
metrics. Type 1 is preferred over type 2.rw INTEGER ( 1..2 ) .1.3.6.1.4.1.33.10.16.1.3.1.5 |
impRipRuleMetricActionHow to apply the impRipRuleMetric field to the
metric learned with the route before storing it in
the routing table.rw Enumeration .1.3.6.1.4.1.33.10.16.1.3.1.6 |
impRipRuleMetricMetric value to be applied to the metric learned
learned with the route before storing it in the
routing table.rw INTEGER .1.3.6.1.4.1.33.10.16.1.3.1.7 |
impRipRuleStatusThe status of the rule. Set to 'invalid' to remove
the rule. If the all wild card rule is removed, it
is automatically readded with default values.rw Enumeration .1.3.6.1.4.1.33.10.16.1.3.1.8 |
impIsisRuleTableThe Isis import table. SEQUENCE OF ImpIsisRuleEntry .1.3.6.1.4.1.33.10.16.1.4 |
impIsisRuleEntryAn Isis import rule. Each rule is keyed by the IP
network of the route learned from the neighbor. The
route is either accepted or discarded and its metrics
are applied according to the rule. An exact match on the
IP network is the rule that will be applied. If an exact
match does not exist, the rule with the wild card IP
network is used. ImpIsisRuleEntry .1.3.6.1.4.1.33.10.16.1.4.1 |
impIsisRuleNetworkThe IP network learned from the neighbor. The value
255.255.255.255 is a wild card matching any network.ro IpAddress .1.3.6.1.4.1.33.10.16.1.4.1.1 |
impIsisRuleActionControl whether the route is learned or discarded.rw Enumeration .1.3.6.1.4.1.33.10.16.1.4.1.2 |
impIsisRulePreferencePreference to be stored with the route. The lower
preference are preferred.rw INTEGER ( 0..255 ) .1.3.6.1.4.1.33.10.16.1.4.1.3 |
impIsisRuleTypeType to be stored with the route. The type is based on
the OSPF external type and used to help compare metrics.
Type 1 is preferred over type 2.rw INTEGER ( 1..2 ) .1.3.6.1.4.1.33.10.16.1.4.1.4 |
impIsisRuleMetricActionHow to apply the impIsisRuleMetric field to the metric
learned with the route before storing it in the routing
table.rw Enumeration .1.3.6.1.4.1.33.10.16.1.4.1.5 |
impIsisRuleMetricMetric value to be applied to the metric learned learned
with the route before storing it in the routing table.rw INTEGER .1.3.6.1.4.1.33.10.16.1.4.1.6 |
impIsisRuleStatusThe status of the rule. Set to 'invalid' to remove
the rule. If the all wild card rule is removed, it is
automatically readded with default values.rw Enumeration .1.3.6.1.4.1.33.10.16.1.4.1.7 |
xExport OBJECT IDENTIFIER .1.3.6.1.4.1.33.10.16.2 |
expEgpToEgpRuleTableThe EGP to EGP export table. SEQUENCE OF ExpEgpToEgpRuleEntry .1.3.6.1.4.1.33.10.16.2.1 |
expEgpToEgpRuleEntryAn EGP to EGP export rule. Each rule is keyed by
the Autonomous System of the EGP neighbor, the IP
network of the EGP route in the routing table, and
the Autonomous System from which the route was
learned. The neighbor (to) AS can be set to a wild
card as can the IP network and the (from) AS. The
route is either accepted to be advertised to the
neighbor or discarded from being advertised, and its
metric is applied according to the rule. The best
match is as follows:
To As IP Network From AS Rank
exact exact exact 1st
exact exact wild card 2nd
exact wild card exact 3rd
exact wild card wild card 4th
wild card exact exact 5th
wild card exact wild card 6th
wild card wild card exact 7th
wild card wild card wild card 8th ExpEgpToEgpRuleEntry .1.3.6.1.4.1.33.10.16.2.1.1 |
expEgpToEgpRuleToAsThe Autonomous System of the neighbor. The value
65535 is a wild card matching any AS number.ro INTEGER ( 0..65535 ) .1.3.6.1.4.1.33.10.16.2.1.1.1 |
expEgpToEgpRuleNetworkThe IP network of the route in the route table.
The value 255.255.255.255 is a wild card matching
any network.ro IpAddress .1.3.6.1.4.1.33.10.16.2.1.1.2 |
expEgpToEgpRuleFromAsThe Autonomous System of the route in the route
table. The value 65535 is a wild card matching any
AS number.ro INTEGER ( 0..65535 ) .1.3.6.1.4.1.33.10.16.2.1.1.3 |
expEgpToEgpRuleActionControl whether the route is advertised or not.rw Enumeration .1.3.6.1.4.1.33.10.16.2.1.1.4 |
expEgpToEgpRuleMetricActionHow to apply the expEgpToEgpRuleMetric field to the
metric in the route table entry before the route is
advertised.rw Enumeration .1.3.6.1.4.1.33.10.16.2.1.1.5 |
expEgpToEgpRuleMetricMetric value to be applied to the metric in the
route table entry before the route is advertised.rw INTEGER .1.3.6.1.4.1.33.10.16.2.1.1.6 |
expEgpToEgpRuleStatusThe status of the rule. Set to 'invalid' to remove
the rule. If the all wild card rule is removed, it
is automatically readded with default values.rw Enumeration .1.3.6.1.4.1.33.10.16.2.1.1.7 |
expOspfToEgpRuleTableThe OSPF to EGP export table. SEQUENCE OF ExpOspfToEgpRuleEntry .1.3.6.1.4.1.33.10.16.2.2 |
expOspfToEgpRuleEntryAn OSPF to EGP export rule. Each rule is keyed by
the Autonomous System of the EGP neighbor, the IP
network of the OSPF route in the routing table, and
the Autonomous System from which the route was
learned. The neighbor (to) AS can be set to a wild
card as can the IP network and the (from) AS. The
route is either accepted to be advertised to the
neighbor or discarded from being advertised, and its
metric is applied according to the rule. The best
match is as follows:
To As IP Network From AS Rank
exact exact exact 1st
exact exact wild card 2nd
exact wild card exact 3rd
exact wild card wild card 4th
wild card exact exact 5th
wild card exact wild card 6th
wild card wild card exact 7th
wild card wild card wild card 8th ExpOspfToEgpRuleEntry .1.3.6.1.4.1.33.10.16.2.2.1 |
expOspfToEgpRuleToAsThe Autonomous System of the neighbor. The value
65535 is a wild card matching any AS number.ro INTEGER ( 0..65535 ) .1.3.6.1.4.1.33.10.16.2.2.1.1 |
expOspfToEgpRuleNetworkThe IP network of the route in the route table.
The value 255.255.255.255 is a wild card matching
any network.ro IpAddress .1.3.6.1.4.1.33.10.16.2.2.1.2 |
expOspfToEgpRuleFromAsThe Autonomous System of the route in the route
table. Local indicates that the route was not an
external OSPF route. The value 65535 is a wild
card matching any AS number, and the value 65534 is
for routes within the local AS.ro INTEGER ( 0..65535 ) .1.3.6.1.4.1.33.10.16.2.2.1.3 |
expOspfToEgpRuleActionControl whether the route is advertised or not.rw Enumeration .1.3.6.1.4.1.33.10.16.2.2.1.4 |
expOspfToEgpRuleMetricActionHow to apply the expOspfToEgpRuleMetric field to
the metric in the route table entry before the route
is advertised.rw Enumeration .1.3.6.1.4.1.33.10.16.2.2.1.5 |
expOspfToEgpRuleMetricMetric value to be applied to the metric in the
route table entry before the route is advertised.rw INTEGER .1.3.6.1.4.1.33.10.16.2.2.1.6 |
expOspfToEgpRuleStatusThe status of the rule. Set to 'invalid' to remove
the rule. If the all wild card rule is removed, it
is automatically readded with default values.rw Enumeration .1.3.6.1.4.1.33.10.16.2.2.1.7 |
expStaticToEgpRuleTableThe Static to EGP export table. SEQUENCE OF ExpStaticToEgpRuleEntry .1.3.6.1.4.1.33.10.16.2.3 |
expStaticToEgpRuleEntryAn Static to EGP export rule. Each rule is keyed
by the Autonomous System of the EGP neighbor and
the IP network of the Static route in the routing
table. The neighbor (to) AS can be set to a wild
card as can the IP network. The route is either
accepted to be advertised to the neighbor or
discarded from being advertised, and its metric is
applied according to the rule. The best match is
as follows:
To As IP Network Rank
exact exact 1st
exact wild card 2nd
wild card exact 3rd
wild card wild card 4th ExpStaticToEgpRuleEntry .1.3.6.1.4.1.33.10.16.2.3.1 |
expStaticToEgpRuleToAsThe Autonomous System of the neighbor. The value
65535 is a wild card matching any AS number.ro INTEGER ( 0..65535 ) .1.3.6.1.4.1.33.10.16.2.3.1.1 |
expStaticToEgpRuleNetworkThe IP network of the route in the route table.
The value 255.255.255.255 is a wild card matching
any network.ro IpAddress .1.3.6.1.4.1.33.10.16.2.3.1.2 |
expStaticToEgpRuleActionControl whether the route is advertised or not.rw Enumeration .1.3.6.1.4.1.33.10.16.2.3.1.3 |
expStaticToEgpRuleMetricActionHow to apply the expStaticToEgpRuleMetric field to
the metric in the route table entry before the route
is advertised.rw Enumeration .1.3.6.1.4.1.33.10.16.2.3.1.4 |
expStaticToEgpRuleMetricMetric value to be applied to the metric in the
route table entry before the route is advertised.rw INTEGER .1.3.6.1.4.1.33.10.16.2.3.1.5 |
expStaticToEgpRuleStatusThe status of the rule. Set to 'invalid' to remove
the rule. If the all wild card rule is removed, it
is automatically readded with default values.rw Enumeration .1.3.6.1.4.1.33.10.16.2.3.1.6 |
expEgpToOspfRuleTableThe EGP to OSPF export table. SEQUENCE OF ExpEgpToOspfRuleEntry .1.3.6.1.4.1.33.10.16.2.4 |
expEgpToOspfRuleEntryAn EGP to OSPF export rule. Each rule is keyed by
the IP network of the EGP route in the routing
table, and the Autonomous System from which the
route was learned. The Ip network can be set to a
wild card as can the (from) AS. The route is either
accepted to be advertised to the neighbor or
discarded from being advertised, and its metric is
applied according to the rule. The best match is as
follows:
IP Network From AS Rank
exact exact 1st
exact wild card 2nd
wild card exact 3rd
wild card wild card 4th ExpEgpToOspfRuleEntry .1.3.6.1.4.1.33.10.16.2.4.1 |
expEgpToOspfRuleNetworkThe IP network of the route in the route table.
The value 255.255.255.255 is a wild card matching
any network.ro IpAddress .1.3.6.1.4.1.33.10.16.2.4.1.1 |
expEgpToOspfRuleFromAsThe Autonomous System of the route in the route
table. The value 65535 is a wild card matching any
AS number.ro INTEGER ( 0..65535 ) .1.3.6.1.4.1.33.10.16.2.4.1.2 |
expEgpToOspfRuleActionControl whether the route is advertised or not.rw Enumeration .1.3.6.1.4.1.33.10.16.2.4.1.3 |
expEgpToOspfRuleStatusThe status of the rule. Set to 'invalid' to remove
the rule. If the all wild card rule is removed, it
is automatically readded with default values.rw Enumeration .1.3.6.1.4.1.33.10.16.2.4.1.4 |
expRipToEgpRuleTableThe Rip to EGP export table. SEQUENCE OF ExpRipToEgpRuleEntry .1.3.6.1.4.1.33.10.16.2.5 |
expRipToEgpRuleEntryAn Rip to EGP export rule. Each rule is keyed by
the Autonomous System of the EGP neighbor and the IP
network of the Rip route in the routing table. The
neighbor (to) AS can be set to a wild card as can
the IP network. The route is either accepted to be
advertised to the neighbor or discarded from being
advertised, and its metric is applied according to
the rule. The best match is as follows:
To As IP Network Best Match Rank
exact exact 1st
exact wild card 2nd
wild card exact 3rd
wild card wild card 4th ExpRipToEgpRuleEntry .1.3.6.1.4.1.33.10.16.2.5.1 |
expRipToEgpRuleToAsThe Autonomous System of the neighbor. The value
65535 is a wild card matching any AS number.ro INTEGER ( 0..65535 ) .1.3.6.1.4.1.33.10.16.2.5.1.1 |
expRipToEgpRuleNetworkThe IP network of the route in the route table.
The value 255.255.255.255 is a wild card matching
any network.ro IpAddress .1.3.6.1.4.1.33.10.16.2.5.1.2 |
expRipToEgpRuleActionControl whether the route is advertised or not.rw Enumeration .1.3.6.1.4.1.33.10.16.2.5.1.3 |
expRipToEgpRuleMetricActionHow to apply the expRipToEgpRuleMetric field to the
metric in the route table entry before the route is
advertised.rw Enumeration .1.3.6.1.4.1.33.10.16.2.5.1.4 |
expRipToEgpRuleMetricMetric value to be applied to the metric in the
route table entry before the route is advertised.rw INTEGER .1.3.6.1.4.1.33.10.16.2.5.1.5 |
expRipToEgpRuleStatusThe status of the rule. Set to 'invalid' to remove
the rule. If the all wild card rule is removed, it
is automatically readded with default values.rw Enumeration .1.3.6.1.4.1.33.10.16.2.5.1.6 |
expRipToOspfRuleTableThe RIP to OSPF export table. SEQUENCE OF ExpRipToOspfRuleEntry .1.3.6.1.4.1.33.10.16.2.6 |
expRipToOspfRuleEntryA RIP to OSPF export rule. Each rule is keyed by
the IP network of the RIP route in the routing
table. The IP network can be set to a wild card.
The route is either accepted to be advertised to the
neighbor or discarded from being advertised, and its
metric is applied according to the rule. The best
match is as follows:
IP Network Best Match Rank
exact 1st
wild card 2nd ExpRipToOspfRuleEntry .1.3.6.1.4.1.33.10.16.2.6.1 |
expRipToOspfRuleNetworkThe IP network of the route in the route table.
The value 255.255.255.255 is a wild card matching
any network.ro IpAddress .1.3.6.1.4.1.33.10.16.2.6.1.1 |
expRipToOspfRuleActionControl whether the route is advertised or not.rw Enumeration .1.3.6.1.4.1.33.10.16.2.6.1.2 |
expRipToOspfRuleStatusThe status of the rule. Set to 'invalid' to remove
the rule. If the all wild card rule is removed, it
is automatically readded with default values.rw Enumeration .1.3.6.1.4.1.33.10.16.2.6.1.3 |
expEgpToRipRuleTableThe EGP to RIP export table. SEQUENCE OF ExpEgpToRipRuleEntry .1.3.6.1.4.1.33.10.16.2.7 |
expEgpToRipRuleEntryAn EGP to RIP export rule. Each rule is keyed by
the Autonomous System of the EGP neighbor, the IP
network of the EGP route in the routing table, and
the Autonomous System from which the route was
learned. The IP network can be set to a wild card
as can the the from AS. The route is either
accepted to be advertised to the neighbor or
discarded from being advertised, and its metric is
applied according to the rule. The best match is as
follows:
IP Network From AS Best Match Rank
exact exact 1st
exact wild card 2nd
wild card exact 3rd
wild card wild card 4th ExpEgpToRipRuleEntry .1.3.6.1.4.1.33.10.16.2.7.1 |
expEgpToRipRuleToIfThe IP address of the RIP interface to which the
rule applies.ro IpAddress .1.3.6.1.4.1.33.10.16.2.7.1.1 |
expEgpToRipRuleNetworkThe IP network of the route in the route table.
The value 255.255.255.255 is a wild card matching
any network.ro IpAddress .1.3.6.1.4.1.33.10.16.2.7.1.2 |
expEgpToRipRuleFromAsThe Autonomous System of the route in the route
table. The value 65535 is a wild card matching any
AS number.ro INTEGER ( 0..65535 ) .1.3.6.1.4.1.33.10.16.2.7.1.3 |
expEgpToRipRuleActionControl whether the route is advertised or not.rw Enumeration .1.3.6.1.4.1.33.10.16.2.7.1.4 |
expEgpToRipRuleMetricActionHow to apply the expEgpToRipRuleMetric field to the
metric in the route table entry before the route is
advertised.rw Enumeration .1.3.6.1.4.1.33.10.16.2.7.1.5 |
expEgpToRipRuleMetricMetric value to be applied to the metric in the
route table entry before the route is advertised.rw INTEGER .1.3.6.1.4.1.33.10.16.2.7.1.6 |
expEgpToRipRuleStatusThe status of the rule. Set to 'invalid' to remove
the rule. If the all wild card rule is removed, it
is automatically readded with default values.rw Enumeration .1.3.6.1.4.1.33.10.16.2.7.1.7 |
expOspfToRipRuleTableThe OSPF to RIP export table. SEQUENCE OF ExpOspfToRipRuleEntry .1.3.6.1.4.1.33.10.16.2.8 |
expOspfToRipRuleEntryAn Ospf to RIP export rule. Each rule is keyed by
the Autonomous System of the Ospf neighbor, the IP
network of the Ospf route in the routing table, and
the Autonomous System from which the route was
learned. The IP network can be set to a wild card
as can the the from AS. The route is either
accepted to be advertised to the neighbor or
discarded from being advertised, and its metric is
applied according to the rule. The best match is as
follows:
IP Network From AS Best Match Rank
exact exact 1st
exact wild card 2nd
wild card exact 3rd
wild card wild card 4th ExpOspfToRipRuleEntry .1.3.6.1.4.1.33.10.16.2.8.1 |
expOspfToRipRuleToIfThe IP address of the RIP interface to which the
rule applies.ro IpAddress .1.3.6.1.4.1.33.10.16.2.8.1.1 |
expOspfToRipRuleNetworkThe IP network of the route in the route table.
The value 255.255.255.255 is a wild card matching
any network.ro IpAddress .1.3.6.1.4.1.33.10.16.2.8.1.2 |
expOspfToRipRuleFromAsThe Autonomous System of the route in the route
table. The value 65535 is a wild card matching any
AS number, and the value 65534 is for routes within
the local AS.ro INTEGER ( 0..65535 ) .1.3.6.1.4.1.33.10.16.2.8.1.3 |
expOspfToRipRuleActionControl whether the route is advertised or not.rw Enumeration .1.3.6.1.4.1.33.10.16.2.8.1.4 |
expOspfToRipRuleMetricActionHow to apply the expOspfToRipRuleMetric field to
the metric in the route table entry before the route
is advertised.rw Enumeration .1.3.6.1.4.1.33.10.16.2.8.1.5 |
expOspfToRipRuleMetricMetric value to be applied to the metric in the
route table entry before the route is advertised.rw INTEGER .1.3.6.1.4.1.33.10.16.2.8.1.6 |
expOspfToRipRuleStatusThe status of the rule. Set to 'invalid' to remove
the rule. If the all wild card rule is removed, it
is automatically readded with default values. The
same is true for the all wild cards where the AS is
set to localrw Enumeration .1.3.6.1.4.1.33.10.16.2.8.1.7 |
expRipToRipRuleTableThe Rip to Rip export table. SEQUENCE OF ExpRipToRipRuleEntry .1.3.6.1.4.1.33.10.16.2.9 |
expRipToRipRuleEntryAn Rip to Rip export rule. Each rule is keyed by
the IP network of the Rip route in the routing
table. The neighbor IP network can be set to a wild
card. The route is either accepted to be advertised
to the neighbor or discarded from being advertised,
and its metric is applied according to the rule.
The best match is as follows:
IP Network Best Match Rank
exact 1st
wild card 2nd ExpRipToRipRuleEntry .1.3.6.1.4.1.33.10.16.2.9.1 |
expRipToRipRuleToIfThe IP address of the RIP interface to which the
rule applies.ro IpAddress .1.3.6.1.4.1.33.10.16.2.9.1.1 |
expRipToRipRuleNetworkThe IP network of the route in the route table.
The value 255.255.255.255 is a wild card matching
any network.ro IpAddress .1.3.6.1.4.1.33.10.16.2.9.1.2 |
expRipToRipRuleActionControl whether the route is advertised or not.rw Enumeration .1.3.6.1.4.1.33.10.16.2.9.1.3 |
expRipToRipRuleMetricActionHow to apply the expRipToRipRuleMetric field to the
metric in the route table entry before the route is
advertised.rw Enumeration .1.3.6.1.4.1.33.10.16.2.9.1.4 |
expRipToRipRuleMetricMetric value to be applied to the metric in the
route table entry before the route is advertised.rw INTEGER .1.3.6.1.4.1.33.10.16.2.9.1.5 |
expRipToRipRuleStatusThe status of the rule. Set to 'invalid' to remove
the rule. If the all wild card rule is removed, it
is automatically readded with default values.rw Enumeration .1.3.6.1.4.1.33.10.16.2.9.1.6 |
expStaticToRipRuleTableThe Static to Rip export table. SEQUENCE OF ExpStaticToRipRuleEntry .1.3.6.1.4.1.33.10.16.2.10 |
expStaticToRipRuleEntryAn Static to Rip export rule. Each rule is keyed
by the IP network of the Static route in the routing
table. The neighbor IP network can be set to a wild
card. The route is either accepted to be advertised
to the neighbor or discarded from being advertised,
and its metric is applied according to the rule.
The best match is as follows:
IP Network Best Match Rank
exact 1st
wild card 2nd ExpStaticToRipRuleEntry .1.3.6.1.4.1.33.10.16.2.10.1 |
expStaticToRipRuleToIfThe IP address of the RIP interface to which the
rule applies.ro IpAddress .1.3.6.1.4.1.33.10.16.2.10.1.1 |
expStaticToRipRuleNetworkThe IP network of the route in the route table.
The value 255.255.255.255 is a wild card matching
any network.ro IpAddress .1.3.6.1.4.1.33.10.16.2.10.1.2 |
expStaticToRipRuleActionControl whether the route is advertised or not.rw Enumeration .1.3.6.1.4.1.33.10.16.2.10.1.3 |
expStaticToRipRuleMetricActionHow to apply the expStaticToRipRuleMetric field to
the metric in the route table entry before the route
is advertised.rw Enumeration .1.3.6.1.4.1.33.10.16.2.10.1.4 |
expStaticToRipRuleMetricMetric value to be applied to the metric in the
route table entry before the route is advertised.rw INTEGER .1.3.6.1.4.1.33.10.16.2.10.1.5 |
expStaticToRipRuleStatusThe status of the rule. Set to 'invalid' to remove
the rule. If the all wild card rule is removed, it
is automatically readded with default values.rw Enumeration .1.3.6.1.4.1.33.10.16.2.10.1.6 |
expIsisToEgpRuleTableThe Isis to EGP export table. SEQUENCE OF ExpIsisToEgpRuleEntry .1.3.6.1.4.1.33.10.16.2.11 |
expIsisToEgpRuleEntryAn Isis to EGP export rule. Each rule is keyed by the Autonomous
System of the EGP neighbor and the IP network of the Isis route in the
routing table. The neighbor (to) AS can be set to a wild card as can
the IP network. The route is either accepted to be advertised to the
neighbor or discarded from being advertised, and its metric is applied
according to the rule. The best match is as follows:
To As IP Network Best Match Rank
exact exact 1st
exact wild card 2nd
wild card exact 3rd
wild card wild card 4th
. ExpIsisToEgpRuleEntry .1.3.6.1.4.1.33.10.16.2.11.1 |
expIsisToEgpRuleToAsThe Autonomous System of the neighbor. The value 65535 is
a wild card matching any AS number.ro INTEGER ( 0..65535 ) .1.3.6.1.4.1.33.10.16.2.11.1.1 |
expIsisToEgpRuleNetworkThe IP network of the route in the route table. The value
255.255.255.255 is a wild card matching any network.ro IpAddress .1.3.6.1.4.1.33.10.16.2.11.1.2 |
expIsisToEgpRuleActionControl whether the route is advertised or not.rw Enumeration .1.3.6.1.4.1.33.10.16.2.11.1.3 |
expIsisToEgpRuleMetricActionHow to apply the expIsisToEgpRuleMetric field to the metric in the route
table entry before the route is advertised.rw Enumeration .1.3.6.1.4.1.33.10.16.2.11.1.4 |
expIsisToEgpRuleMetricMetric value to be applied to the metric in the route table entry
before the route is advertised.rw INTEGER .1.3.6.1.4.1.33.10.16.2.11.1.5 |
expIsisToEgpRuleStatusThe status of the rule. Set to 'invalid' to remove
the rule. If the all wild card rule is removed, it is
automatically readded with default values.rw Enumeration .1.3.6.1.4.1.33.10.16.2.11.1.6 |
expIsisToOspfRuleTableThe Isis to Ospf export table. SEQUENCE OF ExpIsisToOspfRuleEntry .1.3.6.1.4.1.33.10.16.2.12 |
expIsisToOspfRuleEntryAn Isis to Ospf export rule. Each rule is keyed by the IP network of
the Isis route in the routing table. The IP network can be set to a
wild card. The route is either accepted to be advertised to the
neighbor or discarded from being advertised, and its metric is applied
according to the rule. The best match is as follows:
IP Network Best Match Rank
exact 1st
wild card 2nd
. ExpIsisToOspfRuleEntry .1.3.6.1.4.1.33.10.16.2.12.1 |
expIsisToOspfRuleNetworkThe IP network of the route in the route table. The value
255.255.255.255 is a wild card matching any network.ro IpAddress .1.3.6.1.4.1.33.10.16.2.12.1.1 |
expIsisToOspfRuleActionControl whether the route is advertised or not.rw Enumeration .1.3.6.1.4.1.33.10.16.2.12.1.2 |
expIsisToOspfRuleStatusThe status of the rule. Set to 'invalid' to remove
the rule. If the all wild card rule is removed, it is
automatically readded with default values.rw Enumeration .1.3.6.1.4.1.33.10.16.2.12.1.3 |
expIsisToRipRuleTableThe Isis to Rip export table. SEQUENCE OF ExpIsisToRipRuleEntry .1.3.6.1.4.1.33.10.16.2.13 |
expIsisToRipRuleEntryAn Isis to Rip export rule. Each rule is keyed by the IP
network of the Isis route in the routing table. The IP
network can be set to a wild card. The route is either
accepted to be advertised to the neighbor or discarded
from being advertised, and its metric is applied
according to the rule. The best match is as follows:
IP Network Best Match Rank
exact 1st
wild card 2nd
. ExpIsisToRipRuleEntry .1.3.6.1.4.1.33.10.16.2.13.1 |
expIsisToRipRuleToIfThe IP address of the RIP interface to which the
rule applies.ro IpAddress .1.3.6.1.4.1.33.10.16.2.13.1.1 |
expIsisToRipRuleNetworkThe IP network of the route in the route table. The value
255.255.255.255 is a wild card matching any network.ro IpAddress .1.3.6.1.4.1.33.10.16.2.13.1.2 |
expIsisToRipRuleActionControl whether the route is advertised or not.rw Enumeration .1.3.6.1.4.1.33.10.16.2.13.1.3 |
expIsisToRipRuleMetricActionHow to apply the expIsisToRipRuleMetric field to the metric in the route
table entry before the route is advertised.rw Enumeration .1.3.6.1.4.1.33.10.16.2.13.1.4 |
expIsisToRipRuleMetricMetric value to be applied to the metric in the route table entry
before the route is advertised.rw INTEGER .1.3.6.1.4.1.33.10.16.2.13.1.5 |
expIsisToRipRuleStatusThe status of the rule. Set to 'invalid' to remove
the rule. If the all wild card rule is removed, it is
automatically readded with default values.rw Enumeration .1.3.6.1.4.1.33.10.16.2.13.1.6 |
expEgpToIsisRuleTableThe EGP to Isis export table. SEQUENCE OF ExpEgpToIsisRuleEntry .1.3.6.1.4.1.33.10.16.2.14 |
expEgpToIsisRuleEntryAn EGP to Isis export rule. Each rule is keyed by the Autonomous
System of the EGP neighbor, the IP network of the EGP route in the
routing table, and the Autonomous System from which the route was
learned. The IP network can be set to a wild card as can the
from AS. The route is either accepted to be advertised to the
neighbor or discarded from being advertised, and its metric is applied
according to the rule. The best match is as follows:
IP Network From AS Best Match Rank
exact exact 1st
exact wild card 2nd
wild card exact 3rd
wild card wild card 4th
. ExpEgpToIsisRuleEntry .1.3.6.1.4.1.33.10.16.2.14.1 |
expEgpToIsisRuleNetworkThe IP network of the route in the route table. The value
255.255.255.255 is a wild card matching any network.ro IpAddress .1.3.6.1.4.1.33.10.16.2.14.1.1 |
expEgpToIsisRuleFromAsThe Autonomous System of the route in the route table. The value
65535 is a wild card matching any AS number.ro INTEGER ( 0..65535 ) .1.3.6.1.4.1.33.10.16.2.14.1.2 |
expEgpToIsisRuleActionControl whether the route is advertised or not.rw Enumeration .1.3.6.1.4.1.33.10.16.2.14.1.3 |
expEgpToIsisRuleMetricTypeWhether to advertise the metric as Internal or External.rw Enumeration .1.3.6.1.4.1.33.10.16.2.14.1.4 |
expEgpToIsisRuleDefaultMetricActionHow to apply the expEgpToIsisDefaultRuleMetric field to the metric in the route
table entry before the route is advertised.rw Enumeration .1.3.6.1.4.1.33.10.16.2.14.1.5 |
expEgpToIsisRuleDefaultMetricDefault metric value to be applied to the metric in the route table entry
before the route is advertised.rw INTEGER .1.3.6.1.4.1.33.10.16.2.14.1.6 |
expEgpToIsisRuleDelayMetricActionHow to apply the expEgpToIsisDelayRuleMetric field to the metric in the
route table entry before the route is advertised.rw Enumeration .1.3.6.1.4.1.33.10.16.2.14.1.7 |
expEgpToIsisRuleDelayMetricDelay metric value to be applied to the metric in the route table entry
before the route is advertised.rw INTEGER .1.3.6.1.4.1.33.10.16.2.14.1.8 |
expEgpToIsisRuleErrorMetricActionHow to apply the expEgpToIsisErrorRuleMetric field to the metric in the route
table entry before the route is advertised.rw Enumeration .1.3.6.1.4.1.33.10.16.2.14.1.9 |
expEgpToIsisRuleErrorMetricError metric value to be applied to the metric in the route table entry
before the route is advertised.rw INTEGER .1.3.6.1.4.1.33.10.16.2.14.1.10 |
expEgpToIsisRuleExpenseMetricActionHow to apply the expEgpToIsisExpenseRuleMetric field to the metric in the route
table entry before the route is advertised.rw Enumeration .1.3.6.1.4.1.33.10.16.2.14.1.11 |
expEgpToIsisRuleExpenseMetricExpense metric value to be applied to the metric in the route table entry
before the route is advertised.rw INTEGER .1.3.6.1.4.1.33.10.16.2.14.1.12 |
expEgpToIsisRuleStatusThe status of the rule. Set to 'invalid' to remove
the rule. If the all wild card rule is removed, it is
automatically readded with default values.rw Enumeration .1.3.6.1.4.1.33.10.16.2.14.1.13 |
expOspfToIsisRuleTableThe Ospf to Isis export table. SEQUENCE OF ExpOspfToIsisRuleEntry .1.3.6.1.4.1.33.10.16.2.15 |
expOspfToIsisRuleEntryAn Ospf to Isis export rule. Each rule is keyed by the
Autonomous System of the Ospf neighbor, the IP network of
the Ospf route in the routing table, and the Autonomous
System from which the route was learned. The IP network
can be set to a wild card as can the the from AS. The
route is either accepted to be advertised to the neighbor
or discarded from being advertised, and its metric is
applied according to the rule. The best match is as
follows:
IP Network From AS Best Match Rank
exact exact 1st
exact wild card 2nd
wild card exact 3rd
wild card wild card 4th
. ExpOspfToIsisRuleEntry .1.3.6.1.4.1.33.10.16.2.15.1 |
expOspfToIsisRuleNetworkThe IP network of the route in the route table. The value
255.255.255.255 is a wild card matching any network.ro IpAddress .1.3.6.1.4.1.33.10.16.2.15.1.1 |
expOspfToIsisRuleFromAsThe Autonomous System of the route in the route table.
The value 65535 is a wild card matching any AS number,
and the value 65534 is for routes within the local AS.ro INTEGER ( 0..65535 ) .1.3.6.1.4.1.33.10.16.2.15.1.2 |
expOspfToIsisRuleActionControl whether the route is advertised or not.rw Enumeration .1.3.6.1.4.1.33.10.16.2.15.1.3 |
expOspfToIsisRuleMetricTypeWhether to advertise the metric as Internal or External.rw Enumeration .1.3.6.1.4.1.33.10.16.2.15.1.4 |
expOspfToIsisRuleDefaultMetricActionHow to apply the expOspfToIsisDefaultRuleMetric field to
the metric in the route table entry before the route is
advertised.rw Enumeration .1.3.6.1.4.1.33.10.16.2.15.1.5 |
expOspfToIsisRuleDefaultMetricDefault metric value to be applied to the metric in the route table entry
before the route is advertised.rw INTEGER .1.3.6.1.4.1.33.10.16.2.15.1.6 |
expOspfToIsisRuleDelayMetricActionHow to apply the expOspfToIsisDelayRuleMetric field to the metric in the route
table entry before the route is advertised.rw Enumeration .1.3.6.1.4.1.33.10.16.2.15.1.7 |
expOspfToIsisRuleDelayMetricDelay metric value to be applied to the metric in the route table entry
before the route is advertised.rw INTEGER .1.3.6.1.4.1.33.10.16.2.15.1.8 |
expOspfToIsisRuleErrorMetricActionHow to apply the expOspfToIsisErrorRuleMetric field to the metric in the route
table entry before the route is advertised.rw Enumeration .1.3.6.1.4.1.33.10.16.2.15.1.9 |
expOspfToIsisRuleErrorMetricError metric value to be applied to the metric in the route table entry
before the route is advertised.rw INTEGER .1.3.6.1.4.1.33.10.16.2.15.1.10 |
expOspfToIsisRuleExpenseMetricActionHow to apply the expOspfToIsisExpenseRuleMetric field to the metric in the route
table entry before the route is advertised.rw Enumeration .1.3.6.1.4.1.33.10.16.2.15.1.11 |
expOspfToIsisRuleExpenseMetricExpense metric value to be applied to the metric in the route table entry
before the route is advertised.rw INTEGER .1.3.6.1.4.1.33.10.16.2.15.1.12 |
expOspfToIsisRuleStatusThe status of the rule. Set to 'invalid' to remove
the rule. If the all wild card rule is removed, it is
automatically readded with default values. The same is
true for the all wild cards where the AS is set to localrw Enumeration .1.3.6.1.4.1.33.10.16.2.15.1.13 |
expRipToIsisRuleTableThe Isis to Isis export table. SEQUENCE OF ExpRipToIsisRuleEntry .1.3.6.1.4.1.33.10.16.2.16 |
expRipToIsisRuleEntryAn Isis to Isis export rule. Each rule is keyed by the
IP network of the Isis route in the routing table. The
neighbor IP network can be set to a wild card. The route
is either accepted to be advertised to the neighbor or
discarded from being advertised, and its metric is applied
according to the rule. The best match is as follows:
IP Network Best Match Rank
exact 1st
wild card 2nd
. ExpRipToIsisRuleEntry .1.3.6.1.4.1.33.10.16.2.16.1 |
expRipToIsisRuleNetworkThe IP network of the route in the route table. The value
255.255.255.255 is a wild card matching any network.ro IpAddress .1.3.6.1.4.1.33.10.16.2.16.1.1 |
expRipToIsisRuleActionControl whether the route is advertised or not.rw Enumeration .1.3.6.1.4.1.33.10.16.2.16.1.2 |
expRipToIsisRuleMetricTypeWhether to advertise the metric as Internal or External.rw Enumeration .1.3.6.1.4.1.33.10.16.2.16.1.3 |
expRipToIsisRuleDefaultMetricActionHow to apply the expRipToIsisDefaultRuleMetric field to the metric in the route
table entry before the route is advertised.rw Enumeration .1.3.6.1.4.1.33.10.16.2.16.1.4 |
expRipToIsisRuleDefaultMetricDefault metric value to be applied to the metric in the route table entry
before the route is advertised.rw INTEGER .1.3.6.1.4.1.33.10.16.2.16.1.5 |
expRipToIsisRuleDelayMetricActionHow to apply the expRipToIsisDelayRuleMetric field to the metric in the route
table entry before the route is advertised.rw Enumeration .1.3.6.1.4.1.33.10.16.2.16.1.6 |
expRipToIsisRuleDelayMetricDelay metric value to be applied to the metric in the route table entry
before the route is advertised.rw INTEGER .1.3.6.1.4.1.33.10.16.2.16.1.7 |
expRipToIsisRuleErrorMetricActionHow to apply the expRipToIsisErrorRuleMetric field to the metric in the route
table entry before the route is advertised.rw Enumeration .1.3.6.1.4.1.33.10.16.2.16.1.8 |
expRipToIsisRuleErrorMetricError metric value to be applied to the metric in the
route table entry before the route is advertised.rw INTEGER .1.3.6.1.4.1.33.10.16.2.16.1.9 |
expRipToIsisRuleExpenseMetricActionHow to apply the expRipToIsisExpenseRuleMetric field to
the metric in the route table entry before the route is
advertised.rw Enumeration .1.3.6.1.4.1.33.10.16.2.16.1.10 |
expRipToIsisRuleExpenseMetricExpense metric value to be applied to the metric in the
route table entry before the route is advertised.rw INTEGER .1.3.6.1.4.1.33.10.16.2.16.1.11 |
expRipToIsisRuleStatusThe status of the rule. Set to 'invalid' to remove
the rule. If the all wild card rule is removed, it is
automatically readded with default values.rw Enumeration .1.3.6.1.4.1.33.10.16.2.16.1.12 |
expStaticToIsisRuleTableThe Static to Isis export table. SEQUENCE OF ExpStaticToIsisRuleEntry .1.3.6.1.4.1.33.10.16.2.17 |
expStaticToIsisRuleEntryAn Static to Isis export rule. Each rule is keyed by the
IP network of the Static route in the routing table. The
neighbor IP network can be set to a wild card. The route
is either accepted to be advertised to the neighbor or
discarded from being advertised, and its metric is applied
according to the rule. The best match is as follows:
IP Network Best Match Rank
exact 1st
wild card 2nd
. ExpStaticToIsisRuleEntry .1.3.6.1.4.1.33.10.16.2.17.1 |
expStaticToIsisRuleNetworkThe IP network of the route in the route table. The value
255.255.255.255 is a wild card matching any network.ro IpAddress .1.3.6.1.4.1.33.10.16.2.17.1.1 |
expStaticToIsisRuleActionControl whether the route is advertised or not.rw Enumeration .1.3.6.1.4.1.33.10.16.2.17.1.2 |
expStaticToIsisRuleMetricTypeWhether to advertise the metric as Internal or External.rw Enumeration .1.3.6.1.4.1.33.10.16.2.17.1.3 |
expStaticToIsisRuleDefaultMetricActionHow to apply the expStaticToIsisDefaultRuleMetric field
to the metric in the route table entry before the route
is advertised.rw Enumeration .1.3.6.1.4.1.33.10.16.2.17.1.4 |
expStaticToIsisRuleDefaultMetricDefault metric value to be applied to the metric in the
route table entry before the route is advertised.rw INTEGER .1.3.6.1.4.1.33.10.16.2.17.1.5 |
expStaticToIsisRuleDelayMetricActionHow to apply the expStaticToIsisDelayRuleMetric field
to the metric in the route table entry before the route
is advertised.rw Enumeration .1.3.6.1.4.1.33.10.16.2.17.1.6 |
expStaticToIsisRuleDelayMetricDelay metric value to be applied to the metric in the
route table entry before the route is advertised.rw INTEGER .1.3.6.1.4.1.33.10.16.2.17.1.7 |
expStaticToIsisRuleErrorMetricActionHow to apply the expStaticToIsisErrorRuleMetric field
to the metric in the route table entry before the route
is advertised.rw Enumeration .1.3.6.1.4.1.33.10.16.2.17.1.8 |
expStaticToIsisRuleErrorMetricError metric value to be applied to the metric in the
route table entry before the route is advertised.rw INTEGER .1.3.6.1.4.1.33.10.16.2.17.1.9 |
expStaticToIsisRuleExpenseMetricActionHow to apply the expStaticToIsisExpenseRuleMetric field
to the metric in the route table entry before the route
is advertised.rw Enumeration .1.3.6.1.4.1.33.10.16.2.17.1.10 |
expStaticToIsisRuleExpenseMetricExpense metric value to be applied to the metric in the
route table entry before the route is advertised.rw INTEGER .1.3.6.1.4.1.33.10.16.2.17.1.11 |
expStaticToIsisRuleStatusThe status of the rule. Set to 'invalid' to remove
the rule. If the all wild card rule is removed, it is
automatically readded with default values.rw Enumeration .1.3.6.1.4.1.33.10.16.2.17.1.12 |
xFilter OBJECT IDENTIFIER .1.3.6.1.4.1.33.10.16.3 |
ipIfFilterTableTable of filter entries.deprecated SEQUENCE OF IpIfFilterEntry .1.3.6.1.4.1.33.10.16.3.1 |
ipIfFilterEntryA particular entry.deprecated IpIfFilterEntry .1.3.6.1.4.1.33.10.16.3.1.1 |
ipIfFilterIndexThe interface index with which this entry is
associated. This value is the same as IfIndex.rodeprecated INTEGER .1.3.6.1.4.1.33.10.16.3.1.1.1 |
ipIfFilterDstAddrThe destination IP address to use in the filter
match.rodeprecated IpAddress .1.3.6.1.4.1.33.10.16.3.1.1.2 |
ipIfFilterDstMaskThe destination IP mask to use in the filter
match.rodeprecated IpAddress .1.3.6.1.4.1.33.10.16.3.1.1.3 |
ipIfFilterSrcAddrThe source IP address to use in the filter match.rodeprecated IpAddress .1.3.6.1.4.1.33.10.16.3.1.1.4 |
ipIfFilterSrcMaskThe source IP mask to use in the filter match.rodeprecated IpAddress .1.3.6.1.4.1.33.10.16.3.1.1.5 |
ipIfFilterProtocolThe protocol to use in the filter match. The value
256 indicates any protocol.rodeprecated INTEGER ( 0..256 ) .1.3.6.1.4.1.33.10.16.3.1.1.6 |
ipIfFilterDstPortThe destination port to use in the filter match.
This field only applies to TCP and UDP protocol
packets. The value 65536 indicates any destination
port.rodeprecated INTEGER ( 0..65536 ) .1.3.6.1.4.1.33.10.16.3.1.1.7 |
ipIfFilterSrcPortThe source port to use in the filter match. This
field only applies to TCP and UDP protocol packets.
The value 65536 indicates any source port.rodeprecated INTEGER ( 0..65536 ) .1.3.6.1.4.1.33.10.16.3.1.1.8 |
ipIfFilterActionControl whether the packet for which this filter is
the best match should be forwarded or discarded.rwdeprecated Enumeration .1.3.6.1.4.1.33.10.16.3.1.1.9 |
ipIfFilterStatusThe status of the filter entry. Set to 'invalid'
to remove the entry.rwdeprecated Enumeration .1.3.6.1.4.1.33.10.16.3.1.1.10 |
ipFilterStateThe indication of whether this system does IP
filtering.rw Enumeration .1.3.6.1.4.1.33.10.16.3.2 |
ipIfFilter2TableTable of filter entries. SEQUENCE OF IpIfFilter2Entry .1.3.6.1.4.1.33.10.16.3.3 |
ipIfFilter2EntryA particular entry. IpIfFilter2Entry .1.3.6.1.4.1.33.10.16.3.3.1 |
ipIfFilter2IndexThe interface index with which this entry is
associated. This value is the same as IfIndex.ro INTEGER .1.3.6.1.4.1.33.10.16.3.3.1.1 |
ipIfFilter2DstAddrThe destination IP address to use in the filter
match.ro IpAddress .1.3.6.1.4.1.33.10.16.3.3.1.2 |
ipIfFilter2DstMaskThe destination IP mask to use in the filter
match.ro IpAddress .1.3.6.1.4.1.33.10.16.3.3.1.3 |
ipIfFilter2SrcAddrThe source IP address to use in the filter match.ro IpAddress .1.3.6.1.4.1.33.10.16.3.3.1.4 |
ipIfFilter2SrcMaskThe source IP mask to use in the filter match.ro IpAddress .1.3.6.1.4.1.33.10.16.3.3.1.5 |
ipIfFilter2ProtocolThe protocol to use in the filter match. The value
256 indicates any protocol.ro INTEGER ( 0..256 ) .1.3.6.1.4.1.33.10.16.3.3.1.6 |
ipIfFilter2DstPortStartThe starting destination port in a range of
destination ports to use in the filter match.
This field only applies to TCP and UDP protocol
packets.ro INTEGER ( 0..65535 ) .1.3.6.1.4.1.33.10.16.3.3.1.7 |
ipIfFilter2SrcPortStartThe starting source port in a range of
source ports to use in the filter match.
This field only applies to TCP and UDP protocol
packets.ro INTEGER ( 0..65535 ) .1.3.6.1.4.1.33.10.16.3.3.1.8 |
ipIfFilter2ActionControl whether the packet for which this filter is
the best match should be forwarded or discarded.rw Enumeration .1.3.6.1.4.1.33.10.16.3.3.1.9 |
ipIfFilter2StatusThe status of the filter entry. Set to 'invalid'
to remove the entry.rw Enumeration .1.3.6.1.4.1.33.10.16.3.3.1.10 |
ipIfFilter2DstPortEndThe ending destination port in a range of
destination ports to use in the filter match.
This field only applies to TCP and UDP protocol
packets. This filed must also be greater or
equal to the ipIfFilter2DstPortStart field.ro INTEGER ( 0..65535 ) .1.3.6.1.4.1.33.10.16.3.3.1.11 |
ipIfFilter2SrcPortEndThe starting source port in a range of
source ports to use in the filter match.
This field only applies to TCP and UDP protocol
packets. This filed must also be greater or
equal to the ipIfFilter2SrcPortStart field.ro INTEGER ( 0..65535 ) .1.3.6.1.4.1.33.10.16.3.3.1.12 |
ipIfFilter2TcpSynThe value of the TCP SYN and ACK bit to
ues in the filter match. This field only
applies to TCP packets. On indicates
that the SYN bit is on and the ACK bit is
off. Off is any other combination.ro Enumeration .1.3.6.1.4.1.33.10.16.3.3.1.13 |
ipIfFilter2ProtocolPriorityControl the priority at which the packet for which
this filter is the best match should be placed on
the WAN output queue. None indicates that the
sending interfaces protocol priority should be used.rw Enumeration .1.3.6.1.4.1.33.10.16.3.3.1.14 |
xRip OBJECT IDENTIFIER .1.3.6.1.4.1.33.10.18 |
ripStateThe indication of whether this system participates
in RIP.rw Enumeration .1.3.6.1.4.1.33.10.18.1 |
ripStatusThe status of the RIP software.ro Enumeration .1.3.6.1.4.1.33.10.18.2 |
ripNetTableTable of RIP entries. SEQUENCE OF RipNetEntry .1.3.6.1.4.1.33.10.18.3 |
ripNetEntryA particular entry. RipNetEntry .1.3.6.1.4.1.33.10.18.3.1 |
ripNetNetThe IP Network to which this entry applies.ro IpAddress .1.3.6.1.4.1.33.10.18.3.1.1 |
ripNetStateThis value controls the RIP protocol on this
network.rw Enumeration .1.3.6.1.4.1.33.10.18.3.1.2 |
ripNetRipsInThe number of RIP packets received from routers on
this IP network.ro Counter .1.3.6.1.4.1.33.10.18.3.1.3 |
ripNetRipsOutThe number of RIP packets sent to routers on this
IP network.ro Counter .1.3.6.1.4.1.33.10.18.3.1.4 |
ripNetAlgorithmThis value controls the RIP algorithm on this
network.rw Enumeration .1.3.6.1.4.1.33.10.18.3.1.5 |
xlpd OBJECT IDENTIFIER .1.3.6.1.4.1.33.10.19 |
lpdQueueTableA list of lpd queues on the server. SEQUENCE OF LpdQueueEntry .1.3.6.1.4.1.33.10.19.1 |
lpdQueueEntryLpd parameter values plus counters for an
individual lpd queue. LpdQueueEntry .1.3.6.1.4.1.33.10.19.1.1 |
lpdQueueStatusStatus of this entry. Setting the value to
'invalid' invalidates the entry, corresponding
directly to the CLEAR/PURGE SERVER LPD QUEUE
command. Setting the value to 'valid' validates
(creates) the entry, corresonding directly to
the DEF/SET SERVER LPD QUEUE and lpd create
commands.rw Enumeration .1.3.6.1.4.1.33.10.19.1.1.1 |
lpdQueueNameName of the LPD queue, case sensitive.ro DisplayString .1.3.6.1.4.1.33.10.19.1.1.2 |
lpdQueuePortsList of ports assigned to the queue. An lpd queue
can be associated with more than 1 port. This
object corresponds to the port-list in the
DEF/SET SERVER LPD QUEUE and lpc/create commands.
The OCTET STRING contains a bitmap, with one bit for
each port, and enough octets for all the ports on
the system. Port numbers are as defined for
charPortIndex in the Character MIB [11].
Corresponding bit numbers start with 1 as the
high-order bit of the first octet.rw OCTET STRING .1.3.6.1.4.1.33.10.19.1.1.3 |
lpdQueueEnabledFlag indicates if the queue is enabled. A 'disabled'
queue will reject print requests from remote systems.
A 'enabled' queue accepts requests for printing.rw Enumeration .1.3.6.1.4.1.33.10.19.1.1.4 |
lpdQueueLfConversionFlag indicates if the queue is converting linefeeds
to linefeeds, carriagereturns. 'lfcr' does the
converion, 'lf' does not.rw Enumeration .1.3.6.1.4.1.33.10.19.1.1.5 |
lpdQueueTotalJobsThe total number of jobs on the queue. This number
should be equal to the number of active and waiting
jobs. (lpdQueueActive + lpdQueueWaiting)ro Gauge .1.3.6.1.4.1.33.10.19.1.1.6 |
lpdQueueActiveJobsThe number of active jobs on the queue. An active
job is a job that has been assigned a port is in the
process of receiving data from a remote host and
sending it out the port.ro Gauge .1.3.6.1.4.1.33.10.19.1.1.7 |
lpdQueueWaitingJobsThe number of waiting jobs on the queue. A waiting
job is a job that needs a port to send its data to.
This implies that the ports associated with this
queue are busy.ro Gauge .1.3.6.1.4.1.33.10.19.1.1.8 |
lpdQueueProcessedJobsThe total number of jobs processed by this queue
since server boot.ro Counter .1.3.6.1.4.1.33.10.19.1.1.9 |
lpdQueueFormFeedA control to determine how we will send out a formfeed
when printing a lpd job. formfeedafter: Send after job,
formfeedbefore: Send before job,
formfeednone: Send no formfeed.rw Enumeration .1.3.6.1.4.1.33.10.19.1.1.10 |
lpdQueueBypassControl for a queue to bypass a LPD port which has output
inhibited via flow control. Corresponds directly to the
value labeled 'Bypass' in the SERVER LPD QUEUE display.rw Enumeration .1.3.6.1.4.1.33.10.19.1.1.11 |
lpdJobTableA list of lpd jobs. SEQUENCE OF LpdJobEntry .1.3.6.1.4.1.33.10.19.2 |
lpdJobEntryA single lpd Job. LpdJobEntry .1.3.6.1.4.1.33.10.19.2.1 |
lpdJobStatusStatus of this entry. Setting this object to
'invalid' will remove the job from the queue.
Setting this object ot 'valid' has no effect since
the only way to create an lpd job is with the lpd
protocol.rw Enumeration .1.3.6.1.4.1.33.10.19.2.1.1 |
lpdJobNumberThe queue relative job number for this lpd job.
Job numbers are assigned as jobs are accepted onto
the queue. Job numbers are reset to 1 when they
reach a value greater than 1000 and the queue goes
empty.ro INTEGER .1.3.6.1.4.1.33.10.19.2.1.2 |
lpdJobAssignedPortThe number of the port assigned to the lpd job.ro INTEGER .1.3.6.1.4.1.33.10.19.2.1.3 |
lpdJobFileSizeThe size of the file being sent from the remote
system.ro INTEGER .1.3.6.1.4.1.33.10.19.2.1.4 |
lpdJobHostNameThe name of the host sending the job.ro DisplayString .1.3.6.1.4.1.33.10.19.2.1.5 |
lpdJobFileNameThe name of the file being sent.ro DisplayString .1.3.6.1.4.1.33.10.19.2.1.6 |
lpdJobStateThe current state of the lpd job. A typical job
transistions through the following states:
initialize->waiting->assigned->printingdata->
printingcontrol->completed.ro Enumeration .1.3.6.1.4.1.33.10.19.2.1.7 |
xSecurID OBJECT IDENTIFIER .1.3.6.1.4.1.33.10.20 |
securIDServerName0The Domain name of the first SecurID server to try
when the system verifies a SecurID PASSCODE. Corresponds
directly to SERVER SECURID SERVER0 and the
value labeled 'SecurID Server0:' in the
SERVER SECURID display.rw DisplayString .1.3.6.1.4.1.33.10.20.1 |
securIDServerName1The Domain name of the second SecurID server to try
when the system verifies a SecurID PASSCODE. Corresponds
directly to SERVER SECURID SERVER1 and the
value labeled 'SecurID Server1:' in the
SERVER SECURID display.rw DisplayString .1.3.6.1.4.1.33.10.20.2 |
securIDServerName2The Domain name of the third SecurID server to try
when the system verifies a SecurID PASSCODE. Corresponds
directly to SERVER SECURID SERVER2 and the
value labeled 'SecurID Server2:' in the
SERVER SECURID display.rw DisplayString .1.3.6.1.4.1.33.10.20.3 |
securIDServerName3The Domain name of the fourth SecurID server to try
when the system verifies a SecurID PASSCODE. Corresponds
directly to SERVER SECURID SERVER3 and the
value labeled 'SecurID Server3:' in the
SERVER SECURID display.rw DisplayString .1.3.6.1.4.1.33.10.20.4 |
securIDServerName4The Domain name of the fifth SecurID server to try
when the system verifies a SecurID PASSCODE. Corresponds
directly to SERVER SECURID SERVER4 and the
value labeled 'SecurID Server4:' in the
SERVER SECURID display.rw DisplayString .1.3.6.1.4.1.33.10.20.5 |
securIDMaxRetriesThe maximum number of times the server will
try any single SecurID server to validate a
PASSCODE. Corresponds directly to SERVER SECURID
ACMMAXRETRIES and the value labeled 'SecurID
ACMMAXRETRIES:' in the SERVER SECURID display.rw INTEGER .1.3.6.1.4.1.33.10.20.6 |
securIDBaseTimeoutThe initial timeout value to be used between prompts
for a SecurID PASSCODE.
Corresponds directly to SERVER SECURID
ACMBASETIMEOUT and the value labeled 'SecurID
ACMBASETIMEOUT:' in the SERVER SECURID display.rw INTEGER .1.3.6.1.4.1.33.10.20.7 |
securIDPortThe UDP port number to be used when communicating
with the SecurID servers. Corresponds directly to
SERVER SECURID ACM_PORT and the value labeled 'SecurID
ACM_PORT:' in the SERVER SECURID display.rw INTEGER .1.3.6.1.4.1.33.10.20.8 |
securIDQueryLimitThe maximum number of times a user will be queried
for a SecurID PASSCODE before being logged out.
Corresponds directly to
SERVER SECURID QUERY LIMIT and the value labeled 'SecurID
Query Limit:' in the SERVER SECURID display.rw INTEGER .1.3.6.1.4.1.33.10.20.9 |
securIDEncryptionModeThe type of encryption to use in SecurID validation.
Corresponds directly to the value labeled 'Encryption
Mode' in the SERVER SECURID display.rw Enumeration .1.3.6.1.4.1.33.10.20.10 |
securIDInsecureLoginsThe number of user logins on ports for which
SecurID user verification is not enabled.
Corresponds directly to the value labeled 'Logins
without SecurID:' in the SERVER SECURID display.ro Counter .1.3.6.1.4.1.33.10.20.11 |
securIDSecureLoginsThe number of successful user logins on ports for
which SecurID user verification is enabled.
Corresponds directly to the value labeled
'Successful Logins:' in the SERVER SECURID
display.ro Counter .1.3.6.1.4.1.33.10.20.12 |
securIDSecureLoginsFailedThe number of verification failures due to
incorrect PASSCODE for attempted user logins
on ports for which SecurID user verification is
enabled. Corresponds directly to the value labeled
'Unsuccessful Logins:' in the SERVER SECURID
display.ro Counter .1.3.6.1.4.1.33.10.20.13 |
securIDServerAccess0The number of times the system successfully
accessed the SecurID server0. Corresponds
directly to the value labeled 'Attempts to access:',
'Server0', and 'Successful:' in the SERVER SECURID
display.ro Counter .1.3.6.1.4.1.33.10.20.14 |
securIDServerAccessFailed0The number of times the system unsuccessfully
accessed the SecurID server0. Corresponds
directly to the value labeled 'Attempts to access:',
'Server0', and 'UnSuccessful:' in the SERVER SECURID
display.ro Counter .1.3.6.1.4.1.33.10.20.15 |
securIDServerAccess1The number of times the system successfully
accessed the SecurID server1. Corresponds
directly to the value labeled 'Attempts to access:',
'Server1', and 'Successful:' in the SERVER SECURID
display.ro Counter .1.3.6.1.4.1.33.10.20.16 |
securIDServerAccessFailed1The number of times the system unsuccessfully
accessed the SecurID server1. Corresponds
directly to the value labeled 'Attempts to access:',
'Server1', and 'UnSuccessful:' in the SERVER SECURID
display.ro Counter .1.3.6.1.4.1.33.10.20.17 |
securIDServerAccess2The number of times the system successfully
accessed the SecurID server2. Corresponds
directly to the value labeled 'Attempts to access:',
'Server2', and 'Successful:' in the SERVER SECURID
display.ro Counter .1.3.6.1.4.1.33.10.20.18 |
securIDServerAccessFailed2The number of times the system unsuccessfully
accessed the SecurID server2. Corresponds
directly to the value labeled 'Attempts to access:',
'Server2', and 'UnSuccessful:' in the SERVER SECURID
display.ro Counter .1.3.6.1.4.1.33.10.20.19 |
securIDServerAccess3The number of times the system successfully
accessed the SecurID server3. Corresponds
directly to the value labeled 'Attempts to access:',
'Server3', and 'Successful:' in the SERVER SECURID
display.ro Counter .1.3.6.1.4.1.33.10.20.20 |
securIDServerAccessFailed3The number of times the system unsuccessfully
accessed the SecurID server3. Corresponds
directly to the value labeled 'Attempts to access:',
'Server3', and 'UnSuccessful:' in the SERVER SECURID
display.ro Counter .1.3.6.1.4.1.33.10.20.21 |
securIDServerAccess4The number of times the system successfully
accessed the SecurID server4. Corresponds
directly to the value labeled 'Attempts to access:',
'Server4', and 'Successful:' in the SERVER SECURID
display.ro Counter .1.3.6.1.4.1.33.10.20.22 |
securIDServerAccessFailed4The number of times the system unsuccessfully
accessed the SecurID server4. Corresponds
directly to the value labeled 'Attempts to access:',
'Server4', and 'UnSuccessful:' in the SERVER SECURID
display.ro Counter .1.3.6.1.4.1.33.10.20.23 |
securIDErrorPortIndexThe index of the most recent port on which a SecurID
access violation occurred. Corresponds
directly to the value labeled 'Last Unsuccessful
Login:' in the SERVER SECURID display.ro INTEGER .1.3.6.1.4.1.33.10.20.24 |
securIDErrorThe error number of the most recent SecurID-related
error. Corresponds directly to the value labeled
'Reason:' in the SERVER SECURID display. See
MRV In-Reach documentation for a complete list of
error numbers and their meaning.ro INTEGER .1.3.6.1.4.1.33.10.20.25 |
securIDErrorUsernameThe username associated with the most recent
SecurID-related error. Corresponds directly to the value
labeled 'Username:' in the SERVER SECURID display.ro DisplayString .1.3.6.1.4.1.33.10.20.26 |
securIDPortTableA list of SecurID character port entries. SEQUENCE OF SecurIDPortEntry .1.3.6.1.4.1.33.10.20.27 |
securIDPortEntryParameter values for a SecurID port. SecurIDPortEntry .1.3.6.1.4.1.33.10.20.27.1 |
securIDPortIndexAn index value that uniquely identifies a port
could relate to SecurID. The port identified by a
particular value of this index is the same port as
identified by charPortIndex in the Proposed Standard
Internet Character MIB.ro INTEGER .1.3.6.1.4.1.33.10.20.27.1.1 |
securIDPortStatusA control indicating the level of SecurID
operation on the port. Corresponds directly to PORT
SECURID and the value 'SecurID' following the
label 'Enabled Characteristics' in the PORT
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.10.20.27.1.2 |
xSsh OBJECT IDENTIFIER .1.3.6.1.4.1.33.10.23 |
sshPortTableA list of SSH port entries SEQUENCE OF SshPortEntry .1.3.6.1.4.1.33.10.23.1 |
sshPortEntryParameter values for an SSH port. SshPortEntry .1.3.6.1.4.1.33.10.23.1.1 |
sshPortIndexAn index value that uniquely identifies an SSH port. The port
identified by a particular value of this index is the same port as
identified by charPortIndex in the proposed standard Internet
Character MIB.ro INTEGER .1.3.6.1.4.1.33.10.23.1.1.1 |
sshPortIncomingTcpPortSpecifies the TCP port number used to identify the port when a SSH
connection request arrives at the server. The default for a physical
port is 2022 + 100 * port's physical port number. The default is 22
for virtual ports. Corresponds directly to the value labeled 'Remote
Port:' in the PORT SSH CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.10.23.1.1.2 |
sshPortNewlineFilteringTranslation to apply to newline sequences (CR/NULL or CR/LF) received
from the network during a SSH session, before sending the newline to
the character port. The value indicates which input sequence is
converted to which output sequence and sent to the
character port, with 'none' meaning no translation.
Corresponds directly to the value labeled 'Newline Filtering:'
in the PORT SSH CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.10.23.1.1.3 |
sshPortNewlineTranslation to apply to newline (carriage return) received from the
character port during an SSH session, before sending the newline to the
remote partner. Corresponds directly to the value labeled 'Newline:'
in the PORT SSH CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.10.23.1.1.4 |
sshPortTransmitBufferedTimeNumber of milliseconds to wait before transmitting data received from
a character port during an interactive SSH session.
Corresponds directly to the value labeled 'Transmit Buffered Time:' in
the PORT SSH CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.10.23.1.1.5 |
sshPortRemoteProtocolIndicates which remote protocols will be accepted at this port.
Corresponds indirectly to the presence of 'Telnet' or 'SSH' under the
label 'Enabled Characteristics:' in the PORT SSH CHARACTERISTICS
display. If both protocols are accepted at the port, the choice of
protocol is determined by which features are enabled on the server with
SSH taking precedence over Telnet.rw Enumeration .1.3.6.1.4.1.33.10.23.1.1.6 |
sshPortBreakSequenceA sequence of characters, which together define the break function. If
this string is received from the SSH connection from across the network,
the port will send a hardware break out of the serial port. The first
character must be a carriage return ('\r'), and no more carriage
returns may appear in the sequence. The second character must not be
a NULL, or a line-feed ('\n'). Send a NULL to remove the break sequence.
If the sequence exists, it must have two to four characters.rw OCTET STRING .1.3.6.1.4.1.33.10.23.1.1.7 |
sshCipherMaskThis is a list of the encryption methods supported.
The OCTET STRING contains a bitmap, with one bit for each cipher type.
Corresponding bit numbers start with 0 as the low-order bit of the
second octet. The following bit positions are defined:
none(0), des(2), tripleDes(3), and blowfish(6). Corresponds directly to
the value labeled 'SSH Cipher Enabled:' in the SERVER SSH
CHARACTERISTICS display.rw OCTET STRING .1.3.6.1.4.1.33.10.23.2 |
sshAuthenticationTimeoutThe timeout in minutes before disconnecting if no successful
authentication of SSH parties has been made. Corresponds directly to
the value labeled 'Authentication Timeout:' in the SERVER SSH
CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.10.23.3 |
sshHostKeyLengthThe bit length of the SSH host encryption key. When modified, the
desired change does not occur until the next system initialization.
Corresponds directly to the value labeled 'Host Key Length:' in the
SERVER SSH CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.10.23.4 |
sshHostKeyGenerateFor a set-request with a value of generate or update, a new host key
will be generated in the background. When modified with generate, the
desired change does not occur until the next system initialization
whereas when modified with update the change goes into effect upon
completion of the new key.
In response to a get-request or a get-next-request the agent will
respond ready except when a host key is being created in which case
the agent responds generate.rw Enumeration .1.3.6.1.4.1.33.10.23.5 |
sshServerKeyLengthThe bit length of the SSH server encryption key. The difference between
the server and host key lengths should be greater than 128 bits.
Corresponds directly to the value labeled 'Server Key Length:' in the
SERVER SSH CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.10.23.6 |
sshServerKeyTtlThe time in minutes that the server key remains valid. After this time
the server key is automatically re-generated. Corresponds directly to
the value labeled 'Server Key Timeout:' in the SERVER SSH
CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.10.23.7 |
sshServerMaxBufferSizeThe size of the four buffers used by SSH for input and
output. These buffers are used for data coming from the
console, going to the network, coming from the network and
going to the console.rw INTEGER .1.3.6.1.4.1.33.10.23.8 |
xEthernet OBJECT IDENTIFIER .1.3.6.1.4.1.33.11 |
etherTableA list of generic entries. SEQUENCE OF EtherEntry .1.3.6.1.4.1.33.11.1 |
etherEntryGeneric status and parameter values for an Ethernet
interface. EtherEntry .1.3.6.1.4.1.33.11.1.1 |
etherIndexAn index value that uniquely identifies an Ethernet
interface. The interface identified by a particular
value of this index is the same interface as
identified by the same value of ifIndex.ro INTEGER .1.3.6.1.4.1.33.11.1.1.1 |
etherAlignmentErrorsA count of frames received on a particular
interface that are not an integral number of octets
in length and do not pass the FCS check.ro Counter .1.3.6.1.4.1.33.11.1.1.2 |
etherFCSErrorsA count of frames received on a particular
interface that are an integral number of octets in
length that do not pass the FCS check.ro Counter .1.3.6.1.4.1.33.11.1.1.3 |
etherTxTableA list of Ethernet transmit entries. SEQUENCE OF EtherTxEntry .1.3.6.1.4.1.33.11.2 |
etherTxEntryTransmit status and parameter values for an
Ethernet interface. EtherTxEntry .1.3.6.1.4.1.33.11.2.1 |
etherTxIndexAn index value that uniquely identifies an Ethernet
interface. The interface identified by a particular
value of this index is the same interface as
identified by the same value of ifIndex.ro INTEGER .1.3.6.1.4.1.33.11.2.1.1 |
etherTxSingleCollisionFramesA count of successfully transmitted frames on a
particular interface for which transmission is
inhibited by exactly one collision. A frame that is
counted by an instance of this object is also
counted by the corresponding instance of either the
ifOutUcastPkts or ifOutNUcastPkts object and is not
counted by the corresponding instance of the
etherTxMultipleCollisionFrames object.ro Counter .1.3.6.1.4.1.33.11.2.1.2 |
etherTxMultipleCollisionFramesA count of successfully transmitted frames on a
particular interface for which transmission is
inhibited by more than one collision. A frame that
is counted by an instance of this object is also
counted by the corresponding instance of either the
ifOutUcastPkts or ifOutNUcastPkts object and is not
counted by the corresponding instance of the
etherTxSingleCollisionFrames object.ro Counter .1.3.6.1.4.1.33.11.2.1.3 |
etherMulticastTableA list of etherMulticast entries. SEQUENCE OF EtherMulticastEntry .1.3.6.1.4.1.33.11.3 |
etherMulticastEntryEtherMulticast status and parameter values for an
Ethernet interface. EtherMulticastEntry .1.3.6.1.4.1.33.11.3.1 |
etherMulticastIndexAn index value that uniquely identifies an Ethernet
interface. The interface identified by a particular
value of this index is the same interface as
identified by the same value of ifIndex.ro INTEGER .1.3.6.1.4.1.33.11.3.1.1 |
etherMulticastBytesInA count of frames successfully received on a
particular interface and for which the destination
address multicast bit was set. Bytes that are
counted by an instance of this object are also
counted by the corresponding instance of the
ifInOctets object.ro Counter .1.3.6.1.4.1.33.11.3.1.2 |
etherMulticastBytesOutA count of successfully frames successfully
transmitted on a particular interface and for which
the destination address multicast bit was set.
Bytes that are counted by an instance of this object
are also counted by the corresponding instance of
the ifOutOctets object.ro Counter .1.3.6.1.4.1.33.11.3.1.3 |
etherXTxTableA list of Ethernet extended transmit entries. SEQUENCE OF EtherXTxEntry .1.3.6.1.4.1.33.11.4 |
etherXTxEntryExtended transmit status and parameter values for
an Ethernet interface. EtherXTxEntry .1.3.6.1.4.1.33.11.4.1 |
etherXTxIndexAn index value that uniquely identifies an Ethernet
interface. The interface identified by a particular
value of this index is the same interface as
identified by the same value of ifIndex.ro INTEGER .1.3.6.1.4.1.33.11.4.1.1 |
etherXTxExcessiveCollisionsA count of frames for which transmission on a
particular interface fails due to excessive
collisions.ro Counter .1.3.6.1.4.1.33.11.4.1.2 |
xBootClient OBJECT IDENTIFIER .1.3.6.1.4.1.33.12 |
bootClientStatusThe overall status of the bootstrapping operation,
including, for example, what is presently happening
and error information.ro DisplayString .1.3.6.1.4.1.33.12.1 |
xCharacter OBJECT IDENTIFIER .1.3.6.1.4.1.33.13 |
xBasic OBJECT IDENTIFIER .1.3.6.1.4.1.33.13.1 |
basicBroadcastControl for user ability to broadcast messages to
other local ports. Corresponds directly to SERVER
BROADCAST and the presence of the label 'Broadcast'
following the label 'Enabled Characteristics:' in
the SERVER CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.13.1.1 |
basicErrorReportControl for server display of an error when the
user gives an unsupported command. Corresponds
directly to SERVER REPORT ERRORS and the presence of
the label 'Report Errors' following the label
'Enabled Characteristics:' in the SERVER
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.13.1.2 |
basicLockControl for user ability to use a password to
protect a logged in terminal from other users.
Corresponds directly to SERVER LOCK and the presence
of the label 'Lock' following the label 'Enabled
Characteristics:' in the SERVER CHARACTERISTICS
display.rw Enumeration .1.3.6.1.4.1.33.13.1.3 |
basicInactivityTimerNumber of minutes a terminal may remain logged in
with no sessions, no input or output, and no modem
transitions. Corresponds directly to SERVER
INACTIVITY TIMER and the value labeled 'Inactivity
Timer:' in the SERVER CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.13.1.4 |
basicPasswordRetryLimitNumber of times the server allows a user to retry
an incorrect password. Corresponds directly to
SERVER PASSWORD LIMIT and the value labeled
'Password Limit:' in the SERVER CHARACTERISTICS
display.rw INTEGER .1.3.6.1.4.1.33.13.1.5 |
basicPrivilegedPasswordThe password a user must enter to become
privileged.
For security reasons, reading this object always
returns a zero-length value. Corresponds directly
to SERVER PRIVILEGED PASSWORD.rw DisplayString .1.3.6.1.4.1.33.13.1.6 |
basicLoginPasswordThe password a user must enter to be given the
opportunity to log in. For security reasons,
reading this object always returns a zero-length
value. Corresponds directly to SERVER LOGIN
PASSWORD.rw DisplayString .1.3.6.1.4.1.33.13.1.7 |
basicLoginPromptThe text string the server displays to prompt a
user for the login password. Corresponds directly
to SERVER LOGIN PROMPT.rw DisplayString .1.3.6.1.4.1.33.13.1.8 |
basicWelcomeThe text string the server displays before
attempting to log in a user. Corresponds directly
to SERVER WELCOME and the value labeled 'Welcome:'
in the SERVER CHARACTERISTICS display.rw DisplayString .1.3.6.1.4.1.33.13.1.9 |
basicActivePortsThe number of ports with connected sessions or
logged in users. Corresponds directly to the value
labeled 'Active Ports:' and 'Cur' in the SERVER
STATUS display.ro Gauge .1.3.6.1.4.1.33.13.1.10 |
basicActivePortsHighThe highest value of basicActivePorts since system
initialization. Corresponds directly to the value
labeled 'Active Ports:' and 'High' in the SERVER
STATUS display.ro Gauge .1.3.6.1.4.1.33.13.1.11 |
basicActiveUsersThe number of logged in users. Corresponds
directly to the value labeled 'Active Users:' and
'Cur' in the SERVER STATUS display.ro Gauge .1.3.6.1.4.1.33.13.1.12 |
basicActiveUsersHighThe highest value of basicActiveUsers since system
initialization. Corresponds directly to the value
labeled 'Active Users:' and 'High' in the SERVER
STATUS display.ro Gauge .1.3.6.1.4.1.33.13.1.13 |
basicSessionsThe total number of connected sessions.
Corresponds directly to the value labeled 'Connected
Sessions:' and 'Cur' in the SERVER STATUS display.ro Gauge .1.3.6.1.4.1.33.13.1.14 |
basicSessionsHighThe highest value of basicSessions since system
initialization. Corresponds directly to the value
labeled 'Connected Sessions:' and 'High' in the
SERVER STATUS display.ro Gauge .1.3.6.1.4.1.33.13.1.15 |
basicSessionsLimitThe maximum total number of sessions that can
simultaneously be connected to the system. A value
of -1 indicates no limit up to available dynamic
system memory. Corresponds directly to SERVER
SESSION LIMIT and the value labeled 'Connected
Sessions:' and 'Max' in the SERVER STATUS display.rw INTEGER (-1..255) .1.3.6.1.4.1.33.13.1.16 |
basicPortTableA list of basic character port entries. SEQUENCE OF BasicPortEntry .1.3.6.1.4.1.33.13.1.17 |
basicPortEntryBasic parameter values for a port. BasicPortEntry .1.3.6.1.4.1.33.13.1.17.1 |
basicPortIndexAn index value that uniquely identifies a port.
The port identified by a particular value of this
index is the same port as identified by
charPortIndex in the standard Character MIB.ro INTEGER .1.3.6.1.4.1.33.13.1.17.1.1 |
basicPortDefaultDestActionThe action to take relative to
basicPortDefaultDestName. Corresponds directly to
PORT DEDICATED/PREFERRED SERVICE and the label
'Dedicated/Preferred Service:' in the PORT
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.2 |
basicPortDefaultDestProtocolThe session protocol to use with
basicPortDefaultDestName. Corresponds directly to
LAT/TELNET PORT DEDICATED/PREFERRED SERVICE.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.3 |
basicPortDefaultDestNameThe default name to use in forming a connection
when no other name is specified. Corresponds
directly to PORT DEDICATED/PREFERRED SERVICE and the
value labeled 'Dedicated/Preferred Service:' in the
PORT CHARACTERISTICS display. If the value of
basicPortDefaultDestProtocol is 'telnet', an
Internet port number may be included on the end of
the name, delimited with a colon (':'). If the
value of basicPortDefaultDestProtocol is not
'telnet', then the maximum length is 16.rw DisplayString .1.3.6.1.4.1.33.13.1.17.1.4 |
basicPortDefaultDestLATNodeNameA LAT node name to use with
basicPortDefaultDestName. Corresponds directly to
PORT DEDICATED/PREFERRED SERVICE NODE and the value
labeled 'Node:' following the label
'Dedicated/Preferred Service:' in the PORT
CHARACTERISTICS display. This object can have a
non- zero-length value only if the value of
basicPortDefaultDestProtocol is 'lat'.rw DisplayString .1.3.6.1.4.1.33.13.1.17.1.5 |
basicPortDefaultDestLATPortNameA LAT port name to use with
basicPortDefaultDestName. Corresponds directly to
PORT DEDICATED/PREFERRED SERVICE NODE and the value
labeled 'Node:' following the label
'Dedicated/Preferred Service:' in the PORT
CHARACTERISTICS display. this object can hav a
non-zero-length value only if the value if
basicPortDefaultDestProtocol is 'lat'rw DisplayString .1.3.6.1.4.1.33.13.1.17.1.6 |
basicPortAutoConnectControl for automatic session connection.
Corresponds directly to PORT AUTOCONNECT and the
presence of the label 'Autoconnect' following the
label 'Enabled Characteristics:' in the PORT
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.7 |
basicPortAutoLoginControl for automatic port login. Corresponds
directly to PORT AUTODEDICATED and the presence of
the label 'Autodedicated' following the label
'Enabled Characteristics:' in the PORT
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.8 |
basicPortBroadcastControl for display of messages sent by users on
other ports. Corresponds directly to PORT BROADCAST
and the presence of the label 'Broadcast' following
the label 'Enabled Characteristics:' in the PORT
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.9 |
basicPortConnectResumeControl for behavior of a connection attempt to a
destination where the port already has a connection.
'disabled' causes a new connection. 'enabled'
causes the existing connection to become the active
connection. Corresponds directly to PORT
CONNECTRESUME and the presence of the label
'Connectresume' following the label 'Enabled
Characteristics:' in the PORT CHARACTERISTICS
display.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.10 |
basicPortDialupDefines whether the port should be considered as
connected to a dialup line. 'enabled' means that it
is. Corresponds directly to PORT DIALUP and the
presence of the label 'Dial Up' following the label
'Enabled Characteristics:' in the PORT
CHARACTERISTICS display. This object is not available
on units that do not support modem signals (ie 2220).rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.11 |
basicPortIdleTimeoutThe number of minutes the system will allow a
session to have no activity before automatically
disconnecting it. A value of -1 indicates no
timeout. Zero is not a valid value. Corresponds
directly to PORT IDLE TIMEOUT and the value labeled
'Idle Timeout:' in the PORT ALTERNATE
CHARACTERISTICS display.rw INTEGER (-1..480) .1.3.6.1.4.1.33.13.1.17.1.12 |
basicPortInactivityLogoutControl for the system automatically logging the
port out when it has no sessions, no local activity,
and no modem signal changes for the time period
specified by basicInactivityTimer. Corresponds
directly to PORT INACTIVITY LOGOUT and the presence
of the label 'Inactivity Logout' following the label
'Enabled Characteristics:' in the PORT
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.13 |
basicPortLossNotificationControl for the system sending a Bell character to
the port when it looses an input character due to an
overrun or data error. Corresponds directly to PORT
LOSS NOTIFICATION and the presence of the label
'Loss Notification' following the label 'Enabled
Characteristics:' in the PORT CHARACTERISTICS
display.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.14 |
basicPortMessageCodesControl for including error numbers in error
messages displayed on the port. Corresponds
directly to PORT MESSAGE CODES and the presence of
the label 'Message Codes' following the label
'Enabled Characteristics:' in the PORT
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.15 |
basicPortMultisessionsControl for running the multisession line protocol
between the port and the locally-connected terminal.
Corresponds directly to PORT MULTISESSIONS and the
presence of the label 'Multisessions' following the
label 'Enabled Characteristics:' in the PORT
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.16 |
basicPortDefaultUserNameDefault user name to use for automatically logging
in the port. Corresponds directly to PORT USERNAME
and the value labeled 'Port n:' in the PORT
CHARACTERISTICS display.rw DisplayString .1.3.6.1.4.1.33.13.1.17.1.17 |
basicPortVerificationControl for display of informational messages on
the port when the user connects, disconnects, or
switches a session. Corresponds directly to PORT
VERIFICATION and the presence of the label
'Verification' following the label 'Enabled
Characteristics:' in the PORT CHARACTERISTICS
display.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.18 |
basicPortDefaultProtocolThe session protocol to use when not otherwise
specified. Corresponds directly to PORT RESOLVE
SERVICE and the value labeled 'Resolve Service:' in
the PORT ALTERNATE CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.19 |
basicPortLoginsThe number of logins on the port since system
initialization. Corresponds directly to the value
labeled 'Local Accesses:' in the PORT COUNTERS
display.ro Counter .1.3.6.1.4.1.33.13.1.17.1.20 |
basicPortRemoteSessionsThe number of remotely originating sessions to the
port since system initialization. Corresponds
directly to the value labeled 'Remote Accesses:' in
the PORT COUNTERS display.ro Counter .1.3.6.1.4.1.33.13.1.17.1.21 |
basicPortIdleTimeoutsThe number of session disconnects due to expiration
of basicPortIdleTimeout. Corresponds directly to
the value labeled 'Idle Timeouts:' in the PORT
COUNTERS display.ro Counter .1.3.6.1.4.1.33.13.1.17.1.22 |
basicPortStatusThe current operational status of the port.
Corresponds directly to the value labeled 'Status:'
in the PORT STATUS display.ro Enumeration .1.3.6.1.4.1.33.13.1.17.1.23 |
basicPortLastInCharacterThe character that most recently came into the
port. Corresponds directly to the value labeled
'Last Char Input:' in the PORT STATUS display.ro INTEGER .1.3.6.1.4.1.33.13.1.17.1.24 |
basicPortLastOutCharacterThe character that most recently went out of the
port. Corresponds directly to the value labeled
'Last Char Output:' in the PORT STATUS display.ro INTEGER .1.3.6.1.4.1.33.13.1.17.1.25 |
basicPortActiveUserNameThe user name currently logged into the port.
Corresponds directly to the value by the port number
and labeled 'Username' in the USERS display.ro DisplayString .1.3.6.1.4.1.33.13.1.17.1.26 |
basicPortDefaultSessionModeData recognition mode when starting a session,
with the following meanings:
interactive locally recognize all controls
binary recognize only session protocol
(corresponds to PASSALL)
binaryWithFlow recognize only XON and XOFF
(corresponds to PASTHRU
transparent recognize no data
Corresponds directly to PORT DEFAULT SESSION MODE
and the value labeled 'Default Session Mode:' in
the PORT ALTERNATE CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.27 |
basicPortZeroControl to zero counters for the port. In response
to a get-request or get-next-request, the agent
always returns 'ready' for this value. Setting the
value to 'ready' has no effect. Setting it to
'execute' causes the port's counters to be zeroed.
Corresponds to the ZERO PORT command.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.28 |
basicPortZeroTimeThe number of hundredths of a second since the most
recent zeroing of the port's counters, such as
through execution of basicPortZero. Corresponds
directly to the value labeled 'Seconds Since
Zeroed:' in the PORT COUNTERS display.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.33.13.1.17.1.29 |
basicPortUnixCommandsControl to allow the user to use Unix-style
commands the port.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.30 |
basicPortSessionModeData recognition mode for an active session, with
the following meanings:
interactive locally recognize all controls
binary recognize only session protocol
(corresponds to PASSALL)
binaryWithFlow recognize only XON and XOFF
(corresponds to PASTHRU
transparent recognize no data
noActiveSessions no sessions on this port.
This object can be set to values of 1 to 4, but
only if there is an active session on the port.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.31 |
basicPortRemoteDisconnectNotifyIf enabled, a BELL (ctrl G) will be sent out the
serial port when a remote session is disconnected
and the port is logged out.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.32 |
basicPortDefaultDestControlledA control to send preconfigured controlled port session
strings when entering or exiting a session established to
the basicPortDefaultDestName. Corresponds directly to the
value labeled '(Controlled)' following the label
'Dedicated/Preferred Service:' in the PORT CHARACTERISTICS
display.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.33 |
basicPortControlledPortLoginA control string to send out the serial port upon
port login. Corresponds to the hexadecimal code which is
represented in ASCII following the label
'Controlled Port Login:' in the PORT CONTROLLED display.rw OCTET STRING .1.3.6.1.4.1.33.13.1.17.1.34 |
basicPortControlledPortLogoutA control string to send out the serial port upon
port logout. Corresponds to the hexadecimal code which is
represented in ASCII following the label
'Controlled Port Logout:' in the PORT CONTROLLED display.rw OCTET STRING .1.3.6.1.4.1.33.13.1.17.1.35 |
basicPortControlledSessionInitializeA control string to send out the serial port upon
entering a session. Corresponds to the hexadecimal code
which represented in ASCII following the label
'Controlled Session Initialize:' in the PORT CONTROLLED
display.rw OCTET STRING .1.3.6.1.4.1.33.13.1.17.1.36 |
basicPortControlledSessionTerminateA control string to send out the serial port upon
exiting a session. Corresponds to the hexadecimal code
which is represented in ASCII following the label
'Controlled Session Terminate:' in the PORT CONTROLLED
display.rw OCTET STRING .1.3.6.1.4.1.33.13.1.17.1.37 |
basicPortRloginTransparentModeA control to pass x'ff' as binary data, not doubling x'ff'.
Similar to basicPortSessionMode = transparent but for
a rlogin session.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.38 |
basicPortLoginDurationThe amount of time in minutes that a port may remain logged in
regardless of the activity on the port. The value 0 indicates
that the timer is disabled. Corresponds directly to the value
labeled 'Login Duration:' in the PORT ALTERNATE CHARACTERISTICS
display.rw INTEGER .1.3.6.1.4.1.33.13.1.17.1.39 |
basicPortOutboundSecurityControl to disable outbound security, which can be either
Kerberos or SecureID, on a per port basis. Corresponds
directly to the presence of the value 'OutboundSecurity'
following the label 'Enabled Characteristics' in the PORT
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.40 |
basicPortXonTimerIndicates the number of seconds between successive 'XON's sent
out a port. A zero signifies that the timer is disabled.
Corresponds directly to the value labeled 'Xon Send Timer:' in
the PORT ALTERNATE CHARACTERISTICS display.rw INTEGER ( 0..2550 ) .1.3.6.1.4.1.33.13.1.17.1.41 |
basicPortDefaultDedicatedSessionTypeThis integer is interpreted as a bit mask that specifies the
default session type for a
dedicated service for this port. The bit numbers are:
1;service name, 2;node name, 3;port name, 4, telnet
console; 5, rlogin; 6, bridge console; 7, chassis console.rw INTEGER ( 0..168 ) .1.3.6.1.4.1.33.13.1.17.1.42 |
basicPortIdleTimeReceiveControl to restrict the basicPortIdleTimeout to apply to data
received from the network and transmitted out the serial port.
Data received by the serial port will not be considered
activity. Corresponds directly to the value labeled 'Idle
Time Receive Mode:' in the PORT ALTERNATE CHARACTERISTICS
display.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.43 |
basicPortIdleTimeTransmitControl to restrict the basicPortIdleTimeout to apply to data
received from the serial port and transmitted out the LAN.
Data received from the network will not count as activity.
Corresponds directly to the value labeled 'Idle Time Transmit
Mode:' in the PORT ALTERNATE CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.44 |
basicPortZeroDisconnectSessionA control to disconnect a session at Port 0 when the
password limit is reached.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.45 |
basicPortConsolePortControl to configure this port as a console port. This
control is only valid on those models with variable
configuration ports. This object can only be set enabled;
and doing so will disable basicPortSensor
and basicPortAlarmControl.
A set will only update the permanent database. Use a
charPortReset for this change to take effect.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.46 |
basicPortLoginPasswordThe password a user must enter to be given the
opportunity to log in to a given port. For security
reasons reading this object always returns a zero-length
value. Corresponds directly to PORT LOGIN PASSWORD.rw DisplayString .1.3.6.1.4.1.33.13.1.17.1.47 |
basicPortSensorControl to configure this port as a temperature and humidity
sensor. This control is only valid on those models with
variable configuration ports. This object can only be set
enabled; and doing so will disable basicPortConsolePort
and basicPortAlarmControl.
A set will only update the permanent database. Use a
charPortReset for this change to take effect.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.48 |
basicPortAlarmControlControl to configure this port for alarm input and control
output. This control is
only valid on those models with variable configuration ports.
This object can only be set enabled; and doing so will
disable basicPortConsolePort and basicPortSensor.
A set will only update the permanent database. Use a
charPortReset for this change to take effect.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.49 |
basicPortCommandLoggingA control to toggle logging of commands at this port.
Command input may be logged from direct terminal
connections, session input from the LAN, or session output
to the LAN. Corresponds directly to the presence of 'Command
Logging' under the label 'Enabled Characteristics:' in the
PORT CHARACTERISTICS display. The desired change will not
take effect until the port is logged off.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.50 |
basicPortBreakSequenceA sequence of characters to be sent out the serial port on
receipt of a Break from the network in lieu of a hardware
break. The sequence entered by the user is converted into
an octet string up to four bytes long to be sent out the
serial port. For example, the user's representation of
octal 2, or '\002', takes four characters in
basicPortBreakSequence; but only one byte in the string
sent out the serial port.rw OCTET STRING .1.3.6.1.4.1.33.13.1.17.1.51 |
basicPortTl1ModeControls the TL1 mode of a port. Valid TL1 modes are human-
to-machine language (hml), machine-to-machine language
(mml), and MML without echo. MML is for direct connection
to another TL1 device whereas HML provides human prompts.
A change takes effect after logging out the port.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.53 |
basicPortTl1ConsoleControls whether this port becomes the TL1 console
receiving and displaying autonomous reports of alarm
events. A change takes effect after logging out the port.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.54 |
basicPortFallThroughControl to allow a user to login to a port after RADIUS
or SecurID authentication fails because the RADIUS servers
or SecurID servers are unavailable. When a user is logged
in via 'fallthrough', he is logged in to the port as a
non-privileged user. The change takes effect after logging
out the port.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.55 |
basicPortCommandLoggingSuppressControlCharactersControl to toggle suppression of control characters in the
command log. This object can only be set to enabled
when command logging is enabled on that port.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.56 |
basicPortDataLoggingControl to toggle data logging on the specified port.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.57 |
basicPortDataLoggingSuppressControlCharactersControl to toggle suppression of control characters in the
data log. This object can only be set to enabled
when data logging is enabled on that port.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.58 |
basicPortOnboardSecurityA control to toggle onboard security for this port where
the username and password are authenticated against an
internal access list. The desired change will not take
effect until the port is logged off.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.59 |
basicPortFallBackControl to allow a 'fallback' authentication mechanism
after RADIUS or SecurID authentication fails because the
RADIUS or SecurID servers are unavailable. Onboard
security, an internal security database, is
used for fallback authentication. The user in fallback
mode must enter a valid username and password to be
successfully logged in. The change takes effect after
logging out the port.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.60 |
basicPortAlarmMasterControl to configure this port for high densitiy alarm
input and control output management. This control is
only valid on those models with variable configuration ports.
This object can only be set enabled; and doing so will
disable basicPortConsolePort, basicPortSensor and
basicPortAlarmControl. A set will only update the permanent
database. Use a charPortReset for this change to take effect.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.61 |
basicPortAlarmMasterAccountingControl to toggle logging of alarm events on this port.
Use a charPortReset for this change to take effect.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.62 |
basicPortAlarmMasterAudibleAlarmControl whether the alarm will have an audible sound for
all alarm points attached to this port.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.63 |
basicPortAlarmMasterFixTimeTime in minutes between audible alarm soundings for an alarm
master port. This occurs after someone hits the master alarm
reset button. If there is at least one alarm condition on an
alarm point within the fix time, then the alarm will sound
again at the end of that fix time.rw INTEGER ( 1 .. 720 ) .1.3.6.1.4.1.33.13.1.17.1.64 |
basicPortAlarmMasterLcdDisplayStringUpdates the LCD display message for the high density
alarm unit attached to the port. Corresponds directly
to the DISPLAY AMST command.rw DisplayString .1.3.6.1.4.1.33.13.1.17.1.65 |
basicPortAlarmMasterRebootControl to reboot the high density alarm unit attached
to the port when set to 'execute'. In response to a
get-request or get-next-request, the agent always
returns 'ready' for this value. Setting the value
to 'ready' has no effect. Corresponds directly to the
REBOOT AMST command.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.66 |
basicPortAlarmMasterUpdateFirmwareHostThe internet address of the server to use when
downloading a new firmware image for the high density
alarm unit attached to this port via TFTP.
Corresponds directly to the UPDATE AMST FIRMWARE
command's INTERNET ADDRESS parameter.rw IpAddress .1.3.6.1.4.1.33.13.1.17.1.67 |
basicPortAlarmMasterUpdateFirmwareFileNameThe filename to request when downloading a
new firmware image for the high density alarm
unit attached to this port via TFTP.
Corresponds directly to the UPDATE AMST FIRMWARE
command's FILE parameter.rw DisplayString .1.3.6.1.4.1.33.13.1.17.1.68 |
basicPortAlarmMasterUpdateFirmwareControl to update firmware for the high density alarm unit
attached to the port when set to 'execute'. In response to a
get-request or get-next-request, the agent always
returns 'ready' for this value. Setting the value
to 'ready' has no effect.
The basicPortAlarmMasterUpdateFirmwareHost
and basicPortAlarmMasterUpdateFirmwareFileName must be set
prior to setting this object.
Corresponds directly to the UPDATE AMST FIRMWARE command.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.69 |
basicPortAlarmMasterStatusIndicates the current status of the high density
alarm unit attached to the port. If no response is
obtained from this unit, the status is set to
basicPortAlarmMasterFaultSeverity. Otherwise it is cleared.ro Enumeration .1.3.6.1.4.1.33.13.1.17.1.70 |
basicPortAlarmMasterFaultSeverityControl to determine the severity level associated with the
trap sent out when a fault occurs when no response is
obtained from the high density alarm unit attached to this
port.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.71 |
basicPortPowerMasterControl to configure this port as a power master port.
This control is only valid on those models with variable
configuration ports and which support the power master.
This object can only be set enabled, and doing so will
disable the previous port type, such as basicPortConsolePort.
A set will only update the permanent database. Use a
charPortReset for this change to take effect.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.72 |
basicPortPowerMasterTimeDelayControl to set the power up delay interval in milliseconds for
the power device attached to this port. A response of 'none'
to a get-request or get-next-request may indicate that the
power unit attached to this port is not responding with status.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.73 |
basicPortPowerMasterSwitchControl to power on or off all of the outlets in the power
device attached to this port. A get-request or a get-next-
request always returns ready.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.74 |
basicPortPowerMasterModelThe model number of the power master device, which
is connected to this port. A response of a null string to
a get-request or get-next-request indicates that the power
unit attached to this port is not responding with status.ro DisplayString .1.3.6.1.4.1.33.13.1.17.1.75 |
basicPortPowerMasterSerialNumberThe serial number of the power master device, which
is connected to this port. A response of a null string to
a get-request or get-next-request indicates that the power
unit attached to this port is not responding with status.ro DisplayString .1.3.6.1.4.1.33.13.1.17.1.76 |
basicPortPowerMasterFirmwareThe firmware version of the power master device, which is
connected to this port. A response of a null string to
a get-request or get-next-request indicates that the power
unit attached to this port is not responding with status.ro DisplayString .1.3.6.1.4.1.33.13.1.17.1.77 |
basicPortLockoutControl to prohibit access to this port and send a trap
when login authentication fails.
One must log out the port for this change to take effect.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.78 |
basicPortAsciiToTrapTranslationControl to configure the port as an ascii-to-trap translator.
One must log out the port for this change to take effect.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.79 |
basicPortAsciiToTrapTranslationTrapSeverityControl to determine the severity level associated with the
trap sent out from this port. One must log out the port
for this change to take effect.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.80 |
basicPortAsciiToTrapTranslationMessagesCount of number of trap messages sent from this port.ro Counter .1.3.6.1.4.1.33.13.1.17.1.81 |
basicPortAsciiToTrapTranslationLastMessageThe last message or partial message sent out by this port.ro DisplayString .1.3.6.1.4.1.33.13.1.17.1.82 |
basicPortPowerMasterAlarmSeverityControl to determine the severity level associated with the trap sent out when
the power device is not responding to this port.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.83 |
basicPortPowerMasterDeviceStatusIndicates the current status of the power device controlled by this port. If
the device is responding, the status is cleared. Otherwise the status matches
the basicPortPowerMasterAlarmSeverity.ro Enumeration .1.3.6.1.4.1.33.13.1.17.1.84 |
basicPortBufferingControl to allow data from an attached device to be
retained across multiple sessions. When a session is
established to a port with buffering, the contents of the
command buffer is sent to the remote device.
One must log out the port for this change to take effect.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.85 |
basicPortLogFacilityLevelIndicates that server originated accounting messages
pertaining to this port are logged to the syslog host at
this UNIX facility level. If 'none', the server's
sessionLogFacility is used.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.86 |
basicPortPppDialBackupIndicates whether this port is configured as a PPP dial
backup port. This parameter will not take effect until
the port is logged out, and this function is restricted
to one port.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.87 |
basicPortPppDialBackupNumberThe number to dial when a PPP dial backup link is
activated, which occurs when the network is down and
there are SNMP traps to forward. The port must be
a basicPortPppDialBackup port, and it must be logged
out for the change to take effect.rw DisplayString .1.3.6.1.4.1.33.13.1.17.1.88 |
basicPortPppDialBackupRedialTimerIndicates the time in seconds to wait before redialing the
basicPortPppDialBackupNumber on a basicPortPppDialBackup
port.rw INTEGER ( 30..65535 ) .1.3.6.1.4.1.33.13.1.17.1.89 |
basicPortPppDialBackupRedialRetriesIndicates the number of time to try to dial the backup
number before recording an error, logging out the port,
and if there are new traps trying to dial again.rw INTEGER .1.3.6.1.4.1.33.13.1.17.1.90 |
basicPortPppDialBackupDisconnectTimerIndicates the time in seconds that the dial backup link
will stay up when there is no more SNMP traffic flowing
prior to disconnecting it.rw INTEGER .1.3.6.1.4.1.33.13.1.17.1.91 |
basicPortPppDialBackupLocalAddressThe local address to use in a PPP dial backup link when
the network connection is down and there are SNMP traps
to forward.rw IpAddress .1.3.6.1.4.1.33.13.1.17.1.92 |
basicPortPppDialBackupDestinationAddressThe destination address to use in a PPP dial backup link
when the network connection is down and there are SNMP
traps to forward.rw IpAddress .1.3.6.1.4.1.33.13.1.17.1.93 |
basicPortPppDialBackupAddressesControl to initiate dialing from a dial backup port. In
response to get-request or get-next-request, the agent
always returns 'ready' for this value. Setting the value
to 'ready' has no effect. Setting it to 'execute'
after a valid basicPortPppDialBackupLocalAddress and
basicPortPppDialBackupDestinationAddress are configured
causes the basicPortPppDialBackup port to dial the
basicPortPppDialBackupNumbermber.rw Enumeration .1.3.6.1.4.1.33.13.1.17.1.94 |
basicSerialPortTableA list of basic character serial port entries. SEQUENCE OF BasicSerialPortEntry .1.3.6.1.4.1.33.13.1.18 |
basicSerialPortEntryBasic parameter values for a serial port. BasicSerialPortEntry .1.3.6.1.4.1.33.13.1.18.1 |
basicSerialPortIndexAn index value that uniquely identifies a port.
The port identified by a particular value of this
index is the same port as identified by
charPortIndex in the standard Character MIB.ro INTEGER .1.3.6.1.4.1.33.13.1.18.1.1 |
basicSerialPortBreakAction to take on a BREAK condition from the port.
Corresponds directly to PORT BREAK and the value
labeled 'Break:' in the PORT CHARACTERISTICS
display.rw Enumeration .1.3.6.1.4.1.33.13.1.18.1.2 |
basicSerialPortInterruptsControl for recognizing BREAK or local switch to
interrupt a session. Corresponds directly to PORT
INTERRUPTS and the presence of the label
'Interrupts' following the label 'Enabled
Characteristics:' in the PORT CHARACTERISTICS
display.rw Enumeration .1.3.6.1.4.1.33.13.1.18.1.3 |
basicSerialPortNoLossControl for storing port input locally in
anticipation of session startup. Corresponds
directly to PORT NOLOSS and the presence of the
label 'Noloss' following the label 'Enabled
Characteristics:' in the PORT CHARACTERISTICS
display.rw Enumeration .1.3.6.1.4.1.33.13.1.18.1.4 |
basicSerialPortPauseControl for pausing after each screenful of
locally-originated output to the port. Corresponds
directly to PORT PAUSE and the presence of the label
'Pause' following the label 'Enabled
Characteristics:' in the PORT CHARACTERISTICS
display.rw Enumeration .1.3.6.1.4.1.33.13.1.18.1.5 |
basicSerialPortPromptPrompt for the system to use on the port.
Corresponds directly to PORT PROMPT and the value
labeled 'Prompt:' in the PORT ALTERNATE
CHARACTERISTICS display.rw DisplayString .1.3.6.1.4.1.33.13.1.18.1.6 |
basicSerialPortTerminalTypeType of terminal attached to the port, for
formatting local output. Corresponds directly to
PORT TYPE and the value labeled 'Type:' in the PORT
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.13.1.18.1.7 |
basicSerialPortTypeaheadLimitMaximum number of input characters to hold pending
tranmission on a session. Corresponds directly to
PORT TYPEAHEAD SIZE and the value labeled 'Typeahead
Size:' in the PORT ALTERNATE CHARACTERISTICS
display.rw INTEGER .1.3.6.1.4.1.33.13.1.18.1.8 |
basicSerialPortBackwardSwitchCharacter input from the character port to cause a
switch to the previous, lower numbered session. The
value 0 indicates no character has this effect.
Corresponds directly to PORT BACKWARD SWITCH and the
value labeled 'Backwards Switch:' in the PORT
CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.13.1.18.1.9 |
basicSerialPortForwardSwitchCharacter input from the character port to cause a
switch to the next, higher numbered session. The
value 0 indicates no character has this effect.
Corresponds directly to PORT FORWARD SWITCH and the
value labeled 'Forwards Switch:' in the PORT
CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.13.1.18.1.10 |
basicSerialPortLocalSwitchCharacter input from the character port to cause a
switch to local command mode. The value 0 indicates
no character has this effect. Corresponds directly
to PORT LOCAL SWITCH and the value labeled 'Local
Switch:' in the PORT CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.13.1.18.1.11 |
basicSerialPortModemControlControl for observing hardware modem control
signals. Corresponds directly to PORT MODEM CONTROL
and the value labeled 'Modem Control:' in the PORT
CHARACTERISTICS display. This object is not available
on units that do not support modem signals (ie 2220).rw Enumeration .1.3.6.1.4.1.33.13.1.18.1.12 |
basicSerialPortSignalCheckControl for observing DSR and DCD to bound allowing
sessions. Corresponds directly to PORT SIGNAL CHECK
and the presence of the label 'Signal Check'
following the label 'Enabled Characteristics:' in
the PORT CHARACTERISTICS display. This object is not
available on units that do not support modem signals
(ie 2220).rw Enumeration .1.3.6.1.4.1.33.13.1.18.1.13 |
basicSerialPortDSRLogoutControl for logging out the port when DCD is
deasserted. Corresponds directly to PORT DSRLOGOUT
and the presence of the label 'DSRlogout' following
the label 'Enabled Characteristics:' in the PORT
CHARACTERISTICS display. This object is not available
on units that do not support modem signals (ie 2220).rw Enumeration .1.3.6.1.4.1.33.13.1.18.1.14 |
basicSerialPortDSRObserveControl for beginning the login sequence on the
port when DCD is asserted. Corresponds directly to
PORT DSRWAIT and the presence of the label 'DSRwait'
following the label 'Enabled Characteristics:' in
the PORT CHARACTERISTICS display. This object is not
available on units that do not support modem signals
(ie 2220).rw Enumeration .1.3.6.1.4.1.33.13.1.18.1.15 |
basicSerialPortDCDTimeoutThe number of milleseconds that DCD may be asserted
before disconnecting the port. Corresponds directly
to PORT DCD TIMEOUT and the value labeled 'DCD
Timeout:' in the PORT ALTERNATE CHARACTERISTICS
display. This object is not available
on units that do not support modem signals (ie 2220).rw INTEGER .1.3.6.1.4.1.33.13.1.18.1.16 |
basicSerialPortDTRAssertControl when the system asserts DTR on the port.
always unconditional(DISABLED)
onConnectionOrRing connection formed or RING
asserted(ENABLED)
onConnection connection formed
(FORCONNECTION)
onRing RING asserted (FORRING)
Corresponds directly to PORT DTRWAIT and the value
labeled 'DTR Wait:' in the PORT ALTERNATE
CHARACTERISTICS display. This object is not available
on units that do not support modem signals (ie 2220).rw Enumeration .1.3.6.1.4.1.33.13.1.18.1.17 |
basicSerialPortLimitedCommandsControl for limiting the commands available to the
user on the port. Corresponds directly to PORT
SECURITY and the presence of the label 'Security'
following the label 'Enabled Characteristics:' in
the PORT CHARACTERISTICS display. This object is not
available on units that do not support modem signals
(ie 2220).rw Enumeration .1.3.6.1.4.1.33.13.1.18.1.18 |
basicSerialPortLimitedViewControl for restricting what a user may display.
Corresponds directly to PORT LIMITED VIEW and the
presence of the label 'Limited View' following the
label 'Enabled Characteristics:' in the PORT
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.13.1.18.1.19 |
basicSerialPortPasswordControl for requiring the user to supply the login
password to log in on the port. Corresponds
directly to PORT PASSWORD and the presence of the
label 'Password' following the label 'Enabled
Characteristics:' in the PORT CHARACTERISTICS
display.rw Enumeration .1.3.6.1.4.1.33.13.1.18.1.20 |
basicSerialPortLineEditorControl for allowing the user to use local mode
command line editing. Corresponds directly to PORT
LINE EDITOR and the presence of the label 'Line
Editor' following the label 'Enabled
Characteristics:' in the PORT CHARACTERISTICS
display.rw Enumeration .1.3.6.1.4.1.33.13.1.18.1.21 |
basicSerialPortLineEditorBackspaceCharacter input from the character port to move the
cursor to the left. The value 0 indicates no
character has this effect. Corresponds directly to
PORT LINE EDITOR BACKSPACE and the value labeled
'Backspace Character:' in the PORT ALTERNATE
CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.13.1.18.1.22 |
basicSerialPortLineEditorBeginningCharacter input from the character port to move the
cursor to the beginning of the line. The value 0
indicates no character has this effect. Corresponds
directly to PORT LINE EDITOR BEGINNING and the value
labeled 'Begin Line Character:' in the PORT
ALTERNATE CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.13.1.18.1.23 |
basicSerialPortLineEditorCancelCharacter input from the character port to cancel
an interactive dialog or delete the current line.
The value 0 indicates no character has this effect.
Corresponds directly to PORT LINE EDITOR CANCEL and
the value labeled 'Cancel Character:' in the PORT
ALTERNATE CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.13.1.18.1.24 |
basicSerialPortLineEditorDeleteBeginningCharacter input from the character port to delete
the current line from the cursor to the beginning.
The value 0 indicates no character has this effect.
Corresponds directly to PORT LINE EDITOR DELETE
BEGINNING and the value labeled 'Delete Begin
Character:' in the PORT ALTERNATE CHARACTERISTICS
display.rw INTEGER .1.3.6.1.4.1.33.13.1.18.1.25 |
basicSerialPortLineEditorDeleteLineCharacter input from the character port to delete
the current line. The value 0 indicates no
character has this effect. Corresponds directly to
PORT LINE EDITOR DELETE LINE and the value labeled
'Delete Line Character:' in the PORT ALTERNATE
CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.13.1.18.1.26 |
basicSerialPortLineEditorEndCharacter input from the character port to move the
cursor to the end of the line. The value 0
indicates no character has this effect. Corresponds
directly to PORT LINE EDITOR END and the value
labeled 'End of Line Character:' in the PORT
ALTERNATE CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.13.1.18.1.27 |
basicSerialPortLineEditorForwardCharacter input from the character port to move the
cursor to the right. The value 0 indicates no
character has this effect. Corresponds directly to
PORT LINE EDITOR FORWARDS and the value labeled
'Forwards Character:' in the PORT ALTERNATE
CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.13.1.18.1.28 |
basicSerialPortLineEditorInsertToggleCharacter input from the character port to toggle
between insert and overwrite modes. The value 0
indicates no character has this effect. Corresponds
directly to PORT LINE EDITOR INSERT TOGGLE and the
value labeled 'Insert Character:' in the PORT
ALTERNATE CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.13.1.18.1.29 |
basicSerialPortLineEditorNextLineCharacter input from the character port to recall
the next, newer line in the command history. The
value -1 indicates no character has this effect.
Corresponds directly to PORT LINE EDITOR NEXT LINE
and the value labeled 'Next Line Character:' in the
PORT ALTERNATE CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.13.1.18.1.30 |
basicSerialPortLineEditorPreviousLineCharacter input from the character port to recall
the previous, older line in the command history.
The value 0 indicates no character has this effect.
Corresponds directly to PORT LINE EDITOR PREVIOUS
LINE and the value labeled 'Previous Line
Character:' in the PORT ALTERNATE CHARACTERISTICS
display.rw INTEGER .1.3.6.1.4.1.33.13.1.18.1.31 |
basicSerialPortLineEditorQuotingCharacterCharacter input from the character port to inhibit
interpretation of the next input character. The
value 0 indicates no character has this effect.
Corresponds directly to PORT LINE EDITOR QUOTING
CHARACTER and the value labeled 'Quoting Character:'
in the PORT ALTERNATE CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.13.1.18.1.32 |
basicSerialPortLineEditorRedisplayCharacter input from the character port to
redisplay the current command line. The value 0
indicates no character has this effect. Corresponds
directly to PORT LINE EDITOR REDISPLAY CHARACTER and
the value labeled 'Redisplay Character:' in the PORT
ALTERNATE CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.13.1.18.1.33 |
basicSerialPortQuadartReceiveDiscardControl for discard of received errors from quadart
hardware.rw Enumeration .1.3.6.1.4.1.33.13.1.18.1.34 |
basicSerialPortAPDProtocolsA bit map that specifies the protocols
that this port will attempt to detect
using the Auto Protocol Detection
function. The bit numbers for the
protocols are: 1;ARAP, 3;Interactive, 4;SLIP, 5;PPP.
Bits 6-16 are reserved for future use.
More than one of these protocols may
be ORed together. The default is 0 (zero)
no protocols.rw OCTET STRING .1.3.6.1.4.1.33.13.1.18.1.35 |
basicSerialPortAPDTimeoutA time value, in seconds, that
specifies how long the port will
attempt to determine which
protocol is coming into the port.
When basicSerialPortAPDTimeout seconds
have expired, the port will assume the
protocol to use is that specified by
basicSerialPortAPDDefaultProtocol.
A value of 0 (zero provides an unlimited timeout.rw INTEGER .1.3.6.1.4.1.33.13.1.18.1.36 |
basicSerialPortAPDDefaultProtocolA bit map that specifies the protocol
that this port will use when the time
specified by basicSerialPortAPDTimeout
has expired without sucessfully
identifying the incoming porotocol.
The bit numbers for the protocols are:
None;Logout the port, 1;ARAP, 2;CSLIP,
3;Interactive, 4;SLIP, 5;PPP. Bits 6-16
are reserved for future use. Only
one protocol may be specified for this
objectrw OCTET STRING .1.3.6.1.4.1.33.13.1.18.1.37 |
basicSerialPortUsernameCharSetA control, that if set to seven-bit, will
allow only the ASCII printable characters
in the range SP (X20) to ~ (X7E) in the username
field. A value of none allows any characterrw Enumeration .1.3.6.1.4.1.33.13.1.18.1.38 |
basicSerialPortAutoHangupA control that, if enabled, will cause the port to be
logged off when the last session on that port is destroyedrw Enumeration .1.3.6.1.4.1.33.13.1.18.1.39 |
basicSerialPortCommandSizeMaximum number of input characters to hold in the command
buffer. Corresponds directly to the PORT COMMAND SIZE
and the value labeled 'Command Size:' in the PORT
ALTERNATE CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.13.1.18.1.40 |
basicSerialPortAutoProtocolDetectPromptControls whether to send the basicAutoProtocolDetectMessage
out the serial port at the beginning of auto protocol
detection mode. Corresponds to the value labeled 'APD
Prompt' in the PORT ALTERNATE CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.13.1.18.1.41 |
basicSerialPortUsernamePromptThe text string used to prompt for a user's name.
Corresponds directly to the value labeled 'Username
Prompt:' in the PORT ALTERNATE CHARACTERISTICS display.rw DisplayString .1.3.6.1.4.1.33.13.1.18.1.42 |
basicSerialPortPasswordPromptThe text string used to prompt for a user's password.
Corresponds directly to the value labeled 'Password
Prompt:' in the PORT ALTERNATE CHARACTERISTICS display.rw DisplayString .1.3.6.1.4.1.33.13.1.18.1.43 |
basicSerialPortAutoProtocolDetectSecurityInteractiveOnlyControls whether Auto Protocol Detect (APD) authentication
applies only to interactive users, and not to other APD
protocols such as PPP. Corresponds directly to the value
labeled 'APD Authentication Interactive Only:' in the PORT
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.13.1.18.1.44 |
basicSerialPortDedicatedUserDataThe text string to send at the beginning of a connection
to a Telnet dedicated service. Corresponds to the value
labeled 'UserData:' in the PORT CHARACTERISTICS display.rw DisplayString .1.3.6.1.4.1.33.13.1.18.1.45 |
basicSerialPortIpAutoDiscoveryControl to enable a non-standard method of acquiring the
IP address after boot completes via the BOOTP protocol.
Corresponds to the value labeled 'IP Address
Auto Discovery' in the SERVER CHARACTERISTICS display.rwdeprecated Enumeration .1.3.6.1.4.1.33.13.1.18.1.47 |
basicSerialPortDedicatedKickStartDataA text string which is used to compare at login time to
incoming serial data. A match will initiate a telnet
session to a dedicated service. Corresponds to the value
labeled 'KickStart:' in the PORT CHARACTERISTICS display.rw DisplayString .1.3.6.1.4.1.33.13.1.18.1.48 |
basicSerialPortBreakLengthSpecifies the duration in milliseconds of a remote serial
break which is sent via the Telnet Break command.
Corresponds directly to the value labeled 'Break Length:'
in the PORT CHARACTERISTIC display.rw Enumeration .1.3.6.1.4.1.33.13.1.18.1.50 |
basicSerialPortRotaryRoundRobinControls whether a port which participates in an internet
rotary is selected in round robin or fixed priority order.
Corresponds directly to the value labeled 'Round Robin
search:' in the SERVER INTERNET ROTARY display.rw Enumeration .1.3.6.1.4.1.33.13.1.18.1.51 |
basicSerialPortWelcomeBeforeAuthenticationControl to display the basicWelcome message prior to
authenticating the user. Corresponds to the presence of the
value 'Welcome-Banner-Pre-Authentication' following the
label 'Enabled Characteristics' in the PORT CHARACTERISTICS
display.rw Enumeration .1.3.6.1.4.1.33.13.1.18.1.52 |
basicSerialPortGatewayAutoDiscoveryControl to enable a non-standard method of acquiring the
gateway address after boot completes via the bootp
protocol.rwdeprecated Enumeration .1.3.6.1.4.1.33.13.1.18.1.53 |
basicSerialPortSubnetAutoDiscoveryControl to enable a non-standard method of acquiring the
subnet mask after boot completes via the bootp protocol.rwdeprecated Enumeration .1.3.6.1.4.1.33.13.1.18.1.54 |
basicSerialPortRaiseLowerDtrA control to to raise or lower the DTR signal from this
port by setting it to high or low, respectively. This
request will have no effect unless
basicSerialPortRaiseControlDtr is enabled. In response
to a get-request or get-next-request the agent always
returns low for this object.rw Enumeration .1.3.6.1.4.1.33.13.1.18.1.55 |
basicSerialPortRaiseControlDtrControls the ability to change the state of DTR using
basicSerialPortRaiseLowerDTR. This characteristic is not
intended for use with modem ports. Corresponds directly
to the presence of 'Control DTR' under the label
'Enabled Characteristics' in the PORT CHARACTERISTICS
display. The desired change will not take effect until
the port is logged off.rw Enumeration .1.3.6.1.4.1.33.13.1.18.1.56 |
basicSerialPortIpConfigureBootpControl to use the BOOTP protocol upon startup to learn
the unit's own internet address, subnet mask, primary and
secondary gateway servers, domain name servers, time
server and domain name. This object was moved to the
MRV-IN-REACH-INTERNET-MIB for InReach agent software version V2.4.rwdeprecated Enumeration .1.3.6.1.4.1.33.13.1.18.1.57 |
basicConsoleLogoutDisconnectControl for automatic session disconnection when a
console port user logs out. Corresponds directly to
SERVER CONSOLE LOGOUT and the presence of the label
'Console Logout' following the label 'Enabled
Characteristics:' in the SERVER CHARACTERISTICS
display.rw Enumeration .1.3.6.1.4.1.33.13.1.19 |
basicControlledPortsStatus of Controlled Ports feature. Corresponds directly
to the 'Controlled Ports' following the label 'Enabled
Characteristics:' in the SERVER CHARACTERISTICS display.
Enabling this feature causes strings of control characters
to be sent out on a port upon starting and/or stopping a sessionrw Enumeration .1.3.6.1.4.1.33.13.1.20 |
basicPortSessionTableA list of port session entries. SEQUENCE OF BasicPortSessEntry .1.3.6.1.4.1.33.13.1.21 |
basicPortSessEntryStatus and parameter values for a basic port
session. BasicPortSessEntry .1.3.6.1.4.1.33.13.1.21.1 |
basicPortPortIndexThe value of basicPortIndex for the port to which
this session belongs.
The port identified by a particular value of this
index is the same port as identified by
charPortIndex in the standard Character MIB.ro INTEGER .1.3.6.1.4.1.33.13.1.21.1.1 |
basicPortSessIndexThe session index in the context of the port, a
non-zero positive integer. Session indexes within a
port need not be sequential. Session indexes may be
reused for different ports. For example, port 1 and
port 3 may both have a session 2 at the same time.
Session indexes may have any valid integer value,
with any meaning convenient to the agent
implementation.
The session identified by a particular value of this
index is the same session as identified by
charSessIndex in the standard Character MIB.ro INTEGER .1.3.6.1.4.1.33.13.1.21.1.2 |
basicSessControlledA control to send preconfigured controlled port session
strings out the serial port when entering or exiting
this session. Corresponds directly to the value labeled
'Controlled' under the Service Mode header in the
SESSION display.ro Enumeration .1.3.6.1.4.1.33.13.1.21.1.3 |
basicPortSessEncryptionStatus of the default encryption value to be set
for each session. Corresponds directly to Console
Security on SHOW SERVER screen.rw Enumeration .1.3.6.1.4.1.33.13.1.22 |
basicTemperatureUnitsIndicates the units of measurement for the temperature sensors.rw Enumeration .1.3.6.1.4.1.33.13.1.23 |
basicEnvironmentalManagerCircuitBreakerIndicates whether the circuit breaker is activated.ro Enumeration .1.3.6.1.4.1.33.13.1.24 |
basicContactClosureOrAlarmInputTableInformation about contact closures or alarm inputs. SEQUENCE OF BasicContactClosureOrAlarmInputEntry .1.3.6.1.4.1.33.13.1.25 |
basicContactClosureOrAlarmInputEntryAn entry in the basicContactClosureOrAlarmInputTable. BasicContactClosureOrAlarmInputEntry .1.3.6.1.4.1.33.13.1.25.1 |
basicContactClosureOrAlarmInputValueIndicates the state of the contact closure or alarm input.ro Enumeration .1.3.6.1.4.1.33.13.1.25.1.1 |
basicContactClosureOrAlarmInputNameThe name used to identify this contact closure or alarm input.rw DisplayString .1.3.6.1.4.1.33.13.1.25.1.2 |
basicContactClosureOrAlarmInputTrapEnableControl to send trap when contact closure or alarm input changes
state.rw Enumeration .1.3.6.1.4.1.33.13.1.25.1.3 |
basicContactClosureOrAlarmInputFaultSeverityControl to determine the severity level associated with the
trap sent out when a fault occurs for a given contact
closure or alarm input.rw Enumeration .1.3.6.1.4.1.33.13.1.25.1.4 |
basicContactClosureOrAlarmInputFaultStateControl to indicate which state, open or closed, represents the
fault condition. The other state is the cleared condition.rw Enumeration .1.3.6.1.4.1.33.13.1.25.1.5 |
basicContactClosureOrAlarmInputStatusIndicates the current status of the contact closure or alarm input.
If the basicContactClosureOrAlarmInputValue matches the fault
state, then the status is equal to the fault severity. Otherwise
the status is cleared.ro Enumeration .1.3.6.1.4.1.33.13.1.25.1.6 |
basicContactClosureOrAlarmInputZoneThe name used to identify the zone where the equipment
resides.rw DisplayString .1.3.6.1.4.1.33.13.1.25.1.7 |
basicContactClosureOrAlarmInputRelatedEquipmentThe name used to identify related equipment.rw DisplayString .1.3.6.1.4.1.33.13.1.25.1.8 |
basicContactClosureOrAlarmInputSiteIdThe name used to identify the site where the unit resides.rw DisplayString .1.3.6.1.4.1.33.13.1.25.1.9 |
basicContactClosureOrAlarmInputIndexAn index which uniquely identifies the contact closure or alarm
input.ro INTEGER .1.3.6.1.4.1.33.13.1.25.1.10 |
basicContactClosureOrAlarmInputManufacturerThe name used to identify the manufacturer of this equipment.rw DisplayString .1.3.6.1.4.1.33.13.1.25.1.11 |
basicContactClosureOrAlarmInputModelThe model name of this equipment.rw DisplayString .1.3.6.1.4.1.33.13.1.25.1.12 |
basicPowerOutletTableInformation about Environmental Manager Power Outlets. SEQUENCE OF BasicPowerOutletEntry .1.3.6.1.4.1.33.13.1.26 |
basicPowerOutletEntryAn entry in the basicPowerOutletTable. BasicPowerOutletEntry .1.3.6.1.4.1.33.13.1.26.1 |
basicPowerOutletOnOffControls turning on or off the power for the device connected to
this power outlet.rw Enumeration .1.3.6.1.4.1.33.13.1.26.1.1 |
basicPowerOutletRebootControls rebooting of the device attached this power outlet.rw INTEGER .1.3.6.1.4.1.33.13.1.26.1.2 |
basicPowerOutletNameA name used to identify this power outlet.rw DisplayString .1.3.6.1.4.1.33.13.1.26.1.3 |
basicPowerOutletRedundantControls whether power outlets in bank A have redundant outlets
in bank B. When enabled, powering on an outlet in bank A will
simultaneously power on the corresponding outlet number in bank
B.ro Enumeration .1.3.6.1.4.1.33.13.1.26.1.4 |
basicPowerOutletConsoleNameA name used to identify a console port on a unit with power outlet
managment.rw DisplayString .1.3.6.1.4.1.33.13.1.26.1.5 |
basicPowerOutletHighCurrentA control to indicate a high current unit is attached to this
power outlet. When enabled the high current unit will provide current
when it detects no power from the power outlet; and will stop the
current when the outlet resumes power. This control only works on
those InReach devices which support the high current unit such as
the IRMGR0. Corresponds directly to the value labeled 'HCNC Setting'
in the INREACH MANAGER OUTLET STATUS display.rw Enumeration .1.3.6.1.4.1.33.13.1.26.1.6 |
basicPowerOutletIndexAn index which uniquely identifies a power outlet.ro INTEGER .1.3.6.1.4.1.33.13.1.26.1.10 |
basicTemperatureHumiditySensor OBJECT IDENTIFIER .1.3.6.1.4.1.33.13.1.27 |
basicTemperatureSensorTableInformation about Environmental Manager Temperature Sensors. SEQUENCE OF BasicTemperatureSensorEntry .1.3.6.1.4.1.33.13.1.27.1 |
basicTemperatureSensorEntryAn entry in the basicTemperatureSensorTable. BasicTemperatureSensorEntry .1.3.6.1.4.1.33.13.1.27.1.1 |
basicTempTrapHighThresholdThe temperature at or above which a sensorThresholdTrap is
generated.rw INTEGER .1.3.6.1.4.1.33.13.1.27.1.1.1 |
basicTempTrapLowThresholdThe temperature at or below which a sensorThresholdTrap is
generated.rw INTEGER .1.3.6.1.4.1.33.13.1.27.1.1.2 |
basicTemperatureSensorControls the enabling or disabling of a temperature sensor.rw Enumeration .1.3.6.1.4.1.33.13.1.27.1.1.3 |
basicTemperatureValueThe current temperature reading for this sensor.rw INTEGER .1.3.6.1.4.1.33.13.1.27.1.1.4 |
basicTemperatureAlarmSeverityControl to determine the severity level associated with the
trap sent out when the temperature reading is out-of-bounds.rw Enumeration .1.3.6.1.4.1.33.13.1.27.1.1.5 |
basicTemperatureAlarmStatusIndicates the current status of the temperature sensor.
If the basicTemperatureValue falls within the normal range,
the status is cleared. Otherwise the status matches the alarm
severity level.ro Enumeration .1.3.6.1.4.1.33.13.1.27.1.1.6 |
basicTemperatureHumiditySensorNameThe name used to identify this temperature sensor.rw DisplayString .1.3.6.1.4.1.33.13.1.27.1.1.7 |
basicTemperatureSensorIndexAn index which uniquely identifies a temperature sensor.ro INTEGER .1.3.6.1.4.1.33.13.1.27.1.1.10 |
basicHumiditySensorTableInformation about Environmental Manager Humidity Sensors. SEQUENCE OF BasicHumiditySensorEntry .1.3.6.1.4.1.33.13.1.27.2 |
basicHumiditySensorEntryAn entry in the basicHumiditySensorTable. BasicHumiditySensorEntry .1.3.6.1.4.1.33.13.1.27.2.1 |
basicHumidityTrapHighThresholdThe humidity at or above which a sensorThresholdTrap is generated.rw INTEGER .1.3.6.1.4.1.33.13.1.27.2.1.1 |
basicHumidityTrapLowThresholdThe humidity at or below which a sensorThresholdTrap is generated.rw INTEGER .1.3.6.1.4.1.33.13.1.27.2.1.2 |
basicHumiditySensorControls the enabling or disabling of a humidity sensor.rw Enumeration .1.3.6.1.4.1.33.13.1.27.2.1.3 |
basicHumidityValueThe current humidity reading for this sensor.rw INTEGER .1.3.6.1.4.1.33.13.1.27.2.1.4 |
basicHumidityAlarmSeverityControl to indicate the severity level associated with the
trap sent out when the humidity reading is out-of-bounds.rw Enumeration .1.3.6.1.4.1.33.13.1.27.2.1.5 |
basicHumidityAlarmStatusIndicates the current status of the humidity sensor.
If the basicHumidityValue falls within the normal range,
the status is cleared. Otherwise the status matches the alarm
severity level.ro Enumeration .1.3.6.1.4.1.33.13.1.27.2.1.6 |
basicHumiditySensorIndexAn index which uniquely identifies a humidity sensor.ro INTEGER .1.3.6.1.4.1.33.13.1.27.2.1.10 |
basicControlSignalTableInformation about Environmental Manager Control Signal points. SEQUENCE OF BasicControlSignalEntry .1.3.6.1.4.1.33.13.1.28 |
basicControlSignalEntryAn entry in the basicControlSignalTable. BasicControlSignalEntry .1.3.6.1.4.1.33.13.1.28.1 |
basicControlSignalValueSets and reads the state of the control signal point.rw Enumeration .1.3.6.1.4.1.33.13.1.28.1.1 |
basicControlSignalIndexAn index which uniquely identifies a control signal point.ro INTEGER .1.3.6.1.4.1.33.13.1.28.1.10 |
basicPowerAlarmTimerThe polling interval in seconds for the fuse and power supply
status. An alarm trap is issued on power failure.rw INTEGER .1.3.6.1.4.1.33.13.1.29 |
basicControlOutputTableInformation about controlled output distribution points. SEQUENCE OF BasicControlOutputEntry .1.3.6.1.4.1.33.13.1.30 |
basicControlOutputEntryAn entry in the basicControlOutputTable. BasicControlOutputEntry .1.3.6.1.4.1.33.13.1.30.1 |
basicControlOutputSignalDtrRtsControls the raising or lowering of a signal on a distribution
control signal point. The signal is DTR when the
basicControlOutputIndex is odd, or RTS when the
basicControlOutputIndex is even.rw Enumeration .1.3.6.1.4.1.33.13.1.30.1.1 |
basicControlOutputNameThe name used to identify this distribution control signal point.rw DisplayString .1.3.6.1.4.1.33.13.1.30.1.2 |
basicControlOutputIndexAn index which uniquely identifies a distribution control
signal point.ro INTEGER .1.3.6.1.4.1.33.13.1.30.1.10 |
basicPowerStatusFuseAIndicates the status of fuse bank A.ro Enumeration .1.3.6.1.4.1.33.13.1.31 |
basicPowerStatusFuseBIndicates the status of fuse bank B.ro Enumeration .1.3.6.1.4.1.33.13.1.32 |
basicPowerSupplyStatusAIndicates the status of power supply A.ro Enumeration .1.3.6.1.4.1.33.13.1.33 |
basicPowerSupplyStatusBIndicates the status of power supply B.ro Enumeration .1.3.6.1.4.1.33.13.1.34 |
basicPortTrapTableA list of traps associated with signal control changes on ports. SEQUENCE OF BasicPortTrapEntry .1.3.6.1.4.1.33.13.1.35 |
basicPortTrapEntryAdministrative status of signal change traps for a hardware port. BasicPortTrapEntry .1.3.6.1.4.1.33.13.1.35.1 |
basicPortTrapIndexAn index value that uniquely identifies a port.
The port identified by a particular value of this
index is the same port as identified by rs232PortIndex
in the standard rs232 MIB.ro INTEGER .1.3.6.1.4.1.33.13.1.35.1.1 |
basicPortSignalNameIdentification of the hardware signal as specified in RFC1659
as follows:
rts Request to Send
cts Clear to Send
dsr Data Set Ready
dts Data Terminal Ready
ri Ring Indicator
dcd Received Line Signal Detector
Some agents do not support DSR since its pin is shared with DCD.ro Enumeration .1.3.6.1.4.1.33.13.1.35.1.2 |
basicPortTrapStatusControl to toggle the sending of a trap on a specific signal
change on a physical port. One must logout the port prior to this
taking effect.rw Enumeration .1.3.6.1.4.1.33.13.1.35.1.3 |
basicAlarmMasterInputTableInformation about the high density alarm manager's alarm inputs. SEQUENCE OF BasicAlarmMasterInputEntry .1.3.6.1.4.1.33.13.1.36 |
basicAlarmMasterInputEntryAn entry in the basicAlarmMasterInputTable. BasicAlarmMasterInputEntry .1.3.6.1.4.1.33.13.1.36.1 |
basicAlarmMasterInputPortAn index value that uniquely identifies a port.
The port identified by a particular value of this
index is the same port as identified by
charPortIndex in the standard Character MIB.ro INTEGER .1.3.6.1.4.1.33.13.1.36.1.1 |
basicAlarmMasterInputSlotAn index value that uniquely identifies a slot of
alarm points on a given high density alarm port.ro INTEGER .1.3.6.1.4.1.33.13.1.36.1.2 |
basicAlarmMasterInputPointAn index value that uniquely identifies an alarm
point within an alarm slot on a high density
alarm port.ro INTEGER .1.3.6.1.4.1.33.13.1.36.1.3 |
basicAlarmMasterInputNameThe name used to identify this alarm point.rw DisplayString .1.3.6.1.4.1.33.13.1.36.1.4 |
basicAlarmMasterInputTrapEnableControl to send a trap when the alarm input changes state.rw Enumeration .1.3.6.1.4.1.33.13.1.36.1.5 |
basicAlarmMasterControlOutputSignalControl to toggle the output signal for an alarm point.rw Enumeration .1.3.6.1.4.1.33.13.1.36.1.6 |
basicAlarmMasterInputEnableControl to toggle whether this alarm point is active.rw Enumeration .1.3.6.1.4.1.33.13.1.36.1.7 |
basicAlarmMasterInputDebounceIntervalAmount of time in seconds to debounce a signal change before
triggering an alarm.rw INTEGER ( 0..30 ) .1.3.6.1.4.1.33.13.1.36.1.8 |
basicAlarmMasterInputFaultSeverityControl to determine the severity level associated with the
trap sent out when a fault occurs for this alarm input point.rw Enumeration .1.3.6.1.4.1.33.13.1.36.1.9 |
basicAlarmMasterInputFaultStateControl to indicate which state, open or closed, represents the
fault condition for this alarm input point. The other state is
the cleared condition.rw Enumeration .1.3.6.1.4.1.33.13.1.36.1.10 |
basicAlarmMasterInputStatusIndicates the current status of the alarm input point.
If the basicAlarmMasterInputValue matches the fault
state, then the status is equal to the fault severity. Otherwise
the status is cleared.ro Enumeration .1.3.6.1.4.1.33.13.1.36.1.11 |
basicAlarmMasterInputValueIndicates the current state of the alarm input point.ro Enumeration .1.3.6.1.4.1.33.13.1.36.1.12 |
basicAlarmMasterDisplayControl to toggle the display of the alarm status for this point
in the display window of the high density alarm unit.rw Enumeration .1.3.6.1.4.1.33.13.1.36.1.13 |
basicAlarmMasterInputZoneThe name used to identify the zone where the equipment
resides.rw DisplayString .1.3.6.1.4.1.33.13.1.36.1.14 |
basicAlarmMasterInputRelatedEquipmentThe name used to identify related equipment.rw DisplayString .1.3.6.1.4.1.33.13.1.36.1.15 |
basicAlarmMasterInputSiteIdThe name used to identify the site where the unit resides.rw DisplayString .1.3.6.1.4.1.33.13.1.36.1.16 |
basicAlarmMasterInputManufacturerThe name used to identify the manufacturer of this equipment.rw DisplayString .1.3.6.1.4.1.33.13.1.36.1.17 |
basicAlarmMasterInputModelThe model name of this equipment.rw DisplayString .1.3.6.1.4.1.33.13.1.36.1.18 |
basicPowerMasterOutletTableInformation about power master outlets. SEQUENCE OF BasicPowerMasterOutletEntry .1.3.6.1.4.1.33.13.1.37 |
basicPowerMasterOutletEntryAn entry in the basicPowerMasterOutletTable. BasicPowerMasterOutletEntry .1.3.6.1.4.1.33.13.1.37.1 |
basicPowerMasterPortIndexAn index value that uniquely identifies a port.
The port identified by a particular value of this
index is the same port as identified by the
charPortIndex in the standard Character MIB.ro INTEGER .1.3.6.1.4.1.33.13.1.37.1.1 |
basicPowerMasterOutletIndexAn index which uniquely identifies a power master outlet.ro INTEGER .1.3.6.1.4.1.33.13.1.37.1.2 |
basicPowerMasterOutletNameThe name used to identify this power master outlet.rw DisplayString .1.3.6.1.4.1.33.13.1.37.1.3 |
basicPowerMasterOutletStateSwitches the power master outlet on or off. There may be a
noticeable time delay while processing a get-request for this
object. A response of 'off' to a get-request may indicate that
the state is temporarily unavailable.rw Enumeration .1.3.6.1.4.1.33.13.1.37.1.4 |
basicPowerMasterOutletAmperageStatusIndicates the current amperage drawn at this outlet. There may
be a noticeable time delay while processing a get-request for
this object. A null string indicates that amperage status is
temporarily unavailable.ro DisplayString .1.3.6.1.4.1.33.13.1.37.1.5 |
basicControlOutputRelayTableInformation about controlled output relays. SEQUENCE OF BasicControlOutputRelayEntry .1.3.6.1.4.1.33.13.1.38 |
basicControlOutputRelayEntryAn entry in the basicControlOutputRelayTable. BasicControlOutputRelayEntry .1.3.6.1.4.1.33.13.1.38.1 |
basicControlOutputRelayIndexAn index which uniquely identifies a control output relay.ro INTEGER .1.3.6.1.4.1.33.13.1.38.1.1 |
basicControlOutputRelayNameThe name used to identify this control output relay.rw DisplayString .1.3.6.1.4.1.33.13.1.38.1.2 |
basicControlOutputRelayStateControls the opening or closing of the control output relay.rw Enumeration .1.3.6.1.4.1.33.13.1.38.1.3 |
basicControlOutputRelayStatusIndicates the current status of the control output relay.ro Enumeration .1.3.6.1.4.1.33.13.1.38.1.4 |
basicAutoProtocolDetectMessageThe text string sent as a prompt message out the
port at the beginning of auto protocol detection mode.
Corresponds to the value labeled 'APD Message' in the
SERVER UNIT display.rw DisplayString .1.3.6.1.4.1.33.13.1.100 |
xQueue OBJECT IDENTIFIER .1.3.6.1.4.1.33.13.2 |
queueLimitThe maximum number of entries that can be made in
the Queue table. The value -1 indicates the imit is
available memory. Corresponds directly to SERVER
QUEUE LIMIT and the value labeled 'Queue Limit:' in
the SERVER CHARACTERISTICS display.rw INTEGER (-1..100) .1.3.6.1.4.1.33.13.2.1 |
queueHighThe highest value of queueNumber since system
initialization. Corresponds directly to the value
labeled 'Queue Entries' and 'High' in the SERVER
STATUS display.ro Gauge .1.3.6.1.4.1.33.13.2.2 |
queueNumberThe number of entries in the Queue table.
Corresponds directly to the value labeled 'Queue
Entries' and 'Cur' in the SERVER STATUS display.ro Gauge .1.3.6.1.4.1.33.13.2.3 |
queueTableA list of queue entries. SEQUENCE OF QueueEntry .1.3.6.1.4.1.33.13.2.4 |
queueEntryParameter values for a queue entry. QueueEntry .1.3.6.1.4.1.33.13.2.4.1 |
queueJobThe job number of a queued request. Corresponds
directly to the value labeled 'Entry' in the QUEUE
display.ro INTEGER .1.3.6.1.4.1.33.13.2.4.1.1 |
queueStatusThe status of a queue entry. Set to 'invalid' to
remove the entry, which corresponds directly to the
REMOVE QUEUE ENTRY command. Actual removal of the
entry is implementation specific.rw Enumeration .1.3.6.1.4.1.33.13.2.4.1.2 |
queueSourceNameThe name of the system that originated the queue
entry. Corresponds directly to the value labeled
'Source Node' in the QUEUE display.ro DisplayString .1.3.6.1.4.1.33.13.2.4.1.3 |
queueServiceNameThe name of the service for which the originator is
waiting. Corresponds directly to the value labeled
'Service' in the QUEUE display.ro DisplayString .1.3.6.1.4.1.33.13.2.4.1.4 |
queueServicePortIndexThe charPortIndex of the port for which the
originator is waiting, if supplied by the
originator. As defined in the standard Character
MIB. Corresponds indirectly to the port number part
of the value labeled 'Port Name' in the QUEUE
display.ro INTEGER .1.3.6.1.4.1.33.13.2.4.1.5 |
queueServicePortNameThe name of the port for which the originator is
waiting, if supplied by the originator. Corresponds
directly to the port name part of the value labeled
'Port Name' in the SERVER QUEUE display.ro DisplayString .1.3.6.1.4.1.33.13.2.4.1.6 |
queuePortTableA list of queuing-related character port entries. SEQUENCE OF QueuePortEntry .1.3.6.1.4.1.33.13.2.5 |
queuePortEntryQueuing parameter values for a port. QueuePortEntry .1.3.6.1.4.1.33.13.2.5.1 |
queuePortIndexAn index value that uniquely identifies a port.
The port identified by a particular value of this
index is the same port as identified by
charPortIndex in the standard Character MIB.ro INTEGER .1.3.6.1.4.1.33.13.2.5.1.1 |
queuePortQueuingControl for allowing queued requests for using the
port. Corresponds directly to PORT QUEUING and the
presence of the label 'Queuing' following the label
'Enabled Characteristics:' in the PORT
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.13.2.5.1.2 |
xMenu OBJECT IDENTIFIER .1.3.6.1.4.1.33.13.3 |
menuNumberThe number of entries in the Menu table.
Corresponds indirectly to SERVER MENU display.ro Gauge .1.3.6.1.4.1.33.13.3.1 |
menuContinuePromptThe text to use when prompting a menu user to press
RETURN to continue. Corresponds directly to SERVER
MENU CONTINUE PROMPT and the value labeled 'Menu
Continue Prompt:' in the SERVER MENU display.rw DisplayString .1.3.6.1.4.1.33.13.3.2 |
menuSelectionPromptThe text to use when prompting a menu user for a
menu selection. Corresponds directly to SERVER MENU
PROMPT and the value labeled 'Menu Prompt:' in the
SERVER MENU display.rw DisplayString .1.3.6.1.4.1.33.13.3.3 |
menuTableA list of menu entries. SEQUENCE OF MenuEntry .1.3.6.1.4.1.33.13.3.4 |
menuEntryParameter values for a menu entry. MenuEntry .1.3.6.1.4.1.33.13.3.4.1 |
menuIndexThe index number of a menu entry. Corresponds
directly to the numbers down the left of the SERVER
MENU display.ro INTEGER .1.3.6.1.4.1.33.13.3.4.1.1 |
menuStatusThe status of a the entry. Set to 'invalid' to
remove the entry, which corresponds directly to the
CLEAR SERVER MENU command. Actual removal of the
entry is implementation specific.rw Enumeration .1.3.6.1.4.1.33.13.3.4.1.2 |
menuTextThe text to be displayed in the menu. Corresponds
directly to the line next to the entry number in the
SERVER MENU display.rw DisplayString .1.3.6.1.4.1.33.13.3.4.1.3 |
menuCommandThe commands to execute when the user chooses the
menu entry. Corresponds directly second line
following the entry number in the SERVER MENU
display.rw DisplayString .1.3.6.1.4.1.33.13.3.4.1.4 |
menuPortTableA list of menu-related character port entries. SEQUENCE OF MenuPortEntry .1.3.6.1.4.1.33.13.3.5 |
menuPortEntryMenu parameter values for a port. MenuPortEntry .1.3.6.1.4.1.33.13.3.5.1 |
menuPortIndexAn index value that uniquely identifies a port.
The port identified by a particular value of this
index is the same port as identified by
charPortIndex in the standard Character MIB.ro INTEGER .1.3.6.1.4.1.33.13.3.5.1.1 |
menuPortMenuStatusControl for menu operation on the port.
Corresponds indirectly to PORT MENU and PORT
PRIVILEGED MENU and the presence of the labels
'Menu' and 'Privileged Menu' following the label
'Enabled Characteristics:' in the PORT
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.13.3.5.1.2 |
menuPortNestedMenuStatusControl for nested menu operation on the port.
Corresponds indirectly to PORT NESTED MENU and the
presence of the label 'Nested Menu' following the
label 'Enabled Characteristics:' in the PORT
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.13.3.5.1.3 |
menuPortNestedMenuPrivilegeControl for nested privileged menu operation on the
port. Corresponds indirectly to PORT NESTED
PRIVILEGED MENU and the presence of the label
'Nested Privileged Menu' following the label
'Enabled Characteristics:' in the PORT
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.13.3.5.1.4 |
menuPortNestedTopLevelThe top level nested menu to select from the menu
definition file.rw INTEGER .1.3.6.1.4.1.33.13.3.5.1.5 |
menuNestedNameName of the script file containing the nested
menu.rw DisplayString .1.3.6.1.4.1.33.13.3.6 |
menuNestedScriptMaximumMaximum number of temporary storage bytes for a
nested menu script file. If not zero, the nested
menu function is enabled.rw INTEGER .1.3.6.1.4.1.33.13.3.7 |
menuNestedSystemNameControl to request to download a menu script which is
unique for this unit by prepending the sysLocalName of
this unit to the nestedMenuName.rw Enumeration .1.3.6.1.4.1.33.13.3.8 |
menuNestedEthernetControl to request to download a menu script which is
unique for this unit by prepending the Ethernet address,
or 802.3 MAC address, of this unit to the nestedMenuName.rw Enumeration .1.3.6.1.4.1.33.13.3.9 |
xNetLogin OBJECT IDENTIFIER .1.3.6.1.4.1.33.13.4 |
netLoginNumberThe number of entries in the Network Login Server
table.ro INTEGER .1.3.6.1.4.1.33.13.4.1 |
netLoginServerTableA list of network login server entries. SEQUENCE OF NetLoginServerEntry .1.3.6.1.4.1.33.13.4.2 |
netLoginServerEntryNetwork login parameter values for a server
entry. NetLoginServerEntry .1.3.6.1.4.1.33.13.4.2.1 |
netLoginServerNameThe name of a network login server, suitable for
resolution to a network address. Corresponds
directly to host portion of SERVER SCRIPT SERVER and
the value labeled 'Script Host' in the SERVER
PARAMETER SERVER display.ro DisplayString .1.3.6.1.4.1.33.13.4.2.1.1 |
netLoginServerStatusStatus of this entry. Set to 'invalid' to remove
the entry, which corresponds directly to the CLEAR
SERVER SCRIPT SERVER command. Actual removal of the
entry is implementation specific.rw Enumeration .1.3.6.1.4.1.33.13.4.2.1.2 |
netLoginServerPathThe full path name to the script file that is
identified by the user name. Corresponds directly
to path portion of SERVER SCRIPT SERVER and the
value labeled 'Script Path' in the SERVER PARAMETER
SERVER display. Defaults to the NULL string when
a new entry is created.rw DisplayString .1.3.6.1.4.1.33.13.4.2.1.3 |
netLoginServerSeparatorThe single character string that will be inserted
between the components of a file's path on the
script server. Defaults to the NULL string when
a new entry is created. Corresponds directly to the
separator portion of SERVER SCRIPT SERVER display.rw DisplayString .1.3.6.1.4.1.33.13.4.2.1.4 |
netLoginPortTableA list of network login character port entries. SEQUENCE OF NetLoginPortEntry .1.3.6.1.4.1.33.13.4.3 |
netLoginPortEntryNetwork login parameter values for a port. NetLoginPortEntry .1.3.6.1.4.1.33.13.4.3.1 |
netLoginPortIndexAn index value that uniquely identifies a port.
The port identified by a particular value of this
index is the same port as identified by
charPortIndex in the standard Character MIB.ro INTEGER .1.3.6.1.4.1.33.13.4.3.1.1 |
netLoginPortScriptUseControl for the script action taken when a user
logs in on the port. Corresponds directly to PORT
SCRIPT LOGIN and the value labeled 'Script Login:'
in the PORT ALTERNATE CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.13.4.3.1.2 |
netLoginPortScriptEchoControl for display of script operation on the port
when running a script. Corresponds directly to PORT
SCRIPT ECHO and the presence of the label 'Script
Echo' following the label 'Enabled Characteristics:'
in the PORT CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.13.4.3.1.3 |
netLoginPortLoaderAddressTypeThe type of network address contained in
netLoginPortLoaderAddress. 'unknown' means no
address has been defined. 'other' means no other
type value applies. 'ip' is an Internet IP address.
'ethernet' is an 802.3 MAC address. Corresponds
indirectly to the address part of the value labeled
'Script Loaded From:' in the PORT STATUS display.ro AddressType .1.3.6.1.4.1.33.13.4.3.1.4 |
netLoginPortLoaderAddressThe network address of the server that provided the
script for the current port login. Corresponds
directly the address part of the value labeled
'Script Loaded From:' in the PORT STATUS display.ro OCTET STRING .1.3.6.1.4.1.33.13.4.3.1.5 |
netLoginPortLoaderFileThe path and file name of the script used for the
current port login. Corresponds directly the file
name part of the value labeled 'Script Loaded
From:' in the PORT STATUS display.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.33.13.4.3.1.6 |
netLoginPortExecuteFileThe path and file name of a script to be executed
immediately on the port. Corresponds directly the
file name in the SCRIPT command.rw DisplayString .1.3.6.1.4.1.33.13.4.3.1.7 |
xDial OBJECT IDENTIFIER .1.3.6.1.4.1.33.13.5 |
dialPortTableA list of dial character port entries. SEQUENCE OF DialPortEntry .1.3.6.1.4.1.33.13.5.1 |
dialPortEntryDial parameter values for a port. DialPortEntry .1.3.6.1.4.1.33.13.5.1.1 |
dialPortIndexAn index value that uniquely identifies a port.
The port identified by a particular value of this
index is the same port as identified by
charPortIndex in the standard Character MIB.ro INTEGER .1.3.6.1.4.1.33.13.5.1.1.1 |
dialPortDialbackControl for use of dialback when a user logs in on
the port. Corresponds directly to PORT DIALBACK and
the presence of the label 'Dialback' following the
label 'Enabled Characteristics:' in the PORT
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.13.5.1.1.2 |
dialPortDialbackTimeoutThe number of seconds to wait for remote modem
response when dialing back. Corresponds directly to
PORT DIALBACK TIMEOUT and the value labeled
'Dialback Timeout:' in the PORT ALTERNATE
CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.13.5.1.1.3 |
dialPortDialoutA control to determine the state of a remote port after
it has been logged out from the remote side of the
connection. none will log out the port, query will ask
user what to do, slip and ppp will revert
to those protocolsrw Enumeration .1.3.6.1.4.1.33.13.5.1.1.4 |
dialPortDialbackNoUsernameControl which when enabled on a dialback port will not
prompt for a username upon dialing back. Instead the
original username is reused.rw Enumeration .1.3.6.1.4.1.33.13.5.1.1.5 |
xSessionLog OBJECT IDENTIFIER .1.3.6.1.4.1.33.13.6 |
sessionLogLimitThe maximum number of entries allowed in the
Session Log table. Corresponds directly to SERVER
ACCOUNTING ENTRIES and the value labeled 'Accounting
Entries:' in the SERVER CHARACTERISTICS display.rw INTEGER .1.3.6.1.4.1.33.13.6.1 |
sessionLogTableA list of session log entries. SEQUENCE OF SessionLogEntry .1.3.6.1.4.1.33.13.6.2 |
sessionLogEntryParameter values for a session log entry. SessionLogEntry .1.3.6.1.4.1.33.13.6.2.1 |
sessionLogIndexThe index number of a session log entry.
Corresponds directly to the order of the displayed
records in the SERVER ACCOUNTING display. The
maximum value is sessionLogLimit.ro INTEGER .1.3.6.1.4.1.33.13.6.2.1.1 |
sessionLogConnectionIDAn indentifying number for records relating to the
same connection, that is, the connect and disconnect
records, either of which can be missing.
Corresponds directly to value labeled 'Entry' the
SERVER ACCOUNTING display.ro INTEGER .1.3.6.1.4.1.33.13.6.2.1.2 |
sessionLogPortAn index value that uniquely identifies the port
where the event took place. The port identified by
a particular value of this index is the same port as
identified by charPortIndex in the standard
Character MIB. Corresponds directly to the value
labeled 'Port' in the SERVER ACCOUNTING display.ro INTEGER .1.3.6.1.4.1.33.13.6.2.1.3 |
sessionLogEventThe type of event. Corresponds directly to the
alphabetic part of the value labeled 'Type' in the
SERVER ACCOUNTING display. Type 15 is used by internal
processes that call the session log function with an
already formatted message.ro Enumeration .1.3.6.1.4.1.33.13.6.2.1.4 |
sessionLogEventDetailThe detailed reason for the event. Corresponds
directly to the numeric part of the value labeled
'Type' in the SERVER ACCOUNTING display.ro Enumeration .1.3.6.1.4.1.33.13.6.2.1.5 |
sessionLogUserNameThe user name logged in on the port when the event
occurred. Corresponds directly to the value labeled
'Username' in the SERVER ACCOUNTING display.ro DisplayString .1.3.6.1.4.1.33.13.6.2.1.6 |
sessionLogRemoteNameThe name of the session remote partner.
Corresponds directly to the value labeled
'Destination' in the SERVER ACCOUNTING display.ro DisplayString .1.3.6.1.4.1.33.13.6.2.1.7 |
sessionLogConnectTimeThe date and time that session connection occurred.
Corresponds directly to the value labeled 'Connect
Time' in the SERVER ACCOUNTING display.ro DateTime .1.3.6.1.4.1.33.13.6.2.1.8 |
sessionLogDisconnectTimeThe date and time that session disconnection
occurred. Corresponds directly to the value labeled
'Disconnect Time' in the SERVER ACCOUNTING
display.ro DateTime .1.3.6.1.4.1.33.13.6.2.1.9 |
sessionLogInCharactersThe number of characters that came into the port
for the session. Corresponds directly to the value
labeled 'Bytes In' in the SERVER ACCOUNTING
display.ro Counter .1.3.6.1.4.1.33.13.6.2.1.10 |
sessionLogOutCharactersThe number of characters that went out of the port
for the session. Corresponds directly to the value
labeled 'Bytes Out' in the SERVER ACCOUNTING
display.ro Counter .1.3.6.1.4.1.33.13.6.2.1.11 |
sessionLogVerboseEventWhen logging in 'verbose' mode, the event that
occured.ro Enumeration .1.3.6.1.4.1.33.13.6.2.1.12 |
sessionLogX25DirectionThe initial direction for an X.25 connection.
A value of 0 is returned if the session is
not X25ro Enumeration .1.3.6.1.4.1.33.13.6.2.1.13 |
sessionLogVerboseMessageText describing the event that was logged.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.33.13.6.2.1.14 |
sessionLogX25CallerAddressFor an X.25 connection, the X.121 source address.ro OCTET STRING .1.3.6.1.4.1.33.13.6.2.1.15 |
sessionLogX25CalledAddressFor an X.25 connection, the X.121 destination
address.ro OCTET STRING .1.3.6.1.4.1.33.13.6.2.1.16 |
sessionLogX25DisconnectCauseFor a terminated X.25 connection, the standard,
X.25 cause code.ro INTEGER .1.3.6.1.4.1.33.13.6.2.1.17 |
sessionLogX25DisconnectDiagnosticFor a terminated X.25 connection, the standard,
X.25 diagnostic code.ro INTEGER .1.3.6.1.4.1.33.13.6.2.1.18 |
sessionLogHostTypeThe type of host to which session log events are to
be sent.rw Enumeration .1.3.6.1.4.1.33.13.6.3 |
sessionLogHostAddressThe address of the host to receive events.rw OCTET STRING .1.3.6.1.4.1.33.13.6.4 |
sessionLogVerboseControl for verbose logging.rw Enumeration .1.3.6.1.4.1.33.13.6.5 |
sessionLogPriorityThe largest priority number for the system to log.
Higher numbered (lower priority) events will not be
logged.rw INTEGER .1.3.6.1.4.1.33.13.6.6 |
sessionLogEmptyControl to empty the log. In response to a
get-request or get-next-request, the agent always
returns 'ready' for this value. Setting the value
to 'ready' has no effect. Setting it to 'execute'
causes the log to be emptied.rw Enumeration .1.3.6.1.4.1.33.13.6.7 |
sessionLogFacilityThe UNIX facility level that server originated
accounting messages are logged to.rw Enumeration .1.3.6.1.4.1.33.13.6.8 |
sessionLogReliableControl for reliable logging. Corresponds directly to the
presence of the label 'Reliable Accounting' following the
label 'Enabled Characteristics:' in the SERVER
CHARACTERISTICS display.rw Enumeration .1.3.6.1.4.1.33.13.6.9 |
sessionLogHostSecondaryTypeThe type of secondary host to which session log events are
to be sent. This value should be set to unix when
configuring a non-zero sessionLogHostSecondaryAddress.
Corresponds to the presence of the label 'SYSLOGD Host2'
following the label 'Daemon(s)' in the SERVER UNIT
display.rw Enumeration .1.3.6.1.4.1.33.13.6.10 |
sessionLogHostSecondaryAddressThe address of a secondary host to receive events.
Corresponds directly to the value labeled
'SYSLOGD Host2' in the SERVER UNIT display.rw OCTET STRING .1.3.6.1.4.1.33.13.6.11 |
sessionLogZeroAccountingAllA control to clear all entries in the accounting log
including command log entries. Corresponds directly to
the command CLEAR SERVER ACCOUNTING ALL. In response to
a get-request or get-next-request the agent always returns
ready for this value.rw Enumeration .1.3.6.1.4.1.33.13.6.12 |
sessionLogZeroCommandLoggingA control to clear all command log entries. Corresponds
directly to the command CLEAR SERVER COMMAND LOGGING. In
response to a get-request or get-next-request the agent
always returns ready for this value.rw Enumeration .1.3.6.1.4.1.33.13.6.13 |
sessionLogTl1AutonomousLogSizeThe size in bytes of the TL1 autonomous log, which
records alarms. A change in log size will not take effect
until rebooting the unit.rw INTEGER ( 0..1000) .1.3.6.1.4.1.33.13.6.14 |
sessionLogTl1CommandLogSizeThe size in bytes of the TL1 command log, which records
all TL1 commands entered on this server. A change in log
size will not take effect until rebooting the unit.rw INTEGER ( 0..1000) .1.3.6.1.4.1.33.13.6.15 |
sessionLogZeroDataLoggingA control to clear all data log entries. Corresponds
directly to the command CLEAR SERVER DATA LOGGING. In
response to a get-request or get-next-request the agent
always returns ready for this value.rw Enumeration .1.3.6.1.4.1.33.13.6.16 |
sessionLogZeroAlarmLoggingControl to clear all alarm log entries. In response to a
get-request or a get-next-request the agent always returns
ready for this value.rw Enumeration .1.3.6.1.4.1.33.13.6.17 |
xCcl OBJECT IDENTIFIER .1.3.6.1.4.1.33.13.7 |
cclParsedScriptTableA list of parsed CCL scripts. SEQUENCE OF CclParsedScriptEntry .1.3.6.1.4.1.33.13.7.1 |
cclParsedScriptEntryParsed CCL script information. CclParsedScriptEntry .1.3.6.1.4.1.33.13.7.1.1 |
cclScriptNameThe name of a CCL script file that has been
loaded from a script server. Corresponds directly
to the name in a SERVER CCL command and the value
labeled 'CCL name:' in the PORT CHARACTERISTICS
display.ro DisplayString .1.3.6.1.4.1.33.13.7.1.1.1 |
cclScriptControlControl for maintaining the CCL script. The
refresh action consists of retrieving the script
by name from a script server and parsing it into
an executable format. This may be used to add an
entry to the table or refresh an existing entry with
a new version of the CCL script from the server.
This command may take ten seconds or more to complete
and may fail if the script file cannot be retrieved or
an error is encountered in parsing the CCL script.
An error value of genErr is returned upon refresh
failure. The refresh action corresponds directly to
the commnd: REFRESH SERVER CCL. Setting this field
to delete causes a script that is NOT being referenced
by any ports to be removed from the list and its
memory freed. This action corresponds directly to
the command: DELETE SERVER CCL. An error value of
badValue is returned upon delete failure.rw Enumeration .1.3.6.1.4.1.33.13.7.1.1.2 |
cclPortTableA list of ccl character port entries. SEQUENCE OF CclPortEntry .1.3.6.1.4.1.33.13.7.2 |
cclPortEntryCCL parameter values for a port. CclPortEntry .1.3.6.1.4.1.33.13.7.2.1 |
cclPortCclNameThe name of the ARAP modem CCL script file.rw DisplayString .1.3.6.1.4.1.33.13.7.2.1.1 |
cclPortModemAudibleThis boolean indicates if the CCL script should put
the modem into audible mode.rw Enumeration .1.3.6.1.4.1.33.13.7.2.1.2 |
xBroadcastGroup OBJECT IDENTIFIER .1.3.6.1.4.1.33.13.8 |
broadcastGroupTableA list of broadcast groups. SEQUENCE OF BroadcastGroupEntry .1.3.6.1.4.1.33.13.8.1 |
broadcastGroupEntryBroadcast group information. BroadcastGroupEntry .1.3.6.1.4.1.33.13.8.1.1 |
broadcastGroupIndexAn index value that uniquely identifies a broadcast group.ro INTEGER ( 1..10) .1.3.6.1.4.1.33.13.8.1.1.1 |
broadcastGroupStatusA status value for the broadcast group. The value 'enabled' means
that the group is active and broadcasting data whereas 'disabled'
means that the group is not active.rw Enumeration .1.3.6.1.4.1.33.13.8.1.1.2 |
broadcastGroupMasterAn index value that uniquely identifies the Master Broadcast Port
for this group. The port provided in this object is the same port
as identified by charPortIndex in the standard Character MIB.rw INTEGER .1.3.6.1.4.1.33.13.8.1.1.3 |
broadcastGroupSlavesA bitmap representing the ports included in this broadcast group.
A bit with a value of '1' means the corresponding port is included
in the broadcast group whereas a value of '0' indicates that the
port is not part of the broadcast group.rw OCTET STRING .1.3.6.1.4.1.33.13.8.1.1.4 |
broadcastGroupSlavesBroadcastOnlyA bitmap representing the ports set up to discard input data and
transmit only the broadcast data on the line. A bit set to '1'
means that the corresponding port will only broadcast the data and
discard any input.rw OCTET STRING .1.3.6.1.4.1.33.13.8.1.1.5 |
broadcastGroupSlaveTcpPortA TCP port number on which the broadcast group process will listen
for incoming TCP connections. A client connected to this
particular port will receive the data broadcast by the Master
Port. A value of '0' indicates that no TCP port is defined.rw INTEGER .1.3.6.1.4.1.33.13.8.1.1.6 |
broadcastGroupSlaveTcpBroadcastOnlySpecifies whether the TCP port will discard input characters
for the Master port so that the Master port operates in broadcast
only mode.rw Enumeration .1.3.6.1.4.1.33.13.8.1.1.7 |
xPingHosts OBJECT IDENTIFIER .1.3.6.1.4.1.33.13.9 |
pingHostsTableA list of ICMP ping hosts. SEQUENCE OF PingHostsEntry .1.3.6.1.4.1.33.13.9.1 |
pingHostsEntryPing Hosts information. PingHostsEntry .1.3.6.1.4.1.33.13.9.1.1 |
icmpPingHostIndexAn index value that uniquely identifies a ping host.ro INTEGER ( 1..24) .1.3.6.1.4.1.33.13.9.1.1.1 |
icmpPingHostAddressThe host address to be monitored to make sure it is
reachable using ICMP pings. This address must be
unique within the table, and must be Set to a non-zero
value prior to configuring the other attributes of
the ping host. A set-request with an IpAddress of
zero will make this entry inactive.rw IpAddress .1.3.6.1.4.1.33.13.9.1.1.2 |
icmpPingHostDescriptionThis is an optional description of the ping host.rw DisplayString .1.3.6.1.4.1.33.13.9.1.1.3 |
icmpPingHostNotificationTypeIndicates the type of notification used, if any,
when the ping host is determined to be unreachable.
If the type is snmp, a trap is sent to configured
trap clients.rw Enumeration .1.3.6.1.4.1.33.13.9.1.1.4 |
icmpPingHostPollingIntervalThe time in seconds between sending an ICMP ping to
a ping host in order to check for reachability.rw INTEGER ( 5..65535) .1.3.6.1.4.1.33.13.9.1.1.5 |
icmpPingHostMaximumRetriesThe maximum consecutive failed attempts to reach the
host via ICMP ping before sending notification as
specified by icmpPingHostNotificationType.rw INTEGER ( 1..255) .1.3.6.1.4.1.33.13.9.1.1.6 |
icmpPingHostTrapSeverityLevelIndicates the severity level of a trap to be sent out
when the host is unreachable.rw Enumeration .1.3.6.1.4.1.33.13.9.1.1.7 |
icmpPingHostStatusIndicates the current status of the ping host. If the
host is reachable, the status is cleared. Otherwise, it
is the same as the icmpPingHostTrapSeverityLevel.ro Enumeration .1.3.6.1.4.1.33.13.9.1.1.8 |
xDecnet OBJECT IDENTIFIER .1.3.6.1.4.1.33.14 |
xRcp OBJECT IDENTIFIER .1.3.6.1.4.1.33.14.1 |
rcpRemoteAddressIf a remote console session exists, the Ethernet
address of the remote partner, otherwise zero
length.ro OCTET STRING .1.3.6.1.4.1.33.14.1.1 |
xPhiv OBJECT IDENTIFIER .1.3.6.1.4.1.33.14.2 |
xPhivRoute OBJECT IDENTIFIER .1.3.6.1.4.1.33.14.2.1 |
phivPathSelectionThe algorithm used to balance traffic between equal
next hop paths. 'roundRobin' selects the next hop
using a round robin algorithm for each hop.
'samePath' selects the next hop guaranteeing that
all packets with the same source/destination pair
will always use the same next hop.rw Enumeration .1.3.6.1.4.1.33.14.2.1.1 |
phivMaxPathsThe maximum number of equal cost next hops that the
router can remember and successfully load balance
between.rw INTEGER .1.3.6.1.4.1.33.14.2.1.2 |
phivStatusThe status of the DECnet routing software.ro Enumeration .1.3.6.1.4.1.33.14.2.1.3 |
xPhivCircuit OBJECT IDENTIFIER .1.3.6.1.4.1.33.14.2.2 |
phivCircuitTableA list of DECnet circuit entries. SEQUENCE OF PhivCircuitEntry .1.3.6.1.4.1.33.14.2.2.1 |
phivCircuitEntryParameter values for a DECnet circuit. PhivCircuitEntry .1.3.6.1.4.1.33.14.2.2.1.1 |
xPhivCircuitIndexIdentification of a circuit entry. Same as an
interface index (ifIndex).ro INTEGER .1.3.6.1.4.1.33.14.2.2.1.1.1 |
phivCircuitRoutingTimerThe maximum time in seconds allowed between Routing
updates on the circuit. Different values for LANs
vs. WANs.rw INTEGER .1.3.6.1.4.1.33.14.2.2.1.1.2 |
phivCircuitOperCostThe actual cost associated with the circuit.ro INTEGER .1.3.6.1.4.1.33.14.2.2.1.1.3 |
phivCircuitErrorsThe number of routed DECnet packets received in
error on this circuit.ro Counter .1.3.6.1.4.1.33.14.2.2.1.1.4 |
phivCircuitLastErrorThe error of the last routed DECnet packet received
in error on this circuit.ro Enumeration .1.3.6.1.4.1.33.14.2.2.1.1.5 |
phivCircuitLastErrorTimeThe date and time that the last routed DECnet
packet was received in error on this circuit.ro DateTime .1.3.6.1.4.1.33.14.2.2.1.1.6 |
phivCircuitLastErrorDataThe first 22 bytes of the last routed DECnet packet
received in error on this circuit.ro OCTET STRING .1.3.6.1.4.1.33.14.2.2.1.1.7 |
phivCircuitProtocolPriorityThe priority at which all DECnet routed packets
will be placed on the WAN output queue.rw Enumeration .1.3.6.1.4.1.33.14.2.2.1.1.8 |
phivCircuitRoutingPriorityRouter's priority to be designated router on this
circuit.rw INTEGER .1.3.6.1.4.1.33.14.2.2.1.1.9 |
xPhivImport OBJECT IDENTIFIER .1.3.6.1.4.1.33.14.2.3 |
phivCircuitImportTableA list of circuit import filter entries. SEQUENCE OF PhivCircuitImportEntry .1.3.6.1.4.1.33.14.2.3.1 |
phivCircuitImportEntryParameter values for an import filter. PhivCircuitImportEntry .1.3.6.1.4.1.33.14.2.3.1.1 |
phivCircuitImportIfThe interface associated with the import routing
filter.ro INTEGER .1.3.6.1.4.1.33.14.2.3.1.1.1 |
phivCircuitImportAddrThe address (node or area) to match against learned
route entries to decide whether to import the entry
to the routing database.ro PhivAddr .1.3.6.1.4.1.33.14.2.3.1.1.2 |
phivCircuitImportMaskThe mask which is ANDed with the address field as
well as the route entries address to determine
whether the address matches the route entry.ro PhivAddr .1.3.6.1.4.1.33.14.2.3.1.1.3 |
phivCircuitImportActionThe action to take if the address field along with
the mask field matches the route entry.rw Enumeration .1.3.6.1.4.1.33.14.2.3.1.1.4 |
phivCircuitImportStatusSetting to 'invalid' removes this import filter
from the table. Setting to 'valid' has no effect.rw Enumeration .1.3.6.1.4.1.33.14.2.3.1.1.5 |
xPhivImportArea OBJECT IDENTIFIER .1.3.6.1.4.1.33.14.2.4 |
phivCircuitImportAreaTableA list of circuit import area filter entries. SEQUENCE OF PhivCircuitImportAreaEntry .1.3.6.1.4.1.33.14.2.4.1 |
phivCircuitImportAreaEntryParameter values for an import area filter. PhivCircuitImportAreaEntry .1.3.6.1.4.1.33.14.2.4.1.1 |
phivCircuitImportAreaIfThe interface associated with the import area
routing filter.ro INTEGER .1.3.6.1.4.1.33.14.2.4.1.1.1 |
phivCircuitImportAreaAddrThe address (node or area) to match against learned
route entries to decide whether to import the entry
to the routing database.ro PhivAddr .1.3.6.1.4.1.33.14.2.4.1.1.2 |
phivCircuitImportAreaMaskThe mask which is ANDed with the address field as
well as the route entries address to determine
whether the address matches the route entry.ro PhivAddr .1.3.6.1.4.1.33.14.2.4.1.1.3 |
phivCircuitImportAreaActionThe action to take if the address field along with
the mask field matches the route entry.rw Enumeration .1.3.6.1.4.1.33.14.2.4.1.1.4 |
phivCircuitImportAreaStatusSetting to 'invalid' removes this import area
filter from the table. Setting to 'valid' has no
effect.rw Enumeration .1.3.6.1.4.1.33.14.2.4.1.1.5 |
xPhivExport OBJECT IDENTIFIER .1.3.6.1.4.1.33.14.2.5 |
phivCircuitExportTableA list of circuit export filter entries. SEQUENCE OF PhivCircuitExportEntry .1.3.6.1.4.1.33.14.2.5.1 |
phivCircuitExportEntryParameter values for an export filter. PhivCircuitExportEntry .1.3.6.1.4.1.33.14.2.5.1.1 |
phivCircuitExportIfThe interface associated with the export routing
filter.ro INTEGER .1.3.6.1.4.1.33.14.2.5.1.1.1 |
phivCircuitExportAddrThe address (node or area) to match against learned
route entries to decide whether to export the entry
to the routing database.ro PhivAddr .1.3.6.1.4.1.33.14.2.5.1.1.2 |
phivCircuitExportMaskThe mask which is ANDed with the address field as
well as the route entries address to determine
whether the address matches the route entry.ro PhivAddr .1.3.6.1.4.1.33.14.2.5.1.1.3 |
phivCircuitExportActionThe action to take if the address field along with
the mask field matches the route entry.rw Enumeration .1.3.6.1.4.1.33.14.2.5.1.1.4 |
phivCircuitExportStatusSetting to 'invalid' removes this export filter
from the table. Setting to 'valid' has no effect.rw Enumeration .1.3.6.1.4.1.33.14.2.5.1.1.5 |
xPhivExportArea OBJECT IDENTIFIER .1.3.6.1.4.1.33.14.2.6 |
phivCircuitExportAreaTableA list of circuit export area filter entries. SEQUENCE OF PhivCircuitExportAreaEntry .1.3.6.1.4.1.33.14.2.6.1 |
phivCircuitExportAreaEntryParameter values for an export area filter. PhivCircuitExportAreaEntry .1.3.6.1.4.1.33.14.2.6.1.1 |
phivCircuitExportAreaIfThe interface associated with the export area
routing filter.ro INTEGER .1.3.6.1.4.1.33.14.2.6.1.1.1 |
phivCircuitExportAreaAddrThe address (node or area) to match against learned
route entries to decide whether to export the entry
to the routing database.ro PhivAddr .1.3.6.1.4.1.33.14.2.6.1.1.2 |
phivCircuitExportAreaMaskThe mask which is ANDed with the address field as
well as the route entries address to determine
whether the address matches the route entry.ro PhivAddr .1.3.6.1.4.1.33.14.2.6.1.1.3 |
phivCircuitExportAreaActionThe action to take if the address field along with
the mask field matches the route entry.rw Enumeration .1.3.6.1.4.1.33.14.2.6.1.1.4 |
phivCircuitExportAreaStatusSetting to 'invalid' removes this export area
filter from the table. Setting to 'valid' has no
effect.rw Enumeration .1.3.6.1.4.1.33.14.2.6.1.1.5 |
xPhivFilter OBJECT IDENTIFIER .1.3.6.1.4.1.33.14.2.7 |
phivCircuitFilterTableA list of circuit filter entries. SEQUENCE OF PhivCircuitFilterEntry .1.3.6.1.4.1.33.14.2.7.1 |
phivCircuitFilterEntryParameter values for a filter. PhivCircuitFilterEntry .1.3.6.1.4.1.33.14.2.7.1.1 |
phivCircuitFilterIfThe interface associated with the filter entry.ro INTEGER .1.3.6.1.4.1.33.14.2.7.1.1.1 |
phivCircuitFilterDstAddrThe address (node or area) to match against the
destination address of the packet to decide whether
to forward the packet.ro PhivAddr .1.3.6.1.4.1.33.14.2.7.1.1.2 |
phivCircuitFilterDstMaskThe mask which is ANDed with the destination
address field and the packet's destination address
to determine whether the address matches the
packet's address.ro PhivAddr .1.3.6.1.4.1.33.14.2.7.1.1.3 |
phivCircuitFilterSrcAddrThe address (node or area) to match against the
source address of the packet to decide whether to
forward the packet.ro PhivAddr .1.3.6.1.4.1.33.14.2.7.1.1.4 |
phivCircuitFilterSrcMaskThe mask which is ANDed with the source address
field and the packet's source address to determine
whether the address matches the packet's address.ro PhivAddr .1.3.6.1.4.1.33.14.2.7.1.1.5 |
phivCircuitFilterActionThe action to take if the address fields along with
the mask fields match the packet.rw Enumeration .1.3.6.1.4.1.33.14.2.7.1.1.6 |
phivCircuitFilterStatusSetting to 'invalid' removes this Filter filter
from the table. Setting to 'valid' has no effect.rw Enumeration .1.3.6.1.4.1.33.14.2.7.1.1.7 |
xPhivTraffic OBJECT IDENTIFIER .1.3.6.1.4.1.33.14.2.8 |
phivTrafficSortSetting to 'execute' causes the most recent traffic
information to be sorted into the phivTrafficTable.
The sorting precedence is: decreasing percentage,
increasing destination address, increasing source
address, and increasing interface number. Setting
to 'ready' has no effect.rw Enumeration .1.3.6.1.4.1.33.14.2.8.1 |
phivTrafficTableA list of traffic entries, sorted in the order
specified by phivTrafficSort. SEQUENCE OF PhivTrafficEntry .1.3.6.1.4.1.33.14.2.8.2 |
phivTrafficEntryA traffic entry. PhivTrafficEntry .1.3.6.1.4.1.33.14.2.8.2.1 |
phivTrafficIndexIdentification of this traffic entry.ro INTEGER .1.3.6.1.4.1.33.14.2.8.2.1.1 |
phivTrafficPercentThe percentage of total traffic that this traffic
entry represents, in tenths of a percent.ro INTEGER .1.3.6.1.4.1.33.14.2.8.2.1.2 |
phivTrafficDstThe destination to which the traffic entry
applies.ro PhivAddr .1.3.6.1.4.1.33.14.2.8.2.1.3 |
phivTrafficSrcThe source to which the traffic entry applies.ro PhivAddr .1.3.6.1.4.1.33.14.2.8.2.1.4 |
phivTrafficIfThe inbound interface to which the traffic entry
applies. This value is the same as IfIndex.ro INTEGER .1.3.6.1.4.1.33.14.2.8.2.1.5 |
xIpx OBJECT IDENTIFIER .1.3.6.1.4.1.33.15 |
xIpxSystem OBJECT IDENTIFIER .1.3.6.1.4.1.33.15.1 |
ipxRoutingControl for IPX routing services.rw Enumeration .1.3.6.1.4.1.33.15.1.1 |
ipxInternalNetworkThe IPX Internal Network to use on the the IPX Router.rw INTEGER .1.3.6.1.4.1.33.15.1.2 |
xIpxIf OBJECT IDENTIFIER .1.3.6.1.4.1.33.15.2 |
ipxIfTableA list of IPX interface entries. SEQUENCE OF IpxIfEntry .1.3.6.1.4.1.33.15.2.1 |
ipxIfEntryIPX interface parameters and counters. IpxIfEntry .1.3.6.1.4.1.33.15.2.1.1 |
ipxIfIndexAn index value that uniquely identifies an IPX
interface. The interface identified by a particular
value of this index is the same interface as
identified by the same value of ifIndex.ro INTEGER .1.3.6.1.4.1.33.15.2.1.1.1 |
ipxIfStateControl for IPX routing services for this
interface.rw Enumeration .1.3.6.1.4.1.33.15.2.1.1.2 |
ipxIfNetworkThe IPX network number of the network to which this
interface is attached.rw INTEGER .1.3.6.1.4.1.33.15.2.1.1.3 |
ipxIfFrameStyleControl for the CSMA/CD frame style to use on this
interface.rw Enumeration .1.3.6.1.4.1.33.15.2.1.1.4 |
ipxIfFramesInThe number of IPX frames received on this
interface.ro Counter .1.3.6.1.4.1.33.15.2.1.1.5 |
ipxIfFramesOutThe number of IPX frames sent on this interface.ro Counter .1.3.6.1.4.1.33.15.2.1.1.6 |
ipxIfErrorsThe number of IPX errors seen on this interface.ro Counter .1.3.6.1.4.1.33.15.2.1.1.7 |
ipxIfTransitDelayThe number of 55 millisecond ticks it takes for a
packet to travel from one destination to another on
the interface. A value of 0 means that the system
will calculate this value based on the measured
speed of the interface.rw INTEGER .1.3.6.1.4.1.33.15.2.1.1.8 |
ipxIfTransitDelayActualThe number of 55 millisecond ticks it takes for a
packet to travel from one destination to another on
the interface.ro INTEGER .1.3.6.1.4.1.33.15.2.1.1.9 |
ipxIfProtocolPriorityThis value defines the priority at which all
Internet Routed packets will be placed on the WAN
output queue.rw Enumeration .1.3.6.1.4.1.33.15.2.1.1.10 |
ipxIfWatchdogSpoofControl for whether or not this router
responds to IPX watchog requests on this
interface.rw Enumeration .1.3.6.1.4.1.33.15.2.1.1.11 |
ipxIfStatusNetworkThe IPX network number that is actually in use on the
attached interface. This value may have been learned
via listening to the attached network.ro INTEGER .1.3.6.1.4.1.33.15.2.1.1.12 |
xIpxNetbios OBJECT IDENTIFIER .1.3.6.1.4.1.33.15.3 |
ipxNetbiosHopLimitMaximum number of hops that an IPX Netbios packet
may make.rw INTEGER .1.3.6.1.4.1.33.15.3.1 |
ipxNetbiosIfTableA list of IPX interface entries. SEQUENCE OF IpxNetbiosIfEntry .1.3.6.1.4.1.33.15.3.2 |
ipxNetbiosIfEntryIPX interface parameters and counters. IpxNetbiosIfEntry .1.3.6.1.4.1.33.15.3.2.1 |
ipxNetbiosIfIndexAn index value that uniquely identifies an IPX
interface. The interface identified by a particular
value of this index is the same interface as
identified by the same value of ifIndex.ro INTEGER .1.3.6.1.4.1.33.15.3.2.1.1 |
ipxIfNetbiosForwardingControl whether Netbios packet will be forwarded in
or out on this interface.rw Enumeration .1.3.6.1.4.1.33.15.3.2.1.2 |
ipxIfNetbiosInThe number of IPX Netbios frames received on this
interface.ro Counter .1.3.6.1.4.1.33.15.3.2.1.3 |
ipxIfNetbiosOutThe number of IPX Netbios frames sent on this
interface.ro Counter .1.3.6.1.4.1.33.15.3.2.1.4 |
xIpxRip OBJECT IDENTIFIER .1.3.6.1.4.1.33.15.4 |
ipxRipIfTableA list of IPX interface entries. SEQUENCE OF IpxRipIfEntry .1.3.6.1.4.1.33.15.4.1 |
ipxRipIfEntryIPX interface parameters and counters. IpxRipIfEntry .1.3.6.1.4.1.33.15.4.1.1 |
ipxRipIfIndexAn index value that uniquely identifies an IPX
interface. The interface identified by a particular
value of this index is the same interface as
identified by the same value of ifIndex.ro INTEGER .1.3.6.1.4.1.33.15.4.1.1.1 |
ipxIfRipBcstControl whether RIP packets will be broadcasted out
this interface.rw Enumeration .1.3.6.1.4.1.33.15.4.1.1.2 |
ipxIfRipBcstDiscardTimeoutThe number of seconds to wait before discarding
information learned from a RIP broadcast.rw INTEGER .1.3.6.1.4.1.33.15.4.1.1.3 |
ipxIfRipBcstTimerThe number of seconds to wait between sending out
RIP broadcasts.rw INTEGER .1.3.6.1.4.1.33.15.4.1.1.4 |
ipxIfRipInThe number of RIP broadcasts received on this
interface.ro Counter .1.3.6.1.4.1.33.15.4.1.1.5 |
ipxIfRipOutThe number of RIP broadcasts sent on this
interface.ro Counter .1.3.6.1.4.1.33.15.4.1.1.6 |
ipxIfRipAgedOutThe number of entries timed out and discarded on
this interface.ro Counter .1.3.6.1.4.1.33.15.4.1.1.7 |
ipxRipTableA list of RIP entries. SEQUENCE OF IpxRipEntry .1.3.6.1.4.1.33.15.4.2 |
ipxRipEntryIPX interface parameters and counters. IpxRipEntry .1.3.6.1.4.1.33.15.4.2.1 |
ipxRipNetworkAn IPX network number to which this router knows a
path.ro INTEGER .1.3.6.1.4.1.33.15.4.2.1.1 |
ipxRipRouterThe Ethernet address of an IPX router on this
network.ro OCTET STRING ( SIZE(6) ) .1.3.6.1.4.1.33.15.4.2.1.2 |
ipxRipInterfaceThe interface to reach the router. A value of
ifIndex.ro INTEGER .1.3.6.1.4.1.33.15.4.2.1.3 |
ipxRipHopsThe number of hops to reach the router.ro INTEGER .1.3.6.1.4.1.33.15.4.2.1.4 |
ipxRipTransTimeThe number of 55 millisecond ticks it takes for a
packet to travel to the router.ro INTEGER .1.3.6.1.4.1.33.15.4.2.1.5 |
ipxRipAgeThe age of the RIP entry in seconds.ro INTEGER .1.3.6.1.4.1.33.15.4.2.1.6 |
ipxRipRtTableA list of RIP Routing entries. SEQUENCE OF IpxRipRtEntry .1.3.6.1.4.1.33.15.4.3 |
ipxRipRtEntryIPX Routing Entry information IpxRipRtEntry .1.3.6.1.4.1.33.15.4.3.1 |
ipxRipRtNetworkAn IPX network number to which this router knows a
path.ro INTEGER .1.3.6.1.4.1.33.15.4.3.1.1 |
ipxRipRtRouterThe Ethernet address of an IPX router on this
network.ro OCTET STRING ( SIZE(6) ) .1.3.6.1.4.1.33.15.4.3.1.2 |
ipxRipRtInterfaceThe interface to reach the router. A value of
ifIndex.ro INTEGER .1.3.6.1.4.1.33.15.4.3.1.3 |
ipxRipRtHopsThe number of hops to reach the router.rw INTEGER .1.3.6.1.4.1.33.15.4.3.1.4 |
ipxRipRtTransTimeThe number of 55 millisecond ticks it takes for a
packet to travel to the router.rw INTEGER .1.3.6.1.4.1.33.15.4.3.1.5 |
ipxRipRtOriginThe source of the RIP entry, either Learned via RIP or Static.ro Enumeration .1.3.6.1.4.1.33.15.4.3.1.6 |
ipxRipRtRowStatusCreate or Delete RIP routing table entries.rw Enumeration .1.3.6.1.4.1.33.15.4.3.1.7 |
xIpxSap OBJECT IDENTIFIER .1.3.6.1.4.1.33.15.5 |
ipxSapIfTableA list of IPX interface entries. SEQUENCE OF IpxSapIfEntry .1.3.6.1.4.1.33.15.5.1 |
ipxSapIfEntryIPX interface parameters and counters. IpxSapIfEntry .1.3.6.1.4.1.33.15.5.1.1 |
ipxSapIfIndexAn index value that uniquely identifies an IPX
interface. The interface identified by a particular
value of this index is the same interface as
identified by the same value of ifIndex.ro INTEGER .1.3.6.1.4.1.33.15.5.1.1.1 |
ipxIfSapBcstControl whether SAP packets will be broadcasted out
this interface.rw Enumeration .1.3.6.1.4.1.33.15.5.1.1.2 |
ipxIfSapBcstDiscardTimeoutThe number of seconds to wait before discarding
information learned from a SAP broadcast.rw INTEGER .1.3.6.1.4.1.33.15.5.1.1.3 |
ipxIfSapBcstTimerThe number of seconds to wait between sending out
SAP broadcasts.rw INTEGER .1.3.6.1.4.1.33.15.5.1.1.4 |
ipxIfSapInThe number SAP broadcasts received on this
interface.ro Counter .1.3.6.1.4.1.33.15.5.1.1.5 |
ipxIfSapOutThe number SAP broadcasts sent on this interface.ro Counter .1.3.6.1.4.1.33.15.5.1.1.6 |
ipxIfSapAgedOutThe number entries for this interface discarded due
to aging timeout.ro Counter .1.3.6.1.4.1.33.15.5.1.1.7 |
ipxSapTableA list of SAP entries. SEQUENCE OF IpxSapEntry .1.3.6.1.4.1.33.15.5.2 |
ipxSapEntryIPX interface parameters and counters. IpxSapEntry .1.3.6.1.4.1.33.15.5.2.1 |
ipxSapNameThe name of the service, null filled.ro DisplayString .1.3.6.1.4.1.33.15.5.2.1.1 |
ipxSapNetworkThe IPX network number on which the service's host
resides.ro INTEGER .1.3.6.1.4.1.33.15.5.2.1.2 |
ipxSapHostThe Ethernet address of the IPX host of the
service.ro OCTET STRING ( SIZE(6)) .1.3.6.1.4.1.33.15.5.2.1.3 |
ipxSapSocketThe socket number of the service on the host.ro INTEGER .1.3.6.1.4.1.33.15.5.2.1.4 |
ipxSapInterfaceThe interface of the router in the direction of the
service. A value of ifIndex.ro INTEGER .1.3.6.1.4.1.33.15.5.2.1.5 |
ipxSapTypeThe type of the service. The enumeration is an
incomplete set of all possible values.ro Enumeration .1.3.6.1.4.1.33.15.5.2.1.6 |
ipxSapAgeThe age of the Sap entry in seconds.ro INTEGER .1.3.6.1.4.1.33.15.5.2.1.7 |
ipxSapSvTableA list of SAP entries. SEQUENCE OF IpxSapSvEntry .1.3.6.1.4.1.33.15.5.3 |
ipxSapSvEntryIPX interface parameters and counters. IpxSapSvEntry .1.3.6.1.4.1.33.15.5.3.1 |
ipxSapSvNameThe name of the service.ro DisplayString .1.3.6.1.4.1.33.15.5.3.1.1 |
ipxSapSvNetworkThe IPX network number on which the service's host
resides.ro INTEGER .1.3.6.1.4.1.33.15.5.3.1.2 |
ipxSapSvHostThe Ethernet address of the IPX host of the
service.ro OCTET STRING ( SIZE(6)) .1.3.6.1.4.1.33.15.5.3.1.3 |
ipxSapSvSocketThe socket number of the service on the host.ro INTEGER .1.3.6.1.4.1.33.15.5.3.1.4 |
ipxSapSvInterfaceThe interface of the router in the direction of the
service. A value of ifIndex.ro INTEGER .1.3.6.1.4.1.33.15.5.3.1.5 |
ipxSapSvOriginThe source of the RIP entry, either Learned via RIP or Static.ro Enumeration .1.3.6.1.4.1.33.15.5.3.1.6 |
ipxSapSvTypeThe type of the service. The enumeration is an
incomplete set of all possible values.ro Enumeration .1.3.6.1.4.1.33.15.5.3.1.7 |
ipxSapSvHopsThe number of hops to the Service.rw INTEGER .1.3.6.1.4.1.33.15.5.3.1.8 |
ipxSapSvRowStatusCreate or Delete SAP Service table entries.rw Enumeration .1.3.6.1.4.1.33.15.5.3.1.9 |
ipxSapSvAgeThe age of the Sap entry in seconds.ro INTEGER .1.3.6.1.4.1.33.15.5.3.1.10 |
xIpxFilter OBJECT IDENTIFIER .1.3.6.1.4.1.33.15.6 |
ipxIfFilterTableA list of IPX interface Source and Destination
address Filter entries. SEQUENCE OF IpxIfFilterEntry .1.3.6.1.4.1.33.15.6.1 |
ipxIfFilterEntryIPX Source and Destination interface Filters. IpxIfFilterEntry .1.3.6.1.4.1.33.15.6.1.1 |
ipxIfFilterIndexThe interface to which this IPX Address filter applies.
A value of ifIndex.ro INTEGER .1.3.6.1.4.1.33.15.6.1.1.1 |
ipxIfFilterDestNetworkThe destination IPX network to be filtered.ro INTEGER .1.3.6.1.4.1.33.15.6.1.1.2 |
ipxIfFilterDestNodeThe destination IPX node to be filtered.ro OCTET STRING ( SIZE(6)) .1.3.6.1.4.1.33.15.6.1.1.3 |
ipxIfFilterSourceNetworkThe destination IPX network to be filtered.ro INTEGER .1.3.6.1.4.1.33.15.6.1.1.4 |
ipxIfFilterSourceNodeThe destination IPX node to be filtered.ro OCTET STRING ( SIZE(6)) .1.3.6.1.4.1.33.15.6.1.1.5 |
ipxIfFilterPacketTypeThe IPX packet type to be filtered.ro INTEGER .1.3.6.1.4.1.33.15.6.1.1.6 |
ipxIfFilterActionThe IPX filter action to be taken, either Forward or Discard.rw Enumeration .1.3.6.1.4.1.33.15.6.1.1.7 |
ipxIfFilterRowStatusThe IPX Filter create or delete function.rw Enumeration .1.3.6.1.4.1.33.15.6.1.1.8 |
ipxIfFilterStatusDestNetworkAllThe IPX Filter flag meaning ALL destination networks.ro Enumeration .1.3.6.1.4.1.33.15.6.1.1.9 |
ipxIfFilterStatusDestNodeAllThe IPX Filter flag meaning ALL destination nodes.ro Enumeration .1.3.6.1.4.1.33.15.6.1.1.10 |
ipxIfFilterStatusSourceNetworkAllThe IPX Filter flag meaning ALL source networks.ro Enumeration .1.3.6.1.4.1.33.15.6.1.1.11 |
ipxIfFilterStatusSourceNodeAllThe IPX Filter flag meaning ALL source nodes.ro Enumeration .1.3.6.1.4.1.33.15.6.1.1.12 |
ipxIfFilterStatusPacketTypeAllThe IPX Filter flag meaning ALL packet types.ro Enumeration .1.3.6.1.4.1.33.15.6.1.1.13 |
ipxIfRipFilterTableA list of IPX interface RIP Filter entries. SEQUENCE OF IpxIfRipFilterEntry .1.3.6.1.4.1.33.15.6.2 |
ipxIfRipFilterEntryIPX RIP interface Filters. IpxIfRipFilterEntry .1.3.6.1.4.1.33.15.6.2.1 |
ipxIfRipFilterNetworkThe IPX RIP network to be filtered.ro INTEGER .1.3.6.1.4.1.33.15.6.2.1.1 |
ipxIfRipFilterTypeThe IPX RIP filter type, either IMPORT or EXPORT.ro Enumeration .1.3.6.1.4.1.33.15.6.2.1.2 |
ipxIfRipFilterActionThe IPX RIP filter action to be taken, either ALLOW or DENY.rw Enumeration .1.3.6.1.4.1.33.15.6.2.1.3 |
ipxIfRipFilterRowStatusThe IPX RIP Filter create or delete function.rw Enumeration .1.3.6.1.4.1.33.15.6.2.1.4 |
ipxIfRipFilterNetworkAllThe IPX RIP Filter flag meaning filter ALL networks.ro Enumeration .1.3.6.1.4.1.33.15.6.2.1.5 |
ipxIfRipFilterHostThe RIP Filter IPX Host Address from which RIP will ALLOW/DENY IMPORT of routes.ro OCTET STRING .1.3.6.1.4.1.33.15.6.2.1.6 |
ipxIfSapFilterTableA list of IPX interface SAP Filter entries. SEQUENCE OF IpxIfSapFilterEntry .1.3.6.1.4.1.33.15.6.3 |
ipxIfSapFilterEntryIPX SAP interface Filters. IpxIfSapFilterEntry .1.3.6.1.4.1.33.15.6.3.1 |
ipxIfSapFilterNetworkThe IPX SAP network to be filtered.ro INTEGER .1.3.6.1.4.1.33.15.6.3.1.1 |
ipxIfSapFilterTypeThe IPX SAP filter type, either IMPORT or EXPORT.ro Enumeration .1.3.6.1.4.1.33.15.6.3.1.2 |
ipxIfSapFilterServiceTypeThe IPX SAP service type to which this filter applies.ro INTEGER .1.3.6.1.4.1.33.15.6.3.1.3 |
ipxIfSapFilterActionThe IPX SAP filter action to be taken, either ALLOW or DENY.rw Enumeration .1.3.6.1.4.1.33.15.6.3.1.4 |
ipxIfSapFilterRowStatusThe IPX SAP Filter create or delete function.rw Enumeration .1.3.6.1.4.1.33.15.6.3.1.5 |
ipxIfSapFilterNetworkAllThe IPX SAP Filter flag meaning filter ALL networks.ro Enumeration .1.3.6.1.4.1.33.15.6.3.1.6 |
ipxIfSapFilterServiceTypeAllThe IPX SAP Filter flag meaning filter ALL service types.ro Enumeration .1.3.6.1.4.1.33.15.6.3.1.7 |
ipxIfSapFilterNameThe name of the service to be filtered.ro DisplayString .1.3.6.1.4.1.33.15.6.3.1.8 |
ipxIfSapFilterHostThe IPX Host address from which SAP will ALLOW/DENY IMPORT of services .ro OCTET STRING .1.3.6.1.4.1.33.15.6.3.1.9 |
xIpxPrinter OBJECT IDENTIFIER .1.3.6.1.4.1.33.15.8 |
ipxPrinterPortTableA list of IPX printer character port entries. SEQUENCE OF IpxPrinterPortEntry .1.3.6.1.4.1.33.15.8.1 |
ipxPrinterPortEntryIPX printer parameter values for a character
port. IpxPrinterPortEntry .1.3.6.1.4.1.33.15.8.1.1 |
ipxPrinterPortIndexAn index value that uniquely identifies a port.
The port identified by a particular value of this
index is the same port as identified by
charPortIndex in the Proposed Standard Internet
Character MIB.ro INTEGER .1.3.6.1.4.1.33.15.8.1.1.1 |
ipxPrinterPortStatusStatus of this entry. Setting the value to
'invalid' invalidates the entry. It is an
implementation-specific matter as to whether the
agent removes an invalidated entry from the table.rw Enumeration .1.3.6.1.4.1.33.15.8.1.1.2 |
ipxPrinterPortServerThe name of an active print server on the
network.rw DisplayString .1.3.6.1.4.1.33.15.8.1.1.3 |
ipxPrinterPortPrinterAn available remote printer on
ixpPrinterPortServer.rw INTEGER .1.3.6.1.4.1.33.15.8.1.1.4 |
ipxTimeoutA control to set the the time at which a print job from a
print server will be timed out and the port freed.rw INTEGER .1.3.6.1.4.1.33.15.8.1.1.5 |
ipxPrinterEthernetControl for use of Ethernet-style message framing,
with the IPX protocol type. Mutually exclusive with
ipxPrinterMac, ipxPrinterMac802_2_Snap, and ipxPrinterMac802_2.rw Enumeration .1.3.6.1.4.1.33.15.8.2 |
ipxPrinterMacControl for use of MAC-only message framing, with
no protocol type. Mutually exclusive with
ipxPrinterEthernet, ipxPrinterMac802_2_Snap, and ipxPrinterMac802_2.rw Enumeration .1.3.6.1.4.1.33.15.8.3 |
ipxPrinterMac802-2Control for use of MAC message framing with
802.2 framing. Mutually exclusive with
ipxPrinterEthernet, ipxPrinterMac, and ipxPrinterMac802_2_Snap.rw Enumeration .1.3.6.1.4.1.33.15.8.4 |
ipxPrinterMac802-2-SnapControl for use of MAC-only message framing with
802 Snap framing. Mutually exclusive with
ipxPrinterEthernet, ipxPrinterMac, and ipxPrinterMac802_2.rw Enumeration .1.3.6.1.4.1.33.15.8.5 |
xChassis OBJECT IDENTIFIER .1.3.6.1.4.1.33.16 |
xChassisBasic OBJECT IDENTIFIER .1.3.6.1.4.1.33.16.1 |
basicBase802AddressBase IEEE 802 global address for the chassis.ro MacAddress (SNMPv2-TC) .1.3.6.1.4.1.33.16.1.1 |
basicSlotChassis slot number (slotIndex) of the system whose
agent is supplying this MIB.ro INTEGER .1.3.6.1.4.1.33.16.1.2 |
basicSlotNumberNumber of slots in the chassis.ro INTEGER .1.3.6.1.4.1.33.16.1.3 |
basicNewBase802AddressNew base IEEE 802 global address for the chassis.
Must be set in conjunction with featType
'changeEthernetAddress' and featKey from the MRV In-Reach
System MIB.rw MacAddress (SNMPv2-TC) .1.3.6.1.4.1.33.16.1.4 |
xSegment OBJECT IDENTIFIER .1.3.6.1.4.1.33.16.2 |
segmentTableA list of segment entries, one for each segment of
each type on the chassis. SEQUENCE OF SegmentEntry .1.3.6.1.4.1.33.16.2.1 |
segmentEntryValues for a chassis segment. SegmentEntry .1.3.6.1.4.1.33.16.2.1.1 |
segmentTypeThe segment type.ro NetworkType .1.3.6.1.4.1.33.16.2.1.1.1 |
segmentIndexAn index value that uniquely identifies a
segment.ro Letter .1.3.6.1.4.1.33.16.2.1.1.2 |
xPort OBJECT IDENTIFIER .1.3.6.1.4.1.33.16.3 |
portIOCardTypeThe hardware type of the I/O card in this slot.ro IOType .1.3.6.1.4.1.33.16.3.1 |
portIOCardSerialNumberThe MRV In-Reach serial number of the I/O card in this
slot.ro SerialNumber .1.3.6.1.4.1.33.16.3.2 |
portIOCardOperStatusStatus of the I/O card relative to the function
card in this slot.ro Enumeration .1.3.6.1.4.1.33.16.3.3 |
portTableA list of port entries, one for each port of each
type on the slots I/O card. SEQUENCE OF PortEntry .1.3.6.1.4.1.33.16.3.4 |
portEntryValues for an I/O card port. PortEntry .1.3.6.1.4.1.33.16.3.4.1 |
portTypeThe port type.ro NetworkType .1.3.6.1.4.1.33.16.3.4.1.1 |
portIndexAn index value that uniquely identifies a port.ro INTEGER .1.3.6.1.4.1.33.16.3.4.1.2 |
xController OBJECT IDENTIFIER .1.3.6.1.4.1.33.16.4 |
controllerTableA list of controller entries, one for each
controller of each type on the local system. SEQUENCE OF ControllerEntry .1.3.6.1.4.1.33.16.4.1 |
controllerEntryValues for a controller. ControllerEntry .1.3.6.1.4.1.33.16.4.1.1 |
controllerTypeThe controller type.ro NetworkType .1.3.6.1.4.1.33.16.4.1.1.1 |
controllerIndexAn index value that uniquely identifies a
controller.ro INTEGER .1.3.6.1.4.1.33.16.4.1.1.2 |
controllerNetworkThe instance identifier of the first object in the
conceptual row entry for the segment, port, or
controller this controller is to use, that is,
segmentType, portType or controllerType.rw OBJECT IDENTIFIER .1.3.6.1.4.1.33.16.4.1.1.3 |
xInterface OBJECT IDENTIFIER .1.3.6.1.4.1.33.16.5 |
interfaceTableA list of interface entries, corresponding to the
MIB II Interface group. These are directly
equivalent to hardware network controllers, and must
be the lowest numbered interfaces on the system. SEQUENCE OF InterfaceEntry .1.3.6.1.4.1.33.16.5.1 |
interfaceEntryValues for an interface. InterfaceEntry .1.3.6.1.4.1.33.16.5.1.1 |
interfaceIndexAn index value that uniquely identifies an
interface. The interface identified by a particular
value of this index is the same interface as
identified by the same value of ifIndex.ro INTEGER .1.3.6.1.4.1.33.16.5.1.1.1 |
interfaceNetworkThe instance identifier of the first object in the
conceptual row entry for the segment, port, or
controller this interface is to use, that is,
segmentType, portType, or controllerType.rw OBJECT IDENTIFIER .1.3.6.1.4.1.33.16.5.1.1.2 |
xSlotBootControl OBJECT IDENTIFIER .1.3.6.1.4.1.33.16.6 |
slotBootControlTableA list of slot boot control entries. SEQUENCE OF SlotBootControlEntry .1.3.6.1.4.1.33.16.6.1 |
slotBootControlEntryValues for a chassis slot. SlotBootControlEntry .1.3.6.1.4.1.33.16.6.1.1 |
slotBootControlSlotAn index value that uniquely identifies a slot,
defined the same as slotIndex.ro INTEGER .1.3.6.1.4.1.33.16.6.1.1.1 |
slotBootControlIndexAn index value that uniquely identifies a boot
control entry, from 1 to the number of entries for
the slot.ro INTEGER .1.3.6.1.4.1.33.16.6.1.1.2 |
slotBootControlStatusThe status of the entry. Set to 'disabled' to
disable the entry.rw Enumeration .1.3.6.1.4.1.33.16.6.1.1.3 |
slotBootControlControllerThe instance identifier of the first object in the
conceptual row entry for the controller this entry
selects for bootstrap operation, that is,
controllerType. This entry must be compatible with
slotBootControlNetwork, including being of the same
network type. The value 0.0 indicates default
action.rw OBJECT IDENTIFIER .1.3.6.1.4.1.33.16.6.1.1.4 |
slotBootControlNetworkThe instance identifier of the first object in the
conceptual row entry for the segment or port this entry selects for bootstrap operation, that is,
segmentType or portType. This entry must be
compatible with slotBootControlController, including
being of the same network type. The value 0.0
indicates default action.rw OBJECT IDENTIFIER .1.3.6.1.4.1.33.16.6.1.1.5 |
slotBootControlMopFileThe software file name to request for down-line
load of the server via MOP or XMOP.rw DisplayString .1.3.6.1.4.1.33.16.6.1.1.6 |
slotBootControlInternetFileThe filename to request when loading an image via
TFTP.rw DisplayString .1.3.6.1.4.1.33.16.6.1.1.7 |
slotBootControlInternetAddressThe internet address of the system is to use for
itself when loading via TFTP. The value 0.0.0.0
indicates default action.rw IpAddress .1.3.6.1.4.1.33.16.6.1.1.8 |
slotBootControlInternetServerThe internet address of the server to use when
loading an image via TFTP. The value 0.0.0.0
indicates default action.rw IpAddress .1.3.6.1.4.1.33.16.6.1.1.9 |
slotBootControlInternetGatewayThe internet address of the gateway to use when
loading an image via TFTP. The value 0.0.0.0
indicates default action.rw IpAddress .1.3.6.1.4.1.33.16.6.1.1.10 |
slotBootControlInternetDelimiterThe character separating the load file directory name
from the file name.rw DisplayString .1.3.6.1.4.1.33.16.6.1.1.11 |
slotBootControlFlagTableA list of slot boot control source flag entries. SEQUENCE OF SlotBootControlFlagEntry .1.3.6.1.4.1.33.16.6.2 |
slotBootControlFlagEntryValues for a boot control flag. SlotBootControlFlagEntry .1.3.6.1.4.1.33.16.6.2.1 |
slotBootControlFlagLoadBootpTftpControl for performing load over BOOTP/TFTP.rw Enumeration .1.3.6.1.4.1.33.16.6.2.1.1 |
slotBootControlFlagParamBootpTftpControl for performing parameter load over
BOOTP/TFTP.rw Enumeration .1.3.6.1.4.1.33.16.6.2.1.2 |
slotBootControlFlagDumpBootpTftpControl for performing dump over BOOTP/TFTP.rw Enumeration .1.3.6.1.4.1.33.16.6.2.1.3 |
slotBootControlFlagLoadTftpDirectControl for performing load over direct TFTP.rw Enumeration .1.3.6.1.4.1.33.16.6.2.1.4 |
slotBootControlFlagParamTftpDirectControl for performing parameter load over direct
TFTP.rw Enumeration .1.3.6.1.4.1.33.16.6.2.1.5 |
slotBootControlFlagDumpTftpDirectControl for performing dump over direct TFTP.rw Enumeration .1.3.6.1.4.1.33.16.6.2.1.6 |
slotBootControlFlagLoadLocalControl for performing load from a local device.rw Enumeration .1.3.6.1.4.1.33.16.6.2.1.7 |
slotBootControlFlagParamLocalControl for performing parameter load from a local
device.rw Enumeration .1.3.6.1.4.1.33.16.6.2.1.8 |
slotBootControlFlagDumpLocalControl for performing dump from a local device.rw Enumeration .1.3.6.1.4.1.33.16.6.2.1.9 |
slotBootControlFlagLoadMopControl for performing load over Digital's MOP.rw Enumeration .1.3.6.1.4.1.33.16.6.2.1.10 |
slotBootControlFlagParamMopControl for performing parameter load over
Digital's MOP.rw Enumeration .1.3.6.1.4.1.33.16.6.2.1.11 |
slotBootControlFlagDumpMopControl for performing dump over Digital's MOP.rw Enumeration .1.3.6.1.4.1.33.16.6.2.1.12 |
slotBootControlFlagLoadXmopControl for performing load over MRV In-Reach extended
MOP.rw Enumeration .1.3.6.1.4.1.33.16.6.2.1.13 |
slotBootControlFlagParamXmopControl for performing parameter load over MRV In-Reach
extended MOP.rw Enumeration .1.3.6.1.4.1.33.16.6.2.1.14 |
slotBootControlFlagDumpXmopControl for performing dump over MRV In-Reach extended
MOP.rw Enumeration .1.3.6.1.4.1.33.16.6.2.1.15 |
slotBootControlFlagLoadRarpTftpControl for performing load over RARP/TFTP.rw Enumeration .1.3.6.1.4.1.33.16.6.2.1.16 |
slotBootControlFlagParamRarpTftpControl for performing parameter load over
RARP/TFTP.rw Enumeration .1.3.6.1.4.1.33.16.6.2.1.17 |
slotBootControlFlagDumpRarpTftpControl for performing dump over RARP/TFTP.rw Enumeration .1.3.6.1.4.1.33.16.6.2.1.18 |
slotBootControlStorageTableA list of slot boot control Storage entries. SEQUENCE OF SlotBootControlStorageEntry .1.3.6.1.4.1.33.16.6.3 |
slotBootControlStorageEntryValues for a chassis slot. SlotBootControlStorageEntry .1.3.6.1.4.1.33.16.6.3.1 |
slotBootControlStorageClientSlotAn index value that uniquely identifies a slot,
defined the same as slotIndex.ro INTEGER .1.3.6.1.4.1.33.16.6.3.1.1 |
slotBootControlStorageServerSlotAn index value that uniquely identifies the slot in
which the Storage record resides, with the same values
as slotIndex.ro INTEGER .1.3.6.1.4.1.33.16.6.3.1.2 |
slotBootControlStorageStatusThe status of the entry.ro Enumeration .1.3.6.1.4.1.33.16.6.3.1.3 |
slotBootControlStorageFailuresThe number of times a read from or write to a given
Storage location failedro Counter .1.3.6.1.4.1.33.16.6.3.1.4 |
xSlot OBJECT IDENTIFIER .1.3.6.1.4.1.33.16.7 |
slotTableA list of slot entries. SEQUENCE OF SlotEntry .1.3.6.1.4.1.33.16.7.1 |
slotEntryValues for a chassis slot. SlotEntry .1.3.6.1.4.1.33.16.7.1.1 |
slotIndexAn index value that uniquely identifies a slot, in
the range 0 to basicSlotNumber, where the value 0
indicates the same slot as basicSlot. As the
objects found at instance zero are duplicates, that
instance does not appear in responses a get-next,
that is, the lowest numbered slotIndex returned by
get-next is 1.ro INTEGER .1.3.6.1.4.1.33.16.7.1.1.1 |
slotAdminActionControl to cause reset of the system in a slot.
When read, the value is always 'ready'. Setting to
'reset' or 'resetHold' causes a single attempt to
take that action, but does not ensure transition to
any particular value of slotOperStatus.rw Enumeration .1.3.6.1.4.1.33.16.7.1.1.2 |
slotOperStatusRelative to the chassis, the current operating
status of the system in the slot.ro Enumeration .1.3.6.1.4.1.33.16.7.1.1.3 |
slotSecondsSinceResetThe number of seconds since the system in the slot
was last reset by hardware or software.ro Gauge .1.3.6.1.4.1.33.16.7.1.1.4 |
slotHardwareTypeThe type of hardware in the slot.ro HardwareType .1.3.6.1.4.1.33.16.7.1.1.5 |
slotHardwareSerialNumberThe MRV In-Reach serial number of the function card
hardware in this slot.ro SerialNumber .1.3.6.1.4.1.33.16.7.1.1.6 |
slotHardwareRevisionThis revision level of the function card hardware
in the slot.ro INTEGER .1.3.6.1.4.1.33.16.7.1.1.7 |
slotIOCardTypeThe hardware type of the I/O card in this slot.ro IOType .1.3.6.1.4.1.33.16.7.1.1.8 |
slotIOCardSerialNumberThe MRV In-Reach serial number of the I/O card in this
slot.ro SerialNumber .1.3.6.1.4.1.33.16.7.1.1.9 |
slotIOCardOperStatusStatus of the I/O card relative to the function
card in this slot.ro Enumeration .1.3.6.1.4.1.33.16.7.1.1.10 |
slotBootstrapFirmwareRevisionThe firmware revision level of the bootstrap ROM
installed in the system in the slot.ro INTEGER .1.3.6.1.4.1.33.16.7.1.1.11 |
slotElementalFirmwareRevisionThe firmware revision level of the minimal function
ROM (management bus microprocessor) installed in the
system in the slot.ro INTEGER .1.3.6.1.4.1.33.16.7.1.1.12 |
slotMemorySizeThe number of bytes of memory installed in the
system in the slot.ro INTEGER .1.3.6.1.4.1.33.16.7.1.1.13 |
slotLedNumberThe number of LEDs on the system in the slot. A
value of 0 indicates none, unknown, or status not
readable.ro Gauge .1.3.6.1.4.1.33.16.7.1.1.14 |
slotLedStatusThe status of the LEDs displayed on the front and
back of the system in the slot. The first bit is
the high-order bit of the first byte of the value,
proceeding to the low-order bit, then to then next
byte. On the system hardware, the first LED is at
the top, left, front, proceeding left to right, top
to bottom, and front to back.ro OCTET STRING .1.3.6.1.4.1.33.16.7.1.1.15 |
slotBase802AddressBase IEEE 802 global address for the slot.ro MacAddress (SNMPv2-TC) .1.3.6.1.4.1.33.16.7.1.1.16 |
slotIpAddressAn internet address to which the system in this
slot might respond. May be one of many.ro IpAddress .1.3.6.1.4.1.33.16.7.1.1.17 |
slotPlus5StatusStatus of the +5 volt power to the slot.ro Enumeration .1.3.6.1.4.1.33.16.7.1.1.18 |
slotPlus12StatusStatus of the +12 volt power to the slot.ro Enumeration .1.3.6.1.4.1.33.16.7.1.1.19 |
slotMinus12StatusStatus of the -12 volt power to the slot.ro Enumeration .1.3.6.1.4.1.33.16.7.1.1.20 |
slotPlus5WattsTenths of watts of +5 volt power currently drawn by
the slot.ro Gauge .1.3.6.1.4.1.33.16.7.1.1.21 |
slotPlus12WattsTenths of watts of +12 volt power currently drawn
by the slot.ro Gauge .1.3.6.1.4.1.33.16.7.1.1.22 |
slotMinus12WattsTenths of watts of -12 volt power currently drawn
by the slot.ro Gauge .1.3.6.1.4.1.33.16.7.1.1.23 |
slotIOCardHardwareVersionVersion number of I/O card in the slot.ro INTEGER .1.3.6.1.4.1.33.16.7.1.1.24 |
slotRestoreNVSSetting to 'execute' causes the non-volatile
parameter storage to be restored from an installed
memory card. Setting to 'ready' has no effect.rw Enumeration .1.3.6.1.4.1.33.16.7.1.1.25 |
slotDefaultNVSSetting to 'execute' causes non-volatile stored
parameters to be reset to factory defaults. Setting
to 'ready' has no effect.rw Enumeration .1.3.6.1.4.1.33.16.7.1.1.26 |
slotBootTableA list of slot bootstrap status entries. A given
slot has an entry in this table only when
slotOperStatus is one of: loadRequested, loading,
dumpRequested, dumping, paramRequested,
paramLoading SEQUENCE OF SlotBootEntry .1.3.6.1.4.1.33.16.7.2 |
slotBootEntryBootstrap status values for a chassis slot. SlotBootEntry .1.3.6.1.4.1.33.16.7.2.1 |
slotBootIndexAn index value that uniquely identifies a slot,
defined the same as slotIndex.ro INTEGER .1.3.6.1.4.1.33.16.7.2.1.1 |
slotBootIfIndexAn index value that uniquely identifies the
interface in use for bootstrap functions. The
interface identified by a particular value of this
index is the same interface as identified by the
same value of ifIndex.ro INTEGER .1.3.6.1.4.1.33.16.7.2.1.2 |
slotBootNetworkThe instance identifier of the first object in the
conceptual row entry for the segment or port this
interface is using, that is, segmentType or
portType.ro OBJECT IDENTIFIER .1.3.6.1.4.1.33.16.7.2.1.3 |
slotBootProtocolThe protocol in use for bootstrap operation.ro Enumeration .1.3.6.1.4.1.33.16.7.2.1.4 |
slotBoot802AddressIEEE 802 global address in use for bootstrap
operation.ro MacAddress (SNMPv2-TC) .1.3.6.1.4.1.33.16.7.2.1.5 |
slotBootAddressTypeThe type of network address contained in
slotBootAddress.ro AddressType .1.3.6.1.4.1.33.16.7.2.1.6 |
slotBootAddressThe network address the system in the slot is using
to identify itself for bootstrap operation.ro OCTET STRING .1.3.6.1.4.1.33.16.7.2.1.7 |
slotBootServerAddressTypeThe type of network address contained in
slotBootServerAddress.ro AddressType .1.3.6.1.4.1.33.16.7.2.1.8 |
slotBootServerAddressThe network address of the system supplying
bootstrap services to the system in the slot.ro OCTET STRING .1.3.6.1.4.1.33.16.7.2.1.9 |
slotBootGatewayAddressThe internet address of the router in use for
bootstrap operation.ro IpAddress .1.3.6.1.4.1.33.16.7.2.1.10 |
slotBootFileNameThe full name of the file in use for bootstrap
operation.ro DisplayString .1.3.6.1.4.1.33.16.7.2.1.11 |
slotBootBlockNumberThe current block number being transferred for
bootstrap operation, zero if unknown or not
applicable.ro Gauge .1.3.6.1.4.1.33.16.7.2.1.12 |
slotBootCrashCodeIf slotOperStatus is dumpRequested or dumping, a
code number to identify the crash reason; otherwise
zero length.ro OCTET STRING .1.3.6.1.4.1.33.16.7.2.1.13 |
slotControllerTableA list of controller entries, one for each
controller of each type in each slot. SEQUENCE OF SlotControllerEntry .1.3.6.1.4.1.33.16.7.3 |
slotControllerEntryValues for a controller. SlotControllerEntry .1.3.6.1.4.1.33.16.7.3.1 |
slotControllerTypeThe controller type.ro NetworkType .1.3.6.1.4.1.33.16.7.3.1.1 |
slotControllerIndexAn index value that uniquely identifies a
controller.ro INTEGER .1.3.6.1.4.1.33.16.7.3.1.2 |
slotControllerNetworkThe instance identifier of the first object in the
conceptual row entry for the segment or port this
controller is to use, that is, segmentType or
portType.ro OBJECT IDENTIFIER .1.3.6.1.4.1.33.16.7.3.1.3 |
xPowerSupply OBJECT IDENTIFIER .1.3.6.1.4.1.33.16.8 |
powerSupplyTableA list of power supply entries. SEQUENCE OF PowerSupplyEntry .1.3.6.1.4.1.33.16.8.1 |
powerSupplyEntryValues for a chassis power supply. PowerSupplyEntry .1.3.6.1.4.1.33.16.8.1.1 |
powerSupplyIndexAn index value that uniquely identifies a power
supply, in the range 1 to the number of power supply
slots in the chassis.ro INTEGER .1.3.6.1.4.1.33.16.8.1.1.1 |
powerSupplyAdminActionControl to cause reset of the power supply. When
read, the value is always 'ready'. Setting to
'reset' or 'resetHold' causes a single attempt to
take that action, but does not ensure transition to
any particular value of
powerSupplyRedundancyStatus.rw Enumeration .1.3.6.1.4.1.33.16.8.1.1.2 |
powerSupplyFirmwareVersionVersion number of power supply firmware.ro INTEGER .1.3.6.1.4.1.33.16.8.1.1.3 |
powerSupplyRedundancyStatusThe current redundancy status of the power
supply.ro Enumeration .1.3.6.1.4.1.33.16.8.1.1.4 |
powerSupplyPlus5StatusStatus of the +5 volt power from the power
supply.ro Enumeration .1.3.6.1.4.1.33.16.8.1.1.5 |
powerSupplyPlus12StatusStatus of the +12 volt power from the power
supply.ro Enumeration .1.3.6.1.4.1.33.16.8.1.1.6 |
powerSupplyMinus12StatusStatus of the -12 volt power from the power
supply.ro Enumeration .1.3.6.1.4.1.33.16.8.1.1.7 |
powerSupplyThermalWarningStatusThe current thermal warning status of the power
supply.ro Enumeration .1.3.6.1.4.1.33.16.8.1.1.8 |
powerSupplyThermalShutdownStatusThe current thermal shutdown status of the power
supply.ro Enumeration .1.3.6.1.4.1.33.16.8.1.1.9 |
powerSupplyFanStatusThe current status of the power supply's fan.ro Enumeration .1.3.6.1.4.1.33.16.8.1.1.10 |
powerSupplyHardwareInhibitStatusThe current status of the power supply's hardware
inhibit.ro Enumeration .1.3.6.1.4.1.33.16.8.1.1.11 |
powerSupplyPlus5HistoryHistory of the +5 volt power from the power
supply.ro Enumeration .1.3.6.1.4.1.33.16.8.1.1.12 |
powerSupplyPlus12HistoryHistory of the +12 volt power from the power
supply.ro Enumeration .1.3.6.1.4.1.33.16.8.1.1.13 |
powerSupplyMinus12HistoryHistory of the -12 volt power from the power
supply.ro Enumeration .1.3.6.1.4.1.33.16.8.1.1.14 |
powerSupplyThermalWarningHistoryThe thermal warning history of the power supply.ro Enumeration .1.3.6.1.4.1.33.16.8.1.1.15 |
powerSupplyThermalShutdownHistoryThe thermal shutdown history of the power supply.ro Enumeration .1.3.6.1.4.1.33.16.8.1.1.16 |
powerSupplyFanHistoryThe status history of the power supply's fan.ro Enumeration .1.3.6.1.4.1.33.16.8.1.1.17 |
powerSupplyHardwareInhibitHistoryThe status history of the power supply's hardware
inhibit.ro Enumeration .1.3.6.1.4.1.33.16.8.1.1.18 |
powerSupplyPlus5VoltsIn hundredths, volts of +5 volt power currently
provided by the power supply. A value of 0
indicates unknown.ro Gauge .1.3.6.1.4.1.33.16.8.1.1.19 |
powerSupplyPlus12VoltsIn hundredths, volts of +12 volt power currently
provided by the power supply. A value of 0
indicates unknown.ro Gauge .1.3.6.1.4.1.33.16.8.1.1.20 |
powerSupplyMinus12VoltsIn hundredths, volts of -12 volt power currently
provided by the power supply. A value of 0
indicates unknown.ro Gauge .1.3.6.1.4.1.33.16.8.1.1.21 |
powerSupplyWattsWatts of power currently drawn from this power
supply. A value of 0 indicates unknown.ro Gauge .1.3.6.1.4.1.33.16.8.1.1.22 |
powerSupplyWattsMaxMaximum watts of power available from this power
supply. A value of 0 indicates unknown.ro Gauge .1.3.6.1.4.1.33.16.8.1.1.23 |
powerSupplyChassisWattsTotal watts of power currently drawn by the entire
chassis. A value of 0 indicates unknown.ro Gauge .1.3.6.1.4.1.33.16.8.1.1.24 |
powerSupplyChassisWattsMaxTotal maximum watts of power available from all the
power supplies in the chassis. A value of 0
indicates unknown.ro Gauge .1.3.6.1.4.1.33.16.8.1.1.25 |
powerSupplyHardwareTypeThe type of power supply.ro Enumeration .1.3.6.1.4.1.33.16.8.1.1.26 |
xFirmwareUpdate OBJECT IDENTIFIER .1.3.6.1.4.1.33.16.9 |
firmwareUpdateTableTable of descriptive and status information concerning
the writing of firmware to a target I/O card. SEQUENCE OF FirmwareUpdateEntry .1.3.6.1.4.1.33.16.9.1 |
firmwareUpdateEntryAn entry in the table concerning the writing of
firmware to a target I/O card. FirmwareUpdateEntry .1.3.6.1.4.1.33.16.9.1.1 |
firmwareUpdateSlotIndexThis variable identifies the slot to which is to
be the target of the firmware update.ro INTEGER .1.3.6.1.4.1.33.16.9.1.1.1 |
firmwareUpdateDefaultFileNameThis variable when read will obtain the default
file name from the target.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.33.16.9.1.1.2 |
firmwareUpdateFileNameThis variable contains the name of the file to be
read from the flash memory card and written to the
target.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.33.16.9.1.1.3 |
firmwareUpdateStatusThis variable is used to start the update process.
The agent always 'ready' for this value. Setting this
value to 'execute' causes the agent to write the file
specified by firmwareUpdateFileName to be written to
the taget. Setting this value to 'execute' when
firmwareUpdateFileName has not been written or when
firmwareUpdateState is 'writing' causes bad value to be
returned.rw Enumeration .1.3.6.1.4.1.33.16.9.1.1.4 |
firmwareUpdateStateThis variable indicates the current state of firmware
update, 'idle' indicates that firmware update may be
initiated, and 'writing' indicates that an update is in
process.ro Enumeration .1.3.6.1.4.1.33.16.9.1.1.5 |
firmwareUpdateCompletionStatusThis variable indicates the completion status of the
the last firmware update attempt. 'none' indicates
that no firmware update has yet been attempted.ro Enumeration .1.3.6.1.4.1.33.16.9.1.1.6 |
firmwareUpdateMethodThis variable indicates the method of update of the
firmware update attempt.rw Enumeration .1.3.6.1.4.1.33.16.9.1.1.7 |
xApple OBJECT IDENTIFIER .1.3.6.1.4.1.33.21 |
xAppleSystem OBJECT IDENTIFIER .1.3.6.1.4.1.33.21.1 |
appleStateControls whether the router will perform AppleTalk
routing.rw Enumeration .1.3.6.1.4.1.33.21.1.1 |
appleStatusIndicates whether the router is performing
AppleTalk routing.ro Enumeration .1.3.6.1.4.1.33.21.1.2 |
appleStatusIfThe ifIndex of the bad interface if appleStatus is
'badConfig'.ro INTEGER .1.3.6.1.4.1.33.21.1.3 |
xApplePort OBJECT IDENTIFIER .1.3.6.1.4.1.33.21.2 |
applePortTableTable of fields indexed by interface. SEQUENCE OF ApplePortEntry .1.3.6.1.4.1.33.21.2.1 |
applePortEntryA particular entry. ApplePortEntry .1.3.6.1.4.1.33.21.2.1.1 |
applePortIndexThe index of the interface; same as IfIndex.ro INTEGER .1.3.6.1.4.1.33.21.2.1.1.1 |
applePortProtocolPriorityThis value defines the priority at which all Apple
routed packets will be placed on the WAN output
queue.rw Enumeration .1.3.6.1.4.1.33.21.2.1.1.2 |
applePortArpIntervalThe interval at which ARP messages should be sent
during the process of selecting a network address.rw INTEGER .1.3.6.1.4.1.33.21.2.1.1.3 |
applePortArpRetransmitCountThe number of ARP messages that should be sent
during the process of selecting a network address.rw INTEGER .1.3.6.1.4.1.33.21.2.1.1.4 |
applePortChecksumControls whether checksums are generated on all DDP
packets sent out the interface.rw Enumeration .1.3.6.1.4.1.33.21.2.1.1.5 |
applePortPacketsInThe number of AppleTalk packets received on this
interface.ro Counter .1.3.6.1.4.1.33.21.2.1.1.6 |
applePortPacketsOutThe number of AppleTalk packets transmitted on this
interface.ro Counter .1.3.6.1.4.1.33.21.2.1.1.7 |
applePortForwardsInThe number of AppleTalk packets received on this
interface which were not addressed to this router.ro Counter .1.3.6.1.4.1.33.21.2.1.1.8 |
applePortForwardsOutThe number of AppleTalk packets transmitted on this
interface which were not originated by this
router.ro Counter .1.3.6.1.4.1.33.21.2.1.1.9 |
applePortNetAddressThe actual address used by this port.ro DdpAddress .1.3.6.1.4.1.33.21.2.1.1.10 |
applePortNetStartThe start of the actual network range used by this
port.ro OCTET STRING ( SIZE(2) ) .1.3.6.1.4.1.33.21.2.1.1.11 |
applePortNetEndThe end of the actual network range used by this
port.ro OCTET STRING ( SIZE(2) ) .1.3.6.1.4.1.33.21.2.1.1.12 |
applePortErrorsThe number of AppleTalk packets received in
error.ro Counter .1.3.6.1.4.1.33.21.2.1.1.13 |
applePortLastErrorThe type of the most recent error counted in
applePortErrors. A value of zero means no error.ro Enumeration .1.3.6.1.4.1.33.21.2.1.1.14 |
applePortLastErrorTimeThe value of sysUptime when applePortLastError last
occured.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.33.21.2.1.1.15 |
applePortLastErrorDataThe first 22 bytes of the packet from
applePortLastError.ro OCTET STRING ( SIZE(22) ) .1.3.6.1.4.1.33.21.2.1.1.16 |
applePortBringBackTimeThe number of seconds to shut down an interface
while waiting for a manager-initiated configuration
change to propagate.rw INTEGER .1.3.6.1.4.1.33.21.2.1.1.17 |
applePortUseNeighborNotifyControls generation of neighbor notify messages
when an interface is disabled or system is shut
down.rw Enumeration .1.3.6.1.4.1.33.21.2.1.1.18 |
applePortRouterTypeType of router operation over this port.rw Enumeration .1.3.6.1.4.1.33.21.2.1.1.19 |
applePortZoneTableTable of fields indexed by interface and zone. SEQUENCE OF ApplePortZoneEntry .1.3.6.1.4.1.33.21.2.2 |
applePortZoneEntryA particular entry. ApplePortZoneEntry .1.3.6.1.4.1.33.21.2.2.1 |
applePortZoneIndexThe index of the interface; same as IfIndex.ro INTEGER .1.3.6.1.4.1.33.21.2.2.1.1 |
applePortZoneNameThe name of the zone.ro OCTET STRING ( SIZE(32) ) .1.3.6.1.4.1.33.21.2.2.1.2 |
applePortZoneStatusThe status of the entry. Set to 'invalid' to
remove the entry.rw Enumeration .1.3.6.1.4.1.33.21.2.2.1.3 |
xApplePolicy OBJECT IDENTIFIER .1.3.6.1.4.1.33.21.3 |
applePortExportTableTable of fields indexed by interface and zone. SEQUENCE OF ApplePortExportEntry .1.3.6.1.4.1.33.21.3.1 |
applePortExportEntryA particular entry. ApplePortExportEntry .1.3.6.1.4.1.33.21.3.1.1 |
applePortExportIndexThe index of the interface; same as IfIndex.ro INTEGER .1.3.6.1.4.1.33.21.3.1.1.1 |
applePortExportZoneThe name of the zone.ro OCTET STRING ( SIZE .1.3.6.1.4.1.33.21.3.1.1.2 |
applePortExportNameThe name of the name.ro OCTET STRING ( SIZE .1.3.6.1.4.1.33.21.3.1.1.3 |
applePortExportTypeThe name of the type.ro OCTET STRING ( SIZE .1.3.6.1.4.1.33.21.3.1.1.4 |
applePortExportActionControl whether the data will be hidden or
advertised.rw Enumeration .1.3.6.1.4.1.33.21.3.1.1.5 |
applePortExportStatusThe status of the entry. Set to 'invalid' to
remove the entry.rw Enumeration .1.3.6.1.4.1.33.21.3.1.1.6 |
applePortImportTableTable of fields indexed by interface and zone. SEQUENCE OF ApplePortImportEntry .1.3.6.1.4.1.33.21.3.2 |
applePortImportEntryA particular entry. ApplePortImportEntry .1.3.6.1.4.1.33.21.3.2.1 |
applePortImportIndexThe index of the interface; same as IfIndex.ro INTEGER .1.3.6.1.4.1.33.21.3.2.1.1 |
applePortImportZoneThe name of the zone.ro OCTET STRING ( SIZE .1.3.6.1.4.1.33.21.3.2.1.2 |
applePortImportNameThe name of the name.ro OCTET STRING ( SIZE .1.3.6.1.4.1.33.21.3.2.1.3 |
applePortImportTypeThe name of the type.ro OCTET STRING ( SIZE .1.3.6.1.4.1.33.21.3.2.1.4 |
applePortImportActionControl whether the data will be discarded or
accepted.rw Enumeration .1.3.6.1.4.1.33.21.3.2.1.5 |
applePortImportStatusThe status of the entry. Set to 'invalid' to
remove the entry.rw Enumeration .1.3.6.1.4.1.33.21.3.2.1.6 |
xAppleNbp OBJECT IDENTIFIER .1.3.6.1.4.1.33.21.4 |
appleNbpTableTable of fields indexed by interface and zone. SEQUENCE OF AppleNbpEntry .1.3.6.1.4.1.33.21.4.1 |
appleNbpEntryA particular entry. AppleNbpEntry .1.3.6.1.4.1.33.21.4.1.1 |
appleNbpZoneThe name of the zone.ro OCTET STRING ( SIZE .1.3.6.1.4.1.33.21.4.1.1.1 |
appleNbpNameThe name of the name.ro OCTET STRING ( SIZE .1.3.6.1.4.1.33.21.4.1.1.2 |
appleNbpTypeThe name of the type.ro OCTET STRING ( SIZE .1.3.6.1.4.1.33.21.4.1.1.3 |
appleNbpNodeThe address of the node who offers the service
associated with this entry.ro DdpAddress .1.3.6.1.4.1.33.21.4.1.1.4 |
appleNbpSocketThe socket of the service associated with this
entry. The value 0 means no socket.ro INTEGER .1.3.6.1.4.1.33.21.4.1.1.5 |
xAppleTraffic OBJECT IDENTIFIER .1.3.6.1.4.1.33.21.5 |
appleTrafficSortSetting to EXECUTE causes the most recent traffic
information to be sorted into the appleTrafficTable.
The sorting precedence is: decreasing percentage,
increasing destination address, increasing source
address, and increasing interface number. Setting
to READY has no effect.rw Enumeration .1.3.6.1.4.1.33.21.5.1 |
appleTrafficTableA list of traffic entries, sorted in the order
specified by appleTrafficSort. SEQUENCE OF AppleTrafficEntry .1.3.6.1.4.1.33.21.5.2 |
appleTrafficEntryParameter values for an Filter filter. AppleTrafficEntry .1.3.6.1.4.1.33.21.5.2.1 |
appleTrafficIndexIdentification of a traffic entry.ro INTEGER .1.3.6.1.4.1.33.21.5.2.1.1 |
appleTrafficPercentThe percent of total traffic that this traffic
entryrepresents, in tenths of a percent.ro INTEGER ( 0..1000 ) .1.3.6.1.4.1.33.21.5.2.1.2 |
appleTrafficDstThe destination to which the traffic entry
applies.ro DdpAddress .1.3.6.1.4.1.33.21.5.2.1.3 |
appleTrafficSrcThe source to which the traffic entry applies.ro DdpAddress .1.3.6.1.4.1.33.21.5.2.1.4 |
appleTrafficIntfThe inbound interface to which the traffic entry
applies.ro INTEGER .1.3.6.1.4.1.33.21.5.2.1.5 |
appleTrafficMonitoringControls whether internet traffic information will
be recorded.rw Enumeration .1.3.6.1.4.1.33.21.5.3 |
xAppleRemoteAccess OBJECT IDENTIFIER .1.3.6.1.4.1.33.21.6 |
arapPasswordThe server's ARAP password. To increase security, Gets
of this object return the NULL string.rw DisplayString .1.3.6.1.4.1.33.21.6.1 |
arapDefaultZoneNameThe name of the AppleTalk zone that the server should
try to choose at boot time.rw DisplayString .1.3.6.1.4.1.33.21.6.2 |
arapPortTableA list of ARAP port entries. SEQUENCE OF ArapPortEntry .1.3.6.1.4.1.33.21.6.3 |
arapPortEntryARAP parameter values for a port. ArapPortEntry .1.3.6.1.4.1.33.21.6.3.1 |
arapPortEnabledIndicates if ARAP connections are allowed on this port.rw Enumeration .1.3.6.1.4.1.33.21.6.3.1.1 |
arapPortZoneAccessIndicates the AppleTalk zones that ARAP connections on
this port may access: none, local, all, or named zone.rw Enumeration .1.3.6.1.4.1.33.21.6.3.1.2 |
arapPortZoneNameIf this port's arapPortZoneAccess field indicates a
named zone, this field contains the zone name.rw DisplayString .1.3.6.1.4.1.33.21.6.3.1.3 |
arapPortMaxConnectTimeMaximum number of minutes a single ARAP connection may
exist on the port before a server initiated disconnect.
To set no limit on the amount of time that an ARAP user
may be connected, set this object to -1.rw INTEGER .1.3.6.1.4.1.33.21.6.3.1.4 |
arapPortGuestLoginsOkIndicates if 'Guest' logins (with no password) are
allowed on the port.rw Enumeration .1.3.6.1.4.1.33.21.6.3.1.5 |
arapPortTimeConnectedIndicates the number of minutes the current ARAP
connection has been established on the port, rounded
up to the nearest minute. Gets return -1 if no ARAP
user is currently connected on the port or if ARAP is
not enabled on the port.ro INTEGER .1.3.6.1.4.1.33.21.6.3.1.6 |
arapPortTimeRemainingIndicates the number of minutes the current ARAP
connection may remain on the port before a server
initiated disconnect will occur, rounded up to the
nearest minute. To set no limit on the amount of
time that the current ARAP user may continue to be
connected, set this object to the maximum value
in the range. Gets return -1 if no ARAP user is
currently connected on the port or if ARAP is not
enabled on the port. Gets also return -1 if there
is a user connected and there is no limit on the
amount of time that the current user may be connected.rw INTEGER .1.3.6.1.4.1.33.21.6.3.1.7 |
xPpp OBJECT IDENTIFIER .1.3.6.1.4.1.33.22 |
xPppBasic OBJECT IDENTIFIER .1.3.6.1.4.1.33.22.1 |
xPppConfigTableA table containing PPP specific variables for this
PPP implementation. SEQUENCE OF XPppConfigEntry .1.3.6.1.4.1.33.22.1.1 |
xPppConfigEntryManagement information about a particular PPP. XPppConfigEntry .1.3.6.1.4.1.33.22.1.1.1 |
xPppConfigOpenDetermines if PPP is configured on this port.rw Enumeration .1.3.6.1.4.1.33.22.1.1.1.1 |
xPppConfigActiveDetermines if LCP will actively open or wait
passively.rw Enumeration .1.3.6.1.4.1.33.22.1.1.1.2 |
xPppConfigDefaultsRevert to factory default PPP parameters. In
response to a get-request or get-next-request, the
agent always returns 'ready' for this value.
Setting the value to 'ready' has no effect. Setting
it to 'execute' sets PPP parameters to factory
defaults.rw Enumeration .1.3.6.1.4.1.33.22.1.1.1.3 |
xPppConfigRestartTimerThe number of seconds waited before retransmitting
during option negotiation.rw INTEGER .1.3.6.1.4.1.33.22.1.1.1.4 |
xPppConfigConfLimitMaximum number of times a configuration request
will be sent to the peer without receiving a
response.rw INTEGER .1.3.6.1.4.1.33.22.1.1.1.5 |
xPppConfigFailLimitMaximum number of times a peer's proposed option
will be NAKed before REJECTing the option.rw INTEGER .1.3.6.1.4.1.33.22.1.1.1.6 |
xPppConfigPacketLoggingDetermines the level of packet logging to accounting on this port.rw Enumeration .1.3.6.1.4.1.33.22.1.1.1.7 |
xPppConfigKATimerDetermines the number of seconds between transmission of LCP Echo
Keepalive packets.rw INTEGER ( 0..255 ) .1.3.6.1.4.1.33.22.1.1.1.8 |
xPppConfigKATimeoutDetermines the number of seconds to wait to hear LCP Echo Replies
to our Echo Request Keepalive packets before giving up and shutting
down the link.rw INTEGER .1.3.6.1.4.1.33.22.1.1.1.9 |
xPppStatusTableA table containing basic PPP status info. SEQUENCE OF XPppStatusEntry .1.3.6.1.4.1.33.22.1.2 |
xPppStatusEntryStatus information about a particular PPP. XPppStatusEntry .1.3.6.1.4.1.33.22.1.2.1 |
xPppStatusStateDisplays whether PPP is enabled or disabled on this
port.ro Enumeration .1.3.6.1.4.1.33.22.1.2.1.1 |
xPppLinkOpenDisplays open status of the link.ro Enumeration .1.3.6.1.4.1.33.22.1.2.1.2 |
xPppHdlcRxTotalPktsTotal of all packets received on PPP link.ro Counter .1.3.6.1.4.1.33.22.1.2.1.3 |
xPppHdlcTxTotalPktsTotal of all packets transmitted on PPP link.ro Counter .1.3.6.1.4.1.33.22.1.2.1.4 |
xPppHdlcRxFrameErrsNumber of framing errors received on PPP link.ro Counter .1.3.6.1.4.1.33.22.1.2.1.5 |
xPppHdlcRxNoBufferNumber of times a buffer was not available to
receive packet into.ro Counter .1.3.6.1.4.1.33.22.1.2.1.6 |
xPppHdlcTxNoBufferNumber of times a buffer was not available to
transmit a packet from.ro Counter .1.3.6.1.4.1.33.22.1.2.1.7 |
xPppHdlcRxBadFcsNumber of packets received with a bad checksum.ro Counter .1.3.6.1.4.1.33.22.1.2.1.8 |
xPppHdlcVJDiscardsNumber of packets received that failed VJ
decompression.ro Counter .1.3.6.1.4.1.33.22.1.2.1.9 |
xPppLcp OBJECT IDENTIFIER .1.3.6.1.4.1.33.22.2 |
xPppLcpConfigTableA table containing PPP LCP specific variables for
this PPP implementation. SEQUENCE OF XPppLcpConfigEntry .1.3.6.1.4.1.33.22.2.1 |
xPppLcpConfigEntryManagement information about a particular PPP LCP
session. XPppLcpConfigEntry .1.3.6.1.4.1.33.22.2.1.1 |
xPppLcpConfigAuthAuthentication protocol used for authenticating
peers.rw Enumeration .1.3.6.1.4.1.33.22.2.1.1.1 |
xPppLcpConfigChapAuthAuthentication CHAP protocol used for authenticating
peers.rw Enumeration .1.3.6.1.4.1.33.22.2.1.1.2 |
xPppLcpStatusTableA table containing PPP LCP status info. SEQUENCE OF XPppLcpStatusEntry .1.3.6.1.4.1.33.22.2.2 |
xPppLcpStatusEntryStatus information about a particular PPP LCP
session. XPppLcpStatusEntry .1.3.6.1.4.1.33.22.2.2.1 |
xPppLcpStatusStateThe current state of LCP.rodeprecated Enumeration .1.3.6.1.4.1.33.22.2.2.1.1 |
xPppLcpStatusRxAuthThe authentication protocol currently in use from
the peer to us.ro Enumeration .1.3.6.1.4.1.33.22.2.2.1.2 |
xPppLcpStatusTxAuthThe authentication protocol currently in use from
us to the peer.ro Enumeration .1.3.6.1.4.1.33.22.2.2.1.3 |
xPppLcpStatusRxConReqThe count of LCP Configure Requests received from
the peer.ro Counter .1.3.6.1.4.1.33.22.2.2.1.4 |
xPppLcpStatusTxConReqThe count of LCP Configure Requests transmitted to
the peer.ro Counter .1.3.6.1.4.1.33.22.2.2.1.5 |
xPppLcpStatusRxConNakThe count of LCP Configure Naks received from the
peer.ro Counter .1.3.6.1.4.1.33.22.2.2.1.6 |
xPppLcpStatusTxConNakThe count of LCP Configure Naks transmitted to the
peer.ro Counter .1.3.6.1.4.1.33.22.2.2.1.7 |
xPppLcpStatusRxConAckThe count of LCP Configure Acks received from the
peer.ro Counter .1.3.6.1.4.1.33.22.2.2.1.8 |
xPppLcpStatusTxConAckThe count of LCP Configure Acks transmitted to the
peer.ro Counter .1.3.6.1.4.1.33.22.2.2.1.9 |
xPppLcpStatusRxConRejThe count of LCP Configure Rejects received from
the peer.ro Counter .1.3.6.1.4.1.33.22.2.2.1.10 |
xPppLcpStatusTxConRejThe count of LCP Configure Rejects transmitted to
the peer.ro Counter .1.3.6.1.4.1.33.22.2.2.1.11 |
xPppLcpStatusRxTrmReqThe count of LCP Terminate Requests received from
the peer.ro Counter .1.3.6.1.4.1.33.22.2.2.1.12 |
xPppLcpStatusTxTrmReqThe count of LCP Terminate Requests transmitted to
the peer.ro Counter .1.3.6.1.4.1.33.22.2.2.1.13 |
xPppLcpStatusRxTrmAckThe count of LCP Terminate Acks received from the
peer.ro Counter .1.3.6.1.4.1.33.22.2.2.1.14 |
xPppLcpStatusTxTrmAckThe count of LCP Terminate Acks transmitted to the
peer.ro Counter .1.3.6.1.4.1.33.22.2.2.1.15 |
xPppLcpStatusRxEcoReqThe count of LCP Echo Requests received from the
peer.ro Counter .1.3.6.1.4.1.33.22.2.2.1.16 |
xPppLcpStatusTxEcoReqThe count of LCP Echo Requests transmitted to the
peer.ro Counter .1.3.6.1.4.1.33.22.2.2.1.17 |
xPppLcpStatusRxEcoRepThe count of LCP Echo Reply received from the
peer.ro Counter .1.3.6.1.4.1.33.22.2.2.1.18 |
xPppLcpStatusTxEcoRepThe count of LCP Echo Reply transmitted to the
peer.ro Counter .1.3.6.1.4.1.33.22.2.2.1.19 |
xPppLcpStatusRxCodRejThe count of LCP Code Rejects received from the
peer.ro Counter .1.3.6.1.4.1.33.22.2.2.1.20 |
xPppLcpStatusTxCodRejThe count of LCP Code Rejects transmitted to the
peer.ro Counter .1.3.6.1.4.1.33.22.2.2.1.21 |
xPppLcpStatusRxProRejThe count of LCP Protocol Rejects received from the
peer.ro Counter .1.3.6.1.4.1.33.22.2.2.1.22 |
xPppLcpStatusTxProRejThe count of LCP Protocol Rejects transmitted to
the peer.ro Counter .1.3.6.1.4.1.33.22.2.2.1.23 |
xPppLcpStatusState2The current state of LCP.ro Enumeration .1.3.6.1.4.1.33.22.2.2.1.24 |
xPppIpcp OBJECT IDENTIFIER .1.3.6.1.4.1.33.22.3 |
xPppIpcpConfigTableA table containing PPP IPCPspecific variables for
this PPP implementation. SEQUENCE OF XPppIpcpConfigEntry .1.3.6.1.4.1.33.22.3.1 |
xPppIpcpConfigEntryManagement information about a particular PPP IPCP
session. XPppIpcpConfigEntry .1.3.6.1.4.1.33.22.3.1.1 |
xPppIpcpConfigLocalAddressIP Address of the local PPP interface.rw IpAddress .1.3.6.1.4.1.33.22.3.1.1.1 |
xPppIpcpConfigRemoteAddressIP Address of the peer PPP interface.rw IpAddress .1.3.6.1.4.1.33.22.3.1.1.2 |
xPppIpcpConfigVJCompSlotsNumber of slots to be used by VJ compression.rw INTEGER .1.3.6.1.4.1.33.22.3.1.1.3 |
xPppIpcpConfigRangeStartStart of acceptable address range in which the negotiated
remote IP address must fall.rw IpAddress .1.3.6.1.4.1.33.22.3.1.1.4 |
xPppIpcpConfigRangeEndEnd of acceptable address range in which the negotiated
remote IP address must fall.rw IpAddress .1.3.6.1.4.1.33.22.3.1.1.5 |
xPppIpcpConfigStateControls whether IPCP is allowed to run on this port.rw Enumeration .1.3.6.1.4.1.33.22.3.1.1.6 |
xPppIpcpConfigLocalRangeStartStart of acceptable address range in which the negotiated
local IP address must fall.rw IpAddress .1.3.6.1.4.1.33.22.3.1.1.7 |
xPppIpcpConfigLocalRangeEndEnd of acceptable address range in which the negotiated
local IP address must fall.rw IpAddress .1.3.6.1.4.1.33.22.3.1.1.8 |
xPppIpcpConfigPppIpMaskThe subnet mask to use for a PPP operation on the port.
Corresponds directly to the value labeled 'IP Mask:' in the
PPP PORT IP CHARACTERISTICS display.rw IpAddress .1.3.6.1.4.1.33.22.3.1.1.9 |
xPppIpcpAsyncConfigTableA table containing PPP specific variables for this
PPP implementation. SEQUENCE OF XPppIpcpAsyncConfigEntry .1.3.6.1.4.1.33.22.3.2 |
xPppIpcpAsyncConfigEntryManagement information about a particular PPP
Asynchronous LCP. XPppIpcpAsyncConfigEntry .1.3.6.1.4.1.33.22.3.2.1 |
xPppIpcpAsyncConfigBrdcastDetermines whether to forward an IP Broadcast or
not.rw Enumeration .1.3.6.1.4.1.33.22.3.2.1.1 |
xPppIpcpStatusTableA table containing basic PPP IPCP status info. SEQUENCE OF XPppIpcpStatusEntry .1.3.6.1.4.1.33.22.3.3 |
xPppIpcpStatusEntryStatus information about a particular PPP IPCP
session. XPppIpcpStatusEntry .1.3.6.1.4.1.33.22.3.3.1 |
xPppIpcpStatusStateThe current state of IPCP.rodeprecated Enumeration .1.3.6.1.4.1.33.22.3.3.1.1 |
xPppIpcpStatusLocalAddressThe IP Address currently being used by the local
IPCP.ro IpAddress .1.3.6.1.4.1.33.22.3.3.1.2 |
xPppIpcpStatusRemoteAddressThe IP Address currently being used by the Remote
IPCP.ro IpAddress .1.3.6.1.4.1.33.22.3.3.1.3 |
xPppIpcpRxPktsTotal number of IP packets received.ro Counter .1.3.6.1.4.1.33.22.3.3.1.4 |
xPppIpcpTxPktsTotal number of IP packets transmitted.ro Counter .1.3.6.1.4.1.33.22.3.3.1.5 |
xPppIpcpRxConReqThe count of IPCP Configure Requests received from
the peer.ro Counter .1.3.6.1.4.1.33.22.3.3.1.6 |
xPppIpcpTxConReqThe count of IPCP Configure Requests transmitted to
the peer.ro Counter .1.3.6.1.4.1.33.22.3.3.1.7 |
xPppIpcpRxConNakThe count of IPCP Configure Naks received from the
peer.ro Counter .1.3.6.1.4.1.33.22.3.3.1.8 |
xPppIpcpTxConNakThe count of IPCP Configure Naks transmitted to the
peer.ro Counter .1.3.6.1.4.1.33.22.3.3.1.9 |
xPppIpcpRxConAckThe count of IPCP Configure Acks received from the
peer.ro Counter .1.3.6.1.4.1.33.22.3.3.1.10 |
xPppIpcpTxConAckThe count of IPCP Configure Acks transmitted to the
peer.ro Counter .1.3.6.1.4.1.33.22.3.3.1.11 |
xPppIpcpRxConRejThe count of IPCP Configure Rejects received from
the peer.ro Counter .1.3.6.1.4.1.33.22.3.3.1.12 |
xPppIpcpTxConRejThe count of IPCP Configure Rejects transmitted to
the peer.ro Counter .1.3.6.1.4.1.33.22.3.3.1.13 |
xPppIpcpRxTrmReqThe count of IPCP Terminate Requests received from
the peer.ro Counter .1.3.6.1.4.1.33.22.3.3.1.14 |
xPppIpcpTxTrmReqThe count of IPCP Terminate Requests transmitted to
the peer.ro Counter .1.3.6.1.4.1.33.22.3.3.1.15 |
xPppIpcpRxTrmAckThe count of IPCP Terminate Acks received from the
peer.ro Counter .1.3.6.1.4.1.33.22.3.3.1.16 |
xPppIpcpTxTrmAckThe count of IPCP Terminate Acks transmitted to the
peer.ro Counter .1.3.6.1.4.1.33.22.3.3.1.17 |
xPppIpcpStatusState2The current state of IPCP.ro Enumeration .1.3.6.1.4.1.33.22.3.3.1.18 |
xPppAuth OBJECT IDENTIFIER .1.3.6.1.4.1.33.22.4 |
xPppPapPasswordThe password to use for PAP authentication.rw OCTET STRING .1.3.6.1.4.1.33.22.4.1 |
xPppAuthConfigTableA table containing PPP specific variables for this
PPP implementation. SEQUENCE OF XPppAuthConfigEntry .1.3.6.1.4.1.33.22.4.2 |
xPppAuthConfigEntryManagement information about a particular PPP. XPppAuthConfigEntry .1.3.6.1.4.1.33.22.4.2.1 |
xPppAuthChapChallengeTimerLength of time in minutes between CHAP reauthentication challenges.
A value of zero disables the timer.rw INTEGER .1.3.6.1.4.1.33.22.4.2.1.4 |
xPppAuthPapConfigStateControls the type of Pap authentication required for this port,
and whether it is combined with another authentication
mechanism such as Radius.rw Enumeration .1.3.6.1.4.1.33.22.4.2.1.5 |
xPppAuthChapConfigStateControls the type of Chap authentication required for this port,
and whether it is combined with another authentication
mechanism such as Radius.rw Enumeration .1.3.6.1.4.1.33.22.4.2.1.6 |
xPppAuthStatusTableA table containing PPP specific variables for this
PPP implementation. SEQUENCE OF XPppAuthStatusEntry .1.3.6.1.4.1.33.22.4.3 |
xPppAuthStatusEntryManagement information about a particular PPP. XPppAuthStatusEntry .1.3.6.1.4.1.33.22.4.3.1 |
xPppPapStatusStateThe current state of PAP.ro Enumeration .1.3.6.1.4.1.33.22.4.3.1.4 |
xPppChapStatusStateThe current state of CHAP.ro Enumeration .1.3.6.1.4.1.33.22.4.3.1.5 |
xPppChapPasswordThe password to use for CHAP authentication.rw OCTET STRING .1.3.6.1.4.1.33.22.4.4 |
xPppIpxcp OBJECT IDENTIFIER .1.3.6.1.4.1.33.22.5 |
xPppIpxcpConfigTableA table containing PPP specific variables for this
PPP implementation. SEQUENCE OF XPppIpxcpConfigEntry .1.3.6.1.4.1.33.22.5.1 |
xPppIpxcpConfigEntryManagement information about a particular PPP. XPppIpxcpConfigEntry .1.3.6.1.4.1.33.22.5.1.1 |
xPppIpxcpCipxCompressionControls whether CIPX compression will be negotiated on the
interface.rw Enumeration .1.3.6.1.4.1.33.22.5.1.1.1 |
xPppIpxcpConfigRemoteNodeThe IPX Node address which can be offered to the peer if
it does not know a Node number but requires one.rw OCTET STRING ( SIZE(6) ) .1.3.6.1.4.1.33.22.5.1.1.2 |
xPppIpxcpStatusTableA table containing PPP specific variables for this
PPP implementation. SEQUENCE OF XPppIpxcpStatusEntry .1.3.6.1.4.1.33.22.5.2 |
xPppIpxcpStatusEntryManagement information about a particular PPP. XPppIpxcpStatusEntry .1.3.6.1.4.1.33.22.5.2.1 |
xPppIpxcpStatusStateThe current state of IPXCP.ro Enumeration .1.3.6.1.4.1.33.22.5.2.1.1 |
xPppIpxcpCipxInCompressionThe current state of CIPX compression inbound.ro Enumeration .1.3.6.1.4.1.33.22.5.2.1.2 |
xPppIpxcpCipxOutCompressionThe current state of CIPX compression outbound.ro Enumeration .1.3.6.1.4.1.33.22.5.2.1.3 |
xPppIpxcpCipxInSlotsThe current number of CIPX compression inbound slots.ro INTEGER .1.3.6.1.4.1.33.22.5.2.1.4 |
xPppIpxcpCipxOutSlotsThe current number of CIPX compression outbound slots.ro INTEGER .1.3.6.1.4.1.33.22.5.2.1.5 |
xPppIpxcpStatusRemoteNodeThe IPX Node address currently being used by the Remote
IPX peer.ro OCTET STRING ( SIZE(6) ) .1.3.6.1.4.1.33.22.5.2.1.6 |
xPppIpxcpCountersTableA table containing basic PPP IPXCP status info. SEQUENCE OF XPppIpxcpCountersEntry .1.3.6.1.4.1.33.22.5.3 |
xPppIpxcpCountersEntryCounter information about a particular PPP IPXCP
session. XPppIpxcpCountersEntry .1.3.6.1.4.1.33.22.5.3.1 |
xPppIpxcpRxConReqThe count of IPXCP Configure Requests received from
the peer.ro Counter .1.3.6.1.4.1.33.22.5.3.1.1 |
xPppIpxcpTxConReqThe count of IPXCP Configure Requests transmitted to
the peer.ro Counter .1.3.6.1.4.1.33.22.5.3.1.2 |
xPppIpxcpRxConNakThe count of IPXCP Configure Naks received from the
peer.ro Counter .1.3.6.1.4.1.33.22.5.3.1.3 |
xPppIpxcpTxConNakThe count of IPXCP Configure Naks transmitted to the
peer.ro Counter .1.3.6.1.4.1.33.22.5.3.1.4 |
xPppIpxcpRxConAckThe count of IPXCP Configure Acks received from the
peer.ro Counter .1.3.6.1.4.1.33.22.5.3.1.5 |
xPppIpxcpTxConAckThe count of IPXCP Configure Acks transmitted to the
peer.ro Counter .1.3.6.1.4.1.33.22.5.3.1.6 |
xPppIpxcpRxConRejThe count of IPXCP Configure Rejects received from
the peer.ro Counter .1.3.6.1.4.1.33.22.5.3.1.7 |
xPppIpxcpTxConRejThe count of IPXCP Configure Rejects transmitted to
the peer.ro Counter .1.3.6.1.4.1.33.22.5.3.1.8 |
xPppIpxcpRxTrmReqThe count of IPXCP Terminate Requests received from
the peer.ro Counter .1.3.6.1.4.1.33.22.5.3.1.9 |
xPppIpxcpTxTrmReqThe count of IPXCP Terminate Requests transmitted to
the peer.ro Counter .1.3.6.1.4.1.33.22.5.3.1.10 |
xPppIpxcpRxTrmAckThe count of IPXCP Terminate Acks received from the
peer.ro Counter .1.3.6.1.4.1.33.22.5.3.1.11 |
xPppIpxcpTxTrmAckThe count of IPXCP Terminate Acks transmitted to the
peer.ro Counter .1.3.6.1.4.1.33.22.5.3.1.12 |
xRadius OBJECT IDENTIFIER .1.3.6.1.4.1.33.35 |
xRadiusPort OBJECT IDENTIFIER .1.3.6.1.4.1.33.35.1 |
xRadiusPortTableTable of fields indexed by port. SEQUENCE OF XRadiusPortEntry .1.3.6.1.4.1.33.35.1.1 |
xRadiusPortEntryA particular entry. XRadiusPortEntry .1.3.6.1.4.1.33.35.1.1.1 |
xRadiusPortIndexThe index of the port.ro INTEGER .1.3.6.1.4.1.33.35.1.1.1.1 |
xRadiusPortStatusIndicates the state of Radius Authentication on
the port.ro Enumeration .1.3.6.1.4.1.33.35.1.1.1.2 |
xRadiusPortSolicitStatusIndicates the state of Radius solicitation mode
on the port.rw Enumeration .1.3.6.1.4.1.33.35.1.1.1.3 |
xRadiusAcctPortStatusIndicates the state of Radius Accounting on the port.ro Enumeration .1.3.6.1.4.1.33.35.1.1.1.4 |
xRadiusCircuit OBJECT IDENTIFIER .1.3.6.1.4.1.33.35.2 |
xRadiusConfig OBJECT IDENTIFIER .1.3.6.1.4.1.33.35.3 |
xRadiusAuthServerPortThe UDP port on which the Radius authentication request
will be made.rw INTEGER .1.3.6.1.4.1.33.35.3.1 |
xRadiusAcctServerPortThe UDP port on which the Radius accounting request
will be made.rw INTEGER .1.3.6.1.4.1.33.35.3.2 |
xRadiusTimeoutThe period of time that the Radius client will wait
for a reply from the server.rw INTEGER .1.3.6.1.4.1.33.35.3.3 |
xRadiusServerRetriesThe number of times a Radius server will be tried.rw INTEGER .1.3.6.1.4.1.33.35.3.4 |
xRadiusAcctLogAttemptsThe number of times the client will attempt to log
the accounting record to either the primary or
secondary Radius server before giving up and failing.rw INTEGER .1.3.6.1.4.1.33.35.3.5 |
xRadiusChapChallengeSizeThe size of the CHAP challenge that is sent to the
peer and the Radius server.rw INTEGER .1.3.6.1.4.1.33.35.3.6 |
xRadiusLoggingIndicates the state of Radius logging for packet
tracing and troubleshooting. Messages are logged
to the MRV In-Reach event log.rw Enumeration .1.3.6.1.4.1.33.35.3.7 |
xRadiusMessageThe authentication prompting message for Radius
logins.rw DisplayString ( SIZE(40) ) .1.3.6.1.4.1.33.35.3.8 |
xRadiusServers OBJECT IDENTIFIER .1.3.6.1.4.1.33.35.4 |
xRadServer1SubGrp OBJECT IDENTIFIER .1.3.6.1.4.1.33.35.4.1 |
xRadiusServerName1The primary Radius server queried for authentication.rw OCTET STRING ( SIZE(51) ) .1.3.6.1.4.1.33.35.4.1.1 |
xRadiusSecret1The secret value used to communicate with the primary
Radius server.roobsolete OCTET STRING ( SIZE(32) ) .1.3.6.1.4.1.33.35.4.1.2 |
xRadiusServerAccess1The number of successful accesses of primary Radius
server.ro Counter .1.3.6.1.4.1.33.35.4.1.3 |
xRadiusServerAccessFailed1The number of failed accesses of primary Radius server.ro Counter .1.3.6.1.4.1.33.35.4.1.4 |
xRadServer2SubGrp OBJECT IDENTIFIER .1.3.6.1.4.1.33.35.4.2 |
xRadiusServerName2The secondary Radius server queried for authentication,
if the primary one fails.rw OCTET STRING ( SIZE(51) ) .1.3.6.1.4.1.33.35.4.2.1 |
xRadiusSecret2The secret value used to communicate with the
secondary Radius server.roobsolete OCTET STRING ( SIZE(32) ) .1.3.6.1.4.1.33.35.4.2.2 |
xRadiusServerAccess2The number of successful accesses of secondary Radius
server.ro Counter .1.3.6.1.4.1.33.35.4.2.3 |
xRadiusServerAccessFailed2The number of failed accesses of secondary Radius
server.ro Counter .1.3.6.1.4.1.33.35.4.2.4 |
xRadiusCounters OBJECT IDENTIFIER .1.3.6.1.4.1.33.35.5 |
xRadAuthCtsSubGrp OBJECT IDENTIFIER .1.3.6.1.4.1.33.35.5.1 |
xRadiusLoginsThe number of successful logins using Radius.ro Counter .1.3.6.1.4.1.33.35.5.1.1 |
xRadiusLoginsFailedThe number of failed logins resulting from being
rejected by the Radius server.ro Counter .1.3.6.1.4.1.33.35.5.1.2 |
xRadiusConfigFailedThe number of failed logins resulting from unsupported
attribute values.ro Counter .1.3.6.1.4.1.33.35.5.1.3 |
xRadiusPolicyFailedThe number of failed logins resulting from failing
specific Radius policies on the MRV In-Reach unit.ro Counter .1.3.6.1.4.1.33.35.5.1.4 |
xRadAcctCtsSubGrp OBJECT IDENTIFIER .1.3.6.1.4.1.33.35.5.2 |
xRadiusAcctSuccessThe number of successfully recorded Radius accounting
log records.ro Counter .1.3.6.1.4.1.33.35.5.2.1 |
xRadiusAcctFailedThe number of failed (not logged) Radius accounting
log records.ro Counter .1.3.6.1.4.1.33.35.5.2.2 |
xRadiusAcctReqWaitThe number of log requests waiting for a reply from
the Radius server.ro Counter .1.3.6.1.4.1.33.35.5.2.3 |
xAlarm OBJECT IDENTIFIER .1.3.6.1.4.1.33.49 |