HP Comware 5 Debug Manual Vol 2

<Sysname> debugging firewall ipv6 others
*Oct 13 14:52:23:806 2008 Sysname FLT6/7/debug:
The inbound packet is denied on the interface GigabitEthernet1/1: (5600::12)->(5000::1),
60 bytes, ACL6 3000.
// IP-v6 packet filter used IPv6 ACL 3000 to deny the packet on GigabitEthernet 1/1.
For a multi-core device:
# Enable debugging for ICMPv6 packet filtering. Output similar to the following example is generated
when an ICMPv6 packet arrives at GigabitEthernet 1/1:
<Sysname> debugging firewall ipv6 icmpv6
*Oct 13 13:59:55:330 2008 Sysname DPFLT6/7/debug:
Thread 0, the inbound icmpv6 packet is denied on the interface GigabitEthernet1/1:
(9001::1)->(5001::1), 48 bytes, ACL6 3000.
// IPv6 packet filter used IPv6 ACL 3000 to deny the ICMPv6 packet on GigabitEthernet 1/1.
# Enable debugging for TCP packet filtering. Output similar to the following example is generated when
a TCP packet arrives at GigabitEthernet 1/1:
<Sysname> debugging firewall ipv6 tcp
*Oct 13 14:00:27:358 2008 Sysname DPFLT6/7/debug:
Thread 18, the inbound tcp packet is denied on the interface GigabitEthernet1/1: (9001::1
89)->(5001::1 80), 60 bytes, ACL6 3000.
// IPv6 packet filter used IPv6 ACL 3000 to deny the TCP packet on GigabitEthernet 1/1.
# Enable debugging for UDP packet filtering. Output similar to the following example is generated when
a UDP packet arrives at GigabitEthernet 1/1:
<Sysname> debugging firewall ipv6 udp
*Oct 13 14:00:16:700 2008 Sysname DPFLT6/7/debug:
Thread 0, the inbound udp packet is denied on the interface GigabitEthernet1/1: (9001::1
89->(5001::1 90), 48 bytes, ACL6 3000.
// IPv6 packet filter used IPv6 ACL 3000 to deny the UDP packet on GigabitEthernet 1/1.
# Enable debugging for packet filtering of protocols other than ICMPv6, TCP, and UDP. Output similar
to the following example is generated when a GRE packet arrives at GigabitEthernet 1/1:
<Sysname> debugging firewall ipv6 others
*Oct 13 14:03:22:496 2008 Sysname DPFLT6/7/debug:
Thread 0, the inbound packet is denied on the interface GigabitEthernet4/0/1:
(9001::1)->(5001::1), 84 bytes, ACL6 3000.
// IPv6 packet filter used IPv6 ACL 3000 to deny the GRE packet on GigabitEthernet 1/1.
debugging aspf
Use debugging aspf to enable debugging for ASPF.
Use undo debugging aspf to disable debugging for ASPF.
Syntax
debugging aspf { all | events | ftp | h323 | http | rtsp | session | smtp | tcp | timers | udp | verbose }
undo debugging aspf { all | events | ftp | h323 | http | rtsp | session | smtp | tcp | timers | udp |
verbose }
57