TN-DEV-SYS-IPMGMT-MIB: View SNMP OID List / Download MIB

VENDOR: TRANSITION ENGINEERING INC.


 Home MIB: TN-DEV-SYS-IPMGMT-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
 tnDevSysIpMgmtMIB 1.3.6.1.4.1.868.2.5.10
The mib provides functionalities for managing the IP DHCP, IPv6 and DNS.
       tnDevSysIpmgmt 1.3.6.1.4.1.868.2.5.10.1
           tnIpMgmtTable 1.3.6.1.4.1.868.2.5.10.1.1 no-access
Table to manage IP status for each device.
               tnIpMgmtEntry 1.3.6.1.4.1.868.2.5.10.1.1.1 no-access
An entry containing IP status for each device.
                   tnIpAddressMode 1.3.6.1.4.1.868.2.5.10.1.1.1.1 integer read-write
The status of DHCP client. The value of notApplicable(0) indicating the device don't support DHCP client, set this value to dhcp(1) to enable DHCP client, set this value to static(2) to enable static ip. set this value to bootpc(3) to enable bootp client Enumeration: 'notApplicable': 0, 'static': 2, 'bootpc': 3, 'dhcp': 1.
                   tnIpMgmtAccess 1.3.6.1.4.1.868.2.5.10.1.1.1.2 integer read-write
(0)IP management access is not applicable. (1)Enable IP management access. (2)Disable IP management access. Use this OID to Enable/Disable IP management access for the device. Enumeration: 'disabled': 2, 'notApplicable': 0, 'enabled': 1.
                   tnIpAddrType 1.3.6.1.4.1.868.2.5.10.1.1.1.3 inetaddresstype read-write
The IP address type of the device. For a detailed description of this type, please refer to INET-ADDRESS-MIB.
                   tnIpAddr 1.3.6.1.4.1.868.2.5.10.1.1.1.4 inetaddress read-write
The IP address of the device. For a detailed description of this type, please refer to INET-ADDRESS-MIB.
                   tnSubnetMask 1.3.6.1.4.1.868.2.5.10.1.1.1.5 inetaddress read-write
The subnet the ipAddr belongs to.
                   tnDefaultGateway 1.3.6.1.4.1.868.2.5.10.1.1.1.6 inetaddress read-write
The default gateway for the device. For a detailed description of this type, please refer to INET-ADDRESS-MIB.
           tnDnsServerTable 1.3.6.1.4.1.868.2.5.10.1.2 no-access
Table of DNS server. For a detailed description of this type, please refer to INET-ADDRESS-MIB.
               tnDnsServerEntry 1.3.6.1.4.1.868.2.5.10.1.2.1 no-access
An entry in the table, containing inforamtion about a DNS server.
                   tnDnsServerIndex 1.3.6.1.4.1.868.2.5.10.1.2.1.1 integer32 read-only
Index of DNS server table.
                   tnDnsServerIPAddrType 1.3.6.1.4.1.868.2.5.10.1.2.1.2 inetaddresstype read-write
The IP address type of the DNS server. For a detailed description of this type, please refer to INET-ADDRESS-MIB.
                   tnDnsServerIPAddr 1.3.6.1.4.1.868.2.5.10.1.2.1.3 inetaddress read-write
The IP address of the DNS server. For a detailed description of this type, please refer to INET-ADDRESS-MIB.
                   tnDnsServerStatus 1.3.6.1.4.1.868.2.5.10.1.2.1.4 rowstatus read-only
For a detailed description of this object, please refer to SNMPv2-TC MIB.
           tnIpextMgmtTable 1.3.6.1.4.1.868.2.5.10.1.3 no-access
Table of IPv6 status.
               tnIpextMgmtEntry 1.3.6.1.4.1.868.2.5.10.1.3.1 no-access
An entry containing IPv6 status for each device.
                   tnIpv6status 1.3.6.1.4.1.868.2.5.10.1.3.1.1 integer read-write
(1)enable IPv6 (2)disable IPv6 Use this OID to change the method of IP management access for the device. Enumeration: 'enable': 1, 'disable': 2.
                   tnIpv6AddressLinklocal 1.3.6.1.4.1.868.2.5.10.1.3.1.2 inetaddress read-only
Link-local IPv6 address
                   tnIpv6Method 1.3.6.1.4.1.868.2.5.10.1.3.1.3 integer read-write
(1)Static ip access, the default value is Static ip. (2)dhcpv6 autoconfig. (3)stateless autoconfig. Use this OID to change the method of IP management access for the device. Enumeration: 'stateless': 3, 'dhcpv6': 2, 'static': 1.
                   tnIpv6Addr 1.3.6.1.4.1.868.2.5.10.1.3.1.4 inetaddress read-write
