SUPERMICRO-MIUDP-MIB Table View
Table-centric layout grouping table, row, and column objects.
Tables
3
Rows
3
Columns
27
fsMIUdpStatTable
table.1.3.6.1.4.1.10876.101.2.28.1.11
·
1 row entry
·
11 columns
Table to store the virtual router specific udp datagram information.
Each entry has udp datagram information for the Virtual router
Indexes
fsMiUdpIpvxContextId
| Column | Syntax | OID |
|---|---|---|
|
fsMiUdpIpvxContextId
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 |
|
fsMiUdpIpvxInDatagrams
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 Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.10876.101.2.28.1.11.1.2 |
|
fsMiUdpIpvxNoPorts
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 Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.10876.101.2.28.1.11.1.3 |
|
fsMiUdpIpvxInErrors
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 Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.10876.101.2.28.1.11.1.4 |
|
fsMiUdpIpvxOutDatagrams
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 Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.10876.101.2.28.1.11.1.5 |
|
fsMiUdpIpvxInNoCksum
Number of UDP datagrams received without
checksum |
SNMPv2-SMICounter32 Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.10876.101.2.28.1.11.1.6 |
|
fsMiUdpIpvxInIcmpErr
Number of ICMP error packets received
|
SNMPv2-SMICounter32 Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.10876.101.2.28.1.11.1.7 |
|
fsMiUdpIpvxInErrCksum
Number of UDP packets received with wrong
checksum |
SNMPv2-SMICounter32 Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.10876.101.2.28.1.11.1.8 |
|
fsMiUdpIpvxInBcast
Number of UDP packets received in broadcast mode
|
SNMPv2-SMICounter32 Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.10876.101.2.28.1.11.1.9 |
|
fsMiUdpIpvxHCInDatagrams
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 Textual Convention: SNMPv2-SMICounter64 Unsigned64Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.10876.101.2.28.1.11.1.10 |
|
fsMiUdpIpvxHCOutDatagrams
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 Textual Convention: SNMPv2-SMICounter64 Unsigned64Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.10876.101.2.28.1.11.1.11 |
fsMiUdpEndpointTable
table.1.3.6.1.4.1.10876.101.2.28.1.12
·
1 row entry
·
8 columns
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.
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…
Implementers need to be aware that if the total number
of elements (octets or sub-identifiers) in
udpEndpointLocalAddress and udpEndpointRemoteAddress
ex…
Indexes
fsMiUdpEndpointLocalAddressType fsMiUdpEndpointLocalAddress fsMiUdpEndpointLocalPort fsMiUdpEndpointRemoteAddressType fsMiUdpEndpointRemoteAddress fsMiUdpEndpointRemotePort fsMiUdpEndpointInstance
| Column | Syntax | OID | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
fsMiUdpEndpointLocalAddressType
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 Textual Convention: INET-ADDRESS-MIBInetAddressType EnumerationType Values:
|
.1.3.6.1.4.1.10876.101.2.28.1.12.1.1 |
||||||||||||||
|
fsMiUdpEndpointLocalAddress
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 |
||||||||||||||
|
fsMiUdpEndpointLocalPort
The local port number for this UDP endpoint.
|
INET-ADDRESS-MIBInetPortNumber Textual Convention: INET-ADDRESS-MIBInetPortNumber Unsigned32Type Constraints: range: 0..65535 |
.1.3.6.1.4.1.10876.101.2.28.1.12.1.3 |
||||||||||||||
|
fsMiUdpEndpointRemoteAddressType
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 Textual Convention: INET-ADDRESS-MIBInetAddressType EnumerationType Values:
|
.1.3.6.1.4.1.10876.101.2.28.1.12.1.4 |
||||||||||||||
|
fsMiUdpEndpointRemoteAddress
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 |
||||||||||||||
|
fsMiUdpEndpointRemotePort
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 Textual Convention: INET-ADDRESS-MIBInetPortNumber Unsigned32Type Constraints: range: 0..65535 |
.1.3.6.1.4.1.10876.101.2.28.1.12.1.6 |
||||||||||||||
|
fsMiUdpEndpointInstance
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 |
||||||||||||||
|
fsMiUdpEndpointProcess
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 Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.10876.101.2.28.1.12.1.8 |
fsMiUdpIpvxEndpointTable
table.1.3.6.1.4.1.10876.101.2.28.1.13
·
1 row entry
·
8 columns
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.
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…
Implementers need to be aware that if the total number
of elements (octets or sub-identifiers) in
udpEndpointLocalAddress and udpEndpointRemoteAddress
ex…
Indexes
fsMiUdpIpvxContextId fsMiUdpIpvxEndpointLocalAddressType fsMiUdpIpvxEndpointLocalAddress fsMiUdpIpvxEndpointLocalPort fsMiUdpIpvxEndpointRemoteAddressType fsMiUdpIpvxEndpointRemoteAddress fsMiUdpIpvxEndpointRemotePort fsMiUdpIpvxEndpointInstance
| Column | Syntax | OID | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
fsMiUdpIpvxEndpointLocalAddressType
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 Textual Convention: INET-ADDRESS-MIBInetAddressType EnumerationType Values:
|
.1.3.6.1.4.1.10876.101.2.28.1.13.1.1 |
||||||||||||||
|
fsMiUdpIpvxEndpointLocalAddress
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 |
||||||||||||||
|
fsMiUdpIpvxEndpointLocalPort
The local port number for this UDP endpoint.
|
INET-ADDRESS-MIBInetPortNumber Textual Convention: INET-ADDRESS-MIBInetPortNumber Unsigned32Type Constraints: range: 0..65535 |
.1.3.6.1.4.1.10876.101.2.28.1.13.1.3 |
||||||||||||||
|
fsMiUdpIpvxEndpointRemoteAddressType
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 Textual Convention: INET-ADDRESS-MIBInetAddressType EnumerationType Values:
|
.1.3.6.1.4.1.10876.101.2.28.1.13.1.4 |
||||||||||||||
|
fsMiUdpIpvxEndpointRemoteAddress
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 |
||||||||||||||
|
fsMiUdpIpvxEndpointRemotePort
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 Textual Convention: INET-ADDRESS-MIBInetPortNumber Unsigned32Type Constraints: range: 0..65535 |
.1.3.6.1.4.1.10876.101.2.28.1.13.1.6 |
||||||||||||||
|
fsMiUdpIpvxEndpointInstance
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 |
||||||||||||||
|
fsMiUdpIpvxEndpointProcess
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 Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.10876.101.2.28.1.13.1.8 |