HMDHCPS-SNMP-MIB

File: HMDHCPS-SNMP-MIB.mib (28673 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC HMPRIV-MGMT-SNMP-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
Integer32 Unsigned32 IpAddress
RowStatus DisplayString MacAddress
hmConfiguration

Defined Types

HmDHCPServerPoolEntry  
SEQUENCE    
  hmDHCPServerPoolIndex Unsigned32
  hmDHCPServerPoolStartIpAddress IpAddress
  hmDHCPServerPoolEndIpAddress IpAddress
  hmDHCPServerPoolLeaseTime Unsigned32
  hmDHCPServerPoolFlags BITS
  hmDHCPServerPoolIfIndex Integer32
  hmDHCPServerPoolMacAddress MacAddress
  hmDHCPServerPoolGateway IpAddress
  hmDHCPServerPoolClientId OCTET STRING
  hmDHCPServerPoolRemoteId OCTET STRING
  hmDHCPServerPoolCircuitId OCTET STRING
  hmDHCPServerPoolHirschmannClient INTEGER
  hmDHCPServerPoolVlanId Integer32
  hmDHCPServerPoolOptionConfFileName DisplayString
  hmDHCPServerPoolOptionGateway IpAddress
  hmDHCPServerPoolOptionNetmask IpAddress
  hmDHCPServerPoolOptionWINS IpAddress
  hmDHCPServerPoolOptionDNS IpAddress
  hmDHCPServerPoolOptionHostname DisplayString
  hmDHCPServerPoolOptionVendor OCTET STRING
  hmDHCPServerPoolErrorStatus Unsigned32
  hmDHCPServerPoolRowStatus RowStatus

HmDHCPServerLeaseEntry  
SEQUENCE    
  hmDHCPServerLeasePoolIndex Unsigned32
  hmDHCPServerLeaseIpAddress IpAddress
  hmDHCPServerLeaseState INTEGER
  hmDHCPServerLeaseTimeRemaining Unsigned32
  hmDHCPServerLeaseIfIndex Integer32
  hmDHCPServerLeaseClientMacAddress MacAddress
  hmDHCPServerLeaseGateway IpAddress
  hmDHCPServerLeaseClientId OCTET STRING
  hmDHCPServerLeaseRemoteId OCTET STRING
  hmDHCPServerLeaseCircuitId OCTET STRING
  hmDHCPServerLeaseStartTime Unsigned32
  hmDHCPServerLeaseAction INTEGER
  hmDHCPServerLeaseVlanId Integer32

HmDHCPServerIfConfigEntry  
SEQUENCE    
  hmDHCPServerIfConfigIndex Integer32
  hmDHCPServerIfConfigMode INTEGER

HmDHCPServerCounterIfEntry  
SEQUENCE    
  hmDHCPServerCounterIfIndex Integer32
  hmDHCPServerCounterBootpRequests Counter32
  hmDHCPServerCounterBootpInvalids Counter32
  hmDHCPServerCounterBootpReplies Counter32
  hmDHCPServerCounterBootpDroppedUnknownClients Counter32
  hmDHCPServerCounterBootpDroppedNotServingSubnet Counter32
  hmDHCPServerCounterDhcpv4Discovers Counter32
  hmDHCPServerCounterDhcpv4Offers Counter32
  hmDHCPServerCounterDhcpv4Requests Counter32
  hmDHCPServerCounterDhcpv4Declines Counter32
  hmDHCPServerCounterDhcpv4Acks Counter32
  hmDHCPServerCounterDhcpv4Naks Counter32
  hmDHCPServerCounterDhcpv4Releases Counter32
  hmDHCPServerCounterDhcpv4Informs Counter32
  hmDHCPServerCounterDhcpv4ForcedRenews Counter32
  hmDHCPServerCounterDhcpv4Invalids Counter32
  hmDHCPServerCounterDhcpv4DroppedUnknownClient Counter32
  hmDHCPServerCounterDhcpv4DroppedNotServingSubnet Counter32
  hmDHCPServerCounterMiscOtherDhcpServer Counter32

Defined Values

hmDhcps 1.3.6.1.4.1.248.14.16
The Hirschmann Private DHCP MIB definitions for Platform devices.
MODULE-IDENTITY    

hmDHCPServerGroup 1.3.6.1.4.1.248.14.16.1
OBJECT IDENTIFIER    

hmDHCPServerConfigGroup 1.3.6.1.4.1.248.14.16.1.1
OBJECT IDENTIFIER    

hmDHCPServerLeaseGroup 1.3.6.1.4.1.248.14.16.1.2
OBJECT IDENTIFIER    

hmDHCPServerInterfaceGroup 1.3.6.1.4.1.248.14.16.1.3
OBJECT IDENTIFIER    

hmDHCPServerCounterGroup 1.3.6.1.4.1.248.14.16.1.4
OBJECT IDENTIFIER    

hmDHCPServerMode 1.3.6.1.4.1.248.14.16.1.1.1
Enable or disable DHCP server global.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hmDHCPServerMaxPoolEntries 1.3.6.1.4.1.248.14.16.1.1.2
Maximum possible entries in hmDHCPServerPoolTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hmDHCPServerMaxLeaseEntries 1.3.6.1.4.1.248.14.16.1.1.3
Maximum possible entries in hmDHCPServerLeaseTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hmDHCPServerAddrProbe 1.3.6.1.4.1.248.14.16.1.1.4
If set to enable the DHCP server probes the allocated address with an ICMP Echo Request before offering to the client.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hmDHCPServerPoolTable 1.3.6.1.4.1.248.14.16.1.1.5
A table containing the DHCP server pools.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HmDHCPServerPoolEntry

hmDHCPServerPoolEntry 1.3.6.1.4.1.248.14.16.1.1.5.1
A logical row in the hmDHCPServerPoolTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HmDHCPServerPoolEntry  

hmDHCPServerPoolIndex 1.3.6.1.4.1.248.14.16.1.1.5.1.1
The index of hmDHCPServerPoolTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hmDHCPServerPoolStartIpAddress 1.3.6.1.4.1.248.14.16.1.1.5.1.2
The IPv4 address of the first address in the range. The value of hmDHCPServerPoolStartIpAddress MUST be less than or equal to the value of hmDHCPServerPoolEndIpAddress.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

hmDHCPServerPoolEndIpAddress 1.3.6.1.4.1.248.14.16.1.1.5.1.3
The IPv4 address of the last address in the range. The value of hmDHCPServerPoolEndIpAddress MUST be greater than or equal to the value of hmDHCPServerPoolStartIpAddress.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hmDHCPServerPoolLeaseTime 1.3.6.1.4.1.248.14.16.1.1.5.1.4
The pools lease time in number of seconds. A value of 4294967295 SHOULD be used for leases that have a lease time which is 'infinite' and for BOOTP leases.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

hmDHCPServerPoolFlags 1.3.6.1.4.1.248.14.16.1.1.5.1.5
This object shows the parameters that are used to lease the IP Address.
Status: current Access: read-create
OBJECT-TYPE    
  BITS interface(0), mac(1), gateway(2), clientid(3), remoteid(4), circuitid(5), dynamic(6), vlanid(7)  

hmDHCPServerPoolIfIndex 1.3.6.1.4.1.248.14.16.1.1.5.1.6
The index of the interface.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hmDHCPServerPoolMacAddress 1.3.6.1.4.1.248.14.16.1.1.5.1.7
The MAC Address of the entry that is used to lease the IP Address.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

hmDHCPServerPoolGateway 1.3.6.1.4.1.248.14.16.1.1.5.1.8
The IPv4 address of the Gatewayinterface that is used to lease the IP Address.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hmDHCPServerPoolClientId 1.3.6.1.4.1.248.14.16.1.1.5.1.9
The Client Identifier of the entry that is used to lease the IP Address.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

hmDHCPServerPoolRemoteId 1.3.6.1.4.1.248.14.16.1.1.5.1.10
The Remote Identifier of the entry that is used to lease the IP Address. The Remote Identifier must be send in Option 82 as defined in RFC 3046.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

hmDHCPServerPoolCircuitId 1.3.6.1.4.1.248.14.16.1.1.5.1.11
The Cicuit Identifier of the entry that is used to lease the IP Address. The Circuit Identifier must be send in Option 82 as defined in RFC 3046.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

hmDHCPServerPoolHirschmannClient 1.3.6.1.4.1.248.14.16.1.1.5.1.12
Enable or disable Hirschmann Multicast.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hmDHCPServerPoolVlanId 1.3.6.1.4.1.248.14.16.1.1.5.1.13
The Vlan ID of the entry that is used to lease the IP Address. A value of -1 corresponds to management vlan (the default), any other value (1-4042) represents a specific VLAN
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hmDHCPServerPoolOptionConfFileName 1.3.6.1.4.1.248.14.16.1.1.5.1.30
Full specified name of the configuration file e.g. tftp://192.9.200.1/cfg/config1.sav. An empty string zeros the SNAME and the FILE field in the DHCP header.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..70)  

hmDHCPServerPoolOptionGateway 1.3.6.1.4.1.248.14.16.1.1.5.1.31
The IPv4 address of the Gateway. A value of 0 disables the attachment of the option field in the DHCP message.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hmDHCPServerPoolOptionNetmask 1.3.6.1.4.1.248.14.16.1.1.5.1.32
The subnet mask. A value of 0 disables the attachment of the option field in the DHCP message.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hmDHCPServerPoolOptionWINS 1.3.6.1.4.1.248.14.16.1.1.5.1.33
The IPv4 address of the WINS Server. A value of 0 disables the attachment of the option field in the DHCP message.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hmDHCPServerPoolOptionDNS 1.3.6.1.4.1.248.14.16.1.1.5.1.34
The IPv4 address of the DNS Server. A value of 0 disables the attachment of the option field in the DHCP message.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hmDHCPServerPoolOptionHostname 1.3.6.1.4.1.248.14.16.1.1.5.1.35
The name of the client (Option 12). An empty string disables the attachment of the option field in the DHCP message.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

hmDHCPServerPoolOptionVendor 1.3.6.1.4.1.248.14.16.1.1.5.1.36
Vendor Specific Information (Option 43) as hex string.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

hmDHCPServerPoolErrorStatus 1.3.6.1.4.1.248.14.16.1.1.5.1.99
The error Code by create a new Pool.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hmDHCPServerPoolRowStatus 1.3.6.1.4.1.248.14.16.1.1.5.1.100
This object indicates the status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hmDHCPServerLeaseTable 1.3.6.1.4.1.248.14.16.1.2.1
A table containing the DHCP server leases.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HmDHCPServerLeaseEntry

hmDHCPServerLeaseEntry 1.3.6.1.4.1.248.14.16.1.2.1.1
A logical row in the hmDHCPServerLeaseTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HmDHCPServerLeaseEntry  

hmDHCPServerLeasePoolIndex 1.3.6.1.4.1.248.14.16.1.2.1.1.1
The index of the hmDHCPServerPoolTable above.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hmDHCPServerLeaseIpAddress 1.3.6.1.4.1.248.14.16.1.2.1.1.2
This is an IP address from the pool with index hmDHCPServerLeasePoolIndex.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

hmDHCPServerLeaseState 1.3.6.1.4.1.248.14.16.1.2.1.1.3
The state of the lease.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER bootp(1), offering(2), requesting(3), bound(4), renewing(5), rebinding(6), declined(7), released(8)  

hmDHCPServerLeaseTimeRemaining 1.3.6.1.4.1.248.14.16.1.2.1.1.4
The remaining time of the lease configured in hmDHCPServerPoolLeaseTime.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hmDHCPServerLeaseIfIndex 1.3.6.1.4.1.248.14.16.1.2.1.1.5
The interface index where the lease is currently active.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hmDHCPServerLeaseClientMacAddress 1.3.6.1.4.1.248.14.16.1.2.1.1.6
The MAC Address of the entry that has leased the IP Address.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

hmDHCPServerLeaseGateway 1.3.6.1.4.1.248.14.16.1.2.1.1.7
The IPv4 address of the Gatewayinterface that was used to lease the IP Address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

hmDHCPServerLeaseClientId 1.3.6.1.4.1.248.14.16.1.2.1.1.8
The Client Identifier of the entry that was used to lease the IP Address.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

hmDHCPServerLeaseRemoteId 1.3.6.1.4.1.248.14.16.1.2.1.1.9
The Remote Identifier of the entry that was used to lease the IP Address.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

hmDHCPServerLeaseCircuitId 1.3.6.1.4.1.248.14.16.1.2.1.1.10
The Cicuit Identifier of the entry that was used to lease the IP Address.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

hmDHCPServerLeaseStartTime 1.3.6.1.4.1.248.14.16.1.2.1.1.11
Lease start Time.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hmDHCPServerLeaseAction 1.3.6.1.4.1.248.14.16.1.2.1.1.12
Manually release this ip address for new assignment.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), release(2)  

