HP-UX SNAplus2 R7 NOF Programmer's Guide
Writing NOF Applications
NOF Restrictions Based on Node Configuration
The following NOF verbs are only valid at a network node or branch network node; the primary return code
AP_FUNCTION_NOT_SUPPORTED is returned if you attempt to issue them at an end node or LEN node.
• QUERY_ADJACENT_NN
• QUERY_ISR_SESSION
• QUERY_NN_TOPOLOGY_NODE
• QUERY_NN_TOPOLOGY_STATS
• QUERY_NN_TOPOLOGY_TG
• REGISTER_INDICATION_SINK for any of the following indications:
• ISR_INDICATION
• NN_TOPOLOGY_NODE_INDICATION
• NN_TOPOLOGY_TG_INDICATION
2.6.2 Multiple Domain Support (MDS) Restrictions
The local node can be run with or without Multiple Domain Support (MDS). The following NOF verbs are only
valid at a node running with MDS; the primary return code
AP_FUNCTION_NOT_SUPPORTED is returned if you
attempt to issue them at a node without MDS.
• QUERY_ACTIVE_TRANSACTION
• QUERY_MDS_APPLICATION
• QUERY_MDS_STATISTICS
2.6.3 PU Concentration and DLUR Restrictions
The local node can be run with or without support for PU concentration or DLUR or both.
The following NOF verbs are valid only if the node is running with PU concentration enabled; the primary return
code
AP_FUNCTION_NOT_SUPPORTED is returned if you attempt to issue them at a node without PU concentration.
• DEFINE_DOWNSTREAM_LU, DEFINE_DOWNSTREAM_LU_RANGE
• DELETE_DOWNSTREAM_LU, DELETE_DOWNSTREAM_LU_RANGE
The following NOF verbs are valid only if the node is running with DLUR enabled; the primary return code
AP_FUNCTION_NOT_SUPPORTED is returned if you attempt to issue them at a node without DLUR.
• DEFINE_DLUR_DEFAULTS
• DEFINE_INTERNAL_PU, DELETE_INTERNAL_PU
• START_INTERNAL_PU, STOP_INTERNAL_PU
• QUERY_DLUR_LU, QUERY_DLUR_PU, QUERY_DLUS
The following NOF verbs are valid only if the node is running with PU concentration or DLUR or both enabled;
the primary return code
AP_FUNCTION_NOT_SUPPORTED is returned if you attempt to issue them at a node without
either of these two functions.
• QUERY_DOWNSTREAM_LU, QUERY_DOWNSTREAM_PU
77