Global IPv6 address
                   tnIpv6prefix 1.3.6.1.4.1.868.2.5.10.1.3.1.5 integer read-write
IPv6 prefix value
                   tnIpv6DupAddrDetected 1.3.6.1.4.1.868.2.5.10.1.3.1.6 integer read-only
(1)true: duplicate address detected (2)false: no duplicate Use this OID to get the status of IPv6 address for the device. Enumeration: 'true': 1, 'false': 2.
                   tnIpv6GwMethod 1.3.6.1.4.1.868.2.5.10.1.3.1.7 integer read-write
(1)static gateway address defined by ipv6defaultGW node. (2)route discovery. Use this OID to change the method of gateway address for the device. Default value is static Enumeration: 'static': 1, 'routeDisc': 2.
                   tnIpv6defaultGW 1.3.6.1.4.1.868.2.5.10.1.3.1.8 inetaddress read-write
ipv6 default gateway address
           tnIpv6DynRouteTable 1.3.6.1.4.1.868.2.5.10.1.4 read-write
This entity's IPv6 dynamic routing table.
               tnIpv6DynRouteEntry 1.3.6.1.4.1.868.2.5.10.1.4.1 no-access
A particular route to a particular destination. This table is specially for the result of route discovery which is needed for stateless auto-configuration feature.
                   tnIpv6DynRouteIndex 1.3.6.1.4.1.868.2.5.10.1.4.1.1 gauge32 no-access
The Index value that identifies this route.
                   tnIpv6DynRouteDest 1.3.6.1.4.1.868.2.5.10.1.4.1.2 inetaddress read-only
The destination IP address of this route.
                   tnIpv6DynRoutePfxLen 1.3.6.1.4.1.868.2.5.10.1.4.1.3 gauge32 read-only
Indicates the number of leading one bits that form the mask to be logical-ANDed with the destination address before being compared to the value in the tnIpv6DynRouteDest field.
                   tnIpv6DynRouteNextHop 1.3.6.1.4.1.868.2.5.10.1.4.1.4 inetaddress read-only
On remote routes, the address of the next system en route. For non-remote routes, a zero length string.
                   tnIpv6DynRouteAge 1.3.6.1.4.1.868.2.5.10.1.4.1.5 gauge32 read-only
The number of seconds since this route was last updated or otherwise determined to be correct. Note that no semantics of 'too old' can be implied, except through knowledge of the routing protocol by which the route was learned.
           tnHostToIpTable 1.3.6.1.4.1.868.2.5.10.1.7 no-access
Table of host name to IP mapping.
               tnHostToIpEntry 1.3.6.1.4.1.868.2.5.10.1.7.1 no-access
An entry in the table, containing inforamtion about a host name mapping to an IP address.
                   tnHostToIpIndex 1.3.6.1.4.1.868.2.5.10.1.7.1.1 integer32 read-only
Index of DNS server table.
                   tnHostIPAddrType 1.3.6.1.4.1.868.2.5.10.1.7.1.2 inetaddresstype read-write
The IP address type of the host. For a detailed description of this type, please refer to INET-ADDRESS-MIB.
                   tnHostIPAddr 1.3.6.1.4.1.868.2.5.10.1.7.1.3 inetaddress read-write
The IP address of the host.
                   tnHostName 1.3.6.1.4.1.868.2.5.10.1.7.1.4 displaystring read-write
The host name.
                   tnAliasName 1.3.6.1.4.1.868.2.5.10.1.7.1.5 displaystring read-write
The alias name of the host.
                   tnEntryStatus 1.3.6.1.4.1.868.2.5.10.1.7.1.6 rowstatus read-only
For a detailed description of this object, please refer to SNMPv2-TC MIB.
           tnIPv4MgmtTable 1.3.6.1.4.1.868.2.5.10.1.8 no-access
Table to manage IP status for each device.
               tnIPv4MgmtEntry 1.3.6.1.4.1.868.2.5.10.1.8.1 no-access
An entry containing IP status for each device.
                   tnIpv4Interface 1.3.6.1.4.1.868.2.5.10.1.8.1.1 interfaceindex read-only
The ifIndex for the IP interface.
                   tnIPv4Index 1.3.6.1.4.1.868.2.5.10.1.8.1.2 integer read-only
Index of server table.
                   tnIPv4ConfigMode 1.3.6.1.4.1.868.2.5.10.1.8.1.3 integer read-write
The status of DHCP client. The value of set this value to dhcp(1) to enable DHCP client, set this value to static(2) to enable static ip. Enumeration: 'dhcp': 1, 'static': 2.
                   tnIPv4Origin 1.3.6.1.4.1.868.2.5.10.1.8.1.4 ipaddressorigintc read-only
