SLE-DHCP-MIB

File: SLE-DHCP-MIB.mib (93304 bytes)

Imported modules

DASAN-SMI IF-MIB SLE-TC-MIB
SNMPv2-CONF SNMPv2-SMI SNMPv2-TC

Imported symbols

sleMgmt InterfaceIndex SleControlStatusType
SleControlRequestResultType OBJECT-GROUP NOTIFICATION-GROUP
TimeTicks IpAddress Integer32
Unsigned32 Gauge32 OBJECT-TYPE
MODULE-IDENTITY NOTIFICATION-TYPE MacAddress

Defined Types

SleFilterPortEntry  
SEQUENCE    
  sleFilterPortIndex InterfaceIndex
  sleFilterPortMode INTEGER

SleFilterAddressEntry  
SEQUENCE    
  sleFilterAddressMac MacAddress

SleRelayServerEntry  
SEQUENCE    
  sleRelayServerIndex Integer32
  sleRelayServerIp IpAddress
  sleRelayServerVid INTEGER
  sleRelayServerOUI OCTET STRING

SlePoolEntry  
SEQUENCE    
  slePoolIndex INTEGER
  slePoolName OCTET STRING
  slePoolDefaultLeaseTime INTEGER
  slePoolMaxLeaseTime INTEGER
  slePoolSummaryTotal Unsigned32
  slePoolSummaryAllocated Unsigned32
  slePoolSummaryBound Unsigned32
  slePoolSummaryOffered Unsigned32
  slePoolSummaryFixed Unsigned32
  slePoolSummaryAbandon Unsigned32
  slePoolSummaryAvailable Unsigned32
  slePoolSummarySubnet Unsigned32
  slePoolDomainName OCTET STRING

SleDnsEntry  
SEQUENCE    
  sleDnsIndex Integer32
  sleDnsIp IpAddress

SleSubnetEntry  
SEQUENCE    
  sleSubnetIp IpAddress
  sleSubnetMask INTEGER
  sleSubnetDefaultGateway IpAddress

SleDefaultGatewayEntry  
SEQUENCE    
  sleDefaultGatewayIndex Integer32
  sleDefaultGatewayIp IpAddress

SleRangeEntry  
SEQUENCE    
  sleRangeStart IpAddress
  sleRangeEnd IpAddress
  sleRangeSubnetIP IpAddress
  sleRangeSubnetMask INTEGER

SleFixedEntry  
SEQUENCE    
  sleFixedIp IpAddress
  sleFixedMac MacAddress

SleOption82Entry  
SEQUENCE    
  sleOption82RemoteType INTEGER
  sleOption82RemoteId OCTET STRING
  sleOption82CircuitType INTEGER
  sleOption82CircuitId OCTET STRING
  sleOption82Limit INTEGER
  sleOption82PoolName OCTET STRING

SleOption82SystemEntry  
SEQUENCE    
  sleOption82SystemIndex InterfaceIndex
  sleOption82SystemCtype INTEGER
  sleOption82SystemCid OCTET STRING

SleIllegalEntry  
SEQUENCE    
  sleIllegalIp IpAddress
  sleIllegalMac MacAddress
  sleIllegalTime OCTET STRING

SleLeasedEntry  
SEQUENCE    
  sleLeasedIp IpAddress
  sleLeasedPoolIndex INTEGER
  sleLeasedPoolName OCTET STRING
  sleLeasedTime OCTET STRING
  sleLeasedHwaddr OCTET STRING
  sleLeasedHostname OCTET STRING
  sleLeasedUid OCTET STRING
  sleLeasedRid OCTET STRING
  sleLeasedCid OCTET STRING

Defined Values

sleDhcp 1.3.6.1.4.1.6296.101.6
This MIB contains all needed informations about DHCP and all supported sle DHCP features.
MODULE-IDENTITY    

sleDhcpBase 1.3.6.1.4.1.6296.101.6.1
OBJECT IDENTIFIER    

sleDhcpBaseInfo 1.3.6.1.4.1.6296.101.6.1.1
OBJECT IDENTIFIER    

sleDhcpDefaultLeaseTime 1.3.6.1.4.1.6296.101.6.1.1.1
The default time assigned to Lease in Dhcp server. The unit is second. If 0, the default time was not set.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0 | 120..2147483637  

sleDhcpMaxLeaseTime 1.3.6.1.4.1.6296.101.6.1.1.2
The max time assigned to Lease in Dhcp server. The unit is second. If 0, the max time was not set.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0 | 120..2147483637  

sleDhcpDnsIp1 1.3.6.1.4.1.6296.101.6.1.1.3
The default Dns IP of the Dhcp daemon
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

sleDhcpDnsIp2 1.3.6.1.4.1.6296.101.6.1.1.4
The default Dns IP of the Dhcp daemon
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

sleDhcpDnsIp3 1.3.6.1.4.1.6296.101.6.1.1.5
The default Dns IP of the Dhcp daemon
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

sleDhcpMode 1.3.6.1.4.1.6296.101.6.1.1.6
The Dhcp operation mode.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER noOperation(0), serverMode(1), relayMode(2)  

sleDhcpLeasedbBackupIp 1.3.6.1.4.1.6296.101.6.1.1.7
The Ip address of LeaseDB backup server. If 0.0.0.0, it is not set.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

sleDhcpLeasedbBackupInterval 1.3.6.1.4.1.6296.101.6.1.1.8
The interval time assigned to LeaseDB backup. The unit is second. If 0, it is not set.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483637  

sleDhcpDatabaseKey 1.3.6.1.4.1.6296.101.6.1.1.9
The Database-key Setting for dhcp daemon.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER clientid(0), hwaddress(1)  

sleDhcpDebugStatus 1.3.6.1.4.1.6296.101.6.1.1.10
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)
Status: current Access: read-write
OBJECT-TYPE    
  BITS debugFilter(0), debugLease(1), debugPacket(2), debugServices(3)  

sleDhcpOption82 1.3.6.1.4.1.6296.101.6.1.1.11
The Option82 is set or not. 0 : not set 1 : set
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

sleDhcpOption82Policy 1.3.6.1.4.1.6296.101.6.1.1.12
The Option82 policy 1 - keep 2 - replace 3 - drop
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER keep(0), replace(1), drop(2)  

