SUPERMICRO-MIUDP-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
3
Rows
3
Columns
27
.1.3.6.1.4.1.10876.101.2.28.1.11 · 1 row entry · 11 columns
Uses the supermicro variant from /opt/observium/mibs/supermicro.
Command help
Walk fsMIUdpStatTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'SUPERMICRO-MIUDP-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-MIUDP-MIB::fsMIUdpStatTable'
Table to store the virtual router specific udp datagram information.
fsMIUdpStatEntry row .1.3.6.1.4.1.10876.101.2.28.1.11.1
Each entry has udp datagram information for the Virtual router
Column Syntax OID
A unique VR Id representing the Virtual Router for each entry
Integer32
Constraints:
range: 0-255
.1.3.6.1.4.1.10876.101.2.28.1.11.1.1
The total number of UDP datagrams delivered to UDP
users.
Discontinuities in the value of this counter can occur
at re-initialization of the management system, and at
other times as indicated by discontinuities in the
v…
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.10876.101.2.28.1.11.1.2
The total number of received UDP datagrams for which
there was no application at the destination port.

Discontinuities in the value of this counter can occur
at re-initialization of the management system,…
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.10876.101.2.28.1.11.1.3
The number of received UDP datagrams that could not be
delivered for reasons other than the lack of an
application at the destination port.

Discontinuities in the value of this counter can occur
at re-ini…
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.10876.101.2.28.1.11.1.4
The total number of UDP datagrams sent from this
entity.

Discontinuities in the value of this counter can occur
at re-initialization of the management system, and at
other times as indicated by discontinu…
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.10876.101.2.28.1.11.1.5
Number of UDP datagrams received without
checksum
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.10876.101.2.28.1.11.1.6
Number of ICMP error packets received
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.10876.101.2.28.1.11.1.7
Number of UDP packets received with wrong
checksum
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.10876.101.2.28.1.11.1.8
Number of UDP packets received in broadcast mode
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.10876.101.2.28.1.11.1.9
The total number of UDP datagrams delivered to UDP
users, for devices that can receive more than 1
million UDP datagrams per second.

Discontinuities in the value of this counter can occur
at re-initializa…
SNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.10876.101.2.28.1.11.1.10
The total number of UDP datagrams sent from this
entity, for devices that can transmit more than 1
million UDP datagrams per second.

Discontinuities in the value of this counter can occur
at re-initializa…
SNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.10876.101.2.28.1.11.1.11
.1.3.6.1.4.1.10876.101.2.28.1.12 · 1 row entry · 8 columns
Uses the supermicro variant from /opt/observium/mibs/supermicro.
Command help
Walk fsMiUdpEndpointTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'SUPERMICRO-MIUDP-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-MIUDP-MIB::fsMiUdpEndpointTable'
This Endpoint table will contain the entities which are
common for all contexts.
A table containing information about this entity's UDP
endpoints on which a local application is currently
accepting or sending datagrams.
The address type in this table represents the address
type used for the communication, irrespective of the
higher-layer abstraction.  For example, an application
using IPv6 'sockets' to communicate via IPv4 between
::ffff:10.0.0.1 and ::ffff:10.0.0.2 would use
InetAddressType ipv4(1).
          
Unlike the udpTable in RFC 2013, this table also allows
the representation of an application that completely
specifies both local and remote addresses and ports.  A
listening application is represented in three possible
ways:
          
1) An application that is willing to accept both IPv4
   and IPv6 datagrams is represented by a
   udpEndpointLocalAddressType of unknown(0) and a
   udpEndpointLocalAddress of ''h (a zero-length
   octet-string).
          
2) An application that is willing to accept only IPv4
   or only IPv6 datagrams is represented by a
   udpEndpointLocalAddressType of the appropriate
   address type and a udpEndpointLocalAddress of
   '0.0.0.0' or '::' respectively.
          
3) An application that is listening for datagrams only
   for a specific IP address but from any remote
   system is represented by a
   udpEndpointLocalAddressType of the appropriate
   address type, with udpEndpointLocalAddress
   specifying the local address.
          
