WWP-LEOS-DHCP-CLIENT-MIB: View SNMP OID List / Download MIB

VENDOR: WORLD WIDE PACKETS


 Home MIB: WWP-LEOS-DHCP-CLIENT-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
 wwpLeosDhcpClientMIB 1.3.6.1.4.1.6141.2.60.17
The MIB module to manage DHCP client on WWP LEOS products.
       wwpLeosDhcpClientMIBObjects 1.3.6.1.4.1.6141.2.60.17.1
           wwpLeosDhcpClient 1.3.6.1.4.1.6141.2.60.17.1.1
               wwpLeosDhcpIfName 1.3.6.1.4.1.6141.2.60.17.1.1.1 displaystring read-write
The ifDesc associated with the DHCP client. it can be set to 'remote' or 'local'
               wwpLeosDhcpStatus 1.3.6.1.4.1.6141.2.60.17.1.1.2 integer read-write
Setting this object to 'enable' will enable the DHCP client on this interface. Enumeration: 'enable': 1, 'disable': 2.
               wwpLeosDhcpState 1.3.6.1.4.1.6141.2.60.17.1.1.3 integer read-only
The current state of the DHCP client on this interface as per RFC2131. Enumeration: 'rebinding': 5, 'renewing': 6, 'selecting': 8, 'bound': 1, 'requesting': 7, 'disabled': 2, 'inform': 3, 'init': 4, 'unknown': 9.
               wwpLeosDhcpLeaseOffered 1.3.6.1.4.1.6141.2.60.17.1.1.5 integer32 read-only
The lease time authorized by the server.
               wwpLeosDhcpLeaseRemaining 1.3.6.1.4.1.6141.2.60.17.1.1.6 integer32 read-only
The time remaining for the lease to expire.
               wwpLeosDhcpDiscoveryMsgInterval 1.3.6.1.4.1.6141.2.60.17.1.1.7 integer32 read-write
The time interval for discovery messages issued before the client receives the first reply.
               wwpLeosDhcpRenewalTime 1.3.6.1.4.1.6141.2.60.17.1.1.8 integer32 read-only
The number of seconds before the client begins to renew its address lease with the DHCP server. This time is a function typically 50% of the full configured duration (or lease time) for a client lease. Referred to as T1 in RFC2131.
               wwpLeosDhcpRebindingTime 1.3.6.1.4.1.6141.2.60.17.1.1.9 integer32 read-only
The number of seconds before the client enters the rebinding state if it has not renewed its current address lease with the DHCP server. This time is a function (typically, 87.5%) of the full configured duration (or lease time) for a client lease. Referred to as T2 in RFC2131.
               wwpLeosDhcpServerAddress 1.3.6.1.4.1.6141.2.60.17.1.1.10 ipaddress read-only
The IP address that identifies the DHCP server.
               wwpLeosDhcpRenewLease 1.3.6.1.4.1.6141.2.60.17.1.1.11 truthvalue read-write
Setting this object to true will force the DHCP client to renew its lease.
               wwpLeosDhcpReleaseLease 1.3.6.1.4.1.6141.2.60.17.1.1.12 truthvalue read-write
Setting this object to true will force the DHCP client to release its lease, if the client DHCP is in the bound state
               wwpLeosDhcpClientOptionTable 1.3.6.1.4.1.6141.2.60.17.1.1.13 no-access
List of options supported by the DHCP client.
                     wwpLeosDhcpClientOptionEntry 1.3.6.1.4.1.6141.2.60.17.1.1.13.1 no-access
An entry containing list of options supported by DHCP client.
                         wwpLeosDhcpOptionCodeIndex 1.3.6.1.4.1.6141.2.60.17.1.1.13.1.1 integer read-only
Specifies the index used for this entry.
                         wwpLeosDhcpOptionDesc 1.3.6.1.4.1.6141.2.60.17.1.1.13.1.2 displaystring read-only
Specifies the description for the given DHCP option code.
                         wwpLeosDhcpOptionCode 1.3.6.1.4.1.6141.2.60.17.1.1.13.1.3 integer read-only
Specifies the option code specified by RFC specification.
                         wwpLeosDhcpOptionState 1.3.6.1.4.1.6141.2.60.17.1.1.13.1.4 integer read-write
