This describes the mandatory OIDs for FDDI objects, both operational and statistical types.
The following chart summarizes the mandatory OIDs used to get or set FDDI operational characteristics for NDIS drivers and NICs.
Length |
Q |
S |
Name |
6 |
M |
OID_FDDI_LONG_PERMANENT_ADDR | |
6 |
M |
OID_FDDI_LONG_CURRENT_ADDR | |
Arr(6) |
M |
M |
OID_FDDI_LONG_MULTICAST_LIST |
4 |
M |
OID_FDDI_LONG_MAX_LIST_SIZE | |
2 |
M |
OID_FDDI_SHORT_PERMANENT_ADDR | |
2 |
M |
OID_FDDI_SHORT_CURRENT_ADDR | |
Arr(2) |
M |
M |
OID_FDDI_SHORT_MULTICAST_LIST |
4 |
M |
OID_FDDI_SHORT_MAX_LIST_SIZE |
The following describes each of the OID_XXX listed in the preceding chart more fully.
The address of the NIC encoded in the hardware.
The address the NIC is currently using.
The network management software cannot set the current station address using the NDIS interface library. It must set this address as a configuration parameter.
The list of multicast addresses the NIC is currently using.
The maximum size multicast list the NIC supports.
The address of the NIC encoded in the hardware.
The address the NIC is currently using.
The network management software cannot set the current station address using the NDIS interface library. It must set this address as a configuration parameter.
The list of multicast addresses the NIC is currently using.
The maximum size multicast list the NIC supports.
The following chart summarizes the mandatory OIDs used to get FDDI statistics from underlying NIC drivers (or from NDIS).
Length |
Q |
S |
Name |
4 |
M |
OID_FDDI_ATTACHMENT_TYPE | |
6 |
M |
OID_FDDI_UPSTREAM_NODE_LONG | |
6 |
M |
OID_FDDI_DOWNSTREAM_NODE_LONG | |
4 |
M |
OID_FDDI_FRAME_ERRORS | |
4 |
M |
OID_FDDI_FRAMES_LOST | |
4 |
M |
OID_FDDI_RING_MGT_STATE | |
4 |
M |
OID_FDDI_LCT_FAILURES | |
4 |
M |
OID_FDDI_LEM_REJECTS | |
4 |
M |
OID_FDDI_LCONNECTION_STATE |
The following describes each of the OID_XXX listed in the preceding chart more fully.
Defines the attachment of the NIC to the network as one of the following:
NdisFddiTypeIsolated
NdisFddiTypeLocalA
NdisFddiTypeLocalB
NdisFddiTypeLocalAB
NdisFddiTypeLocalS
NdisFddiTypeWrapA
NdisFddiTypeWrapB
NdisFddiTypeWrapAB
NdisFddiTypeWrapS
NdisFddiTypeCWrapA
NdisFddiTypeCWrapB
NdisFddiTypeCWrapS
NdisFddiTypeThrough
The long address of the station above this NIC on the ring or zero if the address is unknown.
In a dual-ring configuration, the upstream node is the station from which frames are passed to this station on the primary ring.
The long address of the station below this NIC on the ring or zero if the address is unknown.
In a dual-ring configuration, the downstream node is the station to which frames are passed from this station on the primary ring.
The number of frames detected in error by this NIC that have not been detected in error by another device on the ring.
The number of times this NIC detected a format error during frame reception such that the frame was stripped.
Defines the current state of the Ring Management state machine as one of the following:
NdisFddiRingIsolated
NdisFddiRingNonOperational
NdisFddiRingOperational
NdisFddiRingDetect
NdisFddiRingNonOperationalDup
NdisFddiRingOperationalDup
NdisFddiRingDirected
NdisFddiRingTrace
The count of the consecutive times the link confidence test (LCT) has failed during connection management.
The link error monitor (LEM) count of times that a link was rejected.
Defines the state of this port’s Physical Connection Management (PCM) state machine as one of the following:
NdisFddiStateOff
NdisFddiStateBreak
NdisFddiStateTrace
NdisFddiStateConnect
NdisFddiStateNext
NdisFddiStateSignal
NdisFddiStateJoin
NdisFddiStateVerify
NdisFddiStateActive
NdisFddiStateMaintenance