sleDhcpOption82SystemRtype 1.3.6.1.4.1.6296.101.6.1.1.13
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'.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER invalid(0), ipaddress(1), binary(2), text(3)  

sleDhcpOption82SystemRid 1.3.6.1.4.1.6296.101.6.1.1.14
This value is the system remote index for option82 function.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..63)  

sleDhcpAuthorizedArp 1.3.6.1.4.1.6296.101.6.1.1.15
The set of starting time for secure ARP function. 0:no set 1:default-lease-time 2:half-lease-time 3:max-lease-time
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER noSet(0), defaultLeaseTime(1), halfLeaseTime(2), maxLeaseTime(3)  

sleDhcpAuthArpStarted 1.3.6.1.4.1.6296.101.6.1.1.16
The Time when authorized-arp function has started. It denotes such as '2004/12/20 10:20:30'.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

sleDhcpAuthArpLeft 1.3.6.1.4.1.6296.101.6.1.1.17
The left time until authorized-arp function will be start. It denotes such as '01:20:31'
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

sleDhcpStatisticReceived 1.3.6.1.4.1.6296.101.6.1.1.18
The number of received DHCP packets.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sleDhcpStatisticSent 1.3.6.1.4.1.6296.101.6.1.1.19
The number of sent DHCP packets.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sleDhcpStatisticReceivedErrors 1.3.6.1.4.1.6296.101.6.1.1.20
The number of received DHCP Error packets.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sleDhcpStatisticSentErrors 1.3.6.1.4.1.6296.101.6.1.1.21
The number of sent DHCP Error packets.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sleDhcpStatisticBootpReceivedRequests 1.3.6.1.4.1.6296.101.6.1.1.22
The number of received DHCP Bootp Request packets.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sleDhcpStatisticBootpReceivedReplies 1.3.6.1.4.1.6296.101.6.1.1.23
The number of received DHCP Bootp Reply packets.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sleDhcpStatisticBootpSentRequests 1.3.6.1.4.1.6296.101.6.1.1.24
The number of sent DHCP Bootp Request packets.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sleDhcpStatisticBootpSentReplies 1.3.6.1.4.1.6296.101.6.1.1.25
The number of sent DHCP Bootp Reply packets.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sleDhcpStatisticReceivedDiscover 1.3.6.1.4.1.6296.101.6.1.1.26
The number of received Discover packets.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sleDhcpStatisticReceivedRequest 1.3.6.1.4.1.6296.101.6.1.1.27
The number of received DHCP Request packets.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sleDhcpStatisticReceivedRelease 1.3.6.1.4.1.6296.101.6.1.1.28
The number of received DHCP Release packets.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sleDhcpStatisticReceivedInform 1.3.6.1.4.1.6296.101.6.1.1.29
The number of received DHCP Inform packets.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sleDhcpStatisticReceivedDecline 1.3.6.1.4.1.6296.101.6.1.1.30
The number of received DHCP Decline packets.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sleDhcpStatisticSentOffer 1.3.6.1.4.1.6296.101.6.1.1.31
The number of sent DHCP Offer packets.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sleDhcpStatisticSentAck 1.3.6.1.4.1.6296.101.6.1.1.32
The number of sent DHCP Ack packets.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sleDhcpStatisticSentNak 1.3.6.1.4.1.6296.101.6.1.1.33
The number of sent DHCP Nak packets.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sleDhcpSummaryPoolCnt 1.3.6.1.4.1.6296.101.6.1.1.34
The number of Pools.to be set.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sleDhcpSummaryTotal 1.3.6.1.4.1.6296.101.6.1.1.35
The number of Total leases to be set.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sleDhcpSummaryAvailable 1.3.6.1.4.1.6296.101.6.1.1.36
The number of Available leases to be set.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sleDhcpSummaryAbandon 1.3.6.1.4.1.6296.101.6.1.1.37
The number of Abandon leases to be set.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sleDhcpSummaryBound 1.3.6.1.4.1.6296.101.6.1.1.38
The number of Bound leases to be set.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sleDhcpSummaryOffered 1.3.6.1.4.1.6296.101.6.1.1.39
The number of Offered leases to be set.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sleDhcpSummaryFixed 1.3.6.1.4.1.6296.101.6.1.1.40
The number of Fixed leases to be set.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sleDhcpClientHardwareAddress 1.3.6.1.4.1.6296.101.6.1.1.41
Description.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

sleDhcpSimplifiedOption82 1.3.6.1.4.1.6296.101.6.1.1.42
Description.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

sleDhcpSummaryAllocated 1.3.6.1.4.1.6296.101.6.1.1.43
Description.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

sleDhcpBaseControl 1.3.6.1.4.1.6296.101.6.1.2
OBJECT IDENTIFIER    

sleDhcpControlRequest 1.3.6.1.4.1.6296.101.6.1.2.1
The request of a user command.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER setDhcpLeaseTimeProfile(1), setDhcpDnsIpProfile(2), setDhcpServerMode(3), setDhcpLeasedbBackupProfile(4), setDhcpDatabaseKey(5), setDhcpDebugStatus(6), setDhcpOption82SystemProfile(7), setDhcpAuthorizedArp(8), clearDhcpStatistics(9), setDhcpClientHardwareAddress(10), setSimplifiedOption82(11)  

sleDhcpControlStatus 1.3.6.1.4.1.6296.101.6.1.2.2
The status of a user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlStatusType  

sleDhcpControlTimer 1.3.6.1.4.1.6296.101.6.1.2.3
The maximum wait time for the manager for a long running user command.
Status: current Access: read-write
OBJECT-TYPE    
  Gauge32  

sleDhcpControlTimeStamp 1.3.6.1.4.1.6296.101.6.1.2.4
The time stamp of the last command (end of command).
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

sleDhcpControlReqResult 1.3.6.1.4.1.6296.101.6.1.2.5
The result of the last user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlRequestResultType  

sleDhcpControlDefaultLeaseTime 1.3.6.1.4.1.6296.101.6.1.2.6
Description.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0 | 120..2147483637  