Specifies if the given option is enabled/disabled. Enumeration: 'disabled': 1, 'enabled': 2.
           wwpLeosDhcpRelayAgent 1.3.6.1.4.1.6141.2.60.17.1.2
               wwpLeosDhcpRelayAgentGlobalAttrs 1.3.6.1.4.1.6141.2.60.17.1.2.1
                   wwpLeosDhcpRelayAgentCircuitId 1.3.6.1.4.1.6141.2.60.17.1.2.1.1 integer read-write
Specifies what circuit ID should be used by DHCP relay agent. Enumeration: 'slotAndPortAndVlan': 2, 'slotAndPort': 1, 'cidString': 3.
                   wwpLeosDhcpRelayAgentRemoteId 1.3.6.1.4.1.6141.2.60.17.1.2.1.2 integer read-write
This object specifies what remote agent ID is used by DHCP relay agent. it can be set to macAddress or hostName. Enumeration: 'macAddress': 1, 'hostName': 2.
                   wwpLeosDhcpRelayAgentL2State 1.3.6.1.4.1.6141.2.60.17.1.2.1.3 integer read-write
Specifies the global state of DHCP L2 relay agent. Enumeration: 'disabled': 1, 'enabled': 2.
                   wwpLeosDhcpRelayAgentL3State 1.3.6.1.4.1.6141.2.60.17.1.2.1.4 integer read-write
Specifies the global state of DHCP L3 relay agent. Enumeration: 'disabled': 1, 'enabled': 2.
               wwpLeosDhcpRelayAgentL2StateTable 1.3.6.1.4.1.6141.2.60.17.1.2.2 no-access
Tables allows changing configuration of DHCP relay agent functionality for each wwpLeosDhcpRelayAgentVlan.
                   wwpLeosDhcpRelayAgentL2StateEntry 1.3.6.1.4.1.6141.2.60.17.1.2.2.1 no-access
Entry in the table to configure DHCP relay agent functionality.
                       wwpLeosDhcpRelayAgentVlan 1.3.6.1.4.1.6141.2.60.17.1.2.2.1.1 integer read-only
This mib object specifies the VLAN on which DHCP relay agent is configured.
                       wwpLeosDhcpRelayAgentL2AdminState 1.3.6.1.4.1.6141.2.60.17.1.2.2.1.2 integer read-only
This object allows to disable or enable DHCP relay agent functionality on the given VLAN specified by wwpLeosDhcpRelayAgentVlan. Enumeration: 'disabled': 1, 'enabled': 2.
                       wwpLeosDhcpRelayAgentL2OperState 1.3.6.1.4.1.6141.2.60.17.1.2.2.1.3 integer read-only
This object shows the operational status of the DHCP relay agent on given VLAN. Enumeration: 'disabled': 1, 'enabled': 2.
                       wwpLeosDhcpRelayAgentL2StatsClear 1.3.6.1.4.1.6141.2.60.17.1.2.2.1.4 truthvalue read-write
This mib object when set to 'true' clears DHCP relay agent stats for given VLAN.
                       wwpLeosDhcpRelayAgentL2RowStatus 1.3.6.1.4.1.6141.2.60.17.1.2.2.1.5 rowstatus read-only
Set this MIB object to 'Destroy' to terminate DHCP L2 Relaying on the VLAN specified by wwpLeosDhcpRelayAgentVlan. Set this MIB object to 'CreateAndGo' to enable DHCP L2 Relaying on the VLAN specified by wwpLeosDhcpRelayAgentVlan.
               wwpLeosDhcpRelayAgentL3StateTable 1.3.6.1.4.1.6141.2.60.17.1.2.3 no-access
Tables allows changing configuration of DHCP relay agent functionality for each wwpLeosDhcpRelayAgentInterfaceIndex.
                   wwpLeosDhcpRelayAgentL3StateEntry 1.3.6.1.4.1.6141.2.60.17.1.2.3.1 no-access
Entry in the table to configure DHCP relay agent functionality.
                       wwpLeosDhcpRelayAgentInterfaceIndex 1.3.6.1.4.1.6141.2.60.17.1.2.3.1.1 integer read-only