The origin of the address. For a detailed description of this type, please refer to IP-MIB. manual(2) indicates that the address was manually configured to a specified address, e.g., by user configuration. dhcp(4) indicates an address that was assigned to this system by a DHCP server. other(1) indicates that the dhcp is processing or failed
                   tnIPv4AddrType 1.3.6.1.4.1.868.2.5.10.1.8.1.5 inetaddresstype read-write
The IP address type of the device. For a detailed description of this type, please refer to INET-ADDRESS-MIB.
                   tnIPv4Addr 1.3.6.1.4.1.868.2.5.10.1.8.1.6 inetaddress read-write
The IP address of the device. For a detailed description of this type, please refer to INET-ADDRESS-MIB.
                   tnIPv4SubnetMask 1.3.6.1.4.1.868.2.5.10.1.8.1.7 inetaddress read-write
The subnet the ipAddr belongs to.
                   tnIPv4DefaultGateway 1.3.6.1.4.1.868.2.5.10.1.8.1.8 inetaddress read-write
The default gateway for the device. For a detailed description of this type, please refer to INET-ADDRESS-MIB.
                   tnIPv4Status 1.3.6.1.4.1.868.2.5.10.1.8.1.9 integer read-write
'Renew' restarts ipv4 interfaces the status changes to active/disable depending on the success of the renew operation. Enumeration: 'active': 1, 'disabled': 2, 'renew': 3.
           tnIPv6MgmtTable 1.3.6.1.4.1.868.2.5.10.1.9 read-only
Table of IPv6 status.
               tnIPv6MgmtEntry 1.3.6.1.4.1.868.2.5.10.1.9.1 read-only
An entry containing IPv6 status for each device.
                   tnIpv6Interface 1.3.6.1.4.1.868.2.5.10.1.9.1.1 interfaceindex read-only
The ifIndex for the IP interface.
                   tnIPv6Index 1.3.6.1.4.1.868.2.5.10.1.9.1.2 integer read-only
Index of server table.
                   tnIPv6Origin 1.3.6.1.4.1.868.2.5.10.1.9.1.3 ipaddressorigintc read-only
The origin of the address. For a detailed description of this type, please refer to IP-MIB. manual(2) indicates that the address was manually configured to a specified address, e.g., by user configuration. linklayer(5) indicates an address created by IPv6 stateless
                   tnIPv6CfgMethod 1.3.6.1.4.1.868.2.5.10.1.9.1.4 integer read-write
(1)link-local. (2)auto stateless. (3)auto state. (4) manual Use this OID to change the method of IP management access for the device. Enumeration: 'link-local': 1, 'stateless': 2, 'manual': 4, 'auto': 3.
                   tnIPv6AddressType 1.3.6.1.4.1.868.2.5.10.1.9.1.5 integer read-only
The address type of ipAddressPrefix. Enumeration: 'unicast': 2, 'multicast': 3, 'anycast': 1.
                   tnIPv6Prefix 1.3.6.1.4.1.868.2.5.10.1.9.1.6 inetaddress read-only
The prefix associated with the this interface.
                   tnIPv6PrefixLen 1.3.6.1.4.1.868.2.5.10.1.9.1.7 integer read-write
The length of the prefix (in bits).
                   tnIPv6Address 1.3.6.1.4.1.868.2.5.10.1.9.1.8 inetaddress read-write
Global IPv6 address.
                   tnIPv6RouterAddr 1.3.6.1.4.1.868.2.5.10.1.9.1.9 inetaddress read-write
ipv6 default router address.
                   tnIPv6DupAddressDetected 1.3.6.1.4.1.868.2.5.10.1.9.1.10 integer read-only
(1)true: duplicate address detected (2)false: no duplicate Enumeration: 'true': 1, 'false': 2.
                   tnIPv6Scope 1.3.6.1.4.1.868.2.5.10.1.9.1.11 integer read-only
Scope value used to limit the scope of the address. unicast address only have scopes of link or global Enumeration: 'node': 1, 'global': 6, 'site': 3, 'host': 5, 'link': 2, 'organization': 4.
                   tnIPv6MTU 1.3.6.1.4.1.868.2.5.10.1.9.1.12 integer read-only
MTU maximum transmission unit. Size (in bytes) of the largest protocol data unit.
                   tnIPv6LinkMTU 1.3.6.1.4.1.868.2.5.10.1.9.1.13 integer read-only
Link MTU maximum transmission unit. Size (in bytes) of the largest protocol data unit.
                   tnIPv6Status 1.3.6.1.4.1.868.2.5.10.1.9.1.14 integer read-write
'Renew' restarts ipv6 interfaces. Active sets the status to enabled Disable sets the status to disabled. Enumeration: 'active': 1, 'disabled': 2, 'renew': 3.