HP Comware 5 Debug Manual Vol 3
// RIPng process 1 was disabled on Ethernet 1/1.
# Redistribute direct routes into RIPng process 1 on Router A.
[Sysname-ripng-1] import-route direct
*Nov 23 13:29:24:640 2006 Sysname RM/6/RMDEBUG:RIPng 1 : Rebuilding of Database has started
*Nov 23 13:29:24:640 2006 Sysname RM/6/RMDEBUG:RIPng 1 : Database has been rebuilt
// RIPng process 1 rebuilt the database.
debugging ripng packet
Use debugging ripng packet to enable RIPng packet debugging.
Use undo debugging ripng packet to disable RIPng packet debugging.
Syntax
debugging ripng process-id packet [ interface interface-type interface-number ]
undo debugging ripng process-id packet [ interface interface-type interface-number ]
Default
RIPng packet debugging is disabled.
Views
User view
Default command level
1: Monitor level
Parameters
process-id: Specifies a RIPng process by its ID, in the range of 1 to 65535.
interface interface-type interface-number: Specifies an interface by its type and number.
Examples
# Enable RIPng packet debugging on Router A. The output in this example was created when the
following conditions exist:
•
Ethernet 1/1 of Router A is connected to Ethernet 1/1 of Router B.
•
RIPng process 1 is created on Router A and RIPng is enabled on Ethernet 1/1.
•
RIPng process is created on Router B and RIPng is enabled on Ethernet 1/1.
<Sysname> debugging ripng 1 packet
*Nov 24 13:49:27:98 2006 Sysname RM/6/RMDEBUG:RIPng 1 : Receiving response message from
FE80::200:5EFF:FE71:A700 on Ethernet1/1
// RIPng process 1 received a response packet on Ethernet 1/1, whose IPv6 address is
FE80::200:5EFF:FE71:A700.
*Nov 24 13:49:27:98 2006 Sysname RM/6/RMDEBUG: Packet : vers 1, cmd response, length 64
// The version of the received response packet is 1 and the packet length is 64 bytes.
*Nov 24 13:49:27:98 2006 Sysname RM/6/RMDEBUG: Dest 22::/64, cost 16, tag 0
// The first route entry was output.
*Nov 24 13:49:27:98 2006 Sysname RM/6/RMDEBUG: Dest 50::/64, cost 1, tag 0
// The second route entry was output.
*Nov 24 13:49:27:98 2006 Sysname RM/6/RMDEBUG: Dest 1001::1/128, cost 1, tag 0
300