This mib object specifies the value of the mib object wwpLeosDhcpRelayAgentIndexType. So if wwpLeosDhcpRelayAgentIndexType = interface then this object represents the interface index. if it is set to VLAN then this object represents the VLAN id and so on.
                       wwpLeosDhcpRelayAgentL3AdminState 1.3.6.1.4.1.6141.2.60.17.1.2.3.1.2 integer read-only
This object allows to disable or enable DHCP relay agent functionality for each wwpLeosDhcpRelayAgentIndexType. Enumeration: 'disabled': 1, 'enabled': 2.
                       wwpLeosDhcpRelayAgentL3OperState 1.3.6.1.4.1.6141.2.60.17.1.2.3.1.3 integer read-only
This object shows the operational status of the DHCP relay agent on the given interface. Enumeration: 'disabled': 1, 'enabled': 2.
                       wwpLeosDhcpRelayAgentL3RowStatus 1.3.6.1.4.1.6141.2.60.17.1.2.3.1.4 rowstatus read-only
Set this MIB object to 'Destroy' to terminate DHCP L3 Relaying on the VLAN specified by wwpLeosDhcpRelayAgentInterfaceIndex. Set this MIB object to 'CreateAndGo' to enable DHCP L3 Relaying on the VLAN specified by wwpLeosDhcpRelayAgentInterfaceIndex.
               wwpLeosDhcpRelayAgentInterfaceIpTable 1.3.6.1.4.1.6141.2.60.17.1.2.4 no-access
This table can be used to add the trusted IP addresses or host names on each interface.
                   wwpLeosDhcpRelayAgentInterfaceIpEntry 1.3.6.1.4.1.6141.2.60.17.1.2.4.1 no-access
Each entry in this table represents the trusted DHCP server IP address on each interface.
                       wwpLeosDhcpRelayAgentInterfaceIpIndex 1.3.6.1.4.1.6141.2.60.17.1.2.4.1.1 integer read-only
This mib object is used as an index in the table and represents the unique index of the IP address for a given wwpLeosDhcpRelayAgentInterfaceIndex.
                       wwpLeosDhcpRelayAgentInterfaceIpAddr 1.3.6.1.4.1.6141.2.60.17.1.2.4.1.2 ipaddress read-only
This mib object is used to specify the IP address of the DHCP server which is trusted IP address. This object cannot be modified once entry is created with some IP.
                       wwpLeosDhcpRelayAgentInterfaceIpRowStatus 1.3.6.1.4.1.6141.2.60.17.1.2.4.1.3 rowstatus read-only
Used to manage the creation and deletion of the conceptual rows in this table. To create a row in this table set this object to 'createAndGo'. To delete a row in this table set this object to 'destroy'.
               wwpLeosDhcpRelayAgentTrustTable 1.3.6.1.4.1.6141.2.60.17.1.2.5 no-access
This table can be used to specify what slot / ports and vlans DHCP relay agent can trust.
                   wwpLeosDhcpRelayAgentTrustEntry 1.3.6.1.4.1.6141.2.60.17.1.2.5.1 no-access
Each entry in this table can be used to specify the slot / port and VLAN to be trusted.
                       wwpLeosDhcpRelayAgentPort 1.3.6.1.4.1.6141.2.60.17.1.2.5.1.1 integer read-only
This mib object is used as index in the table and is used to specify the port.
                       wwpLeosDhcpRelayAgentTrustMode 1.3.6.1.4.1.6141.2.60.17.1.2.5.1.2 integer read-only
This mib object can be used to set the port as client trusted, server trusted or not trusted. Enumeration: 'dualRoleTrust': 3, 'clientTrust': 1, 'unTrust': 4, 'serverTrust': 2.
               wwpLeosDhcpRelayAgentL2StatsTable 1.3.6.1.4.1.6141.2.60.17.1.2.6 no-access
Tables to display L2 statistics for each wwpLeosDhcpRelayAgentVlan.
                   wwpLeosDhcpRelayAgentL2StatsEntry 1.3.6.1.4.1.6141.2.60.17.1.2.6.1 no-access
