IPV6-UDP-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: IPV6-UDP-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
     udp 1.3.6.1.2.1.7
         ipv6UdpTable 1.3.6.1.2.1.7.6 no-access
A table containing UDP listener information for UDP/IPv6 endpoints. This table is obsoleted by UDP-MIB::udpEndpointTable.
             ipv6UdpEntry 1.3.6.1.2.1.7.6.1 no-access
Information about a particular current UDP listener. Note that conceptual rows in this table require an additional index object compared to udpTable, since IPv6 addresses are not guaranteed to be unique on the managed node. This entry is obsoleted by UDP-MIB::udpEndpointTable.
                 ipv6UdpLocalAddress 1.3.6.1.2.1.7.6.1.1 ipv6address no-access
The local IPv6 address for this UDP listener. In the case of a UDP listener which is willing to accept datagrams for any IPv6 address associated with the managed node, the value ::0 is used. This object is obsoleted by UDP-MIB::udpEndpointLocalAddress.
                 ipv6UdpLocalPort 1.3.6.1.2.1.7.6.1.2 integer no-access
The local port number for this UDP listener. This object is obsoleted by UDP-MIB::udpEndpointLocalPort.
                 ipv6UdpIfIndex 1.3.6.1.2.1.7.6.1.3 ipv6ifindexorzero read-only
An index object used to disambiguate conceptual rows in the table, since the ipv6UdpLocalAddress/ipv6UdpLocalPort pair may not be unique. This object identifies the local interface that is associated with ipv6UdpLocalAddress for this UDP listener. If such a local interface cannot be determined, this object should take on the value 0. (A possible example of this would be if the value of ipv6UdpLocalAddress is ::0.) The interface identified by a particular non-0 value of this index is the same interface as identified by the same value of ipv6IfIndex. The value of this object must remain constant during the life of this UDP endpoint. This object is obsoleted by the zone identifier in an InetAddressIPv6z address in UDP-MIB::udpEndpointLocalAddress.
 ipv6UdpMIB 1.3.6.1.3.87
The obsolete MIB module for entities implementing UDP over IPv6. Use the UDP-MIB instead. Copyright (c) 2017 IETF Trust and the persons identified as authors of the code. All rights reserved. Redistribution and use in source and binary forms, with or without modification, is permitted pursuant to, and subject to the license terms contained in, the Simplified BSD License set forth in Section 4.c of the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info).
       ipv6UdpConformance 1.3.6.1.3.87.2
           ipv6UdpCompliances 1.3.6.1.3.87.2.1
               ipv6UdpCompliance 1.3.6.1.3.87.2.1.1
The compliance statement for SNMPv2 entities which implement UDP over IPv6. This object is obsoleted by UDP-MIB::udpMIBCompliance2.
           ipv6UdpGroups 1.3.6.1.3.87.2.2
               ipv6UdpGroup 1.3.6.1.3.87.2.2.1
The group of objects providing management of UDP over IPv6. This group is obsoleted by several groups in UDP-MIB.