sleDhcpControlMaxLeaseTime 1.3.6.1.4.1.6296.101.6.1.2.7
Description.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0 | 120..2147483637  

sleDhcpControlDnsIp1 1.3.6.1.4.1.6296.101.6.1.2.8
Description.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

sleDhcpControlDnsIp2 1.3.6.1.4.1.6296.101.6.1.2.9
Description.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

sleDhcpControlDnsIp3 1.3.6.1.4.1.6296.101.6.1.2.10
Description.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

sleDhcpControlServerMode 1.3.6.1.4.1.6296.101.6.1.2.11
Description.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER clear(0), set(1)  

sleDhcpControlLeasedbBackupIp 1.3.6.1.4.1.6296.101.6.1.2.12
Description.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

sleDhcpControlLeasedbBackupInterval 1.3.6.1.4.1.6296.101.6.1.2.13
Description.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..2147483637  

sleDhcpControlDatabaseKey 1.3.6.1.4.1.6296.101.6.1.2.14
Description.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER clientid(0), hwaddress(1)  

sleDhcpControlDebugStatus 1.3.6.1.4.1.6296.101.6.1.2.15
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)
Status: current Access: read-write
OBJECT-TYPE    
  BITS debugFilter(0), debugLease(1), debugPacket(2), debugServices(3)  

sleDhcpControlOption82 1.3.6.1.4.1.6296.101.6.1.2.16
Description.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

sleDhcpControlOption82Policy 1.3.6.1.4.1.6296.101.6.1.2.17
Description.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER keep(0), replace(1), drop(2)  

sleDhcpControlOption82SystemRtype 1.3.6.1.4.1.6296.101.6.1.2.18
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'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER invalid(0), ipaddress(1), binary(2), text(3)  

sleDhcpControlOption82SystemRid 1.3.6.1.4.1.6296.101.6.1.2.19
This value is the system remote index for option82 function. If the size is 0, it is cleared.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..63)  

sleDhcpControlAuthorizedArp 1.3.6.1.4.1.6296.101.6.1.2.20
Description.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noSet(0), defaultLeaseTime(1), halfLeaseTime(2), maxLeaseTime(3)  

sleDhcpControlClientHardwareAddress 1.3.6.1.4.1.6296.101.6.1.2.21
Description.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

sleDhcpControlSimplifiedOption82 1.3.6.1.4.1.6296.101.6.1.2.22
Description.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

sleDhcpBaseNotification 1.3.6.1.4.1.6296.101.6.1.3
OBJECT IDENTIFIER    

sleDhcpLeaseTimeProfileChanged 1.3.6.1.4.1.6296.101.6.1.3.1
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleDhcpDnsIpProfileChanged 1.3.6.1.4.1.6296.101.6.1.3.2
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleDhcpServerModeChanged 1.3.6.1.4.1.6296.101.6.1.3.3
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleDhcpLeasedbBackupProfileChanged 1.3.6.1.4.1.6296.101.6.1.3.4
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleDhcpDatabaseKeyChanged 1.3.6.1.4.1.6296.101.6.1.3.5
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleDhcpDebugStatusChanged 1.3.6.1.4.1.6296.101.6.1.3.6
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleDhcpOption82SystemProfileChanged 1.3.6.1.4.1.6296.101.6.1.3.7
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleDhcpAuthorizedArpChanged 1.3.6.1.4.1.6296.101.6.1.3.8
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleDhcpStatisticsCleared 1.3.6.1.4.1.6296.101.6.1.3.9
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleDhcpClientHardwareAddressChanged 1.3.6.1.4.1.6296.101.6.1.3.10
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleDhcpSimplifiedOption82Changed 1.3.6.1.4.1.6296.101.6.1.3.11
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleFilterPort 1.3.6.1.4.1.6296.101.6.2
OBJECT IDENTIFIER    

sleFilterPortTable 1.3.6.1.4.1.6296.101.6.2.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SleFilterPortEntry

sleFilterPortEntry 1.3.6.1.4.1.6296.101.6.2.1.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SleFilterPortEntry  

sleFilterPortIndex 1.3.6.1.4.1.6296.101.6.2.1.1.1
Description.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

sleFilterPortMode 1.3.6.1.4.1.6296.101.6.2.1.1.2
Description.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0 | 1  

sleFilterPortControl 1.3.6.1.4.1.6296.101.6.2.2
OBJECT IDENTIFIER    

sleFilterPortControlRequest 1.3.6.1.4.1.6296.101.6.2.2.1
The request of a user command.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER setFilterPortMode(1)  

sleFilterPortControlStatus 1.3.6.1.4.1.6296.101.6.2.2.2
The status of a user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlStatusType  

sleFilterPortControlTimer 1.3.6.1.4.1.6296.101.6.2.2.3
The maximum wait time for the manager for a long running user command.
Status: current Access: read-write
OBJECT-TYPE    
  Gauge32  

sleFilterPortControlTImeStamp 1.3.6.1.4.1.6296.101.6.2.2.4
The time stamp of the last command (end of command).
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

sleFilterPortControlReqResult 1.3.6.1.4.1.6296.101.6.2.2.5
The result of the last user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlRequestResultType  

sleFilterPortControlIndex 1.3.6.1.4.1.6296.101.6.2.2.6
Description.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

sleFilterPortControlMode 1.3.6.1.4.1.6296.101.6.2.2.7
Description.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER clear(0), set(1)  

sleFilterPortNotification 1.3.6.1.4.1.6296.101.6.2.3
OBJECT IDENTIFIER    

sleFilterPortChanged 1.3.6.1.4.1.6296.101.6.2.3.1
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleFilterAddress 1.3.6.1.4.1.6296.101.6.3
OBJECT IDENTIFIER    

sleFilterAddressTable 1.3.6.1.4.1.6296.101.6.3.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SleFilterAddressEntry

sleFilterAddressEntry 1.3.6.1.4.1.6296.101.6.3.1.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SleFilterAddressEntry  

sleFilterAddressMac 1.3.6.1.4.1.6296.101.6.3.1.1.1
Description.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

sleFilterAddressControl 1.3.6.1.4.1.6296.101.6.3.2
OBJECT IDENTIFIER    