In all cases where the remote is a wildcard, the
udpEndpointRemoteAddressType is unknown(0), the
udpEndpointRemoteAddress is ''h (a zero-length
octet-string), and the udpEndpointRemotePort is 0.
          
If the operating system is demultiplexing UDP packets
by remote address and port, or if the application has
'connected' the socket specifying a default remote
address and port, the udpEndpointRemote* values should
be used to reflect this.
fsMiUdpEndpointEntry row .1.3.6.1.4.1.10876.101.2.28.1.12.1
Information about a particular current UDP endpoint.

Implementers need to be aware that if the total number
of elements (octets or sub-identifiers) in
udpEndpointLocalAddress and udpEndpointRemoteAddress
ex…
Column Syntax OID
The address type of udpEndpointLocalAddress. Only
IPv4, IPv4z, IPv6, and IPv6z addresses are expected, or
unknown(0) if datagrams for all local IP addresses are
accepted.
INET-ADDRESS-MIBInetAddressType
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.4.1.10876.101.2.28.1.12.1.1
The local IP address for this UDP endpoint.

The value of this object can be represented in three
possible ways, depending on the characteristics of the
listening application:

1. For an appl…
OctetString
Constraints:
range: 16-16
.1.3.6.1.4.1.10876.101.2.28.1.12.1.2
The local port number for this UDP endpoint.
INET-ADDRESS-MIBInetPortNumber
Type Constraints:
range: 0..65535
.1.3.6.1.4.1.10876.101.2.28.1.12.1.3
The address type of udpEndpointRemoteAddress. Only
IPv4, IPv4z, IPv6, and IPv6z addresses are expected, or
unknown(0) if datagrams for all remote IP addresses are
accepted. Also, note that some combinations of
udpEndp…
INET-ADDRESS-MIBInetAddressType
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.4.1.10876.101.2.28.1.12.1.4
The remote IP address for this UDP endpoint. If
datagrams from any remote system are to be accepted,
this value is ''h (a zero-length octet-string).
Otherwise, it has the type described by
udpEndpointRemoteAddressType …
OctetString
Constraints:
range: 16-16
.1.3.6.1.4.1.10876.101.2.28.1.12.1.5
The remote port number for this UDP endpoint. If
datagrams from any remote system are to be accepted,
this value is zero.
INET-ADDRESS-MIBInetPortNumber
Type Constraints:
range: 0..65535
.1.3.6.1.4.1.10876.101.2.28.1.12.1.6
The instance of this tuple. This object is used to
distinguish among multiple processes 'connected' to
the same UDP endpoint. For example, on a system
implementing the BSD sockets interface, this would be
used to supp…
Unsigned32
Constraints:
range: 1-4294967295
.1.3.6.1.4.1.10876.101.2.28.1.12.1.7
The system's process ID for the process associated with
this endpoint, or zero if there is no such process.
This value is expected to be the same as
HOST-RESOURCES-MIB::hrSWRunIndex or SYSAPPL-MIB::
sysApplElmtRunIndex …
SNMPv2-SMIUnsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.10876.101.2.28.1.12.1.8
.1.3.6.1.4.1.10876.101.2.28.1.13 · 1 row entry · 8 columns
Uses the supermicro variant from /opt/observium/mibs/supermicro.
Command help
Walk fsMiUdpIpvxEndpointTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'SUPERMICRO-MIUDP-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-MIUDP-MIB::fsMiUdpIpvxEndpointTable'
This table contains context specific endpoint entries.
A table containing information about this entity's UDP
endpoints on which a local application is currently
accepting or sending datagrams.
The address type in this table represents the address
type used for the communication, irrespective of the
higher-layer abstraction.  For example, an application
using IPv6 'sockets' to communicate via IPv4 between
::ffff:10.0.0.1 and ::ffff:10.0.0.2 would use
InetAddressType ipv4(1).
          
