The debugging rbs rbp command enables the debugging of the RBP module.
The undo debugging rbs rbp command disables the debugging of the RBP module.
By default, the debugging of the RBP module is disabled.
Parameter | Description | Value |
---|---|---|
all |
Enables all debugging functions of the RBP module. |
- |
error |
Enables the debugging of errors on the RBP module. |
- |
message |
Enables the debugging of packets on the RBP module. |
- |
rbp-name rbp-name-value |
Specifies the name of an RBP module. After the parameter is specified, the debugging with the specified name is enabled for the RBP module. |
The value is a string of 1 to 128 case-insensitive characters, spaces not supported. When double quotation marks are used around the string, spaces are allowed in the string. |
Usage Scenario
If you want to check debugging information on the RBP module to locate faults or maintain the device, run the debugging rbs rbp command. You can enable the needed debugging by specifying the parameter.
Precautions
You can specify the RBP name and debugged object type in the command to reduce the amount of output debugging information and improve information usability as well as the accuracy and efficiency of fault location.
<HUAWEI> debugging rbs rbp message
Apr 8 2013 00:41:32.946 HUAWEI %%01RBS/7/RBS_DBG_RBP_MSG(d):CID=0x80af2735;RBP receive a message, RBP: p1, AppPid:7799797, MsgType: Backup Data, Tlv Type = Backup Data, IsAck: FALSE
Item | Description |
---|---|
Tlv Type | Indicates that the received packet's TLV is in backup data mode. Different packets have different TLV types.
|
CID | Indicates that the debugging is performed by the component with ID. |
RBP receive a message | Indicates that the RBP module receives a packet. |
AppPid | Indicates that the PID of the APP component sending the packet. |
RBS_DBG_RBP_MSG(d) | Debugging information name (RBS_DBG_RBP_MSG) and type (debug). |
MsgType | Indicates that the RBP receives a backup data packet. The RBP module can receive the following types of packets: request packet, packet for withdrawing the backup data packet, and backup data packet. |
RBS | Indicates that the debugging information is from the RBS module. |
RBP | Indicates that the RBP name. |
IsAck | Indicates that the RBP module does not send a packet in response to the received packet.
|