SLE-DHCP-MIB: View SNMP OID List / Download MIB
VENDOR: DASAN CO.,LTD.
Home | MIB: SLE-DHCP-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).
|
|||
Object Name | OID | Type | Access | Info |
sleDhcp | 1.3.6.1.4.1.6296.101.6 |
This MIB contains all needed informations about DHCP and all supported sle DHCP features. |
||
sleDhcpBase | 1.3.6.1.4.1.6296.101.6.1 | |||
sleDhcpBaseInfo | 1.3.6.1.4.1.6296.101.6.1.1 | |||
sleDhcpDefaultLeaseTime | 1.3.6.1.4.1.6296.101.6.1.1.1 | integer | read-only |
The default time assigned to Lease in Dhcp server. The unit is second. If 0, the default time was not set. |
sleDhcpMaxLeaseTime | 1.3.6.1.4.1.6296.101.6.1.1.2 | integer | read-only |
The max time assigned to Lease in Dhcp server. The unit is second. If 0, the max time was not set. |
sleDhcpDnsIp1 | 1.3.6.1.4.1.6296.101.6.1.1.3 | ipaddress | read-only |
The default Dns IP of the Dhcp daemon |
sleDhcpDnsIp2 | 1.3.6.1.4.1.6296.101.6.1.1.4 | ipaddress | read-only |
The default Dns IP of the Dhcp daemon |
sleDhcpDnsIp3 | 1.3.6.1.4.1.6296.101.6.1.1.5 | ipaddress | read-only |
The default Dns IP of the Dhcp daemon |
sleDhcpMode | 1.3.6.1.4.1.6296.101.6.1.1.6 | integer | read-only |
The Dhcp operation mode. Enumeration: 'relayMode': 2, 'serverMode': 1, 'noOperation': 0. |
sleDhcpLeasedbBackupIp | 1.3.6.1.4.1.6296.101.6.1.1.7 | ipaddress | read-only |
The Ip address of LeaseDB backup server. If 0.0.0.0, it is not set. |
sleDhcpLeasedbBackupInterval | 1.3.6.1.4.1.6296.101.6.1.1.8 | integer | read-only |
The interval time assigned to LeaseDB backup. The unit is second. If 0, it is not set. |
sleDhcpDatabaseKey | 1.3.6.1.4.1.6296.101.6.1.1.9 | integer | read-only |
The Database-key Setting for dhcp daemon. Enumeration: 'hwaddress': 1, 'clientid': 0. |
sleDhcpDebugStatus | 1.3.6.1.4.1.6296.101.6.1.1.10 | bits | read-write |
The debug option setting of dhcp daemon. debugNo(0) debugFilter(1) debugLease(2) debugPacket(4) debugService(8) The above value is denotes by 'or'. debugAll(16) Bits: 'debugFilter': 0, 'debugPacket': 2, 'debugLease': 1, 'debugServices': 3. |
sleDhcpOption82 | 1.3.6.1.4.1.6296.101.6.1.1.11 | integer | read-only |
The Option82 is set or not. 0 : not set 1 : set Enumeration: 'enable': 1, 'disable': 0. |
sleDhcpOption82Policy | 1.3.6.1.4.1.6296.101.6.1.1.12 | integer | read-only |
The Option82 policy 1 - keep 2 - replace 3 - drop Enumeration: 'drop': 2, 'replace': 1, 'keep': 0. |
sleDhcpOption82SystemRtype | 1.3.6.1.4.1.6296.101.6.1.1.13 | integer | read-only |
Value type of sleDhcpOption82SystemRid invalid : The value of sleDhcpOption82SystemRid is invalid. ipaddress : denotes such as 'A.B.C.D'. binary : denotes such as '89:AB:CD:EF:01:02'. text : denotes such as 'TextString'. Enumeration: 'binary': 2, 'ipaddress': 1, 'invalid': 0, 'text': 3. |
sleDhcpOption82SystemRid | 1.3.6.1.4.1.6296.101.6.1.1.14 | octet string | read-only |
This value is the system remote index for option82 function. |
sleDhcpAuthorizedArp | 1.3.6.1.4.1.6296.101.6.1.1.15 | integer | read-only |
The set of starting time for secure ARP function. 0:no set 1:default-lease-time 2:half-lease-time 3:max-lease-time Enumeration: 'defaultLeaseTime': 1, 'halfLeaseTime': 2, 'noSet': 0, 'maxLeaseTime': 3. |
sleDhcpAuthArpStarted | 1.3.6.1.4.1.6296.101.6.1.1.16 | octet string | read-only |
The Time when authorized-arp function has started. It denotes such as '2004/12/20 10:20:30'. |
sleDhcpAuthArpLeft | 1.3.6.1.4.1.6296.101.6.1.1.17 | octet string | read-only |
The left time until authorized-arp function will be start. It denotes such as '01:20:31' |
sleDhcpStatisticReceived | 1.3.6.1.4.1.6296.101.6.1.1.18 | unsigned32 | read-only |
The number of received DHCP packets. |
sleDhcpStatisticSent | 1.3.6.1.4.1.6296.101.6.1.1.19 | unsigned32 | read-only |
The number of sent DHCP packets. |
sleDhcpStatisticReceivedErrors | 1.3.6.1.4.1.6296.101.6.1.1.20 | unsigned32 | read-only |
The number of received DHCP Error packets. |
sleDhcpStatisticSentErrors | 1.3.6.1.4.1.6296.101.6.1.1.21 | unsigned32 | read-only |
The number of sent DHCP Error packets. |
sleDhcpStatisticBootpReceivedRequests | 1.3.6.1.4.1.6296.101.6.1.1.22 | unsigned32 | read-only |
The number of received DHCP Bootp Request packets. |
sleDhcpStatisticBootpReceivedReplies | 1.3.6.1.4.1.6296.101.6.1.1.23 | unsigned32 | read-only |
The number of received DHCP Bootp Reply packets. |
sleDhcpStatisticBootpSentRequests | 1.3.6.1.4.1.6296.101.6.1.1.24 | unsigned32 | read-only |
The number of sent DHCP Bootp Request packets. |
sleDhcpStatisticBootpSentReplies | 1.3.6.1.4.1.6296.101.6.1.1.25 | unsigned32 | read-only |
The number of sent DHCP Bootp Reply packets. |
sleDhcpStatisticReceivedDiscover | 1.3.6.1.4.1.6296.101.6.1.1.26 | unsigned32 | read-only |
The number of received Discover packets. |
sleDhcpStatisticReceivedRequest | 1.3.6.1.4.1.6296.101.6.1.1.27 | unsigned32 | read-only |
The number of received DHCP Request packets. |
sleDhcpStatisticReceivedRelease | 1.3.6.1.4.1.6296.101.6.1.1.28 | unsigned32 | read-only |
The number of received DHCP Release packets. |
sleDhcpStatisticReceivedInform | 1.3.6.1.4.1.6296.101.6.1.1.29 | unsigned32 | read-only |
The number of received DHCP Inform packets. |
sleDhcpStatisticReceivedDecline | 1.3.6.1.4.1.6296.101.6.1.1.30 | unsigned32 | read-only |
The number of received DHCP Decline packets. |
sleDhcpStatisticSentOffer | 1.3.6.1.4.1.6296.101.6.1.1.31 | unsigned32 | read-only |
The number of sent DHCP Offer packets. |
sleDhcpStatisticSentAck | 1.3.6.1.4.1.6296.101.6.1.1.32 | unsigned32 | read-only |
The number of sent DHCP Ack packets. |
sleDhcpStatisticSentNak | 1.3.6.1.4.1.6296.101.6.1.1.33 | unsigned32 | read-only |
The number of sent DHCP Nak packets. |
sleDhcpSummaryPoolCnt | 1.3.6.1.4.1.6296.101.6.1.1.34 | unsigned32 | read-only |
The number of Pools.to be set. |
sleDhcpSummaryTotal | 1.3.6.1.4.1.6296.101.6.1.1.35 | unsigned32 | read-only |
The number of Total leases to be set. |
sleDhcpSummaryAvailable | 1.3.6.1.4.1.6296.101.6.1.1.36 | unsigned32 | read-only |
The number of Available leases to be set. |
sleDhcpSummaryAbandon | 1.3.6.1.4.1.6296.101.6.1.1.37 | unsigned32 | read-only |
The number of Abandon leases to be set. |
sleDhcpSummaryBound | 1.3.6.1.4.1.6296.101.6.1.1.38 | unsigned32 | read-only |
The number of Bound leases to be set. |
sleDhcpSummaryOffered | 1.3.6.1.4.1.6296.101.6.1.1.39 | unsigned32 | read-only |
The number of Offered leases to be set. |
sleDhcpSummaryFixed | 1.3.6.1.4.1.6296.101.6.1.1.40 | unsigned32 | read-only |
The number of Fixed leases to be set. |
sleDhcpClientHardwareAddress | 1.3.6.1.4.1.6296.101.6.1.1.41 | integer | read-only |
Description. Enumeration: 'enable': 1, 'disable': 0. |
sleDhcpSimplifiedOption82 | 1.3.6.1.4.1.6296.101.6.1.1.42 | integer | read-only |
Description. Enumeration: 'enable': 1, 'disable': 0. |
sleDhcpSummaryAllocated | 1.3.6.1.4.1.6296.101.6.1.1.43 | unsigned32 | read-only |
Description. |
sleDhcpBaseControl | 1.3.6.1.4.1.6296.101.6.1.2 | |||
sleDhcpControlRequest | 1.3.6.1.4.1.6296.101.6.1.2.1 | integer | read-write |
The request of a user command. Enumeration: 'setDhcpLeaseTimeProfile': 1, 'setDhcpServerMode': 3, 'setDhcpDnsIpProfile': 2, 'setDhcpClientHardwareAddress': 10, 'setDhcpAuthorizedArp': 8, 'setDhcpDatabaseKey': 5, 'setSimplifiedOption82': 11, 'setDhcpLeasedbBackupProfile': 4, 'setDhcpDebugStatus': 6, 'clearDhcpStatistics': 9, 'setDhcpOption82SystemProfile': 7. |
sleDhcpControlStatus | 1.3.6.1.4.1.6296.101.6.1.2.2 | slecontrolstatustype | read-only |
The status of a user command. |
sleDhcpControlTimer | 1.3.6.1.4.1.6296.101.6.1.2.3 | gauge32 | read-write |
The maximum wait time for the manager for a long running user command. |
sleDhcpControlTimeStamp | 1.3.6.1.4.1.6296.101.6.1.2.4 | timeticks | read-only |
The time stamp of the last command (end of command). |
sleDhcpControlReqResult | 1.3.6.1.4.1.6296.101.6.1.2.5 | slecontrolrequestresulttype | read-only |
The result of the last user command. |
sleDhcpControlDefaultLeaseTime | 1.3.6.1.4.1.6296.101.6.1.2.6 | integer | read-write |
Description. |
sleDhcpControlMaxLeaseTime | 1.3.6.1.4.1.6296.101.6.1.2.7 | integer | read-write |
Description. |
sleDhcpControlDnsIp1 | 1.3.6.1.4.1.6296.101.6.1.2.8 | ipaddress | read-write |
Description. |
sleDhcpControlDnsIp2 | 1.3.6.1.4.1.6296.101.6.1.2.9 | ipaddress | read-write |
Description. |
sleDhcpControlDnsIp3 | 1.3.6.1.4.1.6296.101.6.1.2.10 | ipaddress | read-write |
Description. |
sleDhcpControlServerMode | 1.3.6.1.4.1.6296.101.6.1.2.11 | integer | read-write |
Description. Enumeration: 'clear': 0, 'set': 1. |
sleDhcpControlLeasedbBackupIp | 1.3.6.1.4.1.6296.101.6.1.2.12 | ipaddress | read-write |
Description. |
sleDhcpControlLeasedbBackupInterval | 1.3.6.1.4.1.6296.101.6.1.2.13 | integer | read-write |
Description. |
sleDhcpControlDatabaseKey | 1.3.6.1.4.1.6296.101.6.1.2.14 | integer | read-write |
Description. Enumeration: 'hwaddress': 1, 'clientid': 0. |
sleDhcpControlDebugStatus | 1.3.6.1.4.1.6296.101.6.1.2.15 | bits | read-write |
The debug option setting of dhcp daemon. The debug option setting of dhcp daemon. debugNo(0) debugFilter(1) debugLease(2) debugPacket(4) debugService(8) The above value is denotes by 'or'. debugAll(16) Bits: 'debugFilter': 0, 'debugPacket': 2, 'debugLease': 1, 'debugServices': 3. |
sleDhcpControlOption82 | 1.3.6.1.4.1.6296.101.6.1.2.16 | integer | read-write |
Description. Enumeration: 'enable': 1, 'disable': 0. |
sleDhcpControlOption82Policy | 1.3.6.1.4.1.6296.101.6.1.2.17 | integer | read-write |
Description. Enumeration: 'drop': 2, 'replace': 1, 'keep': 0. |
sleDhcpControlOption82SystemRtype | 1.3.6.1.4.1.6296.101.6.1.2.18 | integer | read-write |
Value type of sleDhcpOption82SystemRid invalid : it is cleared. ipaddress : denotes such as 'A.B.C.D'. binary : denotes such as '89:AB:CD:EF:01:02'. text : denotes such as 'TextString'. Enumeration: 'binary': 2, 'ipaddress': 1, 'invalid': 0, 'text': 3. |
sleDhcpControlOption82SystemRid | 1.3.6.1.4.1.6296.101.6.1.2.19 | octet string | read-write |
This value is the system remote index for option82 function. If the size is 0, it is cleared. |
sleDhcpControlAuthorizedArp | 1.3.6.1.4.1.6296.101.6.1.2.20 | integer | read-write |
Description. Enumeration: 'defaultLeaseTime': 1, 'halfLeaseTime': 2, 'noSet': 0, 'maxLeaseTime': 3. |
sleDhcpControlClientHardwareAddress | 1.3.6.1.4.1.6296.101.6.1.2.21 | integer | read-write |
Description. Enumeration: 'enable': 1, 'disable': 0. |
sleDhcpControlSimplifiedOption82 | 1.3.6.1.4.1.6296.101.6.1.2.22 | integer | read-write |
Description. Enumeration: 'enable': 1, 'disable': 0. |
sleDhcpBaseNotification | 1.3.6.1.4.1.6296.101.6.1.3 | |||
sleDhcpLeaseTimeProfileChanged | 1.3.6.1.4.1.6296.101.6.1.3.1 |
Description. |
||
sleDhcpDnsIpProfileChanged | 1.3.6.1.4.1.6296.101.6.1.3.2 |
Description. |
||
sleDhcpServerModeChanged | 1.3.6.1.4.1.6296.101.6.1.3.3 |
Description. |
||
sleDhcpLeasedbBackupProfileChanged | 1.3.6.1.4.1.6296.101.6.1.3.4 |
Description. |
||
sleDhcpDatabaseKeyChanged | 1.3.6.1.4.1.6296.101.6.1.3.5 |
Description. |
||
sleDhcpDebugStatusChanged | 1.3.6.1.4.1.6296.101.6.1.3.6 |
Description. |
||
sleDhcpOption82SystemProfileChanged | 1.3.6.1.4.1.6296.101.6.1.3.7 |
Description. |
||
sleDhcpAuthorizedArpChanged | 1.3.6.1.4.1.6296.101.6.1.3.8 |
Description. |
||
sleDhcpStatisticsCleared | 1.3.6.1.4.1.6296.101.6.1.3.9 |
Description. |
||
sleDhcpClientHardwareAddressChanged | 1.3.6.1.4.1.6296.101.6.1.3.10 |
Description. |
||
sleDhcpSimplifiedOption82Changed | 1.3.6.1.4.1.6296.101.6.1.3.11 |
Description. |
||
sleFilterPort | 1.3.6.1.4.1.6296.101.6.2 | |||
sleFilterPortTable | 1.3.6.1.4.1.6296.101.6.2.1 | no-access |
Description. |
|
1.3.6.1.4.1.6296.101.6.2.1.1 | no-access |
Description. |
||
sleFilterPortIndex | 1.3.6.1.4.1.6296.101.6.2.1.1.1 | interfaceindex | read-only |
Description. |
sleFilterPortMode | 1.3.6.1.4.1.6296.101.6.2.1.1.2 | integer | read-only |
Description. |
sleFilterPortControl | 1.3.6.1.4.1.6296.101.6.2.2 | |||
sleFilterPortControlRequest | 1.3.6.1.4.1.6296.101.6.2.2.1 | integer | read-write |
The request of a user command. Enumeration: 'setFilterPortMode': 1. |
sleFilterPortControlStatus | 1.3.6.1.4.1.6296.101.6.2.2.2 | slecontrolstatustype | read-only |
The status of a user command. |
sleFilterPortControlTimer | 1.3.6.1.4.1.6296.101.6.2.2.3 | gauge32 | read-write |
The maximum wait time for the manager for a long running user command. |
sleFilterPortControlTImeStamp | 1.3.6.1.4.1.6296.101.6.2.2.4 | timeticks | read-only |
The time stamp of the last command (end of command). |
sleFilterPortControlReqResult | 1.3.6.1.4.1.6296.101.6.2.2.5 | slecontrolrequestresulttype | read-only |
The result of the last user command. |
sleFilterPortControlIndex | 1.3.6.1.4.1.6296.101.6.2.2.6 | integer | read-write |
Description. |
sleFilterPortControlMode | 1.3.6.1.4.1.6296.101.6.2.2.7 | integer | read-write |
Description. Enumeration: 'clear': 0, 'set': 1. |
sleFilterPortNotification | 1.3.6.1.4.1.6296.101.6.2.3 | |||
sleFilterPortChanged | 1.3.6.1.4.1.6296.101.6.2.3.1 |
Description. |
||
sleFilterAddress | 1.3.6.1.4.1.6296.101.6.3 | |||
sleFilterAddressTable | 1.3.6.1.4.1.6296.101.6.3.1 | no-access |
Description. |
|
1.3.6.1.4.1.6296.101.6.3.1.1 | no-access |
Description. |
||
sleFilterAddressMac | 1.3.6.1.4.1.6296.101.6.3.1.1.1 | macaddress | read-only |
Description. |
sleFilterAddressControl | 1.3.6.1.4.1.6296.101.6.3.2 | |||
sleFilterAddressControlRequest | 1.3.6.1.4.1.6296.101.6.3.2.1 | integer | read-write |
The request of a user command. Enumeration: 'destroyFilterAddress': 2, 'createFilterAddress': 1. |
sleFilterAddressControlStatus | 1.3.6.1.4.1.6296.101.6.3.2.2 | slecontrolstatustype | read-only |
The status of a user command. |
sleFilterAddressControlTimer | 1.3.6.1.4.1.6296.101.6.3.2.3 | gauge32 | read-write |
The maximum wait time for the manager for a long running user command. |
sleFilterAddressControlTImeStamp | 1.3.6.1.4.1.6296.101.6.3.2.4 | timeticks | read-only |
The time stamp of the last command (end of command). |
sleFilterAddressControlReqResult | 1.3.6.1.4.1.6296.101.6.3.2.5 | slecontrolrequestresulttype | read-only |
The result of the last user command. |
sleFilterAddressControlMac | 1.3.6.1.4.1.6296.101.6.3.2.6 | macaddress | read-write |
The MAC Address for the Deny Host. |
sleFilterAddressNotification | 1.3.6.1.4.1.6296.101.6.3.3 | |||
sleFilterAddressCreated | 1.3.6.1.4.1.6296.101.6.3.3.1 |
Description. |
||
sleFilterAddressDestroyed | 1.3.6.1.4.1.6296.101.6.3.3.2 |
Description. |
||
sleRelayServer | 1.3.6.1.4.1.6296.101.6.4 | |||
sleRelayServerTable | 1.3.6.1.4.1.6296.101.6.4.1 | no-access |
Description. |
|
1.3.6.1.4.1.6296.101.6.4.1.1 | no-access |
Description. |
||
sleRelayServerIndex | 1.3.6.1.4.1.6296.101.6.4.1.1.1 | integer32 | read-only |
Description. |
sleRelayServerIp | 1.3.6.1.4.1.6296.101.6.4.1.1.2 | ipaddress | read-only |
The DHCP Server IP creating in the Relay Daemon. |
sleRelayServerVid | 1.3.6.1.4.1.6296.101.6.4.1.1.3 | integer | read-only |
Description. |
sleRelayServerOUI | 1.3.6.1.4.1.6296.101.6.4.1.1.4 | octet string | read-only |
Description. |
sleRelayServerControl | 1.3.6.1.4.1.6296.101.6.4.2 | |||
sleRelayServerControlRequest | 1.3.6.1.4.1.6296.101.6.4.2.1 | integer | read-write |
The request of a user command. 1 - createRelayServer 2 - destroyRelayServer Enumeration: 'destroyRelayServer': 2, 'createRelayServerOUI': 3, 'destroyRelayServerOUI': 4, 'createRelayServer': 1. |
sleRelayServerControlStatus | 1.3.6.1.4.1.6296.101.6.4.2.2 | slecontrolstatustype | read-only |
The status of a user command. |
sleRelayServerControlTimer | 1.3.6.1.4.1.6296.101.6.4.2.3 | gauge32 | read-write |
The maximum wait time for the manager for a long running user command. |
sleRelayServerControlTImeStamp | 1.3.6.1.4.1.6296.101.6.4.2.4 | timeticks | read-only |
The time stamp of the last command (end of command). |
sleRelayServerControlReqResult | 1.3.6.1.4.1.6296.101.6.4.2.5 | slecontrolrequestresulttype | read-only |
The result of the last user command. |
sleRelayServerControlIndex | 1.3.6.1.4.1.6296.101.6.4.2.6 | integer32 | read-write |
Description. |
sleRelayServerControlIp | 1.3.6.1.4.1.6296.101.6.4.2.7 | ipaddress | read-write |
Description. |
sleRelayServerControlVid | 1.3.6.1.4.1.6296.101.6.4.2.8 | integer | read-write |
Description. |
sleRelayServerControlOUI | 1.3.6.1.4.1.6296.101.6.4.2.9 | octet string | read-write |
Description. |
sleRelayServerNotification | 1.3.6.1.4.1.6296.101.6.4.3 | |||
sleRelayServerCreated | 1.3.6.1.4.1.6296.101.6.4.3.1 |
Description. |
||
sleRelayServerDestroyed | 1.3.6.1.4.1.6296.101.6.4.3.2 |
The sleRelayServerIp is 0.0.0.0 for CLI 'no ip dhcp mode relay all' |
||
sleRelayServerOUICreated | 1.3.6.1.4.1.6296.101.6.4.3.3 |
Description. |
||
sleRelayServerOUIDestroyed | 1.3.6.1.4.1.6296.101.6.4.3.4 |
Description. |
||
slePool | 1.3.6.1.4.1.6296.101.6.5 | |||
slePoolTable | 1.3.6.1.4.1.6296.101.6.5.1 | no-access |
Description. |
|
1.3.6.1.4.1.6296.101.6.5.1.1 | no-access |
Description. |
||
slePoolIndex | 1.3.6.1.4.1.6296.101.6.5.1.1.1 | integer | read-only |
The Pool index |
slePoolName | 1.3.6.1.4.1.6296.101.6.5.1.1.2 | octet string | read-only |
The Pool name. |
slePoolDefaultLeaseTime | 1.3.6.1.4.1.6296.101.6.5.1.1.3 | integer | read-only |
The default time assigned to Lease in Pool. The value of 0 denotes that the default time was not set. |
slePoolMaxLeaseTime | 1.3.6.1.4.1.6296.101.6.5.1.1.4 | integer | read-only |
The max time assigned to Lease in Pool. The value of 0 denotes that the max time was not set |
slePoolSummaryTotal | 1.3.6.1.4.1.6296.101.6.5.1.1.5 | unsigned32 | read-only |
The number of Total Leases in Pool. |
slePoolSummaryAllocated | 1.3.6.1.4.1.6296.101.6.5.1.1.6 | unsigned32 | read-only |
The number of Allocated Leases in Pool. |
slePoolSummaryBound | 1.3.6.1.4.1.6296.101.6.5.1.1.7 | unsigned32 | read-only |
The number of Bound Leases in Pool. |
slePoolSummaryOffered | 1.3.6.1.4.1.6296.101.6.5.1.1.8 | unsigned32 | read-only |
The number of Offered Leases in Pool. |
slePoolSummaryFixed | 1.3.6.1.4.1.6296.101.6.5.1.1.9 | unsigned32 | read-only |
The number of Fixed Leases in Pool. |
slePoolSummaryAbandon | 1.3.6.1.4.1.6296.101.6.5.1.1.10 | unsigned32 | read-only |
The number of Abandon Leases in Pool. |
slePoolSummaryAvailable | 1.3.6.1.4.1.6296.101.6.5.1.1.11 | unsigned32 | read-only |
The number of Available Leases in Pool. |
slePoolSummarySubnet | 1.3.6.1.4.1.6296.101.6.5.1.1.12 | unsigned32 | read-only |
Description. |
slePoolDomainName | 1.3.6.1.4.1.6296.101.6.5.1.1.13 | octet string | read-only |
Description. |
slePoolControl | 1.3.6.1.4.1.6296.101.6.5.2 | |||
slePoolControlRequest | 1.3.6.1.4.1.6296.101.6.5.2.1 | integer | read-write |
The request of a user command. Enumeration: 'setPoolDomainName': 4, 'destroyPool': 2, 'createPool': 1, 'setPoolLeaseTimeProfile': 3. |
slePoolControlStatus | 1.3.6.1.4.1.6296.101.6.5.2.2 | slecontrolstatustype | read-only |
The status of a user command. |
slePoolControlTimer | 1.3.6.1.4.1.6296.101.6.5.2.3 | gauge32 | read-write |
The maximum wait time for the manager for a long running user command. |
slePoolControlTImeStamp | 1.3.6.1.4.1.6296.101.6.5.2.4 | timeticks | read-only |
The time stamp of the last command (end of command). |
slePoolControlReqResult | 1.3.6.1.4.1.6296.101.6.5.2.5 | slecontrolrequestresulttype | read-only |
The result of the last user command. |
slePoolControlIndex | 1.3.6.1.4.1.6296.101.6.5.2.6 | integer | read-write |
Description. |
slePoolControlName | 1.3.6.1.4.1.6296.101.6.5.2.7 | octet string | read-write |
The Pool name. |
slePoolControlDefaultLeaseTime | 1.3.6.1.4.1.6296.101.6.5.2.8 | integer | read-write |
The default time assigned to Lease in Pool. If 0, the default time is clear |
slePoolControlMaxLeaseTime | 1.3.6.1.4.1.6296.101.6.5.2.9 | integer | read-write |
The max time assigned to Lease in Pool. If 0, the max time is clear. |
slePoolControlDomainName | 1.3.6.1.4.1.6296.101.6.5.2.10 | octet string | read-write |
Description. |
slePoolNotification | 1.3.6.1.4.1.6296.101.6.5.3 | |||
slePoolCreated | 1.3.6.1.4.1.6296.101.6.5.3.1 |
Description. |
||
slePoolDestroyed | 1.3.6.1.4.1.6296.101.6.5.3.2 |
Description. |
||
slePoolLeaseTimeProfileChanged | 1.3.6.1.4.1.6296.101.6.5.3.3 |
Description. |
||
slePoolDomainNameChanged | 1.3.6.1.4.1.6296.101.6.5.3.4 |
Description. |
||
sleDns | 1.3.6.1.4.1.6296.101.6.6 | |||
sleDnsTable | 1.3.6.1.4.1.6296.101.6.6.1 | no-access |
Description. |
|
1.3.6.1.4.1.6296.101.6.6.1.1 | no-access |
Description. |
||
sleDnsIndex | 1.3.6.1.4.1.6296.101.6.6.1.1.1 | integer32 | read-only |
Description. |
sleDnsIp | 1.3.6.1.4.1.6296.101.6.6.1.1.2 | ipaddress | read-only |
The Ip address of Dns setting in Dhcp server daemon. |
sleDnsControl | 1.3.6.1.4.1.6296.101.6.6.2 | |||
sleDnsControlRequest | 1.3.6.1.4.1.6296.101.6.6.2.1 | integer | read-write |
The request of a user command. Enumeration: 'createDns': 1, 'destroyDns': 2. |
sleDnsControlStatus | 1.3.6.1.4.1.6296.101.6.6.2.2 | slecontrolstatustype | read-only |
The status of a user command. |
sleDnsControlTimer | 1.3.6.1.4.1.6296.101.6.6.2.3 | gauge32 | read-write |
The maximum wait time for the manager for a long running user command. |
sleDnsControlTImeStamp | 1.3.6.1.4.1.6296.101.6.6.2.4 | timeticks | read-only |
The time stamp of the last command (end of command). |
sleDnsControlReqResult | 1.3.6.1.4.1.6296.101.6.6.2.5 | slecontrolrequestresulttype | read-write |
The result of the last user command. |
sleDnsControlPoolIndex | 1.3.6.1.4.1.6296.101.6.6.2.6 | integer | read-write |
Description. |
sleDnsControlIndex | 1.3.6.1.4.1.6296.101.6.6.2.7 | integer32 | read-write |
Description. |
sleDnsControlIp | 1.3.6.1.4.1.6296.101.6.6.2.8 | ipaddress | read-write |
Description. |
sleDnsNotification | 1.3.6.1.4.1.6296.101.6.6.3 | |||
sleDnsCreated | 1.3.6.1.4.1.6296.101.6.6.3.1 |
Description. |
||
sleDnsDestroyed | 1.3.6.1.4.1.6296.101.6.6.3.2 |
The sleDnsIp is 0.0.0.0 for CLI 'no ip dhcp default-config dns-server' |
||
sleSubnet | 1.3.6.1.4.1.6296.101.6.7 | |||
sleSubnetTable | 1.3.6.1.4.1.6296.101.6.7.1 | no-access |
Description. |
|
1.3.6.1.4.1.6296.101.6.7.1.1 | no-access |
Description. |
||
sleSubnetIp | 1.3.6.1.4.1.6296.101.6.7.1.1.1 | ipaddress | read-only |
The Subnet IP Address. |
sleSubnetMask | 1.3.6.1.4.1.6296.101.6.7.1.1.2 | integer | read-only |
The Subnet Mask prefix length. |
sleSubnetDefaultGateway | 1.3.6.1.4.1.6296.101.6.7.1.1.3 | ipaddress | read-only |
The Gateway IP assigned to SubnetMask. |
sleSubnetControl | 1.3.6.1.4.1.6296.101.6.7.2 | |||
sleSubnetControlRequest | 1.3.6.1.4.1.6296.101.6.7.2.1 | integer | read-write |
The request of a user command. Enumeration: 'destroySubnet': 2, 'createSubnet': 1. |
sleSubnetControlStatus | 1.3.6.1.4.1.6296.101.6.7.2.2 | slecontrolstatustype | read-only |
The status of a user command. |
sleSubnetControlTimer | 1.3.6.1.4.1.6296.101.6.7.2.3 | gauge32 | read-write |
The maximum wait time for the manager for a long running user command. |
sleSubnetControlTImeStamp | 1.3.6.1.4.1.6296.101.6.7.2.4 | timeticks | read-only |
The time stamp of the last command (end of command). |
sleSubnetControlReqResult | 1.3.6.1.4.1.6296.101.6.7.2.5 | slecontrolrequestresulttype | read-only |
The result of the last user command. |
sleSubnetControlPoolIndex | 1.3.6.1.4.1.6296.101.6.7.2.6 | integer | read-write |
Description. |
sleSubnetControlIp | 1.3.6.1.4.1.6296.101.6.7.2.7 | ipaddress | read-write |
Description. |
sleSubnetControlMask | 1.3.6.1.4.1.6296.101.6.7.2.8 | integer | read-write |
Description. |
sleSubnetNotification | 1.3.6.1.4.1.6296.101.6.7.3 | |||
sleSubnetCreated | 1.3.6.1.4.1.6296.101.6.7.3.1 |
Description. |
||
sleSubnetDestroyed | 1.3.6.1.4.1.6296.101.6.7.3.2 |
Description. |
||
sleDefaultGateway | 1.3.6.1.4.1.6296.101.6.8 | |||
sleDefaultGatewayTable | 1.3.6.1.4.1.6296.101.6.8.1 | no-access |
Description. |
|
1.3.6.1.4.1.6296.101.6.8.1.1 | no-access |
Description. |
||
sleDefaultGatewayIndex | 1.3.6.1.4.1.6296.101.6.8.1.1.1 | integer32 | read-only |
Description. |
sleDefaultGatewayIp | 1.3.6.1.4.1.6296.101.6.8.1.1.2 | ipaddress | read-only |
The Gateway IP assigned to leases of the Subnet. |
sleDefaultGatewayControl | 1.3.6.1.4.1.6296.101.6.8.2 | |||
sleDefaultGatewayControlRequest | 1.3.6.1.4.1.6296.101.6.8.2.1 | integer | read-write |
The request of a user command. Enumeration: 'destroyDefaultGateway': 2, 'createDefaultGateway': 1. |
sleDefaultGatewayControlStatus | 1.3.6.1.4.1.6296.101.6.8.2.2 | slecontrolstatustype | read-only |
The status of a user command. |
sleDefaultGatewayControlTimer | 1.3.6.1.4.1.6296.101.6.8.2.3 | gauge32 | read-write |
The maximum wait time for the manager for a long running user command. |
sleDefaultGatewayControlTImeStamp | 1.3.6.1.4.1.6296.101.6.8.2.4 | timeticks | read-only |
The time stamp of the last command (end of command). |
sleDefaultGatewayControlReqResult | 1.3.6.1.4.1.6296.101.6.8.2.5 | slecontrolrequestresulttype | read-only |
The result of the last user command. |
sleDefaultGatewayControlPoolIndex | 1.3.6.1.4.1.6296.101.6.8.2.6 | integer | read-write |
The Pool name. |
sleDefaultGatewayControlIndex | 1.3.6.1.4.1.6296.101.6.8.2.7 | integer32 | read-write |
Description. |
sleDefaultGatewayControlIp | 1.3.6.1.4.1.6296.101.6.8.2.8 | ipaddress | read-write |
The Gateway IP assigned to Subnet. |
sleDefaultGatewayNotification | 1.3.6.1.4.1.6296.101.6.8.3 | |||
sleDefaultGatewayCreated | 1.3.6.1.4.1.6296.101.6.8.3.1 |
Description. |
||
sleDefaultGatewayDestroyed | 1.3.6.1.4.1.6296.101.6.8.3.2 |
The sleDefaultGatewayIp is 0.0.0.0 for CLI 'no default-gateway all' |
||
sleRange | 1.3.6.1.4.1.6296.101.6.9 | |||
sleRangeTable | 1.3.6.1.4.1.6296.101.6.9.1 | no-access |
Description. |
|
1.3.6.1.4.1.6296.101.6.9.1.1 | no-access |
Description. |
||
sleRangeStart | 1.3.6.1.4.1.6296.101.6.9.1.1.1 | ipaddress | read-only |
The start IP of subnet's range. |
sleRangeEnd | 1.3.6.1.4.1.6296.101.6.9.1.1.2 | ipaddress | read-only |
The end IP of subnet's range. |
sleRangeSubnetIP | 1.3.6.1.4.1.6296.101.6.9.1.1.3 | ipaddress | read-only |
The IP Address of the parent Subnet that the static Lease belongs to. |
sleRangeSubnetMask | 1.3.6.1.4.1.6296.101.6.9.1.1.4 | integer | read-only |
The Mask prefix length of the parent Subnet that the range belongs to. |
sleRangeControl | 1.3.6.1.4.1.6296.101.6.9.2 | |||
sleRangeControlRequest | 1.3.6.1.4.1.6296.101.6.9.2.1 | integer | read-write |
The request of a user command. Enumeration: 'createRange': 1, 'destroyRange': 2. |
sleRangeControlStatus | 1.3.6.1.4.1.6296.101.6.9.2.2 | slecontrolstatustype | read-only |
The status of a user command. |
sleRangeControlTimer | 1.3.6.1.4.1.6296.101.6.9.2.3 | gauge32 | read-write |
The maximum wait time for the manager for a long running user command. |
sleRangeControlTImeStamp | 1.3.6.1.4.1.6296.101.6.9.2.4 | timeticks | read-only |
The time stamp of the last command (end of command). |
sleRangeControlReqResult | 1.3.6.1.4.1.6296.101.6.9.2.5 | slecontrolrequestresulttype | read-only |
The result of the last user command. |
sleRangeControlPoolIndex | 1.3.6.1.4.1.6296.101.6.9.2.6 | integer | read-write |
Description. |
sleRangeControlStart | 1.3.6.1.4.1.6296.101.6.9.2.7 | ipaddress | read-write |
Description. |
sleRangeControlEnd | 1.3.6.1.4.1.6296.101.6.9.2.8 | ipaddress | read-write |
Description. |
sleRangeNotification | 1.3.6.1.4.1.6296.101.6.9.3 | |||
sleRangeCreated | 1.3.6.1.4.1.6296.101.6.9.3.1 |
Description. |
||
sleRangeDestroyed | 1.3.6.1.4.1.6296.101.6.9.3.2 |
Description. |
||
sleFixed | 1.3.6.1.4.1.6296.101.6.10 | |||
sleFixedTable | 1.3.6.1.4.1.6296.101.6.10.1 | no-access |
Description. |
|
1.3.6.1.4.1.6296.101.6.10.1.1 | no-access |
Description. |
||
sleFixedIp | 1.3.6.1.4.1.6296.101.6.10.1.1.1 | ipaddress | read-only |
The IP address for the fixed Lease. |
sleFixedMac | 1.3.6.1.4.1.6296.101.6.10.1.1.2 | macaddress | read-only |
The MAC address for the fixed Lease. |
sleFixedControl | 1.3.6.1.4.1.6296.101.6.10.2 | |||
sleFixedControlRequest | 1.3.6.1.4.1.6296.101.6.10.2.1 | integer | read-write |
The request of a user command. Enumeration: 'destroyFixed': 2, 'createFixed': 1. |
sleFixedControlStatus | 1.3.6.1.4.1.6296.101.6.10.2.2 | slecontrolstatustype | read-only |
The status of a user command. |
sleFixedControlTimer | 1.3.6.1.4.1.6296.101.6.10.2.3 | gauge32 | read-write |
The maximum wait time for the manager for a long running user command. |
sleFixedControlTImeStamp | 1.3.6.1.4.1.6296.101.6.10.2.4 | timeticks | read-only |
The time stamp of the last command (end of command). |
sleFixedControlReqResult | 1.3.6.1.4.1.6296.101.6.10.2.5 | slecontrolrequestresulttype | read-only |
The result of the last user command. |
sleFixedControlPoolIndex | 1.3.6.1.4.1.6296.101.6.10.2.6 | integer | read-write |
Description. |
sleFixedControlIp | 1.3.6.1.4.1.6296.101.6.10.2.7 | ipaddress | read-write |
Description. |
sleFixedControlMac | 1.3.6.1.4.1.6296.101.6.10.2.8 | macaddress | read-write |
Description. |
sleFixedNotification | 1.3.6.1.4.1.6296.101.6.10.3 | |||
sleFixedCreated | 1.3.6.1.4.1.6296.101.6.10.3.1 |
Description. |
||
sleFixedDestroyed | 1.3.6.1.4.1.6296.101.6.10.3.2 |
Description. |
||
sleOption82 | 1.3.6.1.4.1.6296.101.6.11 | |||
sleOption82Table | 1.3.6.1.4.1.6296.101.6.11.1 | no-access |
Description. |
|
1.3.6.1.4.1.6296.101.6.11.1.1 | no-access |
Description. |
||
sleOption82RemoteType | 1.3.6.1.4.1.6296.101.6.11.1.1.1 | integer | read-only |
Value type of sleOption82RemoteId ipaddress : denotes such as 'A.B.C.D'. binary : denotes such as '89:AB:CD:EF:01:02'. text : denotes such as 'TextString'. Enumeration: 'binary': 2, 'ipaddress': 1, 'text': 3. |
sleOption82RemoteId | 1.3.6.1.4.1.6296.101.6.11.1.1.2 | octet string | read-only |
The remote id for the Option82 Lease limit. |
sleOption82CircuitType | 1.3.6.1.4.1.6296.101.6.11.1.1.3 | integer | read-only |
Value type of sleOption82CircuitId invalid : The sleOption82CircuitId is invalid. index : This string denotes value in the range (0..65535). binary : denotes such as '89:AB:CD:EF:01:02'. text : denotes such as 'TextString'. Enumeration: 'index': 1, 'text': 3, 'invalid': 0, 'binary': 2. |
sleOption82CircuitId | 1.3.6.1.4.1.6296.101.6.11.1.1.4 | octet string | read-only |
The circuit id for the Option82 Lease limit. |
sleOption82Limit | 1.3.6.1.4.1.6296.101.6.11.1.1.5 | integer | read-only |
The Option82 Lease limit count for the remote system and the corresponding port. -1 : default value(un set value) 0-2147483637 : set value |
sleOption82PoolName | 1.3.6.1.4.1.6296.101.6.11.1.1.6 | octet string | read-only |
The Pool Name. NULL: unset value |
sleOption82Control | 1.3.6.1.4.1.6296.101.6.11.2 | |||
sleOption82ControlRequest | 1.3.6.1.4.1.6296.101.6.11.2.1 | integer | read-write |
The request of a user command. Enumeration: 'destroyOption82': 2, 'createOption82': 1, 'setOption82Profile': 3. |
sleOption82ControlStatus | 1.3.6.1.4.1.6296.101.6.11.2.2 | slecontrolstatustype | read-only |
The status of a user command. |
sleOption82ControlTimer | 1.3.6.1.4.1.6296.101.6.11.2.3 | gauge32 | read-write |
The maximum wait time for the manager for a long running user command. |
sleOption82ControlTImeStamp | 1.3.6.1.4.1.6296.101.6.11.2.4 | timeticks | read-only |
The time stamp of the last command (end of command). |
sleOption82ControlReqResult | 1.3.6.1.4.1.6296.101.6.11.2.5 | slecontrolrequestresulttype | read-only |
The result of the last user command. |
sleOption82ControlRemoteType | 1.3.6.1.4.1.6296.101.6.11.2.6 | integer | read-write |
The Value Type of sleOption82ControlRemoteId ipaddress : denotes such as 'A.B.C.D'. binary : denotes such as '89:AB:CD:EF:01:02'. text : denotes such as 'TextString'. Enumeration: 'binary': 2, 'ipaddress': 1, 'text': 3. |
sleOption82ControlRemoteId | 1.3.6.1.4.1.6296.101.6.11.2.7 | octet string | read-write |
Description. |
sleOption82ControlCircuitType | 1.3.6.1.4.1.6296.101.6.11.2.8 | integer | read-write |
The Value Type of sleOption82ControlCircuitId invalid : The sleOption82ControlCircuitId is invalid. index : This string denotes value in the range (0..65535). binary : it denotes such as '89:AB:CD:EF:01:02'. text : it denotes such as 'TextString'. Enumeration: 'index': 1, 'text': 3, 'invalid': 0, 'binary': 2. |
sleOption82ControlCircuitId | 1.3.6.1.4.1.6296.101.6.11.2.9 | octet string | read-write |
Description. |
sleOption82ControlLimit | 1.3.6.1.4.1.6296.101.6.11.2.10 | integer | read-write |
-2 : invalid value. -1 : default value(clear value). 0-2147483637 : set value |
sleOption82ControlPoolName | 1.3.6.1.4.1.6296.101.6.11.2.11 | octet string | read-write |
The Pool Name. NULL: default default value (clear) {0xff, 0x00}: default value (clear) {0xfe, 0x00}: not avaliable |
sleOption82Notification | 1.3.6.1.4.1.6296.101.6.11.3 | |||
sleOption82Created | 1.3.6.1.4.1.6296.101.6.11.3.1 |
Description. |
||
sleOption82Destroyed | 1.3.6.1.4.1.6296.101.6.11.3.2 |
Description. |
||
sleOption82ProfileChanged | 1.3.6.1.4.1.6296.101.6.11.3.3 |
Description. |
||
sleOption82System | 1.3.6.1.4.1.6296.101.6.12 | |||
sleOption82SystemTable | 1.3.6.1.4.1.6296.101.6.12.1 | no-access |
Description. |
|
1.3.6.1.4.1.6296.101.6.12.1.1 | no-access |
Description. |
||
sleOption82SystemIndex | 1.3.6.1.4.1.6296.101.6.12.1.1.1 | interfaceindex | read-only |
PortIndex |
sleOption82SystemCtype | 1.3.6.1.4.1.6296.101.6.12.1.1.2 | integer | read-only |
Value type of sleOption82SystemCid. invalid : The sleOption82SystemCid is invalid. index : This string denotes value in the range (0..65535). binary : it denotes such as '89:AB:CD:EF:01:02'. text : it denotes such as 'TextString'. Enumeration: 'index': 1, 'text': 3, 'invalid': 0, 'binary': 2. |
sleOption82SystemCid | 1.3.6.1.4.1.6296.101.6.12.1.1.3 | octet string | read-only |
The circuit id for the Option82 Lease limit. If Null, it is not set. |
sleOption82SystemControl | 1.3.6.1.4.1.6296.101.6.12.2 | |||
sleOption82SystemControlRequest | 1.3.6.1.4.1.6296.101.6.12.2.1 | integer | read-write |
The request of a user command. Enumeration: 'setOption82SystemCircuit': 1. |
sleOption82SystemControlStatus | 1.3.6.1.4.1.6296.101.6.12.2.2 | slecontrolstatustype | read-only |
The status of a user command. |
sleOption82SystemControlTimer | 1.3.6.1.4.1.6296.101.6.12.2.3 | gauge32 | read-write |
The maximum wait time for the manager for a long running user command. |
sleOption82SystemControlTImeStamp | 1.3.6.1.4.1.6296.101.6.12.2.4 | timeticks | read-only |
The time stamp of the last command (end of command). |
sleOption82SystemControlReqResult | 1.3.6.1.4.1.6296.101.6.12.2.5 | slecontrolrequestresulttype | read-only |
The result of the last user command. |
sleOption82SystemControlIndex | 1.3.6.1.4.1.6296.101.6.12.2.6 | integer | read-write |
InterfaceIndex |
sleOption82SystemControlCtype | 1.3.6.1.4.1.6296.101.6.12.2.7 | integer | read-write |
Value type of sleOption82SystemControlCid. invalid : The sleOption82SystemControlCid is invalid. In this case, it is cleared. index : This string denotes value in the range (0..65535). binary : it denotes such as '89:AB:CD:EF:01:02'. text : it denotes such as 'TextString'. Enumeration: 'index': 1, 'text': 3, 'invalid': 0, 'binary': 2. |
sleOption82SystemControlCid | 1.3.6.1.4.1.6296.101.6.12.2.8 | octet string | read-write |
The circuit id of the port for the Option82. |
sleOption82CircuitNotification | 1.3.6.1.4.1.6296.101.6.12.3 | |||
setOption82SystemCircuit | 1.3.6.1.4.1.6296.101.6.12.3.1 |
Description. |
||
sleIllegal | 1.3.6.1.4.1.6296.101.6.13 | |||
sleIllegalTable | 1.3.6.1.4.1.6296.101.6.13.1 | no-access |
Description. |
|
1.3.6.1.4.1.6296.101.6.13.1.1 | no-access |
Description. |
||
sleIllegalIp | 1.3.6.1.4.1.6296.101.6.13.1.1.1 | ipaddress | read-only |
The illegal IP address. |
sleIllegalMac | 1.3.6.1.4.1.6296.101.6.13.1.1.2 | macaddress | read-only |
The MAC Address of this illegal address. |
sleIllegalTime | 1.3.6.1.4.1.6296.101.6.13.1.1.3 | octet string | read-only |
The Time that the illegal Ip was found. It denotes such as '2004/12/20 10:20:30' |
sleIllegalControl | 1.3.6.1.4.1.6296.101.6.13.2 | |||
sleIllegalControlRequest | 1.3.6.1.4.1.6296.101.6.13.2.1 | integer | read-write |
The request of a user command. Enumeration: 'clearIllegal': 1. |
sleIllegalControlStatus | 1.3.6.1.4.1.6296.101.6.13.2.2 | slecontrolstatustype | read-only |
The status of a user command. |
sleIllegalControlTimer | 1.3.6.1.4.1.6296.101.6.13.2.3 | gauge32 | read-write |
The maximum wait time for the manager for a long running user command. |
sleIllegalControlTImeStamp | 1.3.6.1.4.1.6296.101.6.13.2.4 | timeticks | read-only |
The time stamp of the last command (end of command). |
sleIllegalControlReqResult | 1.3.6.1.4.1.6296.101.6.13.2.5 | slecontrolrequestresulttype | read-only |
The result of the last user command. |
sleIllegalNotification | 1.3.6.1.4.1.6296.101.6.13.3 | |||
sleIllegalCleared | 1.3.6.1.4.1.6296.101.6.13.3.1 |
Description. |
||
sleLeased | 1.3.6.1.4.1.6296.101.6.14 | |||
sleLeasedTable | 1.3.6.1.4.1.6296.101.6.14.1 | no-access |
Description. |
|
1.3.6.1.4.1.6296.101.6.14.1.1 | no-access |
Description. |
||
sleLeasedIp | 1.3.6.1.4.1.6296.101.6.14.1.1.1 | ipaddress | read-only |
The leased IP address. |
sleLeasedPoolIndex | 1.3.6.1.4.1.6296.101.6.14.1.1.2 | integer | read-write |
The Pool Index. |
sleLeasedPoolName | 1.3.6.1.4.1.6296.101.6.14.1.1.3 | octet string | read-only |
The Pool name. |
sleLeasedTime | 1.3.6.1.4.1.6296.101.6.14.1.1.4 | octet string | read-only |
The Lease's TimeStamp. It denotes such as '2004/12/20 10:20:30 - 2004/12/22 10:24:32'. |
sleLeasedHwaddr | 1.3.6.1.4.1.6296.101.6.14.1.1.5 | octet string | read-only |
The Hardware Address of the allocated Lease. |
sleLeasedHostname | 1.3.6.1.4.1.6296.101.6.14.1.1.6 | octet string | read-only |
The Host name of the allocated Lease. |
sleLeasedUid | 1.3.6.1.4.1.6296.101.6.14.1.1.7 | octet string | read-only |
The Client-ID of the allocated Lease. |
sleLeasedRid | 1.3.6.1.4.1.6296.101.6.14.1.1.8 | octet string | read-only |
The Option82 Remote-ID of the allocated Lease. |
sleLeasedCid | 1.3.6.1.4.1.6296.101.6.14.1.1.9 | octet string | read-only |
The Option82 Circuit-ID of the allocated Lease. |
sleLeasedControl | 1.3.6.1.4.1.6296.101.6.14.2 | |||
sleLeasedControlRequest | 1.3.6.1.4.1.6296.101.6.14.2.1 | integer | read-write |
The request of a user command. Enumeration: 'flushLeasedPool': 2, 'flushLeasedIpMask': 1. |
sleLeasedControlStatus | 1.3.6.1.4.1.6296.101.6.14.2.2 | slecontrolstatustype | read-only |
The status of a user command. |
sleLeasedControlTimer | 1.3.6.1.4.1.6296.101.6.14.2.3 | gauge32 | read-write |
The maximum wait time for the manager for a long running user command. |
sleLeasedControlTImeStamp | 1.3.6.1.4.1.6296.101.6.14.2.4 | timeticks | read-only |
The time stamp of the last command (end of command). |
sleLeasedControlReqResult | 1.3.6.1.4.1.6296.101.6.14.2.5 | slecontrolrequestresulttype | read-only |
The result of the last user command. |
sleLeasedControlIp | 1.3.6.1.4.1.6296.101.6.14.2.6 | ipaddress | read-write |
The lease IP address. |
sleLeasedControlMask | 1.3.6.1.4.1.6296.101.6.14.2.7 | integer | read-write |
The lease IP Mask |
sleLeasedControlPoolIndex | 1.3.6.1.4.1.6296.101.6.14.2.8 | integer | read-write |
sleLeasedPoolIndex |
sleLeasedNotification | 1.3.6.1.4.1.6296.101.6.14.3 | |||
sleLeasedIpMaskFlushed | 1.3.6.1.4.1.6296.101.6.14.3.1 |
Description. |
||
sleLeasedPoolFlushed | 1.3.6.1.4.1.6296.101.6.14.3.2 |
Description. |
||
sleDhcpGroup | 1.3.6.1.4.1.6296.101.6.15 |
Description. |
||
sleDhcpNotificationGroup | 1.3.6.1.4.1.6296.101.6.16 |
Description. |