HM2-NETCONFIG-MIB

File: HM2-NETCONFIG-MIB.mib (20167 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC RMON2-MIB
INET-ADDRESS-MIB IF-MIB HM2-TC-MIB

Imported symbols

NOTIFICATION-TYPE MODULE-IDENTITY OBJECT-TYPE
Integer32 DisplayString MacAddress
TimeFilter InetAddressType InetAddress
InetAddressPrefixLength ifIndex InterfaceIndex
hm2ConfigurationMibs HmEnabledStatus

Defined Types

Hm2NetACDAddrEntry  
SEQUENCE    
  hm2NetACDTimeMark TimeFilter
  hm2NetACDAddrType InetAddressType
  hm2NetACDIPAddr InetAddress
  hm2NetACDMAC MacAddress
  hm2NetACDifIndex InterfaceIndex

Defined Values

hm2NetConfigMib 1.3.6.1.4.1.248.11.20
Hirschmann Network Configuration MIB. Copyright (C) 2012. All Rights Reserved.
MODULE-IDENTITY    

hm2NetConfigMibNotifications 1.3.6.1.4.1.248.11.20.0
OBJECT IDENTIFIER    

hm2NetConfigMibObjects 1.3.6.1.4.1.248.11.20.1
OBJECT IDENTIFIER    

hm2NetStaticGroup 1.3.6.1.4.1.248.11.20.1.1
OBJECT IDENTIFIER    

hm2NetACDGroup 1.3.6.1.4.1.248.11.20.1.2
OBJECT IDENTIFIER    

hm2NetMacGroup 1.3.6.1.4.1.248.11.20.1.3
OBJECT IDENTIFIER    

hm2NetHiDiscoveryGroup 1.3.6.1.4.1.248.11.20.1.4
OBJECT IDENTIFIER    

hm2NetMacACDGroup 1.3.6.1.4.1.248.11.20.1.5
OBJECT IDENTIFIER    

hm2NetOobMgmtGroup 1.3.6.1.4.1.248.11.20.1.6
OBJECT IDENTIFIER    

hm2NetConfigProtocol 1.3.6.1.4.1.248.11.20.1.1.1
The switch's network configuration protocol. The default value is dependent of the device type.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), bootp(2), dhcp(3)  

hm2NetLocalIPAddrType 1.3.6.1.4.1.248.11.20.1.1.2
Local IP address type.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

hm2NetLocalIPAddr 1.3.6.1.4.1.248.11.20.1.1.3
IP address of the management agent board. Changing this value will take effect after activating with hm2NetAction.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

hm2NetPrefixLength 1.3.6.1.4.1.248.11.20.1.1.4
The length of the IP netmask.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressPrefixLength  

hm2NetGatewayIPAddrType 1.3.6.1.4.1.248.11.20.1.1.5
Default gateway IP address type.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

hm2NetGatewayIPAddr 1.3.6.1.4.1.248.11.20.1.1.6
IP address of the default gateway. Changing this value will take effect after activating with hm2NetAction.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

hm2NetVlanID 1.3.6.1.4.1.248.11.20.1.1.7
VLAN-ID of the IP protocol stack. The VLAN-ID value means that only traffic of the appropriate VLAN is accepted and outgoing traffic uses this VLAN-ID.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..4042  

hm2NetVlanPriority 1.3.6.1.4.1.248.11.20.1.1.8
VLAN Priority which is used in management replies.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..7  

hm2NetIpDscpPriority 1.3.6.1.4.1.248.11.20.1.1.9
IP DSCP value which is used in management replies.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..63  

hm2NetMgmtPort 1.3.6.1.4.1.248.11.20.1.1.10
The port number of the Ethernet port, which gets the access to the switch management. If the value is set to 0, the access to the switch management is permitted from all ports of the switch. This object is only applicable for embedded switches which are integrated into customer devices.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hm2NetDHCPClientId 1.3.6.1.4.1.248.11.20.1.1.11
The identifier string that is currently used by the client in the request packets to the server for obtaining lease information.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

hm2NetAction 1.3.6.1.4.1.248.11.20.1.1.50
This object, when read, always returns a value of other(1). Setting the object to activate(2) causes a reconfiguration of the IP protocol stack with the current values of hm2NetLocalIPAddr, hm2NetGatewayIPAddr and hm2NetMask.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), activate(2)  

