2.2.1.2.115 SAP_MIB_BASE
The SAP_MIB_BASE structure MAY<107> be used to contain the operation status. This structure is returned as part of the following methods:
RMIBEntryGetNext (section 3.1.4.32)
typedef struct _SAP_MIB_BASE { ULONG SapOperState; } SAP_MIB_BASE, *PSAP_MIB_BASE;
SapOperState: Contains the operational status of the SAP. It MUST be one of the following values.
-
Value
Meaning
OPER_STATE_DOWN
0x00000001
Nonoperational.
OPER_STATE_UP
0x00000002
Operational and can pass packets.
OPER_STATE_SLEEPING
0x00000003
Sleeping.
OPER_STATE_STARTING
0x00000004
Starting the router.
OPER_STATE_STOPPING
0x00000005
Stopping the router.