sleFilterAddressControlRequest 1.3.6.1.4.1.6296.101.6.3.2.1
The request of a user command.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createFilterAddress(1), destroyFilterAddress(2)  

sleFilterAddressControlStatus 1.3.6.1.4.1.6296.101.6.3.2.2
The status of a user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlStatusType  

sleFilterAddressControlTimer 1.3.6.1.4.1.6296.101.6.3.2.3
The maximum wait time for the manager for a long running user command.
Status: current Access: read-write
OBJECT-TYPE    
  Gauge32  

sleFilterAddressControlTImeStamp 1.3.6.1.4.1.6296.101.6.3.2.4
The time stamp of the last command (end of command).
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

sleFilterAddressControlReqResult 1.3.6.1.4.1.6296.101.6.3.2.5
The result of the last user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlRequestResultType  

sleFilterAddressControlMac 1.3.6.1.4.1.6296.101.6.3.2.6
The MAC Address for the Deny Host.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

sleFilterAddressNotification 1.3.6.1.4.1.6296.101.6.3.3
OBJECT IDENTIFIER    

sleFilterAddressCreated 1.3.6.1.4.1.6296.101.6.3.3.1
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleFilterAddressDestroyed 1.3.6.1.4.1.6296.101.6.3.3.2
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleRelayServer 1.3.6.1.4.1.6296.101.6.4
OBJECT IDENTIFIER    

sleRelayServerTable 1.3.6.1.4.1.6296.101.6.4.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SleRelayServerEntry

sleRelayServerEntry 1.3.6.1.4.1.6296.101.6.4.1.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SleRelayServerEntry  

sleRelayServerIndex 1.3.6.1.4.1.6296.101.6.4.1.1.1
Description.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..3  

sleRelayServerIp 1.3.6.1.4.1.6296.101.6.4.1.1.2
The DHCP Server IP creating in the Relay Daemon.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

sleRelayServerVid 1.3.6.1.4.1.6296.101.6.4.1.1.3
Description.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4094  

sleRelayServerOUI 1.3.6.1.4.1.6296.101.6.4.1.1.4
Description.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..3)  

sleRelayServerControl 1.3.6.1.4.1.6296.101.6.4.2
OBJECT IDENTIFIER    

sleRelayServerControlRequest 1.3.6.1.4.1.6296.101.6.4.2.1
The request of a user command. 1 - createRelayServer 2 - destroyRelayServer
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createRelayServer(1), destroyRelayServer(2), createRelayServerOUI(3), destroyRelayServerOUI(4)  

sleRelayServerControlStatus 1.3.6.1.4.1.6296.101.6.4.2.2
The status of a user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlStatusType  

sleRelayServerControlTimer 1.3.6.1.4.1.6296.101.6.4.2.3
The maximum wait time for the manager for a long running user command.
Status: current Access: read-write
OBJECT-TYPE    
  Gauge32  

sleRelayServerControlTImeStamp 1.3.6.1.4.1.6296.101.6.4.2.4
The time stamp of the last command (end of command).
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

sleRelayServerControlReqResult 1.3.6.1.4.1.6296.101.6.4.2.5
The result of the last user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlRequestResultType  

sleRelayServerControlIndex 1.3.6.1.4.1.6296.101.6.4.2.6
Description.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..3  

sleRelayServerControlIp 1.3.6.1.4.1.6296.101.6.4.2.7
Description.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

sleRelayServerControlVid 1.3.6.1.4.1.6296.101.6.4.2.8
Description.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..4094  

sleRelayServerControlOUI 1.3.6.1.4.1.6296.101.6.4.2.9
Description.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..3)  

sleRelayServerNotification 1.3.6.1.4.1.6296.101.6.4.3
OBJECT IDENTIFIER    

sleRelayServerCreated 1.3.6.1.4.1.6296.101.6.4.3.1
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

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'
Status: current Access: read-write
NOTIFICATION-TYPE    

sleRelayServerOUICreated 1.3.6.1.4.1.6296.101.6.4.3.3
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleRelayServerOUIDestroyed 1.3.6.1.4.1.6296.101.6.4.3.4
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

slePool 1.3.6.1.4.1.6296.101.6.5
OBJECT IDENTIFIER    

slePoolTable 1.3.6.1.4.1.6296.101.6.5.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SlePoolEntry

slePoolEntry 1.3.6.1.4.1.6296.101.6.5.1.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlePoolEntry  

slePoolIndex 1.3.6.1.4.1.6296.101.6.5.1.1.1
The Pool index
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

slePoolName 1.3.6.1.4.1.6296.101.6.5.1.1.2
The Pool name.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

slePoolDefaultLeaseTime 1.3.6.1.4.1.6296.101.6.5.1.1.3
The default time assigned to Lease in Pool. The value of 0 denotes that the default time was not set.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 120..2147483637  

slePoolMaxLeaseTime 1.3.6.1.4.1.6296.101.6.5.1.1.4
The max time assigned to Lease in Pool. The value of 0 denotes that the max time was not set
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 120..2147483637  

slePoolSummaryTotal 1.3.6.1.4.1.6296.101.6.5.1.1.5
The number of Total Leases in Pool.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

slePoolSummaryAllocated 1.3.6.1.4.1.6296.101.6.5.1.1.6
The number of Allocated Leases in Pool.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

slePoolSummaryBound 1.3.6.1.4.1.6296.101.6.5.1.1.7
The number of Bound Leases in Pool.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

slePoolSummaryOffered 1.3.6.1.4.1.6296.101.6.5.1.1.8
The number of Offered Leases in Pool.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

slePoolSummaryFixed 1.3.6.1.4.1.6296.101.6.5.1.1.9
The number of Fixed Leases in Pool.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

slePoolSummaryAbandon 1.3.6.1.4.1.6296.101.6.5.1.1.10
The number of Abandon Leases in Pool.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

slePoolSummaryAvailable 1.3.6.1.4.1.6296.101.6.5.1.1.11
The number of Available Leases in Pool.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

slePoolSummarySubnet 1.3.6.1.4.1.6296.101.6.5.1.1.12
Description.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

slePoolDomainName 1.3.6.1.4.1.6296.101.6.5.1.1.13
Description.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0|1..64)  