hm2NetACDStatus 1.3.6.1.4.1.248.11.20.1.2.1
Sets the status of the ip address conflict detection mechanism on this device. With activating the ACD status an internal check of duplicated IP-addresses is enabled.
Status: current Access: read-write
OBJECT-TYPE    
  HmEnabledStatus  

hm2NetACDDetectionMode 1.3.6.1.4.1.248.11.20.1.2.2
Sets the mode of the ip address conflict detection mechanism on this device. activeAndPassive (1): Both active and passive detection are active. activeDetectionOnly (2): During configuration of a local ip address the device actively probes the network for this ip address. passiveDetectionOnly (3): The device listens passively on the network if another device with an already locally configured ip address appears. In this case the own ip address is actively defended by transmitting gratituous ARP's.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER activeAndPassive(1), activeDetectionOnly(2), passiveDetectionOnly(3)  

hm2NetACDOngoingProbeStatus 1.3.6.1.4.1.248.11.20.1.2.3
If enabled, the device sends periodic ARP or NDP probes every 90-120 seconds.
Status: current Access: read-write
OBJECT-TYPE    
  HmEnabledStatus  

hm2NetACDDelay 1.3.6.1.4.1.248.11.20.1.2.5
Time gap between ARP or NDP probes being sent.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 20..500  

hm2NetACDReleaseDelay 1.3.6.1.4.1.248.11.20.1.2.7
Delay in seconds to the next ARP or NDP probe cycle after an ip address conflict was detected.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 3..3600  

hm2NetACDMaxProtection 1.3.6.1.4.1.248.11.20.1.2.9
The number of ARP announcement packets (gratuitous ARP packets) in passive(ongoing) mode to be received within hm2NetACDProtectInterval until the agent detects this as a conflict.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..100  

hm2NetACDProtectInterval 1.3.6.1.4.1.248.11.20.1.2.11
Delay in milliseconds between two protections. See also hm2NetACDMaxProtection.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 20..10000  

hm2NetACDFaultState 1.3.6.1.4.1.248.11.20.1.2.13
true(1) if an active address conflict is detected. false(2) if no present address conflict.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER true(1), false(2)  

hm2NetACDTrapEnable 1.3.6.1.4.1.248.11.20.1.2.15
If enabled this trap reports an address conflict.
Status: current Access: read-write
OBJECT-TYPE    
  HmEnabledStatus  

hm2NetACDAddrTable 1.3.6.1.4.1.248.11.20.1.2.20
This table contains address conflict detection information on the local system known to this agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hm2NetACDAddrEntry

hm2NetACDAddrEntry 1.3.6.1.4.1.248.11.20.1.2.20.1
IP Address conflict detection information about a particular address on the local system known to this agent. There may be multiple addresses configured on the system. Entries may be created and deleted in this table by the agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hm2NetACDAddrEntry  

hm2NetACDTimeMark 1.3.6.1.4.1.248.11.20.1.2.20.1.1
A TimeFilter for this entry. See the TimeFilter textual convention in IETF RFC 2021 and http://www.ietf.org/IESG/Implementations/RFC2021-Implementation.txt to see how TimeFilter works.
Status: current Access: read-only
OBJECT-TYPE    
  TimeFilter  

hm2NetACDAddrType 1.3.6.1.4.1.248.11.20.1.2.20.1.3
Local IP Address Type
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

hm2NetACDIPAddr 1.3.6.1.4.1.248.11.20.1.2.20.1.5
IP address used to identify the management address component associated with the local system.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

hm2NetACDMAC 1.3.6.1.4.1.248.11.20.1.2.20.1.7
The physical address of the device that was detected causing the ip address conflict.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

hm2NetACDifIndex 1.3.6.1.4.1.248.11.20.1.2.20.1.9
The interface index on the local system where the ip address conflict was detected.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

hm2NetLocalBurnedInMacAddr 1.3.6.1.4.1.248.11.20.1.3.1
Physical base address (MAC address) of the agent. This is the burned in MAC address from the production
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

hm2NetLocalAdminMacAddress 1.3.6.1.4.1.248.11.20.1.3.2
The switch's network locally administered MAC address. This is the locally MAC address from the administrator. If the hm2NetLocalAdminMacAddress is nonzero, the device starts with this MAC address at the next boot. If the variable is changed, they must be stored by the configuration manager. A MAC address with a set multicast bit will not be accepted
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