hmDHCPServerLeaseVlanId 1.3.6.1.4.1.248.14.16.1.2.1.1.13
The Vlan ID of the entry that is used to lease the IP Address. A value of -1 corresponds to management vlan (the default), any other value (1-4042) represents a specific VLAN
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hmDHCPServerIfConfigTable 1.3.6.1.4.1.248.14.16.1.3.1
A table containing current configuration information for each interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HmDHCPServerIfConfigEntry

hmDHCPServerIfConfigEntry 1.3.6.1.4.1.248.14.16.1.3.1.1
A logical row in the hmDHCPServerIfConfigTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HmDHCPServerIfConfigEntry  

hmDHCPServerIfConfigIndex 1.3.6.1.4.1.248.14.16.1.3.1.1.1
The index of the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hmDHCPServerIfConfigMode 1.3.6.1.4.1.248.14.16.1.3.1.1.2
Enable or disable DHCP server on this interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hmDHCPServerCounterIfTable 1.3.6.1.4.1.248.14.16.1.4.2
A table containing current configuration information for each interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HmDHCPServerCounterIfEntry

hmDHCPServerCounterIfEntry 1.3.6.1.4.1.248.14.16.1.4.2.1
A logical row in the hmDHCPServerCounterIfTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HmDHCPServerCounterIfEntry  

