The debugging rbs command enables the debugging of the RBS module.
The undo debugging rbs command disables the debugging of the RBS module.
By default, the debugging of the RBS module is disabled.
debugging rbs { all | error | event | hello-packet | recv-packet | send-packet } rbs-name rbs-name-value
debugging rbs { all | error | event | hello-packet | recv-packet | send-packet }
undo debugging rbs { all | error | event | hello-packet | recv-packet | send-packet } rbs-name rbs-name-value
undo debugging rbs { all | error | event | hello-packet | recv-packet | send-packet }
Parameter | Description | Value |
---|---|---|
all |
Enables all debugging functions of the RBS module. |
- |
error |
Enables the debugging of errors on the RBS module. |
- |
event |
Enables the debugging of events on the RBS module. |
- |
hello-packet |
Enables the debugging of hello packets on the RBS module. |
- |
recv-packet |
Enables the debugging of packet receiving on the RBS module. |
- |
send-packet |
Enables the debugging of packet sending on the RBS module. |
- |
rbs-name rbs-name-value |
Specifies the name of an RBS module . After the parameter is specified, the debugging with the specified name is enabled for the RBS module. |
The value is a string of 1 to 32 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 RBS module to locate faults or maintain the device, run the debugging rbs command. You can enable the needed debugging by specifying the parameter.
Precautions
You can specify the RBS 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.
This command is supported only on the admin VS.
<HUAWEI> debugging rbs send-packet
Apr 8 2013 00:27:11.994 HUAWEI %%01RBS/7/RBS_DBG_RBS_PACKET_SEND(d):CID=0x80af2735;RBS send packet, RBS : s1, BackupID : 10, ServiceType : ARP, MsgType : Backup Data, Length : 28
Item | Description |
---|---|
RBS | Indicates that the RBS name. |
BackupID | Indicates that the RBS backup ID. |
ServiceType | Indicates that the RBS backup service type is ARP. Currently, only ARP services can be backed up on the RBS module. |
MsgType | Indicates that the RBS module sends backup data packets. Currently, RBS can send packets in the following types:
|
Length | Indicates that the packets sent by the RBS module. |
CID | Indicates that the debugging is performed by the component with ID. |
RBS_DBG_RBS_PACKET_SEND(d) | Debugging information name (RBS_DBG_RBS_PACKET_SEND) and type (debug). |