HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
QUERY_LS
ls_detail.det_data.local_address.address
IP address of the local link station. This is a string of four bytes, each representing the numeric value of one
element of a dotted-decimal IP address (such as
193.1.11.100).
ls_detail.det_data.max_send_btu_size
Maximum BTU size that can be sent on this link, as determined by negotiation with the adjacent node. If
the link activation has not yet been attempted, a zero value is returned.
ls_detail.det_data.brnn_link_type
This parameter applies only if the local node is a Branch Network Node; it is reserved otherwise.
Specifies the branch link type of this link. Possible values are:
AP_UPLINK
The link is an uplink.
AP_DOWNLINK
The link is a downlink.
AP_OTHERLINK
The link is to a VRN.
AP_UNKNOWN_LINK_TYPE
The branch link type is unknown.
AP_BRNN_NOT_SUPPORTED
The link supports PU 2.0 traffic only.
ls_detail.det_data.adj_cp_is_brnn
Specifies whether the adjacent node is a Branch Network Node. Possible values are:
AP_YES
The adjacent node is a Branch Network Node.
AP_NO
The adjacent node is not a Branch Network Node.
AP_UNKNOWN
The adjacent node type is unknown.
ls_detail.def_data.description
A null-terminated text string describing the LS, as specified in the definition of the LS.
ls_detail.def_data.initially_active
Specifies whether this LS is automatically started when the node is started. Possible values are:
AP_YES
The LS is automatically started when the node is started.
AP_NO
The LS is not automatically started; it must be started manually.
ls_detail.def_data.react_timer
Reactivation timer for reactivating a failed LS. If the react_timer_retry parameter below is nonzero, to specify
that SNAplus2 should retry activating the LS if it fails, this parameter specifies the time in seconds between
retries. When the LS fails, or when an attempt to reactivate it fails, SNAplus2 waits for the specified time
before retrying the activation. If react_timer_retry is zero, this parameter is ignored.
502