hm2NetMacAddressType 1.3.6.1.4.1.248.11.20.1.3.3
Shows the currently used MAC address at boot time. The device starts with the burned in MAC address when hm2NetLocalAdminMacAddress is zero, otherwise with the Local-Admin-MAC-Address.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER burned-in(1), local(2)  

hm2NetHiDiscoveryOperation 1.3.6.1.4.1.248.11.20.1.4.1
Enables/disables the HiDiscovery protocol on this device. This protocol allows a remote host to detect devices without an IP configuration. It also allows the host to set IP parameters, like the ip address, the netmask and the gateway address.
Status: current Access: read-write
OBJECT-TYPE    
  HmEnabledStatus  

hm2NetHiDiscoveryMode 1.3.6.1.4.1.248.11.20.1.4.2
In the read only mode only detecting and reading the IP parameters is permitted. The read write mode gives full access to the device.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER readWrite(1), readOnly(2)  

hm2NetHiDiscoveryBlinking 1.3.6.1.4.1.248.11.20.1.4.3
Enables/disables the HiDiscovery blinking sequence on this device. This object will not be saved.
Status: current Access: read-write
OBJECT-TYPE    
  HmEnabledStatus  

hm2NetHiDiscoveryProtocol 1.3.6.1.4.1.248.11.20.1.4.4
Shows the HiDiscovery protocols supported by the device.
Status: current Access: read-only
OBJECT-TYPE    
  BITS none(0), v1(1), v2(2)  

hm2NetHiDiscoveryRelay 1.3.6.1.4.1.248.11.20.1.4.5
Relay/bridge HiDiscovery frames.
Status: current Access: read-write
OBJECT-TYPE    
  HmEnabledStatus  

hm2NetMacACDStatus 1.3.6.1.4.1.248.11.20.1.5.1
Sets the status of the MAC address conflict detection mechanism on this device.
Status: current Access: read-write
OBJECT-TYPE    
  HmEnabledStatus  

hm2NetMacACDConflictAddress 1.3.6.1.4.1.248.11.20.1.5.2
MAC address in case of a conflict.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

hm2NetACDNotification 1.3.6.1.4.1.248.11.20.0.1
This trap reports an address conflict.
Status: current Access: read-only
NOTIFICATION-TYPE    

hm2NetMacACDNotification 1.3.6.1.4.1.248.11.20.0.2
This trap reports a MAC address conflict with it's own MAC address.
Status: current Access: read-only
NOTIFICATION-TYPE    

hm2NetOobMgmtAdminState 1.3.6.1.4.1.248.11.20.1.6.1
The status of the Out-of-band management on this device.
Status: current Access: read-write
OBJECT-TYPE    
  HmEnabledStatus  

hm2NetOobMgmtProtocol 1.3.6.1.4.1.248.11.20.1.6.2
The switch's out-of-band network configuration protocol. The default value is dependent of the device type.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), bootp(2), dhcp(3)  

hm2NetOobMgmtIPAddrType 1.3.6.1.4.1.248.11.20.1.6.3
Out-of-band IP address type.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

hm2NetOobMgmtIPAddr 1.3.6.1.4.1.248.11.20.1.6.4
Out-of-band IP address of the management agent board. Changing this value will take effect after activating with hm2NetOobMgmtAction.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

hm2NetOobMgmtPrefixLength 1.3.6.1.4.1.248.11.20.1.6.5
The length of the IP netmask.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressPrefixLength  

hm2NetOobMgmtGatewayIPAddrType 1.3.6.1.4.1.248.11.20.1.6.6
Out-of-band default gateway IP address type.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

hm2NetOobMgmtGatewayIPAddr 1.3.6.1.4.1.248.11.20.1.6.7
Out-of-band IP address of the default gateway. Changing this value will take effect after activating with hm2NetOobMgmtAction.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

hm2NetOobMgmtMacAddress 1.3.6.1.4.1.248.11.20.1.6.8
Out-of-band MAC address of the interface.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

hm2NetOobMgmtOperState 1.3.6.1.4.1.248.11.20.1.6.9
Out-of-band interface current operational state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

hm2NetOobMgmtAction 1.3.6.1.4.1.248.11.20.1.6.50
This object, when read, always returns a value of other(1). Setting the object to activate(2) causes a reconfiguration of the out-of-band IP protocol stack with the current values of hm2NetOobMgmtLocalIPAddr, hm2NetOobMgmtPrefixLength and hm2NetOobMgmtGatewayIPAddr.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), activate(2)