3349N/ARFC1213-MIB DEFINITIONS ::= BEGIN
3349N/A
3349N/A IMPORTS
3349N/A mgmt, NetworkAddress, IpAddress, Counter, Gauge,
3349N/A TimeTicks
3349N/A FROM RFC1155-SMI
3349N/A OBJECT-TYPE
3349N/A FROM RFC-1212;
3349N/A
3349N/A -- This MIB module uses the extended OBJECT-TYPE macro as
3349N/A -- defined in [14];
3349N/A
3349N/A
3349N/A -- MIB-II (same prefix as MIB-I)
3349N/A
3349N/A mib-2 OBJECT IDENTIFIER ::= { mgmt 1 }
3349N/A
3349N/A -- textual conventions
3349N/A
3349N/A DisplayString ::=
3349N/A OCTET STRING
3349N/A -- This data type is used to model textual information taken
3349N/A -- from the NVT ASCII character set. By convention, objects
3349N/A -- with this syntax are declared as having
3349N/A
3349N/A
3349N/A --
3349N/A -- SIZE (0..255)
3349N/A
3349N/A PhysAddress ::=
3349N/A OCTET STRING
3349N/A -- This data type is used to model media addresses. For many
3349N/A -- types of media, this will be in a binary representation.
3349N/A -- For example, an ethernet address would be represented as
3349N/A -- a string of 6 octets.
3349N/A
3349N/A
3349N/A -- groups in MIB-II
3349N/A
3349N/A system OBJECT IDENTIFIER ::= { mib-2 1 }
3349N/A
3349N/A interfaces OBJECT IDENTIFIER ::= { mib-2 2 }
3349N/A
3349N/A at OBJECT IDENTIFIER ::= { mib-2 3 }
3349N/A
3349N/A ip OBJECT IDENTIFIER ::= { mib-2 4 }
3349N/A
3349N/A icmp OBJECT IDENTIFIER ::= { mib-2 5 }
3349N/A
3349N/A tcp OBJECT IDENTIFIER ::= { mib-2 6 }
3349N/A
3349N/A udp OBJECT IDENTIFIER ::= { mib-2 7 }
3349N/A
3349N/A egp OBJECT IDENTIFIER ::= { mib-2 8 }
3349N/A
3349N/A -- historical (some say hysterical)
3349N/A -- cmot OBJECT IDENTIFIER ::= { mib-2 9 }
3349N/A
3349N/A transmission OBJECT IDENTIFIER ::= { mib-2 10 }
3349N/A
3349N/A snmp OBJECT IDENTIFIER ::= { mib-2 11 }
3349N/A
3349N/A
3349N/A -- the System group
3349N/A
3349N/A -- Implementation of the System group is mandatory for all
3349N/A -- systems. If an agent is not configured to have a value
3349N/A -- for any of these variables, a string of length 0 is
3349N/A -- returned.
3349N/A
3349N/A sysDescr OBJECT-TYPE
3349N/A SYNTAX DisplayString (SIZE (0..255))
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A
3349N/A
3349N/A DESCRIPTION
3349N/A "A textual description of the entity. This value
3349N/A should include the full name and version
3349N/A identification of the system's hardware type,
3349N/A software operating-system, and networking
3349N/A software. It is mandatory that this only contain
3349N/A printable ASCII characters."
3349N/A ::= { system 1 }
3349N/A
3349N/A sysObjectID OBJECT-TYPE
3349N/A SYNTAX OBJECT IDENTIFIER
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The vendor's authoritative identification of the
3349N/A network management subsystem contained in the
3349N/A entity. This value is allocated within the SMI
3349N/A enterprises subtree (1.3.6.1.4.1) and provides an
3349N/A easy and unambiguous means for determining `what
3349N/A kind of box' is being managed. For example, if
3349N/A vendor `Flintstones, Inc.' was assigned the
3349N/A subtree 1.3.6.1.4.1.4242, it could assign the
3349N/A identifier 1.3.6.1.4.1.4242.1.1 to its `Fred
3349N/A Router'."
3349N/A ::= { system 2 }
3349N/A
3349N/A sysUpTime OBJECT-TYPE
3349N/A SYNTAX TimeTicks
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The time (in hundredths of a second) since the
3349N/A network management portion of the system was last
3349N/A re-initialized."
3349N/A ::= { system 3 }
3349N/A
3349N/A sysContact OBJECT-TYPE
3349N/A SYNTAX DisplayString (SIZE (0..255))
3349N/A ACCESS read-write
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The textual identification of the contact person
3349N/A for this managed node, together with information
3349N/A on how to contact this person."
3349N/A ::= { system 4 }
3349N/A
3349N/A sysName OBJECT-TYPE
3349N/A SYNTAX DisplayString (SIZE (0..255))
3349N/A ACCESS read-write
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "An administratively-assigned name for this
3349N/A managed node. By convention, this is the node's
3349N/A fully-qualified domain name."
3349N/A ::= { system 5 }
3349N/A
3349N/A sysLocation OBJECT-TYPE
3349N/A SYNTAX DisplayString (SIZE (0..255))
3349N/A ACCESS read-write
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The physical location of this node (e.g.,
3349N/A `telephone closet, 3rd floor')."
3349N/A ::= { system 6 }
3349N/A
3349N/A sysServices OBJECT-TYPE
3349N/A SYNTAX INTEGER (0..127)
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "A value which indicates the set of services that
3349N/A this entity primarily offers.
3349N/A
3349N/A The value is a sum. This sum initially takes the
3349N/A value zero, Then, for each layer, L, in the range
3349N/A 1 through 7, that this node performs transactions
3349N/A for, 2 raised to (L - 1) is added to the sum. For
3349N/A example, a node which performs primarily routing
3349N/A functions would have a value of 4 (2^(3-1)). In
3349N/A contrast, a node which is a host offering
3349N/A application services would have a value of 72
3349N/A (2^(4-1) + 2^(7-1)). Note that in the context of
3349N/A the Internet suite of protocols, values should be
3349N/A calculated accordingly:
3349N/A
3349N/A layer functionality
3349N/A 1 physical (e.g., repeaters)
3349N/A 2 datalink/subnetwork (e.g., bridges)
3349N/A 3 internet (e.g., IP gateways)
3349N/A 4 end-to-end (e.g., IP hosts)
3349N/A 7 applications (e.g., mail relays)
3349N/A
3349N/A For systems including OSI protocols, layers 5 and
3349N/A 6 may also be counted."
3349N/A ::= { system 7 }
3349N/A
3349N/A -- the Interfaces group
3349N/A
3349N/A -- Implementation of the Interfaces group is mandatory for
3349N/A -- all systems.
3349N/A
3349N/A ifNumber OBJECT-TYPE
3349N/A SYNTAX INTEGER
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of network interfaces (regardless of
3349N/A their current state) present on this system."
3349N/A ::= { interfaces 1 }
3349N/A
3349N/A
3349N/A -- the Interfaces table
3349N/A
3349N/A -- The Interfaces table contains information on the entity's
3349N/A -- interfaces. Each interface is thought of as being
3349N/A -- attached to a `subnetwork'. Note that this term should
3349N/A -- not be confused with `subnet' which refers to an
3349N/A -- addressing partitioning scheme used in the Internet suite
3349N/A -- of protocols.
3349N/A
3349N/A ifTable OBJECT-TYPE
3349N/A SYNTAX SEQUENCE OF IfEntry
3349N/A ACCESS not-accessible
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "A list of interface entries. The number of
3349N/A entries is given by the value of ifNumber."
3349N/A ::= { interfaces 2 }
3349N/A
3349N/A ifEntry OBJECT-TYPE
3349N/A SYNTAX IfEntry
3349N/A ACCESS not-accessible
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "An interface entry containing objects at the
3349N/A subnetwork layer and below for a particular
3349N/A interface."
3349N/A INDEX { ifIndex }
3349N/A ::= { ifTable 1 }
3349N/A
3349N/A IfEntry ::=
3349N/A SEQUENCE {
3349N/A ifIndex
3349N/A INTEGER,
3349N/A ifDescr
3349N/A DisplayString,
3349N/A ifType
3349N/A INTEGER,
3349N/A ifMtu
3349N/A INTEGER,
3349N/A ifSpeed
3349N/A Gauge,
3349N/A ifPhysAddress
3349N/A PhysAddress,
3349N/A ifAdminStatus
3349N/A INTEGER,
3349N/A ifOperStatus
3349N/A INTEGER,
3349N/A ifLastChange
3349N/A TimeTicks,
3349N/A ifInOctets
3349N/A Counter,
3349N/A ifInUcastPkts
3349N/A Counter,
3349N/A ifInNUcastPkts
3349N/A Counter,
3349N/A ifInDiscards
3349N/A Counter,
3349N/A ifInErrors
3349N/A Counter,
3349N/A ifInUnknownProtos
3349N/A Counter,
3349N/A ifOutOctets
3349N/A Counter,
3349N/A ifOutUcastPkts
3349N/A Counter,
3349N/A ifOutNUcastPkts
3349N/A Counter,
3349N/A ifOutDiscards
3349N/A Counter,
3349N/A ifOutErrors
3349N/A Counter,
3349N/A ifOutQLen
3349N/A Gauge,
3349N/A ifSpecific
3349N/A OBJECT IDENTIFIER
3349N/A }
3349N/A
3349N/A ifIndex OBJECT-TYPE
3349N/A SYNTAX INTEGER
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "A unique value for each interface. Its value
3349N/A ranges between 1 and the value of ifNumber. The
3349N/A value for each interface must remain constant at
3349N/A least from one re-initialization of the entity's
3349N/A network management system to the next re-
3349N/A initialization."
3349N/A ::= { ifEntry 1 }
3349N/A
3349N/A ifDescr OBJECT-TYPE
3349N/A SYNTAX DisplayString (SIZE (0..255))
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "A textual string containing information about the
3349N/A interface. This string should include the name of
3349N/A the manufacturer, the product name and the version
3349N/A of the hardware interface."
3349N/A ::= { ifEntry 2 }
3349N/A
3349N/A ifType OBJECT-TYPE
3349N/A SYNTAX INTEGER {
3349N/A other(1), -- none of the following
3349N/A regular1822(2),
3349N/A hdh1822(3),
3349N/A ddn-x25(4),
3349N/A rfc877-x25(5),
3349N/A ethernet-csmacd(6),
3349N/A iso88023-csmacd(7),
3349N/A iso88024-tokenBus(8),
3349N/A iso88025-tokenRing(9),
3349N/A iso88026-man(10),
3349N/A starLan(11),
3349N/A proteon-10Mbit(12),
3349N/A proteon-80Mbit(13),
3349N/A hyperchannel(14),
3349N/A fddi(15),
3349N/A lapb(16),
3349N/A sdlc(17),
3349N/A ds1(18), -- T-1
3349N/A e1(19), -- european equiv. of T-1
3349N/A basicISDN(20),
3349N/A primaryISDN(21), -- proprietary serial
3349N/A propPointToPointSerial(22),
3349N/A ppp(23),
3349N/A softwareLoopback(24),
3349N/A eon(25), -- CLNP over IP [11]
3349N/A ethernet-3Mbit(26),
3349N/A nsip(27), -- XNS over IP
3349N/A slip(28), -- generic SLIP
3349N/A ultra(29), -- ULTRA technologies
3349N/A ds3(30), -- T-3
3349N/A sip(31), -- SMDS
3349N/A frame-relay(32)
3349N/A }
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The type of interface, distinguished according to
3349N/A the physical/link protocol(s) immediately `below'
3349N/A the network layer in the protocol stack."
3349N/A ::= { ifEntry 3 }
3349N/A
3349N/A ifMtu OBJECT-TYPE
3349N/A SYNTAX INTEGER
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The size of the largest datagram which can be
3349N/A sent/received on the interface, specified in
3349N/A octets. For interfaces that are used for
3349N/A transmitting network datagrams, this is the size
3349N/A of the largest network datagram that can be sent
3349N/A on the interface."
3349N/A ::= { ifEntry 4 }
3349N/A
3349N/A ifSpeed OBJECT-TYPE
3349N/A SYNTAX Gauge
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "An estimate of the interface's current bandwidth
3349N/A in bits per second. For interfaces which do not
3349N/A vary in bandwidth or for those where no accurate
3349N/A estimation can be made, this object should contain
3349N/A the nominal bandwidth."
3349N/A ::= { ifEntry 5 }
3349N/A
3349N/A ifPhysAddress OBJECT-TYPE
3349N/A SYNTAX PhysAddress
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The interface's address at the protocol layer
3349N/A immediately `below' the network layer in the
3349N/A protocol stack. For interfaces which do not have
3349N/A such an address (e.g., a serial line), this object
3349N/A should contain an octet string of zero length."
3349N/A ::= { ifEntry 6 }
3349N/A
3349N/A ifAdminStatus OBJECT-TYPE
3349N/A SYNTAX INTEGER {
3349N/A up(1), -- ready to pass packets
3349N/A down(2),
3349N/A testing(3) -- in some test mode
3349N/A }
3349N/A ACCESS read-write
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The desired state of the interface. The
3349N/A testing(3) state indicates that no operational
3349N/A packets can be passed."
3349N/A ::= { ifEntry 7 }
3349N/A
3349N/A ifOperStatus OBJECT-TYPE
3349N/A SYNTAX INTEGER {
3349N/A up(1), -- ready to pass packets
3349N/A down(2),
3349N/A testing(3) -- in some test mode
3349N/A }
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The current operational state of the interface.
3349N/A The testing(3) state indicates that no operational
3349N/A packets can be passed."
3349N/A ::= { ifEntry 8 }
3349N/A
3349N/A ifLastChange OBJECT-TYPE
3349N/A SYNTAX TimeTicks
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The value of sysUpTime at the time the interface
3349N/A entered its current operational state. If the
3349N/A current state was entered prior to the last re-
3349N/A initialization of the local network management
3349N/A subsystem, then this object contains a zero
3349N/A value."
3349N/A ::= { ifEntry 9 }
3349N/A
3349N/A ifInOctets OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of octets received on the
3349N/A interface, including framing characters."
3349N/A ::= { ifEntry 10 }
3349N/A
3349N/A ifInUcastPkts OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of subnetwork-unicast packets
3349N/A delivered to a higher-layer protocol."
3349N/A ::= { ifEntry 11 }
3349N/A
3349N/A ifInNUcastPkts OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of non-unicast (i.e., subnetwork-
3349N/A broadcast or subnetwork-multicast) packets
3349N/A delivered to a higher-layer protocol."
3349N/A ::= { ifEntry 12 }
3349N/A
3349N/A ifInDiscards OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of inbound packets which were chosen
3349N/A to be discarded even though no errors had been
3349N/A detected to prevent their being deliverable to a
3349N/A higher-layer protocol. One possible reason for
3349N/A discarding such a packet could be to free up
3349N/A buffer space."
3349N/A ::= { ifEntry 13 }
3349N/A
3349N/A ifInErrors OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of inbound packets that contained
3349N/A errors preventing them from being deliverable to a
3349N/A higher-layer protocol."
3349N/A ::= { ifEntry 14 }
3567N/A ifInUnknownProtos OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of packets received via the interface
3349N/A which were discarded because of an unknown or
3349N/A unsupported protocol."
3349N/A ::= { ifEntry 15 }
3349N/A
3349N/A ifOutOctets OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of octets transmitted out of the
3349N/A interface, including framing characters."
3349N/A ::= { ifEntry 16 }
3349N/A
3349N/A ifOutUcastPkts OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of packets that higher-level
3349N/A protocols requested be transmitted to a
3349N/A subnetwork-unicast address, including those that
3349N/A were discarded or not sent."
3349N/A ::= { ifEntry 17 }
3349N/A
3349N/A ifOutNUcastPkts OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of packets that higher-level
3349N/A protocols requested be transmitted to a non-
3349N/A unicast (i.e., a subnetwork-broadcast or
3349N/A subnetwork-multicast) address, including those
3349N/A that were discarded or not sent."
3349N/A ::= { ifEntry 18 }
3349N/A
3349N/A ifOutDiscards OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of outbound packets which were chosen
3349N/A to be discarded even though no errors had been
3349N/A detected to prevent their being transmitted. One
3349N/A possible reason for discarding such a packet could
3349N/A be to free up buffer space."
3349N/A ::= { ifEntry 19 }
3349N/A
3349N/A ifOutErrors OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of outbound packets that could not be
3349N/A transmitted because of errors."
3349N/A ::= { ifEntry 20 }
3349N/A
3349N/A ifOutQLen OBJECT-TYPE
3349N/A SYNTAX Gauge
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The length of the output packet queue (in
3349N/A packets)."
3349N/A ::= { ifEntry 21 }
3349N/A
3349N/A ifSpecific OBJECT-TYPE
3349N/A SYNTAX OBJECT IDENTIFIER
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "A reference to MIB definitions specific to the
3349N/A particular media being used to realize the
3349N/A interface. For example, if the interface is
3349N/A realized by an ethernet, then the value of this
3349N/A object refers to a document defining objects
3349N/A specific to ethernet. If this information is not
3349N/A present, its value should be set to the OBJECT
3349N/A IDENTIFIER { 0 0 }, which is a syntatically valid
3349N/A object identifier, and any conformant
3349N/A implementation of ASN.1 and BER must be able to
3349N/A generate and recognize this value."
3349N/A ::= { ifEntry 22 }
3349N/A
3349N/A
3349N/A -- the Address Translation group
3349N/A
3349N/A -- Implementation of the Address Translation group is
3349N/A -- mandatory for all systems. Note however that this group
3349N/A -- is deprecated by MIB-II. That is, it is being included
3349N/A -- solely for compatibility with MIB-I nodes, and will most
3349N/A -- likely be excluded from MIB-III nodes. From MIB-II and
3349N/A -- onwards, each network protocol group contains its own
3349N/A -- address translation tables.
3349N/A
3349N/A -- The Address Translation group contains one table which is
3349N/A -- the union across all interfaces of the translation tables
3349N/A -- for converting a NetworkAddress (e.g., an IP address) into
3349N/A -- a subnetwork-specific address. For lack of a better term,
3349N/A -- this document refers to such a subnetwork-specific address
3349N/A -- as a `physical' address.
3349N/A
3349N/A -- Examples of such translation tables are: for broadcast
3349N/A -- media where ARP is in use, the translation table is
3349N/A -- equivalent to the ARP cache; or, on an X.25 network where
3349N/A -- non-algorithmic translation to X.121 addresses is
3349N/A -- required, the translation table contains the
3349N/A -- NetworkAddress to X.121 address equivalences.
3349N/A
3349N/A atTable OBJECT-TYPE
3349N/A SYNTAX SEQUENCE OF AtEntry
3349N/A ACCESS not-accessible
3349N/A STATUS deprecated
3349N/A DESCRIPTION
3349N/A "The Address Translation tables contain the
3349N/A NetworkAddress to `physical' address equivalences.
3349N/A Some interfaces do not use translation tables for
3349N/A determining address equivalences (e.g., DDN-X.25
3349N/A has an algorithmic method); if all interfaces are
3349N/A of this type, then the Address Translation table
3349N/A is empty, i.e., has zero entries."
3349N/A ::= { at 1 }
3349N/A
3349N/A atEntry OBJECT-TYPE
3349N/A SYNTAX AtEntry
3349N/A ACCESS not-accessible
3349N/A STATUS deprecated
3349N/A DESCRIPTION
3349N/A "Each entry contains one NetworkAddress to
3349N/A `physical' address equivalence."
3349N/A INDEX { atIfIndex,
3349N/A atNetAddress }
3349N/A ::= { atTable 1 }
3349N/A
3349N/A AtEntry ::=
3349N/A SEQUENCE {
3349N/A atIfIndex
3349N/A INTEGER,
3349N/A atPhysAddress
3349N/A PhysAddress,
3349N/A atNetAddress
3349N/A NetworkAddress
3349N/A }
3349N/A
3349N/A atIfIndex OBJECT-TYPE
3349N/A SYNTAX INTEGER
3349N/A ACCESS read-write
3349N/A STATUS deprecated
3349N/A DESCRIPTION
3349N/A "The interface on which this entry's equivalence
3349N/A is effective. The interface identified by a
3349N/A particular value of this index is the same
3349N/A interface as identified by the same value of
3349N/A ifIndex."
3349N/A ::= { atEntry 1 }
3349N/A
3349N/A atPhysAddress OBJECT-TYPE
3349N/A SYNTAX PhysAddress
3349N/A ACCESS read-write
3349N/A STATUS deprecated
3349N/A DESCRIPTION
3349N/A "The media-dependent `physical' address.
3349N/A
3349N/A Setting this object to a null string (one of zero
3349N/A length) has the effect of invaliding the
3349N/A corresponding entry in the atTable object. That
3349N/A is, it effectively dissasociates the interface
3349N/A identified with said entry from the mapping
3349N/A identified with said entry. It is an
3349N/A implementation-specific matter as to whether the
3349N/A agent removes an invalidated entry from the table.
3349N/A Accordingly, management stations must be prepared
3349N/A to receive tabular information from agents that
3349N/A corresponds to entries not currently in use.
3349N/A Proper interpretation of such entries requires
3349N/A examination of the relevant atPhysAddress object."
3349N/A ::= { atEntry 2 }
3349N/A
3349N/A atNetAddress OBJECT-TYPE
3349N/A SYNTAX NetworkAddress
3349N/A ACCESS read-write
3349N/A STATUS deprecated
3349N/A DESCRIPTION
3349N/A "The NetworkAddress (e.g., the IP address)
3349N/A corresponding to the media-dependent `physical'
3349N/A address."
3349N/A ::= { atEntry 3 }
3349N/A
3349N/A
3349N/A -- the IP group
3349N/A
3349N/A -- Implementation of the IP group is mandatory for all
3349N/A -- systems.
3349N/A
3349N/A ipForwarding OBJECT-TYPE
3349N/A SYNTAX INTEGER {
3349N/A forwarding(1), -- acting as a gateway
3349N/A not-forwarding(2) -- NOT acting as a gateway
3349N/A }
3349N/A ACCESS read-write
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The indication of whether this entity is acting
3349N/A as an IP gateway in respect to the forwarding of
3349N/A datagrams received by, but not addressed to, this
3349N/A entity. IP gateways forward datagrams. IP hosts
3349N/A do not (except those source-routed via the host).
3349N/A
3349N/A Note that for some managed nodes, this object may
3349N/A take on only a subset of the values possible.
3349N/A Accordingly, it is appropriate for an agent to
3349N/A return a `badValue' response if a management
3349N/A station attempts to change this object to an
3349N/A inappropriate value."
3349N/A ::= { ip 1 }
3349N/A
3349N/A ipDefaultTTL OBJECT-TYPE
3349N/A SYNTAX INTEGER
3349N/A ACCESS read-write
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The default value inserted into the Time-To-Live
3349N/A field of the IP header of datagrams originated at
3349N/A this entity, whenever a TTL value is not supplied
3349N/A by the transport layer protocol."
3349N/A ::= { ip 2 }
3349N/A
3349N/A ipInReceives OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of input datagrams received from
3349N/A interfaces, including those received in error."
3349N/A ::= { ip 3 }
3349N/A
3349N/A ipInHdrErrors OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of input datagrams discarded due to
3349N/A errors in their IP headers, including bad
3349N/A checksums, version number mismatch, other format
3349N/A errors, time-to-live exceeded, errors discovered
3349N/A in processing their IP options, etc."
3349N/A ::= { ip 4 }
3349N/A
3349N/A ipInAddrErrors OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of input datagrams discarded because
3349N/A the IP address in their IP header's destination
3349N/A field was not a valid address to be received at
3349N/A this entity. This count includes invalid
3349N/A addresses (e.g., 0.0.0.0) and addresses of
3349N/A unsupported Classes (e.g., Class E). For entities
3349N/A which are not IP Gateways and therefore do not
3349N/A forward datagrams, this counter includes datagrams
3349N/A discarded because the destination address was not
3349N/A a local address."
3349N/A ::= { ip 5 }
3349N/A
3349N/A ipForwDatagrams OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of input datagrams for which this
3349N/A entity was not their final IP destination, as a
3349N/A result of which an attempt was made to find a
3349N/A route to forward them to that final destination.
3349N/A In entities which do not act as IP Gateways, this
3349N/A counter will include only those packets which were
3349N/A Source-Routed via this entity, and the Source-
3349N/A Route option processing was successful."
3349N/A ::= { ip 6 }
3349N/A
3349N/A ipInUnknownProtos OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of locally-addressed datagrams
3349N/A received successfully but discarded because of an
3349N/A unknown or unsupported protocol."
3349N/A ::= { ip 7 }
3349N/A
3349N/A ipInDiscards OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of input IP datagrams for which no
3349N/A problems were encountered to prevent their
3349N/A continued processing, but which were discarded
3349N/A (e.g., for lack of buffer space). Note that this
3349N/A counter does not include any datagrams discarded
3349N/A while awaiting re-assembly."
3349N/A ::= { ip 8 }
3349N/A
3349N/A ipInDelivers OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of input datagrams successfully
3349N/A delivered to IP user-protocols (including ICMP)."
3349N/A ::= { ip 9 }
3349N/A
3349N/A ipOutRequests OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of IP datagrams which local IP
3349N/A user-protocols (including ICMP) supplied to IP in
3349N/A requests for transmission. Note that this counter
3349N/A does not include any datagrams counted in
3349N/A ipForwDatagrams."
3349N/A ::= { ip 10 }
3349N/A
3349N/A ipOutDiscards OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of output IP datagrams for which no
3349N/A problem was encountered to prevent their
3349N/A transmission to their destination, but which were
3349N/A discarded (e.g., for lack of buffer space). Note
3349N/A that this counter would include datagrams counted
3349N/A in ipForwDatagrams if any such packets met this
3349N/A (discretionary) discard criterion."
3349N/A ::= { ip 11 }
3349N/A
3349N/A ipOutNoRoutes OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of IP datagrams discarded because no
3349N/A route could be found to transmit them to their
3349N/A destination. Note that this counter includes any
3349N/A packets counted in ipForwDatagrams which meet this
3349N/A `no-route' criterion. Note that this includes any
3349N/A datagarms which a host cannot route because all of
3349N/A its default gateways are down."
3349N/A ::= { ip 12 }
3349N/A
3349N/A ipReasmTimeout OBJECT-TYPE
3349N/A SYNTAX INTEGER
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The maximum number of seconds which received
3349N/A fragments are held while they are awaiting
3349N/A reassembly at this entity."
3349N/A ::= { ip 13 }
3349N/A
3349N/A ipReasmReqds OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of IP fragments received which needed
3349N/A to be reassembled at this entity."
3349N/A ::= { ip 14 }
3349N/A
3349N/A ipReasmOKs OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of IP datagrams successfully re-
3349N/A assembled."
3349N/A ::= { ip 15 }
3349N/A
3349N/A ipReasmFails OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of failures detected by the IP re-
3349N/A assembly algorithm (for whatever reason: timed
3349N/A out, errors, etc). Note that this is not
3349N/A necessarily a count of discarded IP fragments
3349N/A since some algorithms (notably the algorithm in
3349N/A RFC 815) can lose track of the number of fragments
3349N/A by combining them as they are received."
3349N/A ::= { ip 16 }
3349N/A
3349N/A ipFragOKs OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of IP datagrams that have been
3349N/A successfully fragmented at this entity."
3349N/A ::= { ip 17 }
3349N/A
3349N/A ipFragFails OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of IP datagrams that have been
3349N/A discarded because they needed to be fragmented at
3349N/A this entity but could not be, e.g., because their
3349N/A Don't Fragment flag was set."
3349N/A ::= { ip 18 }
3349N/A
3349N/A ipFragCreates OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of IP datagram fragments that have
3349N/A been generated as a result of fragmentation at
3349N/A this entity."
3349N/A ::= { ip 19 }
3349N/A
3349N/A -- the IP address table
3349N/A
3349N/A -- The IP address table contains this entity's IP addressing
3349N/A -- information.
3349N/A
3349N/A ipAddrTable OBJECT-TYPE
3349N/A SYNTAX SEQUENCE OF IpAddrEntry
3349N/A ACCESS not-accessible
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The table of addressing information relevant to
3349N/A this entity's IP addresses."
3349N/A ::= { ip 20 }
3349N/A
3349N/A ipAddrEntry OBJECT-TYPE
3349N/A SYNTAX IpAddrEntry
3349N/A ACCESS not-accessible
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The addressing information for one of this
3349N/A entity's IP addresses."
3349N/A INDEX { ipAdEntAddr }
3349N/A ::= { ipAddrTable 1 }
3349N/A
3349N/A IpAddrEntry ::=
3349N/A SEQUENCE {
3349N/A ipAdEntAddr
3349N/A IpAddress,
3349N/A ipAdEntIfIndex
3349N/A INTEGER,
3349N/A ipAdEntNetMask
3349N/A IpAddress,
3349N/A ipAdEntBcastAddr
3349N/A INTEGER,
3349N/A ipAdEntReasmMaxSize
3349N/A INTEGER (0..65535)
3349N/A }
3349N/A
3349N/A ipAdEntAddr OBJECT-TYPE
3349N/A SYNTAX IpAddress
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The IP address to which this entry's addressing
3349N/A information pertains."
3349N/A ::= { ipAddrEntry 1 }
3349N/A
3349N/A ipAdEntIfIndex OBJECT-TYPE
3349N/A SYNTAX INTEGER
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The index value which uniquely identifies the
3349N/A interface to which this entry is applicable. The
3349N/A interface identified by a particular value of this
3349N/A index is the same interface as identified by the
3349N/A same value of ifIndex."
3349N/A ::= { ipAddrEntry 2 }
3349N/A
3349N/A ipAdEntNetMask OBJECT-TYPE
3349N/A SYNTAX IpAddress
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The subnet mask associated with the IP address of
3349N/A this entry. The value of the mask is an IP
3349N/A address with all the network bits set to 1 and all
3349N/A the hosts bits set to 0."
3349N/A ::= { ipAddrEntry 3 }
3349N/A
3349N/A ipAdEntBcastAddr OBJECT-TYPE
3349N/A SYNTAX INTEGER
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The value of the least-significant bit in the IP
3349N/A broadcast address used for sending datagrams on
3349N/A the (logical) interface associated with the IP
3349N/A address of this entry. For example, when the
3349N/A Internet standard all-ones broadcast address is
3349N/A used, the value will be 1. This value applies to
3349N/A both the subnet and network broadcasts addresses
3349N/A used by the entity on this (logical) interface."
3349N/A ::= { ipAddrEntry 4 }
3349N/A
3349N/A ipAdEntReasmMaxSize OBJECT-TYPE
3349N/A SYNTAX INTEGER (0..65535)
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The size of the largest IP datagram which this
3349N/A entity can re-assemble from incoming IP fragmented
3349N/A datagrams received on this interface."
3349N/A ::= { ipAddrEntry 5 }
3349N/A
3349N/A -- the IP routing table
3349N/A
3349N/A -- The IP routing table contains an entry for each route
3349N/A -- presently known to this entity.
3349N/A
3349N/A ipRouteTable OBJECT-TYPE
3349N/A SYNTAX SEQUENCE OF IpRouteEntry
3349N/A ACCESS not-accessible
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "This entity's IP Routing table."
3349N/A ::= { ip 21 }
3349N/A
3349N/A ipRouteEntry OBJECT-TYPE
3349N/A SYNTAX IpRouteEntry
3349N/A ACCESS not-accessible
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "A route to a particular destination."
3349N/A INDEX { ipRouteDest }
3349N/A ::= { ipRouteTable 1 }
3349N/A
3349N/A IpRouteEntry ::=
3349N/A SEQUENCE {
3349N/A ipRouteDest
3349N/A IpAddress,
3349N/A ipRouteIfIndex
3349N/A INTEGER,
3349N/A ipRouteMetric1
3349N/A INTEGER,
3349N/A ipRouteMetric2
3349N/A INTEGER,
3349N/A ipRouteMetric3
3349N/A INTEGER,
3349N/A ipRouteMetric4
3349N/A INTEGER,
3349N/A ipRouteNextHop
3349N/A IpAddress,
3349N/A ipRouteType
3349N/A INTEGER,
3349N/A ipRouteProto
3349N/A INTEGER,
3349N/A ipRouteAge
3349N/A INTEGER,
3349N/A ipRouteMask
3349N/A IpAddress,
3349N/A ipRouteMetric5
3349N/A INTEGER,
3349N/A
3349N/A ipRouteDest OBJECT-TYPE
3349N/A SYNTAX IpAddress
3349N/A ACCESS read-write
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The destination IP address of this route. An
3349N/A entry with a value of 0.0.0.0 is considered a
3349N/A default route. Multiple routes to a single
3349N/A destination can appear in the table, but access to
3349N/A such multiple entries is dependent on the table-
3349N/A access mechanisms defined by the network
3349N/A management protocol in use."
3349N/A ::= { ipRouteEntry 1 }
3349N/A
3349N/A ipRouteIfIndex OBJECT-TYPE
3349N/A SYNTAX INTEGER
3349N/A ACCESS read-write
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The index value which uniquely identifies the
3349N/A local interface through which the next hop of this
3349N/A route should be reached. The interface identified
3349N/A by a particular value of this index is the same
3349N/A interface as identified by the same value of
3349N/A ifIndex."
3349N/A ::= { ipRouteEntry 2 }
3349N/A
3349N/A ipRouteMetric1 OBJECT-TYPE
3349N/A SYNTAX INTEGER
3349N/A ACCESS read-write
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The primary routing metric for this route. The
3349N/A semantics of this metric are determined by the
3349N/A routing-protocol specified in the route's
3349N/A ipRouteProto value. If this metric is not used,
3349N/A its value should be set to -1."
3349N/A ::= { ipRouteEntry 3 }
3349N/A
3349N/A ipRouteMetric2 OBJECT-TYPE
3349N/A SYNTAX INTEGER
3349N/A ACCESS read-write
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3567N/A "An alternate routing metric for this route. The
3349N/A semantics of this metric are determined by the
3349N/A routing-protocol specified in the route's
3349N/A ipRouteProto value. If this metric is not used,
3349N/A its value should be set to -1."
3349N/A ::= { ipRouteEntry 4 }
3349N/A
3349N/A ipRouteMetric3 OBJECT-TYPE
3349N/A SYNTAX INTEGER
3349N/A ACCESS read-write
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "An alternate routing metric for this route. The
3349N/A semantics of this metric are determined by the
3349N/A routing-protocol specified in the route's
3349N/A ipRouteProto value. If this metric is not used,
3349N/A its value should be set to -1."
3349N/A ::= { ipRouteEntry 5 }
3349N/A
3349N/A ipRouteMetric4 OBJECT-TYPE
3349N/A SYNTAX INTEGER
3349N/A ACCESS read-write
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "An alternate routing metric for this route. The
3349N/A semantics of this metric are determined by the
3349N/A routing-protocol specified in the route's
3349N/A ipRouteProto value. If this metric is not used,
3349N/A its value should be set to -1."
3349N/A ::= { ipRouteEntry 6 }
3349N/A
3349N/A ipRouteNextHop OBJECT-TYPE
3349N/A SYNTAX IpAddress
3349N/A ACCESS read-write
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The IP address of the next hop of this route.
3349N/A (In the case of a route bound to an interface
3349N/A which is realized via a broadcast media, the value
3349N/A of this field is the agent's IP address on that
3349N/A interface.)"
3349N/A ::= { ipRouteEntry 7 }
3349N/A
3349N/A ipRouteType OBJECT-TYPE
3349N/A SYNTAX INTEGER {
3349N/A other(1), -- none of the following
3349N/A
3349N/A invalid(2), -- an invalidated route
3349N/A
3349N/A -- route to directly
3349N/A direct(3), -- connected (sub-)network
3349N/A
3349N/A -- route to a non-local
3349N/A indirect(4) -- host/network/sub-network
3349N/A }
3349N/A ACCESS read-write
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The type of route. Note that the values
3349N/A direct(3) and indirect(4) refer to the notion of
3349N/A direct and indirect routing in the IP
3349N/A architecture.
3349N/A
3349N/A Setting this object to the value invalid(2) has
3349N/A the effect of invalidating the corresponding entry
3349N/A in the ipRouteTable object. That is, it
3349N/A effectively dissasociates the destination
3349N/A identified with said entry from the route
3349N/A identified with said entry. It is an
3349N/A implementation-specific matter as to whether the
3349N/A agent removes an invalidated entry from the table.
3349N/A Accordingly, management stations must be prepared
3349N/A to receive tabular information from agents that
3349N/A corresponds to entries not currently in use.
3349N/A Proper interpretation of such entries requires
3349N/A examination of the relevant ipRouteType object."
3349N/A ::= { ipRouteEntry 8 }
3349N/A
3349N/A ipRouteProto OBJECT-TYPE
3349N/A SYNTAX INTEGER {
3349N/A other(1), -- none of the following
3349N/A
3349N/A -- non-protocol information,
3349N/A -- e.g., manually configured
3349N/A local(2), -- entries
3349N/A
3349N/A -- set via a network
3349N/A netmgmt(3), -- management protocol
3349N/A
3349N/A -- obtained via ICMP,
3349N/A icmp(4), -- e.g., Redirect
3349N/A
3349N/A -- the remaining values are
3349N/A -- all gateway routing
3349N/A -- protocols
3349N/A egp(5),
3349N/A ggp(6),
3349N/A hello(7),
3349N/A rip(8),
3349N/A is-is(9),
3349N/A es-is(10),
3349N/A ciscoIgrp(11),
3349N/A bbnSpfIgp(12),
3349N/A ospf(13),
3349N/A bgp(14)
3349N/A }
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The routing mechanism via which this route was
3349N/A learned. Inclusion of values for gateway routing
3349N/A protocols is not intended to imply that hosts
3349N/A should support those protocols."
3349N/A ::= { ipRouteEntry 9 }
3349N/A
3349N/A ipRouteAge OBJECT-TYPE
3349N/A SYNTAX INTEGER
3349N/A ACCESS read-write
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of seconds since this route was last
3349N/A updated or otherwise determined to be correct.
3349N/A Note that no semantics of `too old' can be implied
3349N/A except through knowledge of the routing protocol
3349N/A by which the route was learned."
3349N/A ::= { ipRouteEntry 10 }
3349N/A
3349N/A ipRouteMask OBJECT-TYPE
3349N/A SYNTAX IpAddress
3349N/A ACCESS read-write
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "Indicate the mask to be logical-ANDed with the
3349N/A destination address before being compared to the
3349N/A value in the ipRouteDest field. For those systems
3349N/A that do not support arbitrary subnet masks, an
3349N/A agent constructs the value of the ipRouteMask by
3349N/A determining whether the value of the correspondent
3349N/A ipRouteDest field belong to a class-A, B, or C
3349N/A network, and then using one of:
3349N/A
3349N/A mask network
3349N/A 255.0.0.0 class-A
3349N/A 255.255.0.0 class-B
3349N/A 255.255.255.0 class-C
3349N/A
3349N/A If the value of the ipRouteDest is 0.0.0.0 (a
3349N/A default route), then the mask value is also
3349N/A 0.0.0.0. It should be noted that all IP routing
3349N/A subsystems implicitly use this mechanism."
3349N/A ::= { ipRouteEntry 11 }
3349N/A
3349N/A ipRouteMetric5 OBJECT-TYPE
3349N/A SYNTAX INTEGER
3349N/A ACCESS read-write
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "An alternate routing metric for this route. The
3349N/A semantics of this metric are determined by the
3349N/A routing-protocol specified in the route's
3349N/A ipRouteProto value. If this metric is not used,
3349N/A its value should be set to -1."
3349N/A ::= { ipRouteEntry 12 }
3349N/A
3349N/A ipRouteInfo OBJECT-TYPE
3349N/A SYNTAX OBJECT IDENTIFIER
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "A reference to MIB definitions specific to the
3349N/A particular routing protocol which is responsible
3349N/A for this route, as determined by the value
3349N/A specified in the route's ipRouteProto value. If
3349N/A this information is not present, its value should
3349N/A be set to the OBJECT IDENTIFIER { 0 0 }, which is
3349N/A a syntatically valid object identifier, and any
3349N/A conformant implementation of ASN.1 and BER must be
3349N/A able to generate and recognize this value."
3349N/A ::= { ipRouteEntry 13 }
3349N/A
3349N/A
3349N/A -- the IP Address Translation table
3349N/A
3349N/A -- The IP address translation table contain the IpAddress to
3349N/A -- `physical' address equivalences. Some interfaces do not
3349N/A -- use translation tables for determining address
3349N/A -- equivalences (e.g., DDN-X.25 has an algorithmic method);
3349N/A -- if all interfaces are of this type, then the Address
3349N/A -- Translation table is empty, i.e., has zero entries.
3349N/A
3349N/A ipNetToMediaTable OBJECT-TYPE
3349N/A SYNTAX SEQUENCE OF IpNetToMediaEntry
3349N/A ACCESS not-accessible
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The IP Address Translation table used for mapping
3349N/A from IP addresses to physical addresses."
3349N/A ::= { ip 22 }
3349N/A
3349N/A ipNetToMediaEntry OBJECT-TYPE
3349N/A SYNTAX IpNetToMediaEntry
3349N/A ACCESS not-accessible
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "Each entry contains one IpAddress to `physical'
3349N/A address equivalence."
3349N/A INDEX { ipNetToMediaIfIndex,
3349N/A ipNetToMediaNetAddress }
3349N/A ::= { ipNetToMediaTable 1 }
3349N/A
3349N/A IpNetToMediaEntry ::=
3349N/A SEQUENCE {
3349N/A ipNetToMediaIfIndex
3349N/A INTEGER,
3349N/A ipNetToMediaPhysAddress
3349N/A PhysAddress,
3349N/A ipNetToMediaNetAddress
3349N/A IpAddress,
3349N/A ipNetToMediaType
3349N/A INTEGER
3349N/A }
3349N/A
3349N/A ipNetToMediaIfIndex OBJECT-TYPE
3349N/A SYNTAX INTEGER
3349N/A ACCESS read-write
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The interface on which this entry's equivalence
3349N/A is effective. The interface identified by a
3349N/A particular value of this index is the same
3349N/A interface as identified by the same value of
3349N/A ifIndex."
3349N/A ::= { ipNetToMediaEntry 1 }
3349N/A
3349N/A ipNetToMediaPhysAddress OBJECT-TYPE
3349N/A SYNTAX PhysAddress
3349N/A ACCESS read-write
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The media-dependent `physical' address."
3349N/A ::= { ipNetToMediaEntry 2 }
3349N/A
3349N/A ipNetToMediaNetAddress OBJECT-TYPE
3349N/A SYNTAX IpAddress
3349N/A ACCESS read-write
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The IpAddress corresponding to the media-
3349N/A dependent `physical' address."
3349N/A ::= { ipNetToMediaEntry 3 }
3349N/A
3349N/A ipNetToMediaType OBJECT-TYPE
3349N/A SYNTAX INTEGER {
3349N/A other(1), -- none of the following
3349N/A invalid(2), -- an invalidated mapping
3349N/A dynamic(3),
3349N/A static(4)
3349N/A }
3349N/A ACCESS read-write
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The type of mapping.
3349N/A
3349N/A Setting this object to the value invalid(2) has
3349N/A the effect of invalidating the corresponding entry
3349N/A in the ipNetToMediaTable. That is, it effectively
3349N/A dissasociates the interface identified with said
3349N/A entry from the mapping identified with said entry.
3349N/A It is an implementation-specific matter as to
3349N/A whether the agent removes an invalidated entry
3349N/A from the table. Accordingly, management stations
3349N/A must be prepared to receive tabular information
3349N/A from agents that corresponds to entries not
3349N/A currently in use. Proper interpretation of such
3349N/A entries requires examination of the relevant
3349N/A ipNetToMediaType object."
3349N/A ::= { ipNetToMediaEntry 4 }
3349N/A
3349N/A
3349N/A -- additional IP objects
3349N/A
3349N/A ipRoutingDiscards OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of routing entries which were chosen
3349N/A to be discarded even though they are valid. One
3349N/A possible reason for discarding such an entry could
3349N/A be to free-up buffer space for other routing
3349N/A entries."
3349N/A ::= { ip 23 }
3349N/A
3349N/A
3349N/A -- the ICMP group
3349N/A
3349N/A -- Implementation of the ICMP group is mandatory for all
3349N/A -- systems.
3349N/A
3349N/A icmpInMsgs OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of ICMP messages which the
3349N/A entity received. Note that this counter includes
3349N/A all those counted by icmpInErrors."
3349N/A ::= { icmp 1 }
3349N/A
3349N/A icmpInErrors OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of ICMP messages which the entity
3349N/A received but determined as having ICMP-specific
3349N/A errors (bad ICMP checksums, bad length, etc.)."
3349N/A ::= { icmp 2 }
3349N/A
3349N/A icmpInDestUnreachs OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of ICMP Destination Unreachable
3349N/A messages received."
3349N/A ::= { icmp 3 }
3349N/A
3349N/A icmpInTimeExcds OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of ICMP Time Exceeded messages
3349N/A received."
3349N/A ::= { icmp 4 }
3349N/A
3349N/A icmpInParmProbs OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of ICMP Parameter Problem messages
3349N/A received."
3349N/A ::= { icmp 5 }
3349N/A
3349N/A icmpInSrcQuenchs OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of ICMP Source Quench messages
3349N/A received."
3349N/A ::= { icmp 6 }
3349N/A
3349N/A icmpInRedirects OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of ICMP Redirect messages received."
3349N/A ::= { icmp 7 }
3349N/A
3349N/A icmpInEchos OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of ICMP Echo (request) messages
3349N/A received."
3349N/A ::= { icmp 8 }
3349N/A
3349N/A icmpInEchoReps OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of ICMP Echo Reply messages received."
3349N/A ::= { icmp 9 }
3349N/A
3349N/A icmpInTimestamps OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of ICMP Timestamp (request) messages
3349N/A received."
3349N/A ::= { icmp 10 }
3349N/A
3349N/A icmpInTimestampReps OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of ICMP Timestamp Reply messages
3349N/A received."
3349N/A ::= { icmp 11 }
3349N/A
3349N/A icmpInAddrMasks OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of ICMP Address Mask Request messages
3349N/A received."
3349N/A ::= { icmp 12 }
3349N/A
3349N/A icmpInAddrMaskReps OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of ICMP Address Mask Reply messages
3349N/A received."
3349N/A ::= { icmp 13 }
3349N/A
3349N/A icmpOutMsgs OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of ICMP messages which this
3349N/A entity attempted to send. Note that this counter
3349N/A includes all those counted by icmpOutErrors."
3349N/A ::= { icmp 14 }
3349N/A
3349N/A icmpOutErrors OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of ICMP messages which this entity did
3349N/A not send due to problems discovered within ICMP
3349N/A such as a lack of buffers. This value should not
3349N/A include errors discovered outside the ICMP layer
3349N/A such as the inability of IP to route the resultant
3349N/A datagram. In some implementations there may be no
3349N/A types of error which contribute to this counter's
3349N/A value."
3349N/A ::= { icmp 15 }
3349N/A
3349N/A icmpOutDestUnreachs OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of ICMP Destination Unreachable
3349N/A messages sent."
3349N/A ::= { icmp 16 }
3349N/A
3349N/A icmpOutTimeExcds OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of ICMP Time Exceeded messages sent."
3349N/A ::= { icmp 17 }
3349N/A
3349N/A icmpOutParmProbs OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of ICMP Parameter Problem messages
3349N/A sent."
3349N/A ::= { icmp 18 }
3349N/A
3349N/A icmpOutSrcQuenchs OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of ICMP Source Quench messages sent."
3349N/A ::= { icmp 19 }
3349N/A
3349N/A icmpOutRedirects OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of ICMP Redirect messages sent. For a
3349N/A host, this object will always be zero, since hosts
3349N/A do not send redirects."
3349N/A ::= { icmp 20 }
3349N/A
3349N/A icmpOutEchos OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of ICMP Echo (request) messages sent."
3349N/A ::= { icmp 21 }
3349N/A
3349N/A icmpOutEchoReps OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of ICMP Echo Reply messages sent."
3349N/A ::= { icmp 22 }
3349N/A
3349N/A icmpOutTimestamps OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of ICMP Timestamp (request) messages
3349N/A sent."
3349N/A ::= { icmp 23 }
3349N/A
3349N/A icmpOutTimestampReps OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of ICMP Timestamp Reply messages
3349N/A sent."
3349N/A ::= { icmp 24 }
3349N/A
3349N/A icmpOutAddrMasks OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of ICMP Address Mask Request messages
3349N/A sent."
3349N/A ::= { icmp 25 }
3349N/A
3349N/A icmpOutAddrMaskReps OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of ICMP Address Mask Reply messages
3349N/A sent."
3349N/A ::= { icmp 26 }
3349N/A
3349N/A
3349N/A -- the TCP group
3349N/A
3349N/A -- Implementation of the TCP group is mandatory for all
3349N/A -- systems that implement the TCP.
3349N/A
3349N/A -- Note that instances of object types that represent
3349N/A -- information about a particular TCP connection are
3349N/A -- transient; they persist only as long as the connection
3349N/A -- in question.
3349N/A
3349N/A tcpRtoAlgorithm OBJECT-TYPE
3349N/A SYNTAX INTEGER {
3349N/A other(1), -- none of the following
3349N/A
3349N/A constant(2), -- a constant rto
3349N/A rsre(3), -- MIL-STD-1778, Appendix B
3349N/A vanj(4) -- Van Jacobson's algorithm [10]
3349N/A }
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The algorithm used to determine the timeout value
3349N/A used for retransmitting unacknowledged octets."
3349N/A ::= { tcp 1 }
3349N/A
3349N/A tcpRtoMin OBJECT-TYPE
3349N/A SYNTAX INTEGER
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The minimum value permitted by a TCP
3349N/A implementation for the retransmission timeout,
3349N/A measured in milliseconds. More refined semantics
3349N/A for objects of this type depend upon the algorithm
3349N/A used to determine the retransmission timeout. In
3349N/A particular, when the timeout algorithm is rsre(3),
3349N/A an object of this type has the semantics of the
3349N/A LBOUND quantity described in RFC 793."
3349N/A ::= { tcp 2 }
3349N/A
3349N/A
3349N/A tcpRtoMax OBJECT-TYPE
3349N/A SYNTAX INTEGER
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The maximum value permitted by a TCP
3349N/A implementation for the retransmission timeout,
3349N/A measured in milliseconds. More refined semantics
3349N/A for objects of this type depend upon the algorithm
3349N/A used to determine the retransmission timeout. In
3349N/A particular, when the timeout algorithm is rsre(3),
3349N/A an object of this type has the semantics of the
3349N/A UBOUND quantity described in RFC 793."
3349N/A ::= { tcp 3 }
3349N/A
3349N/A tcpMaxConn OBJECT-TYPE
3349N/A SYNTAX INTEGER
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The limit on the total number of TCP connections
3349N/A the entity can support. In entities where the
3349N/A maximum number of connections is dynamic, this
3349N/A object should contain the value -1."
3349N/A ::= { tcp 4 }
3349N/A
3349N/A tcpActiveOpens OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of times TCP connections have made a
3349N/A direct transition to the SYN-SENT state from the
3349N/A CLOSED state."
3349N/A ::= { tcp 5 }
3349N/A
3349N/A tcpPassiveOpens OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of times TCP connections have made a
3349N/A direct transition to the SYN-RCVD state from the
3349N/A LISTEN state."
3349N/A ::= { tcp 6 }
3349N/A
3349N/A tcpAttemptFails OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of times TCP connections have made a
3349N/A direct transition to the CLOSED state from either
3349N/A the SYN-SENT state or the SYN-RCVD state, plus the
3349N/A number of times TCP connections have made a direct
3349N/A transition to the LISTEN state from the SYN-RCVD
3349N/A state."
3349N/A ::= { tcp 7 }
3349N/A
3349N/A tcpEstabResets OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of times TCP connections have made a
3349N/A direct transition to the CLOSED state from either
3349N/A the ESTABLISHED state or the CLOSE-WAIT state."
3349N/A ::= { tcp 8 }
3349N/A
3349N/A tcpCurrEstab OBJECT-TYPE
3349N/A SYNTAX Gauge
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of TCP connections for which the
3349N/A current state is either ESTABLISHED or CLOSE-
3349N/A WAIT."
3349N/A ::= { tcp 9 }
3349N/A
3349N/A tcpInSegs OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of segments received, including
3349N/A those received in error. This count includes
3349N/A segments received on currently established
3349N/A connections."
3349N/A ::= { tcp 10 }
3349N/A
3349N/A tcpOutSegs OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of segments sent, including
3349N/A those on current connections but excluding those
3349N/A containing only retransmitted octets."
3349N/A ::= { tcp 11 }
3349N/A
3349N/A tcpRetransSegs OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of segments retransmitted - that
3349N/A is, the number of TCP segments transmitted
3349N/A containing one or more previously transmitted
3349N/A octets."
3349N/A ::= { tcp 12 }
3349N/A
3349N/A
3349N/A -- the TCP Connection table
3349N/A
3349N/A -- The TCP connection table contains information about this
3349N/A -- entity's existing TCP connections.
3349N/A
3349N/A tcpConnTable OBJECT-TYPE
3349N/A SYNTAX SEQUENCE OF TcpConnEntry
3349N/A ACCESS not-accessible
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "A table containing TCP connection-specific
3349N/A information."
3349N/A ::= { tcp 13 }
3349N/A
3349N/A tcpConnEntry OBJECT-TYPE
3349N/A SYNTAX TcpConnEntry
3349N/A ACCESS not-accessible
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "Information about a particular current TCP
3349N/A connection. An object of this type is transient,
3349N/A in that it ceases to exist when (or soon after)
3349N/A the connection makes the transition to the CLOSED
3349N/A state."
3349N/A INDEX { tcpConnLocalAddress,
3349N/A tcpConnLocalPort,
3349N/A tcpConnRemAddress,
3349N/A tcpConnRemPort }
3349N/A ::= { tcpConnTable 1 }
3349N/A
3349N/A TcpConnEntry ::=
3349N/A SEQUENCE {
3349N/A tcpConnState
3349N/A INTEGER,
3349N/A tcpConnLocalAddress
3349N/A IpAddress,
3349N/A tcpConnLocalPort
3349N/A INTEGER (0..65535),
3349N/A tcpConnRemAddress
3349N/A IpAddress,
3349N/A tcpConnRemPort
3349N/A INTEGER (0..65535)
3349N/A }
3349N/A
3349N/A tcpConnState OBJECT-TYPE
3349N/A SYNTAX INTEGER {
3349N/A closed(1),
3349N/A listen(2),
3349N/A synSent(3),
3349N/A synReceived(4),
3349N/A established(5),
3349N/A finWait1(6),
3349N/A finWait2(7),
3349N/A closeWait(8),
3349N/A lastAck(9),
3349N/A closing(10),
3349N/A timeWait(11),
3349N/A deleteTCB(12)
3349N/A }
3349N/A ACCESS read-write
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The state of this TCP connection.
3349N/A
3349N/A The only value which may be set by a management
3349N/A station is deleteTCB(12). Accordingly, it is
3349N/A appropriate for an agent to return a `badValue'
3349N/A response if a management station attempts to set
3349N/A this object to any other value.
3349N/A
3349N/A If a management station sets this object to the
3349N/A value deleteTCB(12), then this has the effect of
3349N/A deleting the TCB (as defined in RFC 793) of the
3349N/A corresponding connection on the managed node,
3349N/A resulting in immediate termination of the
3349N/A connection.
3349N/A
3349N/A As an implementation-specific option, a RST
3349N/A segment may be sent from the managed node to the
3349N/A other TCP endpoint (note however that RST segments
3349N/A are not sent reliably)."
3349N/A ::= { tcpConnEntry 1 }
3349N/A
3349N/A tcpConnLocalAddress OBJECT-TYPE
3349N/A SYNTAX IpAddress
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The local IP address for this TCP connection. In
3349N/A the case of a connection in the listen state which
3349N/A is willing to accept connections for any IP
3349N/A interface associated with the node, the value
3349N/A 0.0.0.0 is used."
3349N/A ::= { tcpConnEntry 2 }
3349N/A
3349N/A tcpConnLocalPort OBJECT-TYPE
3349N/A SYNTAX INTEGER (0..65535)
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The local port number for this TCP connection."
3349N/A ::= { tcpConnEntry 3 }
3349N/A
3349N/A tcpConnRemAddress OBJECT-TYPE
3349N/A SYNTAX IpAddress
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The remote IP address for this TCP connection."
3349N/A ::= { tcpConnEntry 4 }
3349N/A
3349N/A tcpConnRemPort OBJECT-TYPE
3349N/A SYNTAX INTEGER (0..65535)
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The remote port number for this TCP connection."
3349N/A ::= { tcpConnEntry 5 }
3349N/A
3349N/A
3349N/A -- additional TCP objects
3349N/A
3349N/A tcpInErrs OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of segments received in error
3349N/A (e.g., bad TCP checksums)."
3349N/A ::= { tcp 14 }
3349N/A
3349N/A tcpOutRsts OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of TCP segments sent containing the
3349N/A RST flag."
3349N/A ::= { tcp 15 }
3349N/A
3349N/A
3349N/A -- the UDP group
3349N/A
3349N/A -- Implementation of the UDP group is mandatory for all
3349N/A -- systems which implement the UDP.
3349N/A
3349N/A udpInDatagrams OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of UDP datagrams delivered to
3349N/A UDP users."
3349N/A ::= { udp 1 }
3349N/A
3349N/A udpNoPorts OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of received UDP datagrams for
3349N/A which there was no application at the destination
3349N/A port."
3349N/A ::= { udp 2 }
3349N/A
3349N/A udpInErrors OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of received UDP datagrams that could
3349N/A not be delivered for reasons other than the lack
3349N/A of an application at the destination port."
3349N/A ::= { udp 3 }
3349N/A
3349N/A udpOutDatagrams OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of UDP datagrams sent from this
3349N/A entity."
3349N/A ::= { udp 4 }
3349N/A
3349N/A
3349N/A -- the UDP Listener table
3349N/A
3349N/A -- The UDP listener table contains information about this
3349N/A -- entity's UDP end-points on which a local application is
3349N/A -- currently accepting datagrams.
3349N/A
3349N/A udpTable OBJECT-TYPE
3349N/A SYNTAX SEQUENCE OF UdpEntry
3349N/A ACCESS not-accessible
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "A table containing UDP listener information."
3349N/A ::= { udp 5 }
3349N/A
3349N/A udpEntry OBJECT-TYPE
3349N/A SYNTAX UdpEntry
3349N/A ACCESS not-accessible
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "Information about a particular current UDP
3349N/A listener."
3349N/A INDEX { udpLocalAddress, udpLocalPort }
3349N/A ::= { udpTable 1 }
3349N/A
3349N/A UdpEntry ::=
3349N/A SEQUENCE {
3349N/A udpLocalAddress
3349N/A IpAddress,
3349N/A udpLocalPort
3349N/A INTEGER (0..65535)
3349N/A }
3349N/A
3349N/A udpLocalAddress OBJECT-TYPE
3349N/A SYNTAX IpAddress
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The local IP address for this UDP listener. In
3349N/A the case of a UDP listener which is willing to
3349N/A accept datagrams for any IP interface associated
3349N/A with the node, the value 0.0.0.0 is used."
3349N/A ::= { udpEntry 1 }
3349N/A
3349N/A udpLocalPort OBJECT-TYPE
3349N/A SYNTAX INTEGER (0..65535)
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The local port number for this UDP listener."
3349N/A ::= { udpEntry 2 }
3349N/A
3349N/A
3349N/A -- the EGP group
3349N/A
3349N/A -- Implementation of the EGP group is mandatory for all
3349N/A -- systems which implement the EGP.
3349N/A
3349N/A egpInMsgs OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of EGP messages received without
3349N/A error."
3349N/A ::= { egp 1 }
3349N/A
3349N/A egpInErrors OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of EGP messages received that proved
3349N/A to be in error."
3349N/A ::= { egp 2 }
3349N/A
3349N/A egpOutMsgs OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of locally generated EGP
3349N/A messages."
3349N/A ::= { egp 3 }
3349N/A
3349N/A egpOutErrors OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of locally generated EGP messages not
3349N/A sent due to resource limitations within an EGP
3349N/A entity."
3349N/A ::= { egp 4 }
3349N/A
3349N/A
3349N/A -- the EGP Neighbor table
3349N/A
3349N/A -- The EGP neighbor table contains information about this
3349N/A -- entity's EGP neighbors.
3349N/A
3349N/A egpNeighTable OBJECT-TYPE
3349N/A SYNTAX SEQUENCE OF EgpNeighEntry
3349N/A ACCESS not-accessible
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The EGP neighbor table."
3349N/A ::= { egp 5 }
3349N/A
3349N/A egpNeighEntry OBJECT-TYPE
3349N/A SYNTAX EgpNeighEntry
3349N/A ACCESS not-accessible
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "Information about this entity's relationship with
3349N/A a particular EGP neighbor."
3349N/A INDEX { egpNeighAddr }
3349N/A ::= { egpNeighTable 1 }
3349N/A
3349N/A EgpNeighEntry ::=
3349N/A SEQUENCE {
3349N/A egpNeighState
3349N/A INTEGER,
3349N/A egpNeighAddr
3349N/A IpAddress,
3349N/A egpNeighAs
3349N/A INTEGER,
3349N/A egpNeighInMsgs
3349N/A Counter,
3349N/A egpNeighInErrs
3349N/A Counter,
3349N/A egpNeighOutMsgs
3349N/A Counter,
3349N/A egpNeighOutErrs
3349N/A Counter,
3349N/A egpNeighInErrMsgs
3349N/A Counter,
3349N/A egpNeighOutErrMsgs
3349N/A Counter,
3349N/A egpNeighStateUps
3349N/A Counter,
3349N/A egpNeighStateDowns
3349N/A Counter,
3349N/A egpNeighIntervalHello
3349N/A INTEGER,
3349N/A egpNeighIntervalPoll
3349N/A INTEGER,
3349N/A egpNeighMode
3349N/A INTEGER,
3349N/A egpNeighEventTrigger
3349N/A INTEGER
3349N/A }
3349N/A
3349N/A egpNeighState OBJECT-TYPE
3349N/A SYNTAX INTEGER {
3349N/A idle(1),
3349N/A acquisition(2),
3349N/A down(3),
3349N/A up(4),
3349N/A cease(5)
3349N/A }
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The EGP state of the local system with respect to
3349N/A this entry's EGP neighbor. Each EGP state is
3349N/A represented by a value that is one greater than
3349N/A the numerical value associated with said state in
3349N/A RFC 904."
3349N/A ::= { egpNeighEntry 1 }
3349N/A
3349N/A egpNeighAddr OBJECT-TYPE
3349N/A SYNTAX IpAddress
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The IP address of this entry's EGP neighbor."
3349N/A ::= { egpNeighEntry 2 }
3349N/A
3349N/A egpNeighAs OBJECT-TYPE
3349N/A SYNTAX INTEGER
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The autonomous system of this EGP peer. Zero
3349N/A should be specified if the autonomous system
3349N/A number of the neighbor is not yet known."
3349N/A ::= { egpNeighEntry 3 }
3349N/A
3349N/A egpNeighInMsgs OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of EGP messages received without error
3349N/A from this EGP peer."
3349N/A ::= { egpNeighEntry 4 }
3349N/A
3349N/A egpNeighInErrs OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of EGP messages received from this EGP
3349N/A peer that proved to be in error (e.g., bad EGP
3349N/A checksum)."
3349N/A ::= { egpNeighEntry 5 }
3349N/A
3349N/A egpNeighOutMsgs OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of locally generated EGP messages to
3349N/A this EGP peer."
3349N/A ::= { egpNeighEntry 6 }
3349N/A
3349N/A egpNeighOutErrs OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of locally generated EGP messages not
3349N/A sent to this EGP peer due to resource limitations
3349N/A within an EGP entity."
3349N/A ::= { egpNeighEntry 7 }
3349N/A
3349N/A egpNeighInErrMsgs OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of EGP-defined error messages received
3349N/A from this EGP peer."
3349N/A ::= { egpNeighEntry 8 }
3349N/A
3349N/A egpNeighOutErrMsgs OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of EGP-defined error messages sent to
3349N/A this EGP peer."
3349N/A ::= { egpNeighEntry 9 }
3349N/A
3349N/A egpNeighStateUps OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of EGP state transitions to the UP
3349N/A state with this EGP peer."
3349N/A ::= { egpNeighEntry 10 }
3349N/A
3349N/A egpNeighStateDowns OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The number of EGP state transitions from the UP
3349N/A state to any other state with this EGP peer."
3349N/A ::= { egpNeighEntry 11 }
3349N/A
3349N/A egpNeighIntervalHello OBJECT-TYPE
3349N/A SYNTAX INTEGER
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The interval between EGP Hello command
3349N/A retransmissions (in hundredths of a second). This
3349N/A represents the t1 timer as defined in RFC 904."
3349N/A ::= { egpNeighEntry 12 }
3349N/A
3349N/A egpNeighIntervalPoll OBJECT-TYPE
3349N/A SYNTAX INTEGER
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The interval between EGP poll command
3349N/A retransmissions (in hundredths of a second). This
3349N/A represents the t3 timer as defined in RFC 904."
3349N/A ::= { egpNeighEntry 13 }
3349N/A
3349N/A egpNeighMode OBJECT-TYPE
3349N/A SYNTAX INTEGER { active(1), passive(2) }
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The polling mode of this EGP entity, either
3349N/A passive or active."
3349N/A ::= { egpNeighEntry 14 }
3349N/A
3349N/A egpNeighEventTrigger OBJECT-TYPE
3349N/A SYNTAX INTEGER { start(1), stop(2) }
3349N/A ACCESS read-write
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "A control variable used to trigger operator-
3349N/A initiated Start and Stop events. When read, this
3349N/A variable always returns the most recent value that
3349N/A egpNeighEventTrigger was set to. If it has not
3349N/A been set since the last initialization of the
3349N/A network management subsystem on the node, it
3349N/A returns a value of `stop'.
3349N/A
3349N/A When set, this variable causes a Start or Stop
3349N/A event on the specified neighbor, as specified on
3349N/A pages 8-10 of RFC 904. Briefly, a Start event
3349N/A causes an Idle peer to begin neighbor acquisition
3349N/A and a non-Idle peer to reinitiate neighbor
3349N/A acquisition. A stop event causes a non-Idle peer
3349N/A to return to the Idle state until a Start event
3349N/A occurs, either via egpNeighEventTrigger or
3349N/A otherwise."
3349N/A ::= { egpNeighEntry 15 }
3349N/A
3349N/A
3349N/A -- additional EGP objects
3349N/A
3349N/A egpAs OBJECT-TYPE
3349N/A SYNTAX INTEGER
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The autonomous system number of this EGP entity."
3349N/A ::= { egp 6 }
3349N/A
3349N/A -- the Transmission group
3349N/A
3349N/A -- Based on the transmission media underlying each interface
3349N/A -- on a system, the corresponding portion of the Transmission
3349N/A -- group is mandatory for that system.
3349N/A
3349N/A -- When Internet-standard definitions for managing
3349N/A -- transmission media are defined, the transmission group is
3349N/A -- used to provide a prefix for the names of those objects.
3349N/A
3349N/A -- Typically, such definitions reside in the experimental
3349N/A -- portion of the MIB until they are "proven", then as a
3349N/A -- part of the Internet standardization process, the
3349N/A -- definitions are accordingly elevated and a new object
3349N/A -- identifier, under the transmission group is defined. By
3349N/A -- convention, the name assigned is:
3349N/A --
3349N/A -- type OBJECT IDENTIFIER ::= { transmission number }
3349N/A --
3349N/A -- where "type" is the symbolic value used for the media in
3349N/A -- the ifType column of the ifTable object, and "number" is
3349N/A -- the actual integer value corresponding to the symbol.
3349N/A
3349N/A
3349N/A -- the SNMP group
3349N/A
3349N/A -- Implementation of the SNMP group is mandatory for all
3349N/A -- systems which support an SNMP protocol entity. Some of
3349N/A -- the objects defined below will be zero-valued in those
3349N/A -- SNMP implementations that are optimized to support only
3349N/A -- those functions specific to either a management agent or
3349N/A -- a management station. In particular, it should be
3349N/A -- observed that the objects below refer to an SNMP entity,
3349N/A -- and there may be several SNMP entities residing on a
3349N/A -- managed node (e.g., if the node is hosting acting as
3349N/A -- a management station).
3349N/A
3349N/A snmpInPkts OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of Messages delivered to the
3349N/A SNMP entity from the transport service."
3349N/A ::= { snmp 1 }
3349N/A
3349N/A snmpOutPkts OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of SNMP Messages which were
3349N/A passed from the SNMP protocol entity to the
3349N/A transport service."
3349N/A ::= { snmp 2 }
3349N/A
3349N/A snmpInBadVersions OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of SNMP Messages which were
3349N/A delivered to the SNMP protocol entity and were for
3349N/A an unsupported SNMP version."
3349N/A ::= { snmp 3 }
3349N/A
3349N/A snmpInBadCommunityNames OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of SNMP Messages delivered to
3349N/A the SNMP protocol entity which used a SNMP
3349N/A community name not known to said entity."
3349N/A ::= { snmp 4 }
3349N/A
3349N/A snmpInBadCommunityUses OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of SNMP Messages delivered to
3349N/A the SNMP protocol entity which represented an SNMP
3349N/A operation which was not allowed by the SNMP
3349N/A community named in the Message."
3349N/A ::= { snmp 5 }
3349N/A
3349N/A snmpInASNParseErrs OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of ASN.1 or BER errors
3349N/A encountered by the SNMP protocol entity when
3349N/A decoding received SNMP Messages."
3349N/A ::= { snmp 6 }
3349N/A
3349N/A -- { snmp 7 } is not used
3349N/A
3349N/A snmpInTooBigs OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of SNMP PDUs which were
3349N/A delivered to the SNMP protocol entity and for
3349N/A which the value of the error-status field is
3349N/A `tooBig'."
3349N/A ::= { snmp 8 }
3349N/A
3349N/A snmpInNoSuchNames OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of SNMP PDUs which were
3349N/A delivered to the SNMP protocol entity and for
3349N/A which the value of the error-status field is
3349N/A `noSuchName'."
3349N/A ::= { snmp 9 }
3349N/A
3349N/A snmpInBadValues OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of SNMP PDUs which were
3349N/A delivered to the SNMP protocol entity and for
3349N/A which the value of the error-status field is
3349N/A `badValue'."
3349N/A ::= { snmp 10 }
3349N/A
3349N/A snmpInReadOnlys OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number valid SNMP PDUs which were
3349N/A delivered to the SNMP protocol entity and for
3349N/A which the value of the error-status field is
3349N/A `readOnly'. It should be noted that it is a
3349N/A protocol error to generate an SNMP PDU which
3349N/A contains the value `readOnly' in the error-status
3349N/A field, as such this object is provided as a means
3349N/A of detecting incorrect implementations of the
3349N/A SNMP."
3349N/A ::= { snmp 11 }
3349N/A
3349N/A snmpInGenErrs OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of SNMP PDUs which were
3349N/A delivered to the SNMP protocol entity and for
3349N/A which the value of the error-status field is
3349N/A `genErr'."
3349N/A ::= { snmp 12 }
3349N/A
3349N/A snmpInTotalReqVars OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of MIB objects which have been
3349N/A retrieved successfully by the SNMP protocol entity
3349N/A as the result of receiving valid SNMP Get-Request
3349N/A and Get-Next PDUs."
3349N/A ::= { snmp 13 }
3349N/A
3349N/A snmpInTotalSetVars OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of MIB objects which have been
3349N/A altered successfully by the SNMP protocol entity
3349N/A as the result of receiving valid SNMP Set-Request
3349N/A PDUs."
3349N/A ::= { snmp 14 }
3349N/A
3349N/A snmpInGetRequests OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of SNMP Get-Request PDUs which
3349N/A have been accepted and processed by the SNMP
3349N/A protocol entity."
3349N/A ::= { snmp 15 }
3349N/A
3349N/A snmpInGetNexts OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of SNMP Get-Next PDUs which have
3349N/A been accepted and processed by the SNMP protocol
3349N/A entity."
3349N/A ::= { snmp 16 }
3349N/A
3349N/A snmpInSetRequests OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of SNMP Set-Request PDUs which
3349N/A have been accepted and processed by the SNMP
3349N/A protocol entity."
3349N/A ::= { snmp 17 }
3349N/A
3349N/A snmpInGetResponses OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of SNMP Get-Response PDUs which
3349N/A have been accepted and processed by the SNMP
3349N/A protocol entity."
3349N/A ::= { snmp 18 }
3349N/A
3349N/A snmpInTraps OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of SNMP Trap PDUs which have
3349N/A been accepted and processed by the SNMP protocol
3349N/A entity."
3349N/A ::= { snmp 19 }
3349N/A
3349N/A snmpOutTooBigs OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of SNMP PDUs which were
3349N/A generated by the SNMP protocol entity and for
3349N/A which the value of the error-status field is
3349N/A `tooBig.'"
3349N/A ::= { snmp 20 }
3349N/A
3349N/A snmpOutNoSuchNames OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of SNMP PDUs which were
3349N/A generated by the SNMP protocol entity and for
3349N/A which the value of the error-status is
3349N/A `noSuchName'."
3349N/A ::= { snmp 21 }
3349N/A
3349N/A snmpOutBadValues OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of SNMP PDUs which were
3349N/A generated by the SNMP protocol entity and for
3349N/A which the value of the error-status field is
3349N/A `badValue'."
3349N/A ::= { snmp 22 }
3349N/A
3349N/A -- { snmp 23 } is not used
3349N/A
3349N/A snmpOutGenErrs OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of SNMP PDUs which were
3349N/A generated by the SNMP protocol entity and for
3349N/A which the value of the error-status field is
3349N/A `genErr'."
3349N/A ::= { snmp 24 }
3349N/A
3349N/A snmpOutGetRequests OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of SNMP Get-Request PDUs which
3349N/A have been generated by the SNMP protocol entity."
3349N/A ::= { snmp 25 }
3349N/A
3349N/A snmpOutGetNexts OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of SNMP Get-Next PDUs which have
3349N/A been generated by the SNMP protocol entity."
3349N/A ::= { snmp 26 }
3349N/A
3349N/A snmpOutSetRequests OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of SNMP Set-Request PDUs which
3349N/A have been generated by the SNMP protocol entity."
3349N/A ::= { snmp 27 }
3349N/A
3349N/A snmpOutGetResponses OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of SNMP Get-Response PDUs which
3349N/A have been generated by the SNMP protocol entity."
3349N/A ::= { snmp 28 }
3349N/A
3349N/A snmpOutTraps OBJECT-TYPE
3349N/A SYNTAX Counter
3349N/A ACCESS read-only
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "The total number of SNMP Trap PDUs which have
3349N/A been generated by the SNMP protocol entity."
3349N/A ::= { snmp 29 }
3349N/A
3349N/A snmpEnableAuthenTraps OBJECT-TYPE
3349N/A SYNTAX INTEGER { enabled(1), disabled(2) }
3349N/A ACCESS read-write
3349N/A STATUS mandatory
3349N/A DESCRIPTION
3349N/A "Indicates whether the SNMP agent process is
3349N/A permitted to generate authentication-failure
3349N/A traps. The value of this object overrides any
3349N/A configuration information; as such, it provides a
3349N/A means whereby all authentication-failure traps may
3349N/A be disabled.
3349N/A
3349N/A Note that it is strongly recommended that this
3349N/A object be stored in non-volatile memory so that it
3349N/A remains constant between re-initializations of the
3349N/A network management system."
3567N/A ::= { snmp 30 }
3349N/A
3349N/A END