HP Comware 5 Debug Manual Vol 3
// The third route entry was output.
*Nov 24 13:49:51:130 2006 Sysname RM/6/RMDEBUG:RIPng 1 : Sending response message on
Ethernet1/1 to FF02::9
// RIPng process 1 sent a response packet on Ethernet 1/1 to FF02::9.
*Nov 24 13:49:52:302 2006 Sysname RM/6/RMDEBUG: Packet : vers 1, cmd response, length 44
// The version of the sent response packet is 1 and the packet length is 44 bytes.
*Nov 24 13:49:52:317 2006 Sysname RM/6/RMDEBUG: Dest 22::/64, cost 16, tag 0
// The first route entry was output.
*Nov 24 13:49:52:317 2006 Sysname RM/6/RMDEBUG: Dest 2000::1/128, cost 1, tag 0
// The second route entry was output.
debugging ripng receive
Use debugging ripng receive to enable RIPng received packet debugging.
Use undo debugging ripng receive to disable RIPng received packet debugging.
Syntax
debugging ripng process-id receive [ interface interface-type interface-number ]
undo debugging ripng process-id receive [ interface interface-type interface-number ]
Default
RIPng received 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 received 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 1 is created on Router B and RIPng is enabled on Ethernet 1/1.
<Sysname> debugging ripng 1 receive
*Nov 22 21:41:02:00 2006 Sysname RM/6/RMDEBUG:RIPng 1 : Receiving response message from
FE80::200:5EFF:FE71:A706 on Ethernet1/1
// RIPng process 1 received a response packet from FE80::200:5EFF:FE71:A706 on Ethernet 1/1.
*Nov 22 21:41:02:00 2006 Sysname RM/6/RMDEBUG: Packet : vers 1, cmd response, length 44
// The version of the received response packet is 1, and the packet length is 44 bytes.
*Nov 22 21:41:02:00 2006 Sysname RM/6/RMDEBUG: Dest 22::/64, cost 1, tag 0
// The first route entry was output.
301