slePoolControl 1.3.6.1.4.1.6296.101.6.5.2
OBJECT IDENTIFIER    

slePoolControlRequest 1.3.6.1.4.1.6296.101.6.5.2.1
The request of a user command.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createPool(1), destroyPool(2), setPoolLeaseTimeProfile(3), setPoolDomainName(4)  

slePoolControlStatus 1.3.6.1.4.1.6296.101.6.5.2.2
The status of a user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlStatusType  

slePoolControlTimer 1.3.6.1.4.1.6296.101.6.5.2.3
The maximum wait time for the manager for a long running user command.
Status: current Access: read-write
OBJECT-TYPE    
  Gauge32  

slePoolControlTImeStamp 1.3.6.1.4.1.6296.101.6.5.2.4
The time stamp of the last command (end of command).
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

slePoolControlReqResult 1.3.6.1.4.1.6296.101.6.5.2.5
The result of the last user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlRequestResultType  

slePoolControlIndex 1.3.6.1.4.1.6296.101.6.5.2.6
Description.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

slePoolControlName 1.3.6.1.4.1.6296.101.6.5.2.7
The Pool name.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

slePoolControlDefaultLeaseTime 1.3.6.1.4.1.6296.101.6.5.2.8
The default time assigned to Lease in Pool. If 0, the default time is clear
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0 | 120..2147483637  

slePoolControlMaxLeaseTime 1.3.6.1.4.1.6296.101.6.5.2.9
The max time assigned to Lease in Pool. If 0, the max time is clear.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0 | 120..2147483637  

slePoolControlDomainName 1.3.6.1.4.1.6296.101.6.5.2.10
Description.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0|1..64)  

slePoolNotification 1.3.6.1.4.1.6296.101.6.5.3
OBJECT IDENTIFIER    

slePoolCreated 1.3.6.1.4.1.6296.101.6.5.3.1
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

slePoolDestroyed 1.3.6.1.4.1.6296.101.6.5.3.2
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

slePoolLeaseTimeProfileChanged 1.3.6.1.4.1.6296.101.6.5.3.3
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

slePoolDomainNameChanged 1.3.6.1.4.1.6296.101.6.5.3.4
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleDns 1.3.6.1.4.1.6296.101.6.6
OBJECT IDENTIFIER    

sleDnsTable 1.3.6.1.4.1.6296.101.6.6.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SleDnsEntry

sleDnsEntry 1.3.6.1.4.1.6296.101.6.6.1.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SleDnsEntry  

sleDnsIndex 1.3.6.1.4.1.6296.101.6.6.1.1.1
Description.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..3  

sleDnsIp 1.3.6.1.4.1.6296.101.6.6.1.1.2
The Ip address of Dns setting in Dhcp server daemon.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

sleDnsControl 1.3.6.1.4.1.6296.101.6.6.2
OBJECT IDENTIFIER    

sleDnsControlRequest 1.3.6.1.4.1.6296.101.6.6.2.1
The request of a user command.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createDns(1), destroyDns(2)  

sleDnsControlStatus 1.3.6.1.4.1.6296.101.6.6.2.2
The status of a user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlStatusType  

sleDnsControlTimer 1.3.6.1.4.1.6296.101.6.6.2.3
The maximum wait time for the manager for a long running user command.
Status: current Access: read-write
OBJECT-TYPE    
  Gauge32  

sleDnsControlTImeStamp 1.3.6.1.4.1.6296.101.6.6.2.4
The time stamp of the last command (end of command).
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

sleDnsControlReqResult 1.3.6.1.4.1.6296.101.6.6.2.5
The result of the last user command.
Status: current Access: read-write
OBJECT-TYPE    
  SleControlRequestResultType  

sleDnsControlPoolIndex 1.3.6.1.4.1.6296.101.6.6.2.6
Description.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

sleDnsControlIndex 1.3.6.1.4.1.6296.101.6.6.2.7
Description.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..3  

sleDnsControlIp 1.3.6.1.4.1.6296.101.6.6.2.8
Description.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

sleDnsNotification 1.3.6.1.4.1.6296.101.6.6.3
OBJECT IDENTIFIER    

sleDnsCreated 1.3.6.1.4.1.6296.101.6.6.3.1
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

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'
Status: current Access: read-write
NOTIFICATION-TYPE    

sleSubnet 1.3.6.1.4.1.6296.101.6.7
OBJECT IDENTIFIER    

sleSubnetTable 1.3.6.1.4.1.6296.101.6.7.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SleSubnetEntry

sleSubnetEntry 1.3.6.1.4.1.6296.101.6.7.1.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SleSubnetEntry  

sleSubnetIp 1.3.6.1.4.1.6296.101.6.7.1.1.1
The Subnet IP Address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

sleSubnetMask 1.3.6.1.4.1.6296.101.6.7.1.1.2
The Subnet Mask prefix length.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..32  

sleSubnetDefaultGateway 1.3.6.1.4.1.6296.101.6.7.1.1.3
The Gateway IP assigned to SubnetMask.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

sleSubnetControl 1.3.6.1.4.1.6296.101.6.7.2
OBJECT IDENTIFIER    

sleSubnetControlRequest 1.3.6.1.4.1.6296.101.6.7.2.1
The request of a user command.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createSubnet(1), destroySubnet(2)  

sleSubnetControlStatus 1.3.6.1.4.1.6296.101.6.7.2.2
The status of a user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlStatusType  

sleSubnetControlTimer 1.3.6.1.4.1.6296.101.6.7.2.3
The maximum wait time for the manager for a long running user command.
Status: current Access: read-write
OBJECT-TYPE    
  Gauge32  

sleSubnetControlTImeStamp 1.3.6.1.4.1.6296.101.6.7.2.4
The time stamp of the last command (end of command).
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

sleSubnetControlReqResult 1.3.6.1.4.1.6296.101.6.7.2.5
The result of the last user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlRequestResultType  

sleSubnetControlPoolIndex 1.3.6.1.4.1.6296.101.6.7.2.6
Description.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

sleSubnetControlIp 1.3.6.1.4.1.6296.101.6.7.2.7
Description.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

sleSubnetControlMask 1.3.6.1.4.1.6296.101.6.7.2.8
Description.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..32  

