hwHsbServiceTable
After creating an HSB service on a device, you can use this table to obtain the configuration parameters and channel status of the HSB service and configure this table through the set operation.
The index of this table is hwHsbServiceId.
OID |
Object Name |
Syntax |
Maximum Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.309.1.4.1.1 |
hwHsbServiceId |
Integer32 |
read-only |
Index of the HSB service. |
Currently, only 0 is supported. |
1.3.6.1.4.1.2011.5.25.309.1.4.1.2 |
hwHsbLocalAddr |
OCTET STRING (SIZE (4)) |
read-write |
Local IPv4 address bound to the HSB service. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.4.1.2011.5.25.309.1.4.1.3 |
hwHsbLocalPort |
Integer32 |
read-write |
Local port number of the HSB service. |
The value ranges from 10240 to 49152. |
1.3.6.1.4.1.2011.5.25.309.1.4.1.4 |
hwHsbPeerAddr |
OCTET STRING (SIZE (4)) |
read-write |
Peer IPv4 address bound to the HSB service. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.4.1.2011.5.25.309.1.4.1.5 |
hwHsbPeerPort |
Integer32 |
read-write |
Peer port number of the HSB service. |
The value ranges from 10240 to 49152. |
1.3.6.1.4.1.2011.5.25.309.1.4.1.6 |
hwHsbKeepAliveTimes |
Integer32 |
read-write |
Retransmission times of HSB service detection packets. |
The value ranges from 1 to 20. |
1.3.6.1.4.1.2011.5.25.309.1.4.1.7 |
hwHsbKeepAliveInterval |
Integer32 |
read-write |
Retransmission interval of HSB service detection packets. |
The value ranges from 1 to 10, in seconds. |
1.3.6.1.4.1.2011.5.25.309.1.4.1.8 |
hwHsbServiceStatus |
OctetString |
read-only |
Status of the HSB service channel. |
The value can be:
|
1.3.6.1.4.1.2011.5.25.309.1.4.1.9 |
hwHsbLocalAddrIPv6 |
OCTET STRING (SIZE (16)) |
read-write |
Local IPv6 address bound to the HSB service. |
This object is implemented as defined in the corresponding MIB file. |
1.3.6.1.4.1.2011.5.25.309.1.4.1.10 |
hwHsbPeerAddrIPv6 |
OCTET STRING (SIZE (16)) |
read-write |
Peer IPv6 address bound to the HSB service. |
This object is implemented as defined in the corresponding MIB file. |
Creation Restriction
The entries in this table can be created without restriction.
Modification Restriction
When parameter values of the IPv4 HSB channel are modified through the set operation, the modification takes effect for the HSB channel only after values of the hwHsbLocalAddr, hwHsbLocalPort, hwHsbPeerAddr, and hwHsbPeerPort objects are set. Similarly, when parameter values of the IPv6 HSB channel are modified through the set operation, you need to set values of the hwHsbLocalAddrIPv6, hwHsbLocalPort, hwHsbPeerAddrIPv6, and hwHsbPeerPort objects at the same time; when keepalive parameters of the HSB channel are modified through the set operation, you need to set values of the hwHsbKeepAliveTimes and hwHsbKeepAliveInterval objects at the same time.
Deletion Restriction
The entries in this table can be deleted without restriction.
Access Restriction
The entries in this table can be read without restriction.