HP Comware 5 Debug Manual Vol 1

Field
Description
for: dest/mask Destination address/mask.
ExitIf Index of the outgoing interface.
Table 65 describes output fields and messages that for the debugging rm ipv4 urt command.
Table 65 Output from the debugging rm ipv4 urt command
Field
Description
Add/Delete route Add/delete a route.
Dest Destination address.
Mask Mask of the destination address.
Nexthop Next hop.
Neighbour Neighbor address.
Protocol Protocol.
TableID Routing table ID of the route.
made active The route is preferred.
Examples
# Enable RM IPv4 route table debugging. When you add a static route whose destination address and
next hop are 21.1.1.0/24 and 43.43.43.40, respectively, to the routing table, output similar to the
following example is generated:
<Sysname> debugging rm ipv4 urt
*Jun 28 14:59:26:681 2007 29.43 RM/3/RMDEBUG:
Add route TableID:1 Dest:21.1.1.0 Mask:255.255.255.0 Nexthop:43.43.43.40 Neighbor
r:0.0.0.0 Protocol:Static
*Jun 28 14:59:26:682 2007 AR29.43 RM/3/RMDEBUG:
RM RR: URT add route Dest : 21.1.1.0, Mask : 255.255.255.0, Nexthop : 43.43.43.
40, Neighbor : 0.0.0.0 to wait queue success.
// RM added a static route whose destination address and next hop are 21.1.1.0/24 and 43.43.43.40,
respectively.
# Delete the static route.
*Jun 28 15:05:03:09 2007 29.43 RM/3/RMDEBUG:
Delete route TableID:1 Dest:21.1.1.0 Mask:255.255.255.0 Nexthop:43.43.43.40
Neighbor:0.0.0.0 Protocol:Static
*Jun 28 15:05:03:10 2007 AR29.43 RM/3/RMDEBUG:
RM_URT_CalcActRoutes_H 15010100/ffffff00 bIsProto:0, ucProtoID:0
// RM deleted the static route.
debugging rm ipv6
Use debugging rm ipv6 to enable RM IPv6 route debugging.
Use undo debugging rm ipv6 urt to disable RM IPv6 route debugging.
123