Unlike the udpTable in RFC 2013, this table also allows
the representation of an application that completely
specifies both local and remote addresses and ports.  A
listening application is represented in three possible
ways:
          
1) An application that is willing to accept both IPv4
   and IPv6 datagrams is represented by a
   udpEndpointLocalAddressType of unknown(0) and a
   udpEndpointLocalAddress of ''h (a zero-length
   octet-string).
          
2) An application that is willing to accept only IPv4
   or only IPv6 datagrams is represented by a
   udpEndpointLocalAddressType of the appropriate
   address type and a udpEndpointLocalAddress of
   '0.0.0.0' or '::' respectively.
          
3) An application that is listening for datagrams only
   for a specific IP address but from any remote
   system is represented by a
   udpEndpointLocalAddressType of the appropriate
   address type, with udpEndpointLocalAddress
   specifying the local address.
          
In all cases where the remote is a wildcard, the
udpEndpointRemoteAddressType is unknown(0), the
udpEndpointRemoteAddress is ''h (a zero-length
octet-string), and the udpEndpointRemotePort is 0.
          
If the operating system is demultiplexing UDP packets
by remote address and port, or if the application has
'connected' the socket specifying a default remote
address and port, the udpEndpointRemote* values should
be used to reflect this.
fsMiUdpIpvxEndpointEntry row .1.3.6.1.4.1.10876.101.2.28.1.13.1
Information about a particular current UDP endpoint.

Implementers need to be aware that if the total number
of elements (octets or sub-identifiers) in
udpEndpointLocalAddress and udpEndpointRemoteAddress
ex…
Column Syntax OID
The address type of udpEndpointLocalAddress. Only
IPv4, IPv4z, IPv6, and IPv6z addresses are expected, or
unknown(0) if datagrams for all local IP addresses are
accepted.
INET-ADDRESS-MIBInetAddressType
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.4.1.10876.101.2.28.1.13.1.1
The local IP address for this UDP endpoint.

The value of this object can be represented in three
possible ways, depending on the characteristics of the
listening application:

1. For an appl…
OctetString
Constraints:
range: 16-16
.1.3.6.1.4.1.10876.101.2.28.1.13.1.2
The local port number for this UDP endpoint.
INET-ADDRESS-MIBInetPortNumber
Type Constraints:
range: 0..65535
.1.3.6.1.4.1.10876.101.2.28.1.13.1.3
The address type of udpEndpointRemoteAddress. Only
IPv4, IPv4z, IPv6, and IPv6z addresses are expected, or
unknown(0) if datagrams for all remote IP addresses are
accepted. Also, note that some combinations of
udpEndp…
INET-ADDRESS-MIBInetAddressType
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.4.1.10876.101.2.28.1.13.1.4
The remote IP address for this UDP endpoint. If
datagrams from any remote system are to be accepted,
this value is ''h (a zero-length octet-string).
Otherwise, it has the type described by
udpEndpointRemoteAddressType …
OctetString
Constraints:
range: 16-16
.1.3.6.1.4.1.10876.101.2.28.1.13.1.5
The remote port number for this UDP endpoint. If
datagrams from any remote system are to be accepted,
this value is zero.
INET-ADDRESS-MIBInetPortNumber
Type Constraints:
range: 0..65535
.1.3.6.1.4.1.10876.101.2.28.1.13.1.6
The instance of this tuple. This object is used to
distinguish among multiple processes 'connected' to
the same UDP endpoint. For example, on a system
implementing the BSD sockets interface, this would be
used to supp…
Unsigned32
Constraints:
range: 1-4294967295
.1.3.6.1.4.1.10876.101.2.28.1.13.1.7
The system's process ID for the process associated with
this endpoint, or zero if there is no such process.
This value is expected to be the same as
HOST-RESOURCES-MIB::hrSWRunIndex or SYSAPPL-MIB::
sysApplElmtRunIndex …
SNMPv2-SMIUnsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.10876.101.2.28.1.13.1.8