hmDHCPServerCounterIfIndex 1.3.6.1.4.1.248.14.16.1.4.2.1.1
The index of the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..128  

hmDHCPServerCounterBootpRequests 1.3.6.1.4.1.248.14.16.1.4.2.1.2
The number of packets received that contain a Message Type of 1 (BOOTREQUEST) in the first octet and do not contain option number 53 (DHCP Message Type) in the options.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hmDHCPServerCounterBootpInvalids 1.3.6.1.4.1.248.14.16.1.4.2.1.3
The number of packets received that do not contain a Message Type of 1 (BOOTREQUEST) in the first octet or are not valid BOOTP packets (e.g., too short, invalid field in packet header).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hmDHCPServerCounterBootpReplies 1.3.6.1.4.1.248.14.16.1.4.2.1.4
The number of packets sent that contain a Message Type of 2 (BOOTREPLY) in the first octet and do not contain option number 53 (DHCP Message Type) in the options.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hmDHCPServerCounterBootpDroppedUnknownClients 1.3.6.1.4.1.248.14.16.1.4.2.1.5
The number of BOOTP packets dropped due to the server not recognizing or not providing service to the hardware address received in the incoming packet.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hmDHCPServerCounterBootpDroppedNotServingSubnet 1.3.6.1.4.1.248.14.16.1.4.2.1.6
The number of BOOTP packets dropped due to the server not being configured or not otherwise able to serve addresses on the subnet from which this message was received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hmDHCPServerCounterDhcpv4Discovers 1.3.6.1.4.1.248.14.16.1.4.2.1.20
The number of DHCPDISCOVER (option 53 with value 1) packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hmDHCPServerCounterDhcpv4Offers 1.3.6.1.4.1.248.14.16.1.4.2.1.21
The number of DHCPOFFER (option 53 with value 2) packets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hmDHCPServerCounterDhcpv4Requests 1.3.6.1.4.1.248.14.16.1.4.2.1.22
The number of DHCPREQUEST (option 53 with value 3) packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hmDHCPServerCounterDhcpv4Declines 1.3.6.1.4.1.248.14.16.1.4.2.1.23
The number of DHCPDECLINE (option 53 with value 4) packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hmDHCPServerCounterDhcpv4Acks 1.3.6.1.4.1.248.14.16.1.4.2.1.24
The number of DHCPACK (option 53 with value 5) packets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hmDHCPServerCounterDhcpv4Naks 1.3.6.1.4.1.248.14.16.1.4.2.1.25
The number of DHCPNACK (option 53 with value 6) packets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hmDHCPServerCounterDhcpv4Releases 1.3.6.1.4.1.248.14.16.1.4.2.1.26
The number of DHCPRELEASE (option 53 with value 7) packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hmDHCPServerCounterDhcpv4Informs 1.3.6.1.4.1.248.14.16.1.4.2.1.27
The number of DHCPINFORM (option 53 with value 8) packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hmDHCPServerCounterDhcpv4ForcedRenews 1.3.6.1.4.1.248.14.16.1.4.2.1.28
The number of DHCPFORCERENEW (option 53 with value 9) packets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hmDHCPServerCounterDhcpv4Invalids 1.3.6.1.4.1.248.14.16.1.4.2.1.29
The number of DHCP packets received whose DHCP message type (i.e., option number 53) is not understood or handled by the server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hmDHCPServerCounterDhcpv4DroppedUnknownClient 1.3.6.1.4.1.248.14.16.1.4.2.1.30
The number of DHCP packets dropped due to the server not recognizing or not providing service to the client-id and/or hardware address received in the incoming packet.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hmDHCPServerCounterDhcpv4DroppedNotServingSubnet 1.3.6.1.4.1.248.14.16.1.4.2.1.31
The number of DHCP packets dropped due to the server not being configured or not otherwise able to serve addresses on the subnet from which this message was received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hmDHCPServerCounterMiscOtherDhcpServer 1.3.6.1.4.1.248.14.16.1.4.2.1.40
The number of BOOTP and DHCP packets from another DHCP server seen on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32