The debugging erps command enables the debugging of the ERPS module.
The undo debugging erps command disables the debugging of the ERPS module.
By default, the debugging of the ERPS module is disabled.
debugging erps pdu [ transmit | receive ] [ ring ringId | interface { ifName | { ifType ifNum } } ]
debugging erps { message | error | all } [ ring ringId | interface { ifName | { ifType ifNum } } ]
debugging erps fsm [ ring ringId ]
undo debugging erps pdu [ transmit | receive ] [ ring ringId | interface { ifName | { ifType ifNum } } ]
undo debugging erps { message | error | all } [ ring ringId | interface { ifName | { ifType ifNum } } ]
undo debugging erps fsm [ ring ringId ]
Parameter | Description | Value |
---|---|---|
transmit |
Indicates the debugging of R-APS PDUs sent. |
- |
receive |
Indicates the debugging of R-APS PDUs received. |
- |
ring ringId |
Indicates the debugging of a specified ERPS ring. |
The value is integer ranging from 1 to 255. |
interface ifType ifNum |
Indicates the debugging of a specified interface. |
- |
message |
Indicates the debugging of messages. |
- |
error |
Indicates the debugging of errors. |
- |
all |
Indicates all debugging functions. |
- |
fsm |
Indicates the debugging of the state machine. |
- |
pdu |
Indicates the debugging of R-APS PDUs. |
- |