HP Comware 5 Debug Manual Vol 2
Field
Description
Forward mode
Forwarding modes of LB outbound packets:
• NAT.
• Direct Routing.
• Firewall Forwarding.
Prompt: Sending the packet to the real
server rserveripaddr
This prompt is displayed only when the forwarding mode is
Direct Routing or Firewall Forwarding.
The destination address in these two modes cannot identify the
device or server that processes the packets. Therefore, this
prompt is needed to identify the device or server that processes
the packets.
Examples
# Enable all types of LB debugging. The output in this example was created when the following
conditions exist:
•
The client is connected to the real service server through an LB device.
•
The virtual service forwarding type is NAT.
•
The client sends a connection request to the virtual service on the LB.
<Sysname> terminal debugging
<Sysname> debugging load-balance all
*Jan 6 15:33:11:250 2008 H3C DP_LDBL/7/LB:
Input:
Pro: 1, src = 2.2.2.2:0, dst = 6.6.6.6:0
// The virtual service received an ICMP request from 2.2.2.2.
*Jan 6 15:33:11:250 2008 H3C DP_LDBL/7/LB:
Output (Client -> Server):
Pro = 1, Forward mode = NAT
src = 2.2.2.2:0, dst = 192.168.10.250:0
// The virtual service distributed the request from the client to server 192.168.10.250.
Input:
Pro = 1, src = 192.168.10.250:0, dst = 2.2.2.2:0
*Jan 6 16:04:23:691 2008 LB2 DP_LDBL/7/LB:
// The virtual service received a response from server 192.168.10.250.
*Jan 6 16:04:23:691 2008 LB2 DP_LDBL/7/LB:
Output (Server -> Client):
Pro = 1, Forward mode = NAT
src = 6.6.6.6:0, dst = 2.2.2.2:0
// The virtual service forwarded the response to the client.
335