Entry in the table to display l2 stats.
                       wwpLeosDhcpRelayAgentL2IpSecHeaders 1.3.6.1.4.1.6141.2.60.17.1.2.6.1.1 counter32 read-only
This MIB object specifies the number of packets that include IP Sec Headers.
                       wwpLeosDhcpRelayAgentL2Option82Added 1.3.6.1.4.1.6141.2.60.17.1.2.6.1.2 counter32 read-only
This MIB object specifies the number of packets that have had option 82 added.
                       wwpLeosDhcpRelayAgentL2Option82Removed 1.3.6.1.4.1.6141.2.60.17.1.2.6.1.3 counter32 read-only
This MIB object specifies the number of packets that have had option 82 removed.
                       wwpLeosDhcpRelayAgentL2UntrustedClientPortPktsRx 1.3.6.1.4.1.6141.2.60.17.1.2.6.1.4 counter32 read-only
This MIB object specifies the number of packets received on untrusted client ports.
                       wwpLeosDhcpRelayAgentL2UntrustedServerPortPktsRx 1.3.6.1.4.1.6141.2.60.17.1.2.6.1.5 counter32 read-only
This MIB object specifies the number of packets received from untrusted server ports.
                       wwpLeosDhcpRelayAgentL2SpoofedDhcpPkts 1.3.6.1.4.1.6141.2.60.17.1.2.6.1.6 counter32 read-only
This MIB object specifies the number of spoofed DHCP packets.
                       wwpLeosDhcpRelayAgentL2Option82ExceedMTU 1.3.6.1.4.1.6141.2.60.17.1.2.6.1.7 counter32 read-only
This MIB object specifies the number of packets with DHCP option 82 that exceed option 82.
                       wwpLeosDhcpRelayAgentL2NoTrustedServerPktDrop 1.3.6.1.4.1.6141.2.60.17.1.2.6.1.8 counter32 read-only
This MIB object specifies the number of DHCP packets dropped because there are no server trusted ports configured.
                       wwpLeosDhcpRelayAgentL2NoTrustedClientPktDrop 1.3.6.1.4.1.6141.2.60.17.1.2.6.1.9 counter32 read-only
This MIB object specifies the number of DHCP packets dropped because there are no client trusted ports configured.
               wwpLeosDhcpRelayAgentCidStringTable 1.3.6.1.4.1.6141.2.60.17.1.2.7 no-access
This table can be used to specify cid strings for slot / ports and vlans dhcp relay agent can specify in Option 82 CID information.
                   wwpLeosDhcpRelayAgentCidStringEntry 1.3.6.1.4.1.6141.2.60.17.1.2.7.1 no-access
Each entry in this table can be used to specify a cid string for slot / port and vlan combinations.
                       wwpLeosDhcpRelayAgentCidStringPort 1.3.6.1.4.1.6141.2.60.17.1.2.7.1.1 integer read-only
This mib object is used as index in the table and is used to specify the port.
                       wwpLeosDhcpRelayAgentCidString 1.3.6.1.4.1.6141.2.60.17.1.2.7.1.2 displaystring read-only
This mib object can be used to set the cid string for the port.
                       wwpLeosDhcpRelayAgentCidStringRowStatus 1.3.6.1.4.1.6141.2.60.17.1.2.7.1.3 rowstatus read-only
Used to manage the creation and deletion of the conceptual rows in this table. To create a row in this table set this object to 'createAndGo'. To delete a row in this table set this object to 'destroy'.
       wwpLeosDhcpClientMIBNotificationPrefix 1.3.6.1.4.1.6141.2.60.17.2
           wwpLeosDhcpClientMIBNotifications 1.3.6.1.4.1.6141.2.60.17.2.0
               wwpLeosDhcpClientOptionDisabledNotification 1.3.6.1.4.1.6141.2.60.17.2.0.1
A wwpLeosDhcpClientOptionDisabledNotification is sent whenever device receives DHCP option which is disabled on the device.
       wwpLeosDhcpClientMIBConformance 1.3.6.1.4.1.6141.2.60.17.3
           wwpLeosDhcpClientMIBCompliances 1.3.6.1.4.1.6141.2.60.17.3.1
           wwpLeosDhcpClientMIBGroups 1.3.6.1.4.1.6141.2.60.17.3.2