This chapter describes the OIDs and corresponding names for the eventObjects group in anynode.

The HotStandby Group

The following tables contain the OIDs and the corresponding name for the hotStandby group. The table lists the valid values for the OIDs and the descriptions. The request type GET implies the support of the GETNEXT request.

Some SNMP queries are only available starting from anynode version 4.14.


Name: hotStandbyNumber

OID: .1.3.6.1.4.1.42303.2.8.1.0

Request Type: GET

Description: Contains the amount of entries in the following hot standby table.


Name: hotStandbyTable

OID: .1.3.6.1.4.1.42303.2.8.2

Request Type: GET

Description: The table with information about the hot standby instances.


Name: hotStandbyEntry

OID: .1.3.6.1.4.1.42303.2.8.2.1

Request Type: GET

Description: The definition of the information for one hot standby instance. The following OIDs in this table are available for each hot standby. The <index> at the end of the OID selects the hot standby instance.


Name: hotStandbyIndex

OID: .1.3.6.1.4.1.42303.2.8.2.1.1.<index>

Request Type: GET

Description: The table index.


Name: hotStandbyName

OID: .1.3.6.1.4.1.42303.2.8.2.1.2.<index>

Request Type: GET

Description: The symbolic name of the hot standby assigned in the configuration.

 Screenshot: Windows PowerShell ISE command displaying information about the name for hot standby instance 2, which corresponds to the second hot standby object configured in anynode.  Screenshot: Windows PowerShell ISE command displaying information about the name for hot standby instance 2, which corresponds to the second hot standby object configured in anynode.
Windows PowerShell ISE command displaying information about the name for hot standby instance 2, which corresponds to the second hot standby object configured in anynode.

Name: hotStandbyObjectRecordName

OID: .1.3.6.1.4.1.42303.2.8.2.1.3.<index>

Request Type: GET

Description: The unique identifier of the hot standby assigned in the configuration.


Name: hotStandbyMode

OID: .1.3.6.1.4.1.42303.2.8.2.1.4.<index>

Request Type: GET

Description: Provides information if anynode is running in a high availability mode. The data type is integer, possible values are:

  • 1: unknown

  • 2: none

  • 3: mainSystem

  • 4: standbySystem


Name: hotStandbyLinkStatus

OID: .1.3.6.1.4.1.42303.2.8.2.1.5.<index>

Request Type: GET

Description: Provides information about the connection to the other system. The data type is integer, possible values are:

  • 1: unknown

  • 2: disabled

  • 3: establishing

  • 4: active

  • 5: error

 Screenshot: Windows PowerShell ISE command displaying information about the hot standby link status for hot standby instance 1, which corresponds to the first hot standby object configured in anynode, showing that the link status is active.  Screenshot: Windows PowerShell ISE command displaying information about the hot standby link status for hot standby instance 1, which corresponds to the first hot standby object configured in anynode, showing that the link status is active.
Windows PowerShell ISE command displaying information about the hot standby link status for hot standby instance 1, which corresponds to the first hot standby object configured in anynode, showing that the link status is active.

Name: hotStandbyMainStatus

OID: .1.3.6.1.4.1.42303.2.8.2.1.6.<index>

Request Type: GET

Description: Provides information about the status of the main system. This could be the local or remote system depending on the hotStandbyMode. The data type is integer, possible values are:

  • 1: unknown

  • 2: active

  • 3: inactive

  • 4: outOfService


Name: hotStandbyStandbyStatus

OID: .1.3.6.1.4.1.42303.2.8.2.1.7.<index>

Request Type: GET

Description: Provides information about the status of the standby system. This could be the local or remote system depending on the hotStandbyMode. The data type is integer, possible values are:

  • 1: unknown

  • 2: active

  • 3: inactive

  • 4: outOfService


hotStandbyStateChange Trap

The trap is sent when the state of a hot standby system changes, e.g. handover from one to the other system or link status change. The following parameters are sent with the trap:

Generic Type: Enterprise specific trap

Specific Type: 18

Bindings: The link status with OID .1.3.6.1.4.1.42303.2.8.2.1.5.<index>

Refer to hotStandbyLinkStatus in the ‘hotStandby group’ for possible values.

The main system status with OID .1.3.6.1.4.1.42303.2.8.2.1.6.<index>

Refer to hotStandbyMainStatus in the hotStandby group for possible values.

The standby system status with OID .1.3.6.1.4.1.42303.2.8.2.1.7.<index>

Refer to hotStandbyStandbyStatus in the hotStandby group for possible values.