ixMiiConfig utilities
ixMiiConfig utilities - procedures to configure 10GE SerDes features
SYNOPSIS
ixMiiConfigPreEmphasis chassisID cardID portID peSetting
ixMiiConfigLossOfSignalThrehold chassisID cardID portID threshold
ixMiiConfigXgxsLinkMonitoring chassisID cardID portID enable
ixMiiConfigAlignRxDataClock chassisID cardID portID clock
ixMiiConfigReceiveEqualization chassisID cardID portID equalization
ixMiiConfigXauiOutput chassisID cardID portID enable
ixMiiConfigXauiSerialLoopback chassisID cardID portID enable
ixMiiConfigXgmiiParallelLoopback chassisID cardID portID enable
DESCRIPTION
The following procedures configure the MII registers for 10GE modules:
- ixMiiConfigPreEmphasis: configures output pre-emphasis.
- ixMiiConfigLossOfSignalThrehold: configures the receive loss of signal threshold.
- ixMiiConfigXgxsLinkMonitoring: enables or disables link monitoring.
- ixMiiConfigAlignRxDataClock: aligns the receive clock with the recovered clock or internal reference clock.
- ixMiiConfigReceiveEqualization: sets the value of the receive equalization.
- ixMiiConfigXauiOutput: for XAUI modules, enables output.
- ixMiiConfigXauiSerialLoopback: for XAUI modules, enables serial loopback.
- ixMiiConfigXgmiiParallelLoopback: for XAUI modules, enables parallel loopback.
ARGUMENTS
cardID
(By value) The ID number of the card.
chassisID
(By value) The ID number of the chassis.
clock
(By value) For use with ixMiiConfigAlignRxDataClock, set the receive clock alignment. One of:
Option |
Value |
Usage |
---|---|---|
miiRecoveredClock |
0 |
Use the recovered clock. |
miiLocalRefClock |
1 |
Use the local reference clock. |
enable true | false
(By value) For use with ixMiiConfigXgxsLinkMonitoring, ixMiiConfigXauiOutput, ixMiiConfigXauiSerialLoopback or ixMiiConfigXgmiiParallelLoopback. Enables or disables the feature.
equalizationValue
(By value) For use with ixMiiConfigReceiveEqualization, the receive equalization value between 0 and 15.
portID
(By value) The ID number of the port.
peSetting
(By value) For use with ixMiiConfigPreEmphasis, the pre-emphasis setting. One of:
Option |
Value |
Usage |
---|---|---|
miiPreemphasisNone |
0 |
No pre-emphasis. |
miiPreemphasis18 |
1 or 18 |
A value of 18%. |
miiPreemphasis38 |
2 or 38 |
A value of 38%. |
miiPreemphasis75 |
3 or 75 |
A value of 75%. |
threshold
(By value) For use with ixMiiConfigLossOfSignalThrehold, the loss of signal threshold setting. One of:
Option |
Value |
Usage |
---|---|---|
miiLossOfSignal160mv |
0 or 160 |
A value of 160mv. |
miiLossOfSignal240mv |
1 or 240 |
A value of 240mv. |
miiLossOfSignal200mv |
2 or 200 |
A value of 200mv. |
miiLossOfSignal120mv |
3 or 120 |
A value of 120mv. |
miiLossOfSignal80mv |
4 or 80 |
A value of 80mv. |
RETURNS
0
No error; the command was successfully delivered to the IxServer.
1
Error.