sleSubnetNotification 1.3.6.1.4.1.6296.101.6.7.3
OBJECT IDENTIFIER    

sleSubnetCreated 1.3.6.1.4.1.6296.101.6.7.3.1
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleSubnetDestroyed 1.3.6.1.4.1.6296.101.6.7.3.2
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleDefaultGateway 1.3.6.1.4.1.6296.101.6.8
OBJECT IDENTIFIER    

sleDefaultGatewayTable 1.3.6.1.4.1.6296.101.6.8.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SleDefaultGatewayEntry

sleDefaultGatewayEntry 1.3.6.1.4.1.6296.101.6.8.1.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SleDefaultGatewayEntry  

sleDefaultGatewayIndex 1.3.6.1.4.1.6296.101.6.8.1.1.1
Description.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..48  

sleDefaultGatewayIp 1.3.6.1.4.1.6296.101.6.8.1.1.2
The Gateway IP assigned to leases of the Subnet.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

sleDefaultGatewayControl 1.3.6.1.4.1.6296.101.6.8.2
OBJECT IDENTIFIER    

sleDefaultGatewayControlRequest 1.3.6.1.4.1.6296.101.6.8.2.1
The request of a user command.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createDefaultGateway(1), destroyDefaultGateway(2)  

sleDefaultGatewayControlStatus 1.3.6.1.4.1.6296.101.6.8.2.2
The status of a user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlStatusType  

sleDefaultGatewayControlTimer 1.3.6.1.4.1.6296.101.6.8.2.3
The maximum wait time for the manager for a long running user command.
Status: current Access: read-write
OBJECT-TYPE    
  Gauge32  

sleDefaultGatewayControlTImeStamp 1.3.6.1.4.1.6296.101.6.8.2.4
The time stamp of the last command (end of command).
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

sleDefaultGatewayControlReqResult 1.3.6.1.4.1.6296.101.6.8.2.5
The result of the last user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlRequestResultType  

sleDefaultGatewayControlPoolIndex 1.3.6.1.4.1.6296.101.6.8.2.6
The Pool name.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

sleDefaultGatewayControlIndex 1.3.6.1.4.1.6296.101.6.8.2.7
Description.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..48  

sleDefaultGatewayControlIp 1.3.6.1.4.1.6296.101.6.8.2.8
The Gateway IP assigned to Subnet.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

sleDefaultGatewayNotification 1.3.6.1.4.1.6296.101.6.8.3
OBJECT IDENTIFIER    

sleDefaultGatewayCreated 1.3.6.1.4.1.6296.101.6.8.3.1
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

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'
Status: current Access: read-write
NOTIFICATION-TYPE    

sleRange 1.3.6.1.4.1.6296.101.6.9
OBJECT IDENTIFIER    

sleRangeTable 1.3.6.1.4.1.6296.101.6.9.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SleRangeEntry

sleRangeEntry 1.3.6.1.4.1.6296.101.6.9.1.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SleRangeEntry  

sleRangeStart 1.3.6.1.4.1.6296.101.6.9.1.1.1
The start IP of subnet's range.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

sleRangeEnd 1.3.6.1.4.1.6296.101.6.9.1.1.2
The end IP of subnet's range.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

sleRangeSubnetIP 1.3.6.1.4.1.6296.101.6.9.1.1.3
The IP Address of the parent Subnet that the static Lease belongs to.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

sleRangeSubnetMask 1.3.6.1.4.1.6296.101.6.9.1.1.4
The Mask prefix length of the parent Subnet that the range belongs to.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..32  

sleRangeControl 1.3.6.1.4.1.6296.101.6.9.2
OBJECT IDENTIFIER    

sleRangeControlRequest 1.3.6.1.4.1.6296.101.6.9.2.1
The request of a user command.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createRange(1), destroyRange(2)  

sleRangeControlStatus 1.3.6.1.4.1.6296.101.6.9.2.2
The status of a user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlStatusType  

sleRangeControlTimer 1.3.6.1.4.1.6296.101.6.9.2.3
The maximum wait time for the manager for a long running user command.
Status: current Access: read-write
OBJECT-TYPE    
  Gauge32  

sleRangeControlTImeStamp 1.3.6.1.4.1.6296.101.6.9.2.4
The time stamp of the last command (end of command).
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

sleRangeControlReqResult 1.3.6.1.4.1.6296.101.6.9.2.5
The result of the last user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlRequestResultType  

sleRangeControlPoolIndex 1.3.6.1.4.1.6296.101.6.9.2.6
Description.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

sleRangeControlStart 1.3.6.1.4.1.6296.101.6.9.2.7
Description.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

sleRangeControlEnd 1.3.6.1.4.1.6296.101.6.9.2.8
Description.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

sleRangeNotification 1.3.6.1.4.1.6296.101.6.9.3
OBJECT IDENTIFIER    

sleRangeCreated 1.3.6.1.4.1.6296.101.6.9.3.1
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleRangeDestroyed 1.3.6.1.4.1.6296.101.6.9.3.2
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleFixed 1.3.6.1.4.1.6296.101.6.10
OBJECT IDENTIFIER    

sleFixedTable 1.3.6.1.4.1.6296.101.6.10.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SleFixedEntry

sleFixedEntry 1.3.6.1.4.1.6296.101.6.10.1.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SleFixedEntry  

sleFixedIp 1.3.6.1.4.1.6296.101.6.10.1.1.1
The IP address for the fixed Lease.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

sleFixedMac 1.3.6.1.4.1.6296.101.6.10.1.1.2
The MAC address for the fixed Lease.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

sleFixedControl 1.3.6.1.4.1.6296.101.6.10.2
OBJECT IDENTIFIER    

sleFixedControlRequest 1.3.6.1.4.1.6296.101.6.10.2.1
The request of a user command.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createFixed(1), destroyFixed(2)  

sleFixedControlStatus 1.3.6.1.4.1.6296.101.6.10.2.2
The status of a user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlStatusType  

sleFixedControlTimer 1.3.6.1.4.1.6296.101.6.10.2.3
The maximum wait time for the manager for a long running user command.
Status: current Access: read-write
OBJECT-TYPE    
  Gauge32  

