Reference record for OID 1.3.6.1.2.1.7.7


parent
1.3.6.1.2.1.7 (udp)
node code
7
node names
  • udpEndpointTable
  • udpListenerTable
  • dot oid
    1.3.6.1.2.1.7.7
    type
    OBJECT-TYPE
    asn1 oid
  • {iso(1) identified-organization(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) udpEndpointTable(7)}
  • {iso(1) identified-organization(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) udpListenerTable(7)}
  • ...skipped...
  • {iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) udpEndpointTable(7)}
  • {iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) udp(7) udpListenerTable(7)}
  • {iso(1) org(3) dod(6) internet(1) mgmt(2) mib(1) udp(7) udpEndpointTable(7)}
  • {iso(1) org(3) dod(6) internet(1) mgmt(2) mib(1) udp(7) udpListenerTable(7)}
  • ...skipped...
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) mgmt(2) mib(1) udp(7) udpEndpointTable(7)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) mgmt(2) mib(1) udp(7) udpListenerTable(7)}
  • iri oid
  • /iso/identified-organization/dod/internet/mgmt/mib-2/udp/udpEndpointTable
  • /iso/identified-organization/dod/internet/mgmt/mib-2/udp/udpListenerTable
  • ...skipped...
  • /iso/org/dod/internet/mgmt/mib-2/udp/udpEndpointTable
  • /iso/org/dod/internet/mgmt/mib-2/udp/udpListenerTable
  • /iso/org/dod/internet/mgmt/mib/udp/udpEndpointTable
  • /iso/org/dod/internet/mgmt/mib/udp/udpListenerTable
  • ...skipped...
  • /iso/iso-identified-organization/dod/internet/mgmt/mib/udp/udpEndpointTable
  • /iso/iso-identified-organization/dod/internet/mgmt/mib/udp/udpListenerTable
  • iri by oid_info
    /ISO/Identified-Organization/6/1/2/1/7/7

    Description by circitor

    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.

    Parsed from file UDP-MIB.mib
    Module: UDP-MIB

    Description by cisco_v1

    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.

    Description by oid_info

    udpEndpointTable OBJECT-TYPE
    SYNTAX SEQUENCE OF UdpEndpointEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
    "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."

    View at oid-info.com

    Description by mibdepot

    A table containing UDP listener information.

    Parsed from file UDP-MIB.mib.txt
    Company: None
    Module: UDP-MIB

    Description by cisco

    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 by circitor

    udpEndpointTable OBJECT-TYPE SYNTAX SEQUENCE OF UdpEndpointEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "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." ::= { udp 7 }

    Information by cisco_v1

    udpEndpointTable OBJECT-TYPE SYNTAX SEQUENCE OF UdpEndpointEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "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." ::= { udp 7 }

    Information by oid_info

    Automatically extracted from RFC4113

    Information by mibdepot

    udpListenerTable OBJECT-TYPE SYNTAX SEQUENCE OF UdpListenerEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing UDP listener information." ::= { udp 7 }

    Information by cisco

    udpEndpointTable OBJECT-TYPE SYNTAX SEQUENCE OF UdpEndpointEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "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." ::= { udp 7 }

    First Registration Authority (recovered by parent 1.3.6)

    Defense Communication Agency

    Current Registration Authority (recovered by parent 1.3.6.1.2)

    Internet Assigned Numbers Authority

    Children (1)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.2.1.7.7.1 udpEndpointEntry, udpListenerEntry 8 8 Information about a particular current UDP listener.

    Brothers (8)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.2.1.7.1 udpInDatagrams 0 0 The total number of UDP datagrams delivered to
    UDP users.
    1.3.6.1.2.1.7.2 udpNoPorts 0 0 The total number of received UDP datagrams for
    which there was no application at the destination
    port.
    1.3.6.1.2.1.7.3 udpInErrors 0 0 The number of received UDP datagrams that could
    not be delivered for reasons other than the lack
    of an application at the destina…
    1.3.6.1.2.1.7.4 udpOutDatagrams 0 0 The total number of UDP datagrams sent from this
    entity.
    1.3.6.1.2.1.7.5 udpTable 1 3 A table containing UDP listener information.
    1.3.6.1.2.1.7.6 ipv6UdpTable 1 4 A table containing UDP listener information for
    UDP/IPv6 endpoints.
    1.3.6.1.2.1.7.8 udpHCInDatagrams 1 1 The total number of UDP datagrams delivered to UDP
    users, for devices that can receive more than 1
    million UDP datagrams per seco…
    1.3.6.1.2.1.7.9 udpHCOutDatagrams 1 1 The total number of UDP datagrams sent from this
    entity, for devices that can transmit more than 1
    million UDP datagrams per seco…