The debugging rm ipv6 command enables route management debugging. After the function is enabled, debugging information about route management is output on a screen.
The undo debugging rm ipv6 command disables route management debugging.
By default, the debugging of route management is disabled.
Parameter | Description | Value |
---|---|---|
all |
Enables all debugging functions. |
- |
download |
Enables information debugging for the route delivery process. |
- |
producer |
Enables information debugging for producer-related processes. |
- |
importer |
Enables information debugging for importer-related processes. |
- |
subscriber |
Enables information debugging for subscriber-related processes. |
- |
ipv6-prefix ip-prefix-name |
Outputs only the debugging information corresponding to an IPv6 address prefix. |
The value is a string of 1 to 169 case-sensitive characters, spaces not supported. |
event |
Enables information debugging for event handling processes defined in the route management module. |
- |
ipv6 |
Enables IPv6 route debugging of the route management module. |
- |
Usage Scenario
To check an internal route management process, you can enable debugging for the process, so that information about the process is output to a screen.
Different debugging functions are designed for different processes. The following debugging options are available:Prerequisites
Global terminal debugging must be simultaneously enabled for relevant debugging information to be output on the screen.
<HUAWEI> debugging rm ipv6 all <HUAWEI> terminal debugging Info: Current terminal debugging is on. 2011-03-18 02:16:39 VRPV8 %%01rmbase/3/RM_DEG_STRING(d):CID=2154899267;A message was received. (SN=[0], SendID=[0x6f2735], INTF=[0x3], SUBINTF=[0x0], TotalLen=[60], MsgLen=[60], TransNo=[0], MsgType=[MSG_RMI_ADD_PRODUCER], ucReserve=[0x0]) 2011-03-18 02:16:39 VRPV8 %%01rmbase/3/RM_DEG_STRING(d):CID=2154899267;A producer was created. PID=0x6f2735,VPID=0x0,Protocol=1,Process=0,Service=0x80000000,Ver=0,Vrf=1,AF=4,Topo=0,Table=1
Item | Description |
---|---|
CID | CID of the APP component. |
SN | Sequence number. |
SendID | ID of the message sender. |
INTF | Interface ID. |
SUBINTF | Sub-Interface ID. |
TotalLen | Total length of the message. |
MsgLen | Message length internally processed. |
TransNo | Transmit sequence number of the message. |
MsgType | Message type. |
ucReserve | Reserved bits. |
PID | Process ID. |
VPID | Virtual process ID used for iteration result query. |
Protocol | Protocol number. |
Process | Protocol process number. |
Service | Service type. |
Ver | Protocol version number. |
Vrf | VPN Instance ID. |
AF | IPv4 address family. |
Topo | Topology ID. |
Table | Table ID. |