sleFixedControlTImeStamp 1.3.6.1.4.1.6296.101.6.10.2.4
The time stamp of the last command (end of command).
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

sleFixedControlReqResult 1.3.6.1.4.1.6296.101.6.10.2.5
The result of the last user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlRequestResultType  

sleFixedControlPoolIndex 1.3.6.1.4.1.6296.101.6.10.2.6
Description.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

sleFixedControlIp 1.3.6.1.4.1.6296.101.6.10.2.7
Description.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

sleFixedControlMac 1.3.6.1.4.1.6296.101.6.10.2.8
Description.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

sleFixedNotification 1.3.6.1.4.1.6296.101.6.10.3
OBJECT IDENTIFIER    

sleFixedCreated 1.3.6.1.4.1.6296.101.6.10.3.1
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleFixedDestroyed 1.3.6.1.4.1.6296.101.6.10.3.2
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleOption82 1.3.6.1.4.1.6296.101.6.11
OBJECT IDENTIFIER    

sleOption82Table 1.3.6.1.4.1.6296.101.6.11.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SleOption82Entry

sleOption82Entry 1.3.6.1.4.1.6296.101.6.11.1.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SleOption82Entry  

sleOption82RemoteType 1.3.6.1.4.1.6296.101.6.11.1.1.1
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'.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ipaddress(1), binary(2), text(3)  

sleOption82RemoteId 1.3.6.1.4.1.6296.101.6.11.1.1.2
The remote id for the Option82 Lease limit.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..48)  

sleOption82CircuitType 1.3.6.1.4.1.6296.101.6.11.1.1.3
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'.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER invalid(0), index(1), binary(2), text(3)  

sleOption82CircuitId 1.3.6.1.4.1.6296.101.6.11.1.1.4
The circuit id for the Option82 Lease limit.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..48)  

sleOption82Limit 1.3.6.1.4.1.6296.101.6.11.1.1.5
The Option82 Lease limit count for the remote system and the corresponding port. -1 : default value(un set value) 0-2147483637 : set value
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER -1..2147483637  

sleOption82PoolName 1.3.6.1.4.1.6296.101.6.11.1.1.6
The Pool Name. NULL: unset value
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

sleOption82Control 1.3.6.1.4.1.6296.101.6.11.2
OBJECT IDENTIFIER    

sleOption82ControlRequest 1.3.6.1.4.1.6296.101.6.11.2.1
The request of a user command.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER createOption82(1), destroyOption82(2), setOption82Profile(3)  

sleOption82ControlStatus 1.3.6.1.4.1.6296.101.6.11.2.2
The status of a user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlStatusType  

sleOption82ControlTimer 1.3.6.1.4.1.6296.101.6.11.2.3
The maximum wait time for the manager for a long running user command.
Status: current Access: read-write
OBJECT-TYPE    
  Gauge32  

sleOption82ControlTImeStamp 1.3.6.1.4.1.6296.101.6.11.2.4
The time stamp of the last command (end of command).
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

sleOption82ControlReqResult 1.3.6.1.4.1.6296.101.6.11.2.5
The result of the last user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlRequestResultType  

sleOption82ControlRemoteType 1.3.6.1.4.1.6296.101.6.11.2.6
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'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ipaddress(1), binary(2), text(3)  

sleOption82ControlRemoteId 1.3.6.1.4.1.6296.101.6.11.2.7
Description.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..48)  

sleOption82ControlCircuitType 1.3.6.1.4.1.6296.101.6.11.2.8
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'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER invalid(0), index(1), binary(2), text(3)  

sleOption82ControlCircuitId 1.3.6.1.4.1.6296.101.6.11.2.9
Description.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..48)  

sleOption82ControlLimit 1.3.6.1.4.1.6296.101.6.11.2.10
-2 : invalid value. -1 : default value(clear value). 0-2147483637 : set value
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER -2..2147483637  

sleOption82ControlPoolName 1.3.6.1.4.1.6296.101.6.11.2.11
The Pool Name. NULL: default default value (clear) {0xff, 0x00}: default value (clear) {0xfe, 0x00}: not avaliable
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

sleOption82Notification 1.3.6.1.4.1.6296.101.6.11.3
OBJECT IDENTIFIER    

sleOption82Created 1.3.6.1.4.1.6296.101.6.11.3.1
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleOption82Destroyed 1.3.6.1.4.1.6296.101.6.11.3.2
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleOption82ProfileChanged 1.3.6.1.4.1.6296.101.6.11.3.3
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleOption82System 1.3.6.1.4.1.6296.101.6.12
OBJECT IDENTIFIER    

sleOption82SystemTable 1.3.6.1.4.1.6296.101.6.12.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SleOption82SystemEntry

sleOption82SystemEntry 1.3.6.1.4.1.6296.101.6.12.1.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SleOption82SystemEntry  

sleOption82SystemIndex 1.3.6.1.4.1.6296.101.6.12.1.1.1
PortIndex
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

sleOption82SystemCtype 1.3.6.1.4.1.6296.101.6.12.1.1.2
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'.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER invalid(0), index(1), binary(2), text(3)  

sleOption82SystemCid 1.3.6.1.4.1.6296.101.6.12.1.1.3
The circuit id for the Option82 Lease limit. If Null, it is not set.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..63)  

sleOption82SystemControl 1.3.6.1.4.1.6296.101.6.12.2
OBJECT IDENTIFIER    

sleOption82SystemControlRequest 1.3.6.1.4.1.6296.101.6.12.2.1
The request of a user command.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER setOption82SystemCircuit(1)  

sleOption82SystemControlStatus 1.3.6.1.4.1.6296.101.6.12.2.2
The status of a user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlStatusType  

sleOption82SystemControlTimer 1.3.6.1.4.1.6296.101.6.12.2.3
The maximum wait time for the manager for a long running user command.
Status: current Access: read-write
OBJECT-TYPE    
  Gauge32  

sleOption82SystemControlTImeStamp 1.3.6.1.4.1.6296.101.6.12.2.4
The time stamp of the last command (end of command).
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

sleOption82SystemControlReqResult 1.3.6.1.4.1.6296.101.6.12.2.5
The result of the last user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlRequestResultType  

sleOption82SystemControlIndex 1.3.6.1.4.1.6296.101.6.12.2.6
InterfaceIndex
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

sleOption82SystemControlCtype 1.3.6.1.4.1.6296.101.6.12.2.7
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'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER invalid(0), index(1), binary(2), text(3)  

sleOption82SystemControlCid 1.3.6.1.4.1.6296.101.6.12.2.8
The circuit id of the port for the Option82.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..63)  

sleOption82CircuitNotification 1.3.6.1.4.1.6296.101.6.12.3
OBJECT IDENTIFIER    

setOption82SystemCircuit 1.3.6.1.4.1.6296.101.6.12.3.1
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleIllegal 1.3.6.1.4.1.6296.101.6.13
OBJECT IDENTIFIER    

sleIllegalTable 1.3.6.1.4.1.6296.101.6.13.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SleIllegalEntry

sleIllegalEntry 1.3.6.1.4.1.6296.101.6.13.1.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SleIllegalEntry  

sleIllegalIp 1.3.6.1.4.1.6296.101.6.13.1.1.1
The illegal IP address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

sleIllegalMac 1.3.6.1.4.1.6296.101.6.13.1.1.2
The MAC Address of this illegal address.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

sleIllegalTime 1.3.6.1.4.1.6296.101.6.13.1.1.3
The Time that the illegal Ip was found. It denotes such as '2004/12/20 10:20:30'
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

sleIllegalControl 1.3.6.1.4.1.6296.101.6.13.2
OBJECT IDENTIFIER    

sleIllegalControlRequest 1.3.6.1.4.1.6296.101.6.13.2.1
The request of a user command.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER clearIllegal(1)  

sleIllegalControlStatus 1.3.6.1.4.1.6296.101.6.13.2.2
The status of a user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlStatusType  

sleIllegalControlTimer 1.3.6.1.4.1.6296.101.6.13.2.3
The maximum wait time for the manager for a long running user command.
Status: current Access: read-write
OBJECT-TYPE    
  Gauge32  

sleIllegalControlTImeStamp 1.3.6.1.4.1.6296.101.6.13.2.4
The time stamp of the last command (end of command).
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

sleIllegalControlReqResult 1.3.6.1.4.1.6296.101.6.13.2.5
The result of the last user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlRequestResultType  

sleIllegalNotification 1.3.6.1.4.1.6296.101.6.13.3
OBJECT IDENTIFIER    

sleIllegalCleared 1.3.6.1.4.1.6296.101.6.13.3.1
Description.
Status: current Access: read-only
NOTIFICATION-TYPE    

sleLeased 1.3.6.1.4.1.6296.101.6.14
OBJECT IDENTIFIER    

sleLeasedTable 1.3.6.1.4.1.6296.101.6.14.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SleLeasedEntry

sleLeasedEntry 1.3.6.1.4.1.6296.101.6.14.1.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SleLeasedEntry  

sleLeasedIp 1.3.6.1.4.1.6296.101.6.14.1.1.1
The leased IP address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

sleLeasedPoolIndex 1.3.6.1.4.1.6296.101.6.14.1.1.2
The Pool Index.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

sleLeasedPoolName 1.3.6.1.4.1.6296.101.6.14.1.1.3
The Pool name.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

sleLeasedTime 1.3.6.1.4.1.6296.101.6.14.1.1.4
The Lease's TimeStamp. It denotes such as '2004/12/20 10:20:30 - 2004/12/22 10:24:32'.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

sleLeasedHwaddr 1.3.6.1.4.1.6296.101.6.14.1.1.5
The Hardware Address of the allocated Lease.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

sleLeasedHostname 1.3.6.1.4.1.6296.101.6.14.1.1.6
The Host name of the allocated Lease.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

sleLeasedUid 1.3.6.1.4.1.6296.101.6.14.1.1.7
The Client-ID of the allocated Lease.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

sleLeasedRid 1.3.6.1.4.1.6296.101.6.14.1.1.8
The Option82 Remote-ID of the allocated Lease.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

sleLeasedCid 1.3.6.1.4.1.6296.101.6.14.1.1.9
The Option82 Circuit-ID of the allocated Lease.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

sleLeasedControl 1.3.6.1.4.1.6296.101.6.14.2
OBJECT IDENTIFIER    

sleLeasedControlRequest 1.3.6.1.4.1.6296.101.6.14.2.1
The request of a user command.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER flushLeasedIpMask(1), flushLeasedPool(2)  

sleLeasedControlStatus 1.3.6.1.4.1.6296.101.6.14.2.2
The status of a user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlStatusType  

sleLeasedControlTimer 1.3.6.1.4.1.6296.101.6.14.2.3
The maximum wait time for the manager for a long running user command.
Status: current Access: read-write
OBJECT-TYPE    
  Gauge32  

sleLeasedControlTImeStamp 1.3.6.1.4.1.6296.101.6.14.2.4
The time stamp of the last command (end of command).
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

sleLeasedControlReqResult 1.3.6.1.4.1.6296.101.6.14.2.5
The result of the last user command.
Status: current Access: read-only
OBJECT-TYPE    
  SleControlRequestResultType  

sleLeasedControlIp 1.3.6.1.4.1.6296.101.6.14.2.6
The lease IP address.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

sleLeasedControlMask 1.3.6.1.4.1.6296.101.6.14.2.7
The lease IP Mask
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..32  

sleLeasedControlPoolIndex 1.3.6.1.4.1.6296.101.6.14.2.8
sleLeasedPoolIndex
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

sleLeasedNotification 1.3.6.1.4.1.6296.101.6.14.3
OBJECT IDENTIFIER    

sleLeasedIpMaskFlushed 1.3.6.1.4.1.6296.101.6.14.3.1
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleLeasedPoolFlushed 1.3.6.1.4.1.6296.101.6.14.3.2
Description.
Status: current Access: read-write
NOTIFICATION-TYPE    

sleDhcpGroup 1.3.6.1.4.1.6296.101.6.15
Description.
Status: current Access: read-write
OBJECT-GROUP    

sleDhcpNotificationGroup 1.3.6.1.4.1.6296.101.6.16
Description.
Status: current Access: read-write
NOTIFICATION-GROUP