cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
9479
Views
0
Helpful
18
Replies

ASA 5505 Inbound SMTP NAT

vgulinolite
Level 1
Level 1

Hello All,

I have been trying to get my ASA to forward port 25 for 3 weeks now. I have created a ACL & NAT for port 3389 and that works flawlessly. When I mimic the rule and change the port to 25 I cannot telnet to the public IP over 25. I can though with 3389. I have attached my config hopefully someone can help. This is a very basic network. All traffic out and only SMTP in. I do not have a DMZ. The exchange server is natted. thanks in advanced. SMTP inspection is disabled as well. I even tried turning it on and it still fails.

: Saved
:
ASA Version 8.2(2)
!
hostname FHQ-ASA-01
domain-name

enable password 3w9rraOp1nonSieY encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
names
name "removed" Public description Public
!
interface Vlan1
nameif inside
security-level 100
ip address 192.168.0.1 255.255.255.0
!
interface Vlan2
nameif outside
security-level 0
ip address Public 255.255.255.248
!
interface Ethernet0/0
switchport access vlan 2
!
interface Ethernet0/1
!
interface Ethernet0/2
!
interface Ethernet0/3
switchport access vlan 5
shutdown
!
interface Ethernet0/4
shutdown
!
interface Ethernet0/5
shutdown
!
interface Ethernet0/6
shutdown
!
interface Ethernet0/7
shutdown
!
boot system disk0:/asa822-k8.bin
ftp mode passive
clock timezone EST -5
clock summer-time EDT recurring
dns domain-lookup inside
dns server-group DefaultDNS
name-server 192.168.0.5
domain-name stalcoconstruct.local
same-security-traffic permit inter-interface
same-security-traffic permit intra-interface
object-group protocol TCPUDP
protocol-object udp
protocol-object tcp
object-group service DM_INLINE_SERVICE_1
service-object tcp eq netbios-ssn
service-object udp eq netbios-dgm
service-object udp eq netbios-ns
object-group service DM_INLINE_TCP_1 tcp
port-object eq ftp
port-object eq ftp-data
access-list outside_access_in extended permit tcp any host Public eq smtp log debugging
access-list outside_access_in extended permit tcp host HOME host Public eq 3389
access-list outside_access_in extended deny icmp any any
access-list inside_access_in extended permit object-group TCPUDP 192.168.0.0 255.255.255.0 any eq domain
access-list inside_access_in extended permit tcp 192.168.0.0 255.255.255.0 any eq imap4
access-list inside_access_in extended permit object-group TCPUDP 192.168.0.0 255.255.255.0 any eq www
access-list inside_access_in extended permit tcp 192.168.0.0 255.255.255.0 any eq https
access-list inside_access_in extended permit tcp 192.168.0.0 255.255.255.0 any object-group DM_INLINE_TCP_1
access-list inside_access_in extended permit tcp 192.168.0.0 255.255.255.0 any eq smtp log debugging
access-list inside_access_in extended permit icmp 192.168.0.0 255.255.255.0 192.168.0.0 255.255.255.0
access-list inside_access_in extended permit object-group DM_INLINE_SERVICE_1 192.168.0.0 255.255.255.0 any
access-list inside_access_in extended permit ip 192.168.0.0 255.255.255.0 any
access-list outside standard permit 192.168.0.0 255.255.255.0
pager lines 24
logging enable
logging asdm informational
mtu inside 1500
mtu outside 1500
icmp unreachable rate-limit 1 burst-size 1
icmp deny any outside
asdm image disk0:/asdm-625.bin
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 192.168.0.0 255.255.255.0
static (inside,outside) tcp interface 3389 192.168.0.105 3389 netmask 255.255.255.255
static (inside,outside) tcp interface smtp 192.168.0.105 smtp netmask 255.255.255.255
access-group inside_access_in in interface inside
access-group outside_access_in in interface outside
route outside 0.0.0.0 0.0.0.0 75.127.190.1 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
timeout tcp-proxy-reassembly 0:01:00
dynamic-access-policy-record DfltAccessPolicy
aaa authentication ssh console LOCAL
aaa authentication telnet console LOCAL
aaa authentication enable console LOCAL
aaa authentication http console LOCAL
aaa authorization command LOCAL
http server enable
http server idle-timeout 15
http server session-timeout 15
http 192.168.0.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
telnet 192.168.0.0 255.255.255.0 inside
telnet timeout 15
ssh 192.168.0.0 255.255.255.0 inside
ssh timeout 15
console timeout 5
dhcpd address 192.168.0.100-192.168.0.150 inside
!

threat-detection basic-threat
threat-detection scanning-threat
threat-detection statistics port
threat-detection statistics protocol
threat-detection statistics access-list
threat-detection statistics tcp-intercept rate-interval 30 burst-rate 400 average-rate 200
webvpn
username vgulino password EiHOUlrCWe6CgZtf encrypted privilege 15
!
class-map inspection_default
!
!
policy-map type inspect dns preset_dns_map
parameters
  message-length maximum client auto
  message-length maximum 512
parameters
  no mask-banner
match sender-address length gt 320
  log
match MIME filename length gt 255
  log
match cmd line length gt 512
  log
match cmd RCPT count gt 100
  log
match body line length gt 998
  log
policy-map global_policy
class inspection_default
!
smtp-server 192.168.0.5
prompt hostname context
Cryptochecksum:20c691b56c00b8a1a836747de9837c29
: end
asdm image disk0:/asdm-625.bin
no asdm history enable

18 Replies 18

Hamzah Kardame
Cisco Employee
Cisco Employee

Hi Vincent,

Could you perhaps post the output of the following packet-tracer command:

ASA(conifg)#packet-tracer input outside tcp 4.2.2.2 12345 'Public ip' 25 detail

We could analyze the output of the above to see if the firewall is dropping this traffic for any particular reason. Also, besides the telnet to port 25, have you employed any other method of testing whether this setup is working or not?

I setup a PC with SMTP applied my static address to it. and hooked it up to my Moem directly and I was able to get a telnet session

I used the GUI packet tracer and I sent the packet from a external address to the external interface and it was successfull. It has to be

on the internal side I just cant figure out where.

Result of the command: "packet-tracer input outside tcp 4.2.2.2 12345 X.X.X.X 25 detail"

Phase: 1
Type: FLOW-LOOKUP
Subtype:
Result: ALLOW
Config:
Additional Information:
Found no matching flow, creating a new flow

Phase: 2
Type: UN-NAT
Subtype: static
Result: ALLOW
Config:
static (inside,outside) tcp interface smtp 192.168.0.105 smtp netmask 255.255.255.255
  match tcp inside host 192.168.0.105 eq 25 outside any
    static translation to Public/25
    translate_hits = 0, untranslate_hits = 3
Additional Information:
NAT divert to egress interface inside
Untranslate Public/25 to 192.168.0.105/25 using netmask 255.255.255.255

Phase: 3
Type: ACCESS-LIST
Subtype: log
Result: ALLOW
Config:
access-group outside_access_in in interface outside
access-list outside_access_in extended permit tcp any host Public eq smtp log debugging
Additional Information:
Forward Flow based lookup yields rule:
in  id=0xd81b4220, priority=12, domain=permit, deny=false
hits=2, user_data=0xd64d2690, cs_id=0x0, flags=0x0, protocol=6
src ip=0.0.0.0, mask=0.0.0.0, port=0
dst ip=Public, mask=255.255.255.255, port=25, dscp=0x0

Phase: 4
Type: IP-OPTIONS
Subtype:
Result: ALLOW
Config:
Additional Information:
Forward Flow based lookup yields rule:
in  id=0xd8186368, priority=0, domain=inspect-ip-options, deny=true
hits=33381, user_data=0x0, cs_id=0x0, reverse, flags=0x0, protocol=0
src ip=0.0.0.0, mask=0.0.0.0, port=0
dst ip=0.0.0.0, mask=0.0.0.0, port=0, dscp=0x0

Phase: 5
Type: HOST-LIMIT
Subtype:
Result: ALLOW
Config:
Additional Information:
Forward Flow based lookup yields rule:
in  id=0xd8d8d3f8, priority=0, domain=host-limit, deny=false
hits=19, user_data=0x0, cs_id=0x0, flags=0x0, protocol=0
src ip=0.0.0.0, mask=0.0.0.0, port=0
dst ip=0.0.0.0, mask=0.0.0.0, port=0, dscp=0x0

Phase: 6
Type: NAT
Subtype: rpf-check
Result: ALLOW
Config:
static (inside,outside) tcp interface smtp 192.168.0.105 smtp netmask 255.255.255.255
  match tcp inside host 192.168.0.105 eq 25 outside any
    static translation to Public/25
    translate_hits = 0, untranslate_hits = 3
Additional Information:
Forward Flow based lookup yields rule:
out id=0xd8e2dff8, priority=5, domain=nat-reverse, deny=false
hits=3, user_data=0xd8dbc248, cs_id=0x0, flags=0x0, protocol=6
src ip=0.0.0.0, mask=0.0.0.0, port=0
dst ip=192.168.0.105, mask=255.255.255.255, port=25, dscp=0x0

Phase: 7
Type: NAT
Subtype: host-limits
Result: ALLOW
Config:
static (inside,outside) tcp interface 3389 192.168.0.105 3389 netmask 255.255.255.255
  match tcp inside host 192.168.0.105 eq 3389 outside any
    static translation to Public/3389
    translate_hits = 0, untranslate_hits = 11
Additional Information:
Reverse Flow based lookup yields rule:
in  id=0xd81b42b8, priority=5, domain=host, deny=false
hits=199, user_data=0xd8c76b68, cs_id=0x0, reverse, flags=0x0, protocol=0
src ip=192.168.0.105, mask=255.255.255.255, port=0
dst ip=0.0.0.0, mask=0.0.0.0, port=0, dscp=0x0

Phase: 8
Type: IP-OPTIONS
Subtype:
Result: ALLOW
Config:
Additional Information:
Reverse Flow based lookup yields rule:
in  id=0xd81372c0, priority=0, domain=inspect-ip-options, deny=true
hits=36582, user_data=0x0, cs_id=0x0, reverse, flags=0x0, protocol=0
src ip=0.0.0.0, mask=0.0.0.0, port=0
dst ip=0.0.0.0, mask=0.0.0.0, port=0, dscp=0x0

Phase: 9
Type: FLOW-CREATION
Subtype:
Result: ALLOW
Config:
Additional Information:
New flow created with id 34870, packet dispatched to next module
Module information for forward flow ...
snp_fp_tracer_drop
snp_fp_inspect_ip_options
snp_fp_tcp_normalizer
snp_fp_translate
snp_fp_adjacency
snp_fp_fragment
snp_ifc_stat

Module information for reverse flow ...
snp_fp_tracer_drop
snp_fp_inspect_ip_options
snp_fp_translate
snp_fp_tcp_normalizer
snp_fp_adjacency
snp_fp_fragment
snp_ifc_stat

Result:
input-interface: outside
input-status: up
input-line-status: up
output-interface: inside
output-status: up
output-line-status: up
Action: allow

i see! alright then, lets try this:

1. apply captures on the inside interface on the ASA to see the traffic entering and leaving the interface:

access-l capi permit tcp host 192.168.0.105 eq 25 any

access-l capi permit tcp any host 192.168.0.105 eq 25

capture capin access-l capi interface inside

2. capture asp type asp-drop all

3. initiate the telnet to port 25 on the public ip, wait till it fails and then collect and paste the outputs of:

-- show cap capin

-- show cap asp

4. to remove the captures, use the "no cap capin" and "no cap asp" commands.

nothing for port 25

Result of the command: "access-l capi permit tcp host 192.168.0.105 eq 25 any"

WARNING: found duplicate element

Result of the command: "access-l capi permit tcp any host 192.168.0.105 eq 25"

The command has been sent to the device

Result of the command: "capture capin access-l capi interface inside"

The command has been sent to the device

Result of the command: "capture asp type asp-drop all"

The command has been sent to the device

Result of the command: "show cap capin"

0 packet captured

0 packet shown

Result of the command: "show cap capin"

0 packet captured

0 packet shown

Result of the command: "show cap capin"

0 packet captured

0 packet shown

Result of the command: "show cap asp"

59 packets captured

   1: 12:21:33.049435 802.1Q vlan#1 P0 192.168.0.105.3125 > 192.168.0.1.443: F 1808205981:1808205981(0) ack 3913377262 win 65285 Drop-reason: (tcp-not-syn) First TCP packet not SYN
   2: 12:21:35.094691 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   3: 12:21:35.253038 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   4: 12:21:36.066036 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   5: 12:21:40.093638 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   6: 12:21:40.252062 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
   7: 12:21:41.064541 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
   8: 12:21:45.092478 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   9: 12:21:45.250582 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  10: 12:21:45.672740 802.1Q vlan#2 P0 96.17.157.55.3478 > 75.127.190.4.22959:  udp 65 Drop-reason: (acl-drop) Flow is denied by configured rule
  11: 12:21:46.063290 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  12: 12:21:50.094874 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  13: 12:21:50.249697 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  14: 12:21:51.061993 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  15: 12:21:52.114587 802.1Q vlan#1 P0 192.168.0.5.3959 > 192.168.0.255.42508:  udp 49 Drop-reason: (acl-drop) Flow is denied by configured rule
  16: 12:21:52.223407 802.1Q vlan#1 P0 192.168.0.5.3960 > 255.255.255.255.42508:  udp 49 Drop-reason: (acl-drop) Flow is denied by configured rule
  17: 12:21:52.364818 802.1Q vlan#1 P0 192.168.0.3.138 > 192.168.0.255.138:  udp 201 Drop-reason: (acl-drop) Flow is denied by configured rule
  18: 12:21:52.754172 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 97 Drop-reason: (acl-drop) Flow is denied by configured rule
  19: 12:21:53.738563 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 192 Drop-reason: (acl-drop) Flow is denied by configured rule
  20: 12:21:53.899916 802.1Q vlan#1 P0 192.168.0.105.3128 > 192.168.0.1.443: F 3147418906:3147418906(0) ack 1201720403 win 65177
  21: 12:21:53.900054 802.1Q vlan#1 P0 192.168.0.105.3128 > 192.168.0.1.443: . ack 1201720404 win 65177 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  22: 12:21:54.738365 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 252 Drop-reason: (acl-drop) Flow is denied by configured rule
  23: 12:21:55.090296 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  24: 12:21:55.248415 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  25: 12:21:55.738090 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 93 Drop-reason: (acl-drop) Flow is denied by configured rule
  26: 12:21:55.849916 802.1Q vlan#1 P0 192.168.0.2.138 > 192.168.0.255.138:  udp 201 Drop-reason: (acl-drop) Flow is denied by configured rule
  27: 12:21:56.060559 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  28: 12:21:56.737846 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  29: 12:21:57.737648 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  30: 12:21:58.737403 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  31: 12:21:59.192678 802.1Q vlan#1 P0 192.168.0.4.65484 > 184.24.185.83.443: P 2898204656:2898204693(37) ack 3911903338 win 257 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  32: 12:21:59.311827 802.1Q vlan#1 P0 192.168.0.4.65485 > 184.24.185.83.443: P 2812685555:2812685592(37) ack 387787965 win 257
  33: 12:21:59.393992 802.1Q vlan#1 P0 192.168.0.105.3133 > 192.168.0.1.443: F 1916988822:1916988822(0) ack 974026683 win 65024 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  34: 12:21:59.614653 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  35: 12:21:59.737205 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  36: 12:22:00.089381 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  37: 12:22:00.247316 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  38: 12:22:00.736961 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  39: 12:22:01.059246 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  40: 12:22:01.736717 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  41: 12:22:02.736534 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  42: 12:22:03.736320 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  43: 12:22:04.736076 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  44: 12:22:05.088008 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  45: 12:22:05.246111 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  46: 12:22:06.057980 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  47: 12:22:07.735450 802.1Q vlan#1 P0 192.168.0.105.3134 > 192.168.0.1.443: F 916369394:916369394(0) ack 2400862131 win 65024 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  48: 12:22:09.612410 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  49: 12:22:10.087016 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  50: 12:22:10.244982 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  51: 12:22:10.541414 802.1Q vlan#1 P0 192.168.0.105.3135 > 192.168.0.1.443: F 1780662597:1780662597(0) ack 2328187155 win 65024
  52: 12:22:11.056637 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  53: 12:22:15.085887 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  54: 12:22:15.244036 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  55: 12:22:16.055386 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  56: 12:22:16.523135 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  57: 12:22:20.084773 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  58: 12:22:20.242724 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  59: 12:22:21.053982 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
59 packets shown

Result of the command: "show cap asp"

68 packets captured

   1: 12:21:33.049435 802.1Q vlan#1 P0 192.168.0.105.3125 > 192.168.0.1.443: F 1808205981:1808205981(0) ack 3913377262 win 65285 Drop-reason: (tcp-not-syn) First TCP packet not SYN
   2: 12:21:35.094691 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   3: 12:21:35.253038 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   4: 12:21:36.066036 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   5: 12:21:40.093638 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   6: 12:21:40.252062 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
   7: 12:21:41.064541 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
   8: 12:21:45.092478 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   9: 12:21:45.250582 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  10: 12:21:45.672740 802.1Q vlan#2 P0 96.17.157.55.3478 > 75.127.190.4.22959:  udp 65 Drop-reason: (acl-drop) Flow is denied by configured rule
  11: 12:21:46.063290 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  12: 12:21:50.094874 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  13: 12:21:50.249697 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  14: 12:21:51.061993 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  15: 12:21:52.114587 802.1Q vlan#1 P0 192.168.0.5.3959 > 192.168.0.255.42508:  udp 49 Drop-reason: (acl-drop) Flow is denied by configured rule
  16: 12:21:52.223407 802.1Q vlan#1 P0 192.168.0.5.3960 > 255.255.255.255.42508:  udp 49 Drop-reason: (acl-drop) Flow is denied by configured rule
  17: 12:21:52.364818 802.1Q vlan#1 P0 192.168.0.3.138 > 192.168.0.255.138:  udp 201 Drop-reason: (acl-drop) Flow is denied by configured rule
  18: 12:21:52.754172 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 97 Drop-reason: (acl-drop) Flow is denied by configured rule
  19: 12:21:53.738563 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 192 Drop-reason: (acl-drop) Flow is denied by configured rule
  20: 12:21:53.899916 802.1Q vlan#1 P0 192.168.0.105.3128 > 192.168.0.1.443: F 3147418906:3147418906(0) ack 1201720403 win 65177
  21: 12:21:53.900054 802.1Q vlan#1 P0 192.168.0.105.3128 > 192.168.0.1.443: . ack 1201720404 win 65177 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  22: 12:21:54.738365 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 252 Drop-reason: (acl-drop) Flow is denied by configured rule
  23: 12:21:55.090296 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  24: 12:21:55.248415 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  25: 12:21:55.738090 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 93 Drop-reason: (acl-drop) Flow is denied by configured rule
  26: 12:21:55.849916 802.1Q vlan#1 P0 192.168.0.2.138 > 192.168.0.255.138:  udp 201 Drop-reason: (acl-drop) Flow is denied by configured rule
  27: 12:21:56.060559 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  28: 12:21:56.737846 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  29: 12:21:57.737648 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  30: 12:21:58.737403 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  31: 12:21:59.192678 802.1Q vlan#1 P0 192.168.0.4.65484 > 184.24.185.83.443: P 2898204656:2898204693(37) ack 3911903338 win 257 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  32: 12:21:59.311827 802.1Q vlan#1 P0 192.168.0.4.65485 > 184.24.185.83.443: P 2812685555:2812685592(37) ack 387787965 win 257
  33: 12:21:59.393992 802.1Q vlan#1 P0 192.168.0.105.3133 > 192.168.0.1.443: F 1916988822:1916988822(0) ack 974026683 win 65024 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  34: 12:21:59.614653 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  35: 12:21:59.737205 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  36: 12:22:00.089381 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  37: 12:22:00.247316 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  38: 12:22:00.736961 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  39: 12:22:01.059246 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  40: 12:22:01.736717 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  41: 12:22:02.736534 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  42: 12:22:03.736320 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  43: 12:22:04.736076 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  44: 12:22:05.088008 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  45: 12:22:05.246111 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  46: 12:22:06.057980 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  47: 12:22:07.735450 802.1Q vlan#1 P0 192.168.0.105.3134 > 192.168.0.1.443: F 916369394:916369394(0) ack 2400862131 win 65024 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  48: 12:22:09.612410 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  49: 12:22:10.087016 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  50: 12:22:10.244982 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  51: 12:22:10.541414 802.1Q vlan#1 P0 192.168.0.105.3135 > 192.168.0.1.443: F 1780662597:1780662597(0) ack 2328187155 win 65024
  52: 12:22:11.056637 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  53: 12:22:15.085887 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  54: 12:22:15.244036 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  55: 12:22:16.055386 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  56: 12:22:16.523135 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  57: 12:22:20.084773 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  58: 12:22:20.242724 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  59: 12:22:21.053982 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  60: 12:22:25.078685 802.1Q vlan#1 P0 192.168.0.105.3136 > 192.168.0.1.443: F 3195428964:3195428964(0) ack 825706857 win 65535
  61: 12:22:25.083674 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  62: 12:22:25.241442 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  63: 12:22:25.841051 802.1Q vlan#2 P0 208.85.44.21.80 > 75.127.190.4.54720: R 3675098677:3675098677(0) ack 1950830143 win 0
  64: 12:22:26.052731 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  65: 12:22:26.520816 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  66: 12:22:30.082576 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  67: 12:22:30.240527 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  68: 12:22:31.051541 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
68 packets shown

Result of the command: "show cap asp"

69 packets captured

   1: 12:21:33.049435 802.1Q vlan#1 P0 192.168.0.105.3125 > 192.168.0.1.443: F 1808205981:1808205981(0) ack 3913377262 win 65285 Drop-reason: (tcp-not-syn) First TCP packet not SYN
   2: 12:21:35.094691 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   3: 12:21:35.253038 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   4: 12:21:36.066036 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   5: 12:21:40.093638 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   6: 12:21:40.252062 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
   7: 12:21:41.064541 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
   8: 12:21:45.092478 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   9: 12:21:45.250582 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  10: 12:21:45.672740 802.1Q vlan#2 P0 96.17.157.55.3478 > 75.127.190.4.22959:  udp 65 Drop-reason: (acl-drop) Flow is denied by configured rule
  11: 12:21:46.063290 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  12: 12:21:50.094874 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  13: 12:21:50.249697 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  14: 12:21:51.061993 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  15: 12:21:52.114587 802.1Q vlan#1 P0 192.168.0.5.3959 > 192.168.0.255.42508:  udp 49 Drop-reason: (acl-drop) Flow is denied by configured rule
  16: 12:21:52.223407 802.1Q vlan#1 P0 192.168.0.5.3960 > 255.255.255.255.42508:  udp 49 Drop-reason: (acl-drop) Flow is denied by configured rule
  17: 12:21:52.364818 802.1Q vlan#1 P0 192.168.0.3.138 > 192.168.0.255.138:  udp 201 Drop-reason: (acl-drop) Flow is denied by configured rule
  18: 12:21:52.754172 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 97 Drop-reason: (acl-drop) Flow is denied by configured rule
  19: 12:21:53.738563 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 192 Drop-reason: (acl-drop) Flow is denied by configured rule
  20: 12:21:53.899916 802.1Q vlan#1 P0 192.168.0.105.3128 > 192.168.0.1.443: F 3147418906:3147418906(0) ack 1201720403 win 65177
  21: 12:21:53.900054 802.1Q vlan#1 P0 192.168.0.105.3128 > 192.168.0.1.443: . ack 1201720404 win 65177 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  22: 12:21:54.738365 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 252 Drop-reason: (acl-drop) Flow is denied by configured rule
  23: 12:21:55.090296 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  24: 12:21:55.248415 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  25: 12:21:55.738090 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 93 Drop-reason: (acl-drop) Flow is denied by configured rule
  26: 12:21:55.849916 802.1Q vlan#1 P0 192.168.0.2.138 > 192.168.0.255.138:  udp 201 Drop-reason: (acl-drop) Flow is denied by configured rule
  27: 12:21:56.060559 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  28: 12:21:56.737846 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  29: 12:21:57.737648 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  30: 12:21:58.737403 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  31: 12:21:59.192678 802.1Q vlan#1 P0 192.168.0.4.65484 > 184.24.185.83.443: P 2898204656:2898204693(37) ack 3911903338 win 257 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  32: 12:21:59.311827 802.1Q vlan#1 P0 192.168.0.4.65485 > 184.24.185.83.443: P 2812685555:2812685592(37) ack 387787965 win 257
  33: 12:21:59.393992 802.1Q vlan#1 P0 192.168.0.105.3133 > 192.168.0.1.443: F 1916988822:1916988822(0) ack 974026683 win 65024 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  34: 12:21:59.614653 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  35: 12:21:59.737205 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  36: 12:22:00.089381 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  37: 12:22:00.247316 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  38: 12:22:00.736961 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  39: 12:22:01.059246 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  40: 12:22:01.736717 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  41: 12:22:02.736534 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  42: 12:22:03.736320 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  43: 12:22:04.736076 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  44: 12:22:05.088008 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  45: 12:22:05.246111 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  46: 12:22:06.057980 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  47: 12:22:07.735450 802.1Q vlan#1 P0 192.168.0.105.3134 > 192.168.0.1.443: F 916369394:916369394(0) ack 2400862131 win 65024 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  48: 12:22:09.612410 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  49: 12:22:10.087016 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  50: 12:22:10.244982 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  51: 12:22:10.541414 802.1Q vlan#1 P0 192.168.0.105.3135 > 192.168.0.1.443: F 1780662597:1780662597(0) ack 2328187155 win 65024
  52: 12:22:11.056637 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  53: 12:22:15.085887 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  54: 12:22:15.244036 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  55: 12:22:16.055386 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  56: 12:22:16.523135 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  57: 12:22:20.084773 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  58: 12:22:20.242724 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  59: 12:22:21.053982 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  60: 12:22:25.078685 802.1Q vlan#1 P0 192.168.0.105.3136 > 192.168.0.1.443: F 3195428964:3195428964(0) ack 825706857 win 65535
  61: 12:22:25.083674 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  62: 12:22:25.241442 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  63: 12:22:25.841051 802.1Q vlan#2 P0 208.85.44.21.80 > 75.127.190.4.54720: R 3675098677:3675098677(0) ack 1950830143 win 0
  64: 12:22:26.052731 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  65: 12:22:26.520816 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  66: 12:22:30.082576 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  67: 12:22:30.240527 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  68: 12:22:31.051541 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  69: 12:22:31.867646 802.1Q vlan#1 P0 192.168.0.105.3137 > 192.168.0.1.443: F 2588262845:2588262845(0) ack 1337625064 win 65535
69 packets shown

Result of the command: "show cap asp"

72 packets captured

   1: 12:21:33.049435 802.1Q vlan#1 P0 192.168.0.105.3125 > 192.168.0.1.443: F 1808205981:1808205981(0) ack 3913377262 win 65285 Drop-reason: (tcp-not-syn) First TCP packet not SYN
   2: 12:21:35.094691 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   3: 12:21:35.253038 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   4: 12:21:36.066036 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   5: 12:21:40.093638 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   6: 12:21:40.252062 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
   7: 12:21:41.064541 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
   8: 12:21:45.092478 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   9: 12:21:45.250582 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  10: 12:21:45.672740 802.1Q vlan#2 P0 96.17.157.55.3478 > 75.127.190.4.22959:  udp 65 Drop-reason: (acl-drop) Flow is denied by configured rule
  11: 12:21:46.063290 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  12: 12:21:50.094874 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  13: 12:21:50.249697 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  14: 12:21:51.061993 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  15: 12:21:52.114587 802.1Q vlan#1 P0 192.168.0.5.3959 > 192.168.0.255.42508:  udp 49 Drop-reason: (acl-drop) Flow is denied by configured rule
  16: 12:21:52.223407 802.1Q vlan#1 P0 192.168.0.5.3960 > 255.255.255.255.42508:  udp 49 Drop-reason: (acl-drop) Flow is denied by configured rule
  17: 12:21:52.364818 802.1Q vlan#1 P0 192.168.0.3.138 > 192.168.0.255.138:  udp 201 Drop-reason: (acl-drop) Flow is denied by configured rule
  18: 12:21:52.754172 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 97 Drop-reason: (acl-drop) Flow is denied by configured rule
  19: 12:21:53.738563 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 192 Drop-reason: (acl-drop) Flow is denied by configured rule
  20: 12:21:53.899916 802.1Q vlan#1 P0 192.168.0.105.3128 > 192.168.0.1.443: F 3147418906:3147418906(0) ack 1201720403 win 65177
  21: 12:21:53.900054 802.1Q vlan#1 P0 192.168.0.105.3128 > 192.168.0.1.443: . ack 1201720404 win 65177 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  22: 12:21:54.738365 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 252 Drop-reason: (acl-drop) Flow is denied by configured rule
  23: 12:21:55.090296 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  24: 12:21:55.248415 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  25: 12:21:55.738090 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 93 Drop-reason: (acl-drop) Flow is denied by configured rule
  26: 12:21:55.849916 802.1Q vlan#1 P0 192.168.0.2.138 > 192.168.0.255.138:  udp 201 Drop-reason: (acl-drop) Flow is denied by configured rule
  27: 12:21:56.060559 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  28: 12:21:56.737846 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  29: 12:21:57.737648 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  30: 12:21:58.737403 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  31: 12:21:59.192678 802.1Q vlan#1 P0 192.168.0.4.65484 > 184.24.185.83.443: P 2898204656:2898204693(37) ack 3911903338 win 257 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  32: 12:21:59.311827 802.1Q vlan#1 P0 192.168.0.4.65485 > 184.24.185.83.443: P 2812685555:2812685592(37) ack 387787965 win 257
  33: 12:21:59.393992 802.1Q vlan#1 P0 192.168.0.105.3133 > 192.168.0.1.443: F 1916988822:1916988822(0) ack 974026683 win 65024 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  34: 12:21:59.614653 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  35: 12:21:59.737205 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  36: 12:22:00.089381 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  37: 12:22:00.247316 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  38: 12:22:00.736961 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  39: 12:22:01.059246 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  40: 12:22:01.736717 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  41: 12:22:02.736534 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  42: 12:22:03.736320 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  43: 12:22:04.736076 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  44: 12:22:05.088008 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  45: 12:22:05.246111 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  46: 12:22:06.057980 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  47: 12:22:07.735450 802.1Q vlan#1 P0 192.168.0.105.3134 > 192.168.0.1.443: F 916369394:916369394(0) ack 2400862131 win 65024 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  48: 12:22:09.612410 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  49: 12:22:10.087016 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  50: 12:22:10.244982 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  51: 12:22:10.541414 802.1Q vlan#1 P0 192.168.0.105.3135 > 192.168.0.1.443: F 1780662597:1780662597(0) ack 2328187155 win 65024
  52: 12:22:11.056637 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  53: 12:22:15.085887 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  54: 12:22:15.244036 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  55: 12:22:16.055386 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  56: 12:22:16.523135 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  57: 12:22:20.084773 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  58: 12:22:20.242724 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  59: 12:22:21.053982 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  60: 12:22:25.078685 802.1Q vlan#1 P0 192.168.0.105.3136 > 192.168.0.1.443: F 3195428964:3195428964(0) ack 825706857 win 65535
  61: 12:22:25.083674 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  62: 12:22:25.241442 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  63: 12:22:25.841051 802.1Q vlan#2 P0 208.85.44.21.80 > 75.127.190.4.54720: R 3675098677:3675098677(0) ack 1950830143 win 0
  64: 12:22:26.052731 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  65: 12:22:26.520816 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  66: 12:22:30.082576 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  67: 12:22:30.240527 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  68: 12:22:31.051541 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  69: 12:22:31.867646 802.1Q vlan#1 P0 192.168.0.105.3137 > 192.168.0.1.443: F 2588262845:2588262845(0) ack 1337625064 win 65535
  70: 12:22:33.728065 802.1Q vlan#1 P0 192.168.0.105.3138 > 192.168.0.1.443: F 2897046365:2897046365(0) ack 155202886 win 65535
  71: 12:22:35.081538 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  72: 12:22:35.239367 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
72 packets shown

Result of the command: "show cap asp"

74 packets captured

   1: 12:21:33.049435 802.1Q vlan#1 P0 192.168.0.105.3125 > 192.168.0.1.443: F 1808205981:1808205981(0) ack 3913377262 win 65285 Drop-reason: (tcp-not-syn) First TCP packet not SYN
   2: 12:21:35.094691 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   3: 12:21:35.253038 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   4: 12:21:36.066036 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   5: 12:21:40.093638 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   6: 12:21:40.252062 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
   7: 12:21:41.064541 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
   8: 12:21:45.092478 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   9: 12:21:45.250582 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  10: 12:21:45.672740 802.1Q vlan#2 P0 96.17.157.55.3478 > 75.127.190.4.22959:  udp 65 Drop-reason: (acl-drop) Flow is denied by configured rule
  11: 12:21:46.063290 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  12: 12:21:50.094874 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  13: 12:21:50.249697 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  14: 12:21:51.061993 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  15: 12:21:52.114587 802.1Q vlan#1 P0 192.168.0.5.3959 > 192.168.0.255.42508:  udp 49 Drop-reason: (acl-drop) Flow is denied by configured rule
  16: 12:21:52.223407 802.1Q vlan#1 P0 192.168.0.5.3960 > 255.255.255.255.42508:  udp 49 Drop-reason: (acl-drop) Flow is denied by configured rule
  17: 12:21:52.364818 802.1Q vlan#1 P0 192.168.0.3.138 > 192.168.0.255.138:  udp 201 Drop-reason: (acl-drop) Flow is denied by configured rule
  18: 12:21:52.754172 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 97 Drop-reason: (acl-drop) Flow is denied by configured rule
  19: 12:21:53.738563 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 192 Drop-reason: (acl-drop) Flow is denied by configured rule
  20: 12:21:53.899916 802.1Q vlan#1 P0 192.168.0.105.3128 > 192.168.0.1.443: F 3147418906:3147418906(0) ack 1201720403 win 65177
  21: 12:21:53.900054 802.1Q vlan#1 P0 192.168.0.105.3128 > 192.168.0.1.443: . ack 1201720404 win 65177 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  22: 12:21:54.738365 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 252 Drop-reason: (acl-drop) Flow is denied by configured rule
  23: 12:21:55.090296 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  24: 12:21:55.248415 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  25: 12:21:55.738090 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 93 Drop-reason: (acl-drop) Flow is denied by configured rule
  26: 12:21:55.849916 802.1Q vlan#1 P0 192.168.0.2.138 > 192.168.0.255.138:  udp 201 Drop-reason: (acl-drop) Flow is denied by configured rule
  27: 12:21:56.060559 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  28: 12:21:56.737846 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  29: 12:21:57.737648 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  30: 12:21:58.737403 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  31: 12:21:59.192678 802.1Q vlan#1 P0 192.168.0.4.65484 > 184.24.185.83.443: P 2898204656:2898204693(37) ack 3911903338 win 257 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  32: 12:21:59.311827 802.1Q vlan#1 P0 192.168.0.4.65485 > 184.24.185.83.443: P 2812685555:2812685592(37) ack 387787965 win 257
  33: 12:21:59.393992 802.1Q vlan#1 P0 192.168.0.105.3133 > 192.168.0.1.443: F 1916988822:1916988822(0) ack 974026683 win 65024 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  34: 12:21:59.614653 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  35: 12:21:59.737205 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  36: 12:22:00.089381 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  37: 12:22:00.247316 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  38: 12:22:00.736961 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  39: 12:22:01.059246 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  40: 12:22:01.736717 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  41: 12:22:02.736534 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  42: 12:22:03.736320 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  43: 12:22:04.736076 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  44: 12:22:05.088008 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  45: 12:22:05.246111 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  46: 12:22:06.057980 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  47: 12:22:07.735450 802.1Q vlan#1 P0 192.168.0.105.3134 > 192.168.0.1.443: F 916369394:916369394(0) ack 2400862131 win 65024 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  48: 12:22:09.612410 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  49: 12:22:10.087016 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  50: 12:22:10.244982 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  51: 12:22:10.541414 802.1Q vlan#1 P0 192.168.0.105.3135 > 192.168.0.1.443: F 1780662597:1780662597(0) ack 2328187155 win 65024
  52: 12:22:11.056637 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  53: 12:22:15.085887 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  54: 12:22:15.244036 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  55: 12:22:16.055386 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  56: 12:22:16.523135 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  57: 12:22:20.084773 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  58: 12:22:20.242724 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  59: 12:22:21.053982 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  60: 12:22:25.078685 802.1Q vlan#1 P0 192.168.0.105.3136 > 192.168.0.1.443: F 3195428964:3195428964(0) ack 825706857 win 65535
  61: 12:22:25.083674 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  62: 12:22:25.241442 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  63: 12:22:25.841051 802.1Q vlan#2 P0 208.85.44.21.80 > 75.127.190.4.54720: R 3675098677:3675098677(0) ack 1950830143 win 0
  64: 12:22:26.052731 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  65: 12:22:26.520816 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  66: 12:22:30.082576 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  67: 12:22:30.240527 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  68: 12:22:31.051541 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  69: 12:22:31.867646 802.1Q vlan#1 P0 192.168.0.105.3137 > 192.168.0.1.443: F 2588262845:2588262845(0) ack 1337625064 win 65535
  70: 12:22:33.728065 802.1Q vlan#1 P0 192.168.0.105.3138 > 192.168.0.1.443: F 2897046365:2897046365(0) ack 155202886 win 65535
  71: 12:22:35.081538 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  72: 12:22:35.239367 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  73: 12:22:35.696558 802.1Q vlan#1 P0 192.168.0.105.3139 > 192.168.0.1.443: F 440444533:440444533(0) ack 4089570008 win 65535
  74: 12:22:36.050183 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
74 packets shown

Result of the command: "show cap asp"

75 packets captured

   1: 12:21:33.049435 802.1Q vlan#1 P0 192.168.0.105.3125 > 192.168.0.1.443: F 1808205981:1808205981(0) ack 3913377262 win 65285 Drop-reason: (tcp-not-syn) First TCP packet not SYN
   2: 12:21:35.094691 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   3: 12:21:35.253038 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   4: 12:21:36.066036 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   5: 12:21:40.093638 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   6: 12:21:40.252062 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
   7: 12:21:41.064541 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
   8: 12:21:45.092478 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   9: 12:21:45.250582 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  10: 12:21:45.672740 802.1Q vlan#2 P0 96.17.157.55.3478 > 75.127.190.4.22959:  udp 65 Drop-reason: (acl-drop) Flow is denied by configured rule
  11: 12:21:46.063290 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  12: 12:21:50.094874 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  13: 12:21:50.249697 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  14: 12:21:51.061993 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  15: 12:21:52.114587 802.1Q vlan#1 P0 192.168.0.5.3959 > 192.168.0.255.42508:  udp 49 Drop-reason: (acl-drop) Flow is denied by configured rule
  16: 12:21:52.223407 802.1Q vlan#1 P0 192.168.0.5.3960 > 255.255.255.255.42508:  udp 49 Drop-reason: (acl-drop) Flow is denied by configured rule
  17: 12:21:52.364818 802.1Q vlan#1 P0 192.168.0.3.138 > 192.168.0.255.138:  udp 201 Drop-reason: (acl-drop) Flow is denied by configured rule
  18: 12:21:52.754172 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 97 Drop-reason: (acl-drop) Flow is denied by configured rule
  19: 12:21:53.738563 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 192 Drop-reason: (acl-drop) Flow is denied by configured rule
  20: 12:21:53.899916 802.1Q vlan#1 P0 192.168.0.105.3128 > 192.168.0.1.443: F 3147418906:3147418906(0) ack 1201720403 win 65177
  21: 12:21:53.900054 802.1Q vlan#1 P0 192.168.0.105.3128 > 192.168.0.1.443: . ack 1201720404 win 65177 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  22: 12:21:54.738365 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 252 Drop-reason: (acl-drop) Flow is denied by configured rule
  23: 12:21:55.090296 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  24: 12:21:55.248415 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  25: 12:21:55.738090 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 93 Drop-reason: (acl-drop) Flow is denied by configured rule
  26: 12:21:55.849916 802.1Q vlan#1 P0 192.168.0.2.138 > 192.168.0.255.138:  udp 201 Drop-reason: (acl-drop) Flow is denied by configured rule
  27: 12:21:56.060559 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  28: 12:21:56.737846 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  29: 12:21:57.737648 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  30: 12:21:58.737403 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  31: 12:21:59.192678 802.1Q vlan#1 P0 192.168.0.4.65484 > 184.24.185.83.443: P 2898204656:2898204693(37) ack 3911903338 win 257 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  32: 12:21:59.311827 802.1Q vlan#1 P0 192.168.0.4.65485 > 184.24.185.83.443: P 2812685555:2812685592(37) ack 387787965 win 257
  33: 12:21:59.393992 802.1Q vlan#1 P0 192.168.0.105.3133 > 192.168.0.1.443: F 1916988822:1916988822(0) ack 974026683 win 65024 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  34: 12:21:59.614653 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  35: 12:21:59.737205 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  36: 12:22:00.089381 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  37: 12:22:00.247316 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  38: 12:22:00.736961 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  39: 12:22:01.059246 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  40: 12:22:01.736717 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  41: 12:22:02.736534 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  42: 12:22:03.736320 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  43: 12:22:04.736076 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  44: 12:22:05.088008 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  45: 12:22:05.246111 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  46: 12:22:06.057980 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  47: 12:22:07.735450 802.1Q vlan#1 P0 192.168.0.105.3134 > 192.168.0.1.443: F 916369394:916369394(0) ack 2400862131 win 65024 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  48: 12:22:09.612410 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  49: 12:22:10.087016 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  50: 12:22:10.244982 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  51: 12:22:10.541414 802.1Q vlan#1 P0 192.168.0.105.3135 > 192.168.0.1.443: F 1780662597:1780662597(0) ack 2328187155 win 65024
  52: 12:22:11.056637 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  53: 12:22:15.085887 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  54: 12:22:15.244036 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  55: 12:22:16.055386 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  56: 12:22:16.523135 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  57: 12:22:20.084773 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  58: 12:22:20.242724 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  59: 12:22:21.053982 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  60: 12:22:25.078685 802.1Q vlan#1 P0 192.168.0.105.3136 > 192.168.0.1.443: F 3195428964:3195428964(0) ack 825706857 win 65535
  61: 12:22:25.083674 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  62: 12:22:25.241442 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  63: 12:22:25.841051 802.1Q vlan#2 P0 208.85.44.21.80 > 75.127.190.4.54720: R 3675098677:3675098677(0) ack 1950830143 win 0
  64: 12:22:26.052731 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  65: 12:22:26.520816 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  66: 12:22:30.082576 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  67: 12:22:30.240527 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  68: 12:22:31.051541 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  69: 12:22:31.867646 802.1Q vlan#1 P0 192.168.0.105.3137 > 192.168.0.1.443: F 2588262845:2588262845(0) ack 1337625064 win 65535
  70: 12:22:33.728065 802.1Q vlan#1 P0 192.168.0.105.3138 > 192.168.0.1.443: F 2897046365:2897046365(0) ack 155202886 win 65535
  71: 12:22:35.081538 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  72: 12:22:35.239367 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  73: 12:22:35.696558 802.1Q vlan#1 P0 192.168.0.105.3139 > 192.168.0.1.443: F 440444533:440444533(0) ack 4089570008 win 65535
  74: 12:22:36.050183 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  75: 12:22:37.203297 802.1Q vlan#1 P0 192.168.0.105.3140 > 192.168.0.1.443: F 1895372363:1895372363(0) ack 2394549756 win 65330
75 packets shown

Result of the command: "show cap asp"

78 packets captured

   1: 12:21:33.049435 802.1Q vlan#1 P0 192.168.0.105.3125 > 192.168.0.1.443: F 1808205981:1808205981(0) ack 3913377262 win 65285 Drop-reason: (tcp-not-syn) First TCP packet not SYN
   2: 12:21:35.094691 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   3: 12:21:35.253038 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   4: 12:21:36.066036 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   5: 12:21:40.093638 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   6: 12:21:40.252062 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
   7: 12:21:41.064541 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
   8: 12:21:45.092478 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   9: 12:21:45.250582 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  10: 12:21:45.672740 802.1Q vlan#2 P0 96.17.157.55.3478 > 75.127.190.4.22959:  udp 65 Drop-reason: (acl-drop) Flow is denied by configured rule
  11: 12:21:46.063290 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  12: 12:21:50.094874 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  13: 12:21:50.249697 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  14: 12:21:51.061993 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  15: 12:21:52.114587 802.1Q vlan#1 P0 192.168.0.5.3959 > 192.168.0.255.42508:  udp 49 Drop-reason: (acl-drop) Flow is denied by configured rule
  16: 12:21:52.223407 802.1Q vlan#1 P0 192.168.0.5.3960 > 255.255.255.255.42508:  udp 49 Drop-reason: (acl-drop) Flow is denied by configured rule
  17: 12:21:52.364818 802.1Q vlan#1 P0 192.168.0.3.138 > 192.168.0.255.138:  udp 201 Drop-reason: (acl-drop) Flow is denied by configured rule
  18: 12:21:52.754172 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 97 Drop-reason: (acl-drop) Flow is denied by configured rule
  19: 12:21:53.738563 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 192 Drop-reason: (acl-drop) Flow is denied by configured rule
  20: 12:21:53.899916 802.1Q vlan#1 P0 192.168.0.105.3128 > 192.168.0.1.443: F 3147418906:3147418906(0) ack 1201720403 win 65177
  21: 12:21:53.900054 802.1Q vlan#1 P0 192.168.0.105.3128 > 192.168.0.1.443: . ack 1201720404 win 65177 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  22: 12:21:54.738365 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 252 Drop-reason: (acl-drop) Flow is denied by configured rule
  23: 12:21:55.090296 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  24: 12:21:55.248415 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  25: 12:21:55.738090 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 93 Drop-reason: (acl-drop) Flow is denied by configured rule
  26: 12:21:55.849916 802.1Q vlan#1 P0 192.168.0.2.138 > 192.168.0.255.138:  udp 201 Drop-reason: (acl-drop) Flow is denied by configured rule
  27: 12:21:56.060559 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  28: 12:21:56.737846 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  29: 12:21:57.737648 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  30: 12:21:58.737403 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  31: 12:21:59.192678 802.1Q vlan#1 P0 192.168.0.4.65484 > 184.24.185.83.443: P 2898204656:2898204693(37) ack 3911903338 win 257 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  32: 12:21:59.311827 802.1Q vlan#1 P0 192.168.0.4.65485 > 184.24.185.83.443: P 2812685555:2812685592(37) ack 387787965 win 257
  33: 12:21:59.393992 802.1Q vlan#1 P0 192.168.0.105.3133 > 192.168.0.1.443: F 1916988822:1916988822(0) ack 974026683 win 65024 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  34: 12:21:59.614653 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  35: 12:21:59.737205 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  36: 12:22:00.089381 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  37: 12:22:00.247316 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  38: 12:22:00.736961 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  39: 12:22:01.059246 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  40: 12:22:01.736717 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  41: 12:22:02.736534 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  42: 12:22:03.736320 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  43: 12:22:04.736076 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  44: 12:22:05.088008 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  45: 12:22:05.246111 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  46: 12:22:06.057980 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  47: 12:22:07.735450 802.1Q vlan#1 P0 192.168.0.105.3134 > 192.168.0.1.443: F 916369394:916369394(0) ack 2400862131 win 65024 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  48: 12:22:09.612410 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  49: 12:22:10.087016 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  50: 12:22:10.244982 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  51: 12:22:10.541414 802.1Q vlan#1 P0 192.168.0.105.3135 > 192.168.0.1.443: F 1780662597:1780662597(0) ack 2328187155 win 65024
  52: 12:22:11.056637 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  53: 12:22:15.085887 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  54: 12:22:15.244036 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  55: 12:22:16.055386 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  56: 12:22:16.523135 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  57: 12:22:20.084773 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  58: 12:22:20.242724 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  59: 12:22:21.053982 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  60: 12:22:25.078685 802.1Q vlan#1 P0 192.168.0.105.3136 > 192.168.0.1.443: F 3195428964:3195428964(0) ack 825706857 win 65535
  61: 12:22:25.083674 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  62: 12:22:25.241442 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  63: 12:22:25.841051 802.1Q vlan#2 P0 208.85.44.21.80 > 75.127.190.4.54720: R 3675098677:3675098677(0) ack 1950830143 win 0
  64: 12:22:26.052731 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  65: 12:22:26.520816 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  66: 12:22:30.082576 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  67: 12:22:30.240527 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  68: 12:22:31.051541 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  69: 12:22:31.867646 802.1Q vlan#1 P0 192.168.0.105.3137 > 192.168.0.1.443: F 2588262845:2588262845(0) ack 1337625064 win 65535
  70: 12:22:33.728065 802.1Q vlan#1 P0 192.168.0.105.3138 > 192.168.0.1.443: F 2897046365:2897046365(0) ack 155202886 win 65535
  71: 12:22:35.081538 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  72: 12:22:35.239367 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  73: 12:22:35.696558 802.1Q vlan#1 P0 192.168.0.105.3139 > 192.168.0.1.443: F 440444533:440444533(0) ack 4089570008 win 65535
  74: 12:22:36.050183 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  75: 12:22:37.203297 802.1Q vlan#1 P0 192.168.0.105.3140 > 192.168.0.1.443: F 1895372363:1895372363(0) ack 2394549756 win 65330
  76: 12:22:38.629850 802.1Q vlan#1 P0 192.168.0.105.3141 > 192.168.0.1.443: F 582927174:582927174(0) ack 3702133217 win 65535
  77: 12:22:40.080363 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  78: 12:22:40.238253 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
78 packets shown

Result of the command: "show cap asp"

80 packets captured

   1: 12:21:33.049435 802.1Q vlan#1 P0 192.168.0.105.3125 > 192.168.0.1.443: F 1808205981:1808205981(0) ack 3913377262 win 65285 Drop-reason: (tcp-not-syn) First TCP packet not SYN
   2: 12:21:35.094691 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   3: 12:21:35.253038 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   4: 12:21:36.066036 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   5: 12:21:40.093638 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   6: 12:21:40.252062 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
   7: 12:21:41.064541 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
   8: 12:21:45.092478 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   9: 12:21:45.250582 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  10: 12:21:45.672740 802.1Q vlan#2 P0 96.17.157.55.3478 > 75.127.190.4.22959:  udp 65 Drop-reason: (acl-drop) Flow is denied by configured rule
  11: 12:21:46.063290 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  12: 12:21:50.094874 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  13: 12:21:50.249697 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  14: 12:21:51.061993 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  15: 12:21:52.114587 802.1Q vlan#1 P0 192.168.0.5.3959 > 192.168.0.255.42508:  udp 49 Drop-reason: (acl-drop) Flow is denied by configured rule
  16: 12:21:52.223407 802.1Q vlan#1 P0 192.168.0.5.3960 > 255.255.255.255.42508:  udp 49 Drop-reason: (acl-drop) Flow is denied by configured rule
  17: 12:21:52.364818 802.1Q vlan#1 P0 192.168.0.3.138 > 192.168.0.255.138:  udp 201 Drop-reason: (acl-drop) Flow is denied by configured rule
  18: 12:21:52.754172 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 97 Drop-reason: (acl-drop) Flow is denied by configured rule
  19: 12:21:53.738563 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 192 Drop-reason: (acl-drop) Flow is denied by configured rule
  20: 12:21:53.899916 802.1Q vlan#1 P0 192.168.0.105.3128 > 192.168.0.1.443: F 3147418906:3147418906(0) ack 1201720403 win 65177
  21: 12:21:53.900054 802.1Q vlan#1 P0 192.168.0.105.3128 > 192.168.0.1.443: . ack 1201720404 win 65177 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  22: 12:21:54.738365 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 252 Drop-reason: (acl-drop) Flow is denied by configured rule
  23: 12:21:55.090296 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  24: 12:21:55.248415 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  25: 12:21:55.738090 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 93 Drop-reason: (acl-drop) Flow is denied by configured rule
  26: 12:21:55.849916 802.1Q vlan#1 P0 192.168.0.2.138 > 192.168.0.255.138:  udp 201 Drop-reason: (acl-drop) Flow is denied by configured rule
  27: 12:21:56.060559 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  28: 12:21:56.737846 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  29: 12:21:57.737648 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  30: 12:21:58.737403 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  31: 12:21:59.192678 802.1Q vlan#1 P0 192.168.0.4.65484 > 184.24.185.83.443: P 2898204656:2898204693(37) ack 3911903338 win 257 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  32: 12:21:59.311827 802.1Q vlan#1 P0 192.168.0.4.65485 > 184.24.185.83.443: P 2812685555:2812685592(37) ack 387787965 win 257
  33: 12:21:59.393992 802.1Q vlan#1 P0 192.168.0.105.3133 > 192.168.0.1.443: F 1916988822:1916988822(0) ack 974026683 win 65024 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  34: 12:21:59.614653 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  35: 12:21:59.737205 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  36: 12:22:00.089381 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  37: 12:22:00.247316 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  38: 12:22:00.736961 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  39: 12:22:01.059246 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  40: 12:22:01.736717 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  41: 12:22:02.736534 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  42: 12:22:03.736320 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  43: 12:22:04.736076 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  44: 12:22:05.088008 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  45: 12:22:05.246111 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  46: 12:22:06.057980 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  47: 12:22:07.735450 802.1Q vlan#1 P0 192.168.0.105.3134 > 192.168.0.1.443: F 916369394:916369394(0) ack 2400862131 win 65024 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  48: 12:22:09.612410 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  49: 12:22:10.087016 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  50: 12:22:10.244982 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  51: 12:22:10.541414 802.1Q vlan#1 P0 192.168.0.105.3135 > 192.168.0.1.443: F 1780662597:1780662597(0) ack 2328187155 win 65024
  52: 12:22:11.056637 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  53: 12:22:15.085887 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  54: 12:22:15.244036 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  55: 12:22:16.055386 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  56: 12:22:16.523135 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  57: 12:22:20.084773 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  58: 12:22:20.242724 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  59: 12:22:21.053982 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  60: 12:22:25.078685 802.1Q vlan#1 P0 192.168.0.105.3136 > 192.168.0.1.443: F 3195428964:3195428964(0) ack 825706857 win 65535
  61: 12:22:25.083674 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  62: 12:22:25.241442 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  63: 12:22:25.841051 802.1Q vlan#2 P0 208.85.44.21.80 > 75.127.190.4.54720: R 3675098677:3675098677(0) ack 1950830143 win 0
  64: 12:22:26.052731 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  65: 12:22:26.520816 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  66: 12:22:30.082576 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  67: 12:22:30.240527 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  68: 12:22:31.051541 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  69: 12:22:31.867646 802.1Q vlan#1 P0 192.168.0.105.3137 > 192.168.0.1.443: F 2588262845:2588262845(0) ack 1337625064 win 65535
  70: 12:22:33.728065 802.1Q vlan#1 P0 192.168.0.105.3138 > 192.168.0.1.443: F 2897046365:2897046365(0) ack 155202886 win 65535
  71: 12:22:35.081538 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  72: 12:22:35.239367 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  73: 12:22:35.696558 802.1Q vlan#1 P0 192.168.0.105.3139 > 192.168.0.1.443: F 440444533:440444533(0) ack 4089570008 win 65535
  74: 12:22:36.050183 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  75: 12:22:37.203297 802.1Q vlan#1 P0 192.168.0.105.3140 > 192.168.0.1.443: F 1895372363:1895372363(0) ack 2394549756 win 65330
  76: 12:22:38.629850 802.1Q vlan#1 P0 192.168.0.105.3141 > 192.168.0.1.443: F 582927174:582927174(0) ack 3702133217 win 65535
  77: 12:22:40.080363 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  78: 12:22:40.238253 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  79: 12:22:40.828158 802.1Q vlan#1 P0 192.168.0.105.3142 > 192.168.0.1.443: F 2101001934:2101001934(0) ack 3790352790 win 64879
  80: 12:22:41.048856 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
80 packets shown

Result of the command: "show cap asp"

81 packets captured

   1: 12:21:33.049435 802.1Q vlan#1 P0 192.168.0.105.3125 > 192.168.0.1.443: F 1808205981:1808205981(0) ack 3913377262 win 65285 Drop-reason: (tcp-not-syn) First TCP packet not SYN
   2: 12:21:35.094691 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   3: 12:21:35.253038 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   4: 12:21:36.066036 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   5: 12:21:40.093638 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   6: 12:21:40.252062 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
   7: 12:21:41.064541 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
   8: 12:21:45.092478 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   9: 12:21:45.250582 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  10: 12:21:45.672740 802.1Q vlan#2 P0 96.17.157.55.3478 > 75.127.190.4.22959:  udp 65 Drop-reason: (acl-drop) Flow is denied by configured rule
  11: 12:21:46.063290 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  12: 12:21:50.094874 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  13: 12:21:50.249697 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  14: 12:21:51.061993 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  15: 12:21:52.114587 802.1Q vlan#1 P0 192.168.0.5.3959 > 192.168.0.255.42508:  udp 49 Drop-reason: (acl-drop) Flow is denied by configured rule
  16: 12:21:52.223407 802.1Q vlan#1 P0 192.168.0.5.3960 > 255.255.255.255.42508:  udp 49 Drop-reason: (acl-drop) Flow is denied by configured rule
  17: 12:21:52.364818 802.1Q vlan#1 P0 192.168.0.3.138 > 192.168.0.255.138:  udp 201 Drop-reason: (acl-drop) Flow is denied by configured rule
  18: 12:21:52.754172 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 97 Drop-reason: (acl-drop) Flow is denied by configured rule
  19: 12:21:53.738563 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 192 Drop-reason: (acl-drop) Flow is denied by configured rule
  20: 12:21:53.899916 802.1Q vlan#1 P0 192.168.0.105.3128 > 192.168.0.1.443: F 3147418906:3147418906(0) ack 1201720403 win 65177
  21: 12:21:53.900054 802.1Q vlan#1 P0 192.168.0.105.3128 > 192.168.0.1.443: . ack 1201720404 win 65177 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  22: 12:21:54.738365 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 252 Drop-reason: (acl-drop) Flow is denied by configured rule
  23: 12:21:55.090296 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  24: 12:21:55.248415 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  25: 12:21:55.738090 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 93 Drop-reason: (acl-drop) Flow is denied by configured rule
  26: 12:21:55.849916 802.1Q vlan#1 P0 192.168.0.2.138 > 192.168.0.255.138:  udp 201 Drop-reason: (acl-drop) Flow is denied by configured rule
  27: 12:21:56.060559 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  28: 12:21:56.737846 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  29: 12:21:57.737648 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  30: 12:21:58.737403 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  31: 12:21:59.192678 802.1Q vlan#1 P0 192.168.0.4.65484 > 184.24.185.83.443: P 2898204656:2898204693(37) ack 3911903338 win 257 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  32: 12:21:59.311827 802.1Q vlan#1 P0 192.168.0.4.65485 > 184.24.185.83.443: P 2812685555:2812685592(37) ack 387787965 win 257
  33: 12:21:59.393992 802.1Q vlan#1 P0 192.168.0.105.3133 > 192.168.0.1.443: F 1916988822:1916988822(0) ack 974026683 win 65024 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  34: 12:21:59.614653 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  35: 12:21:59.737205 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  36: 12:22:00.089381 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  37: 12:22:00.247316 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  38: 12:22:00.736961 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  39: 12:22:01.059246 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  40: 12:22:01.736717 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  41: 12:22:02.736534 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  42: 12:22:03.736320 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  43: 12:22:04.736076 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  44: 12:22:05.088008 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  45: 12:22:05.246111 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  46: 12:22:06.057980 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  47: 12:22:07.735450 802.1Q vlan#1 P0 192.168.0.105.3134 > 192.168.0.1.443: F 916369394:916369394(0) ack 2400862131 win 65024 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  48: 12:22:09.612410 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  49: 12:22:10.087016 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  50: 12:22:10.244982 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  51: 12:22:10.541414 802.1Q vlan#1 P0 192.168.0.105.3135 > 192.168.0.1.443: F 1780662597:1780662597(0) ack 2328187155 win 65024
  52: 12:22:11.056637 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  53: 12:22:15.085887 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  54: 12:22:15.244036 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  55: 12:22:16.055386 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  56: 12:22:16.523135 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  57: 12:22:20.084773 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  58: 12:22:20.242724 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  59: 12:22:21.053982 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  60: 12:22:25.078685 802.1Q vlan#1 P0 192.168.0.105.3136 > 192.168.0.1.443: F 3195428964:3195428964(0) ack 825706857 win 65535
  61: 12:22:25.083674 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  62: 12:22:25.241442 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  63: 12:22:25.841051 802.1Q vlan#2 P0 208.85.44.21.80 > 75.127.190.4.54720: R 3675098677:3675098677(0) ack 1950830143 win 0
  64: 12:22:26.052731 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  65: 12:22:26.520816 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  66: 12:22:30.082576 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  67: 12:22:30.240527 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  68: 12:22:31.051541 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  69: 12:22:31.867646 802.1Q vlan#1 P0 192.168.0.105.3137 > 192.168.0.1.443: F 2588262845:2588262845(0) ack 1337625064 win 65535
  70: 12:22:33.728065 802.1Q vlan#1 P0 192.168.0.105.3138 > 192.168.0.1.443: F 2897046365:2897046365(0) ack 155202886 win 65535
  71: 12:22:35.081538 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  72: 12:22:35.239367 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  73: 12:22:35.696558 802.1Q vlan#1 P0 192.168.0.105.3139 > 192.168.0.1.443: F 440444533:440444533(0) ack 4089570008 win 65535
  74: 12:22:36.050183 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  75: 12:22:37.203297 802.1Q vlan#1 P0 192.168.0.105.3140 > 192.168.0.1.443: F 1895372363:1895372363(0) ack 2394549756 win 65330
  76: 12:22:38.629850 802.1Q vlan#1 P0 192.168.0.105.3141 > 192.168.0.1.443: F 582927174:582927174(0) ack 3702133217 win 65535
  77: 12:22:40.080363 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  78: 12:22:40.238253 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  79: 12:22:40.828158 802.1Q vlan#1 P0 192.168.0.105.3142 > 192.168.0.1.443: F 2101001934:2101001934(0) ack 3790352790 win 64879
  80: 12:22:41.048856 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  81: 12:22:42.288284 802.1Q vlan#1 P0 192.168.0.105.3143 > 192.168.0.1.443: F 3332243844:3332243844(0) ack 2064290592 win 65535
81 packets shown

Result of the command: "show cap asp"

85 packets captured

   1: 12:21:33.049435 802.1Q vlan#1 P0 192.168.0.105.3125 > 192.168.0.1.443: F 1808205981:1808205981(0) ack 3913377262 win 65285 Drop-reason: (tcp-not-syn) First TCP packet not SYN
   2: 12:21:35.094691 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   3: 12:21:35.253038 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   4: 12:21:36.066036 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   5: 12:21:40.093638 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   6: 12:21:40.252062 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
   7: 12:21:41.064541 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
   8: 12:21:45.092478 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   9: 12:21:45.250582 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  10: 12:21:45.672740 802.1Q vlan#2 P0 96.17.157.55.3478 > 75.127.190.4.22959:  udp 65 Drop-reason: (acl-drop) Flow is denied by configured rule
  11: 12:21:46.063290 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  12: 12:21:50.094874 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  13: 12:21:50.249697 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  14: 12:21:51.061993 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  15: 12:21:52.114587 802.1Q vlan#1 P0 192.168.0.5.3959 > 192.168.0.255.42508:  udp 49 Drop-reason: (acl-drop) Flow is denied by configured rule
  16: 12:21:52.223407 802.1Q vlan#1 P0 192.168.0.5.3960 > 255.255.255.255.42508:  udp 49 Drop-reason: (acl-drop) Flow is denied by configured rule
  17: 12:21:52.364818 802.1Q vlan#1 P0 192.168.0.3.138 > 192.168.0.255.138:  udp 201 Drop-reason: (acl-drop) Flow is denied by configured rule
  18: 12:21:52.754172 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 97 Drop-reason: (acl-drop) Flow is denied by configured rule
  19: 12:21:53.738563 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 192 Drop-reason: (acl-drop) Flow is denied by configured rule
  20: 12:21:53.899916 802.1Q vlan#1 P0 192.168.0.105.3128 > 192.168.0.1.443: F 3147418906:3147418906(0) ack 1201720403 win 65177
  21: 12:21:53.900054 802.1Q vlan#1 P0 192.168.0.105.3128 > 192.168.0.1.443: . ack 1201720404 win 65177 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  22: 12:21:54.738365 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 252 Drop-reason: (acl-drop) Flow is denied by configured rule
  23: 12:21:55.090296 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  24: 12:21:55.248415 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  25: 12:21:55.738090 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 93 Drop-reason: (acl-drop) Flow is denied by configured rule
  26: 12:21:55.849916 802.1Q vlan#1 P0 192.168.0.2.138 > 192.168.0.255.138:  udp 201 Drop-reason: (acl-drop) Flow is denied by configured rule
  27: 12:21:56.060559 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  28: 12:21:56.737846 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  29: 12:21:57.737648 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  30: 12:21:58.737403 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  31: 12:21:59.192678 802.1Q vlan#1 P0 192.168.0.4.65484 > 184.24.185.83.443: P 2898204656:2898204693(37) ack 3911903338 win 257 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  32: 12:21:59.311827 802.1Q vlan#1 P0 192.168.0.4.65485 > 184.24.185.83.443: P 2812685555:2812685592(37) ack 387787965 win 257
  33: 12:21:59.393992 802.1Q vlan#1 P0 192.168.0.105.3133 > 192.168.0.1.443: F 1916988822:1916988822(0) ack 974026683 win 65024 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  34: 12:21:59.614653 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  35: 12:21:59.737205 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  36: 12:22:00.089381 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  37: 12:22:00.247316 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  38: 12:22:00.736961 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  39: 12:22:01.059246 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  40: 12:22:01.736717 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  41: 12:22:02.736534 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  42: 12:22:03.736320 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  43: 12:22:04.736076 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  44: 12:22:05.088008 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  45: 12:22:05.246111 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  46: 12:22:06.057980 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  47: 12:22:07.735450 802.1Q vlan#1 P0 192.168.0.105.3134 > 192.168.0.1.443: F 916369394:916369394(0) ack 2400862131 win 65024 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  48: 12:22:09.612410 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  49: 12:22:10.087016 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  50: 12:22:10.244982 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  51: 12:22:10.541414 802.1Q vlan#1 P0 192.168.0.105.3135 > 192.168.0.1.443: F 1780662597:1780662597(0) ack 2328187155 win 65024
  52: 12:22:11.056637 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  53: 12:22:15.085887 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  54: 12:22:15.244036 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  55: 12:22:16.055386 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  56: 12:22:16.523135 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  57: 12:22:20.084773 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  58: 12:22:20.242724 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  59: 12:22:21.053982 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  60: 12:22:25.078685 802.1Q vlan#1 P0 192.168.0.105.3136 > 192.168.0.1.443: F 3195428964:3195428964(0) ack 825706857 win 65535
  61: 12:22:25.083674 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  62: 12:22:25.241442 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  63: 12:22:25.841051 802.1Q vlan#2 P0 208.85.44.21.80 > 75.127.190.4.54720: R 3675098677:3675098677(0) ack 1950830143 win 0
  64: 12:22:26.052731 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  65: 12:22:26.520816 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  66: 12:22:30.082576 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  67: 12:22:30.240527 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  68: 12:22:31.051541 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  69: 12:22:31.867646 802.1Q vlan#1 P0 192.168.0.105.3137 > 192.168.0.1.443: F 2588262845:2588262845(0) ack 1337625064 win 65535
  70: 12:22:33.728065 802.1Q vlan#1 P0 192.168.0.105.3138 > 192.168.0.1.443: F 2897046365:2897046365(0) ack 155202886 win 65535
  71: 12:22:35.081538 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  72: 12:22:35.239367 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  73: 12:22:35.696558 802.1Q vlan#1 P0 192.168.0.105.3139 > 192.168.0.1.443: F 440444533:440444533(0) ack 4089570008 win 65535
  74: 12:22:36.050183 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  75: 12:22:37.203297 802.1Q vlan#1 P0 192.168.0.105.3140 > 192.168.0.1.443: F 1895372363:1895372363(0) ack 2394549756 win 65330
  76: 12:22:38.629850 802.1Q vlan#1 P0 192.168.0.105.3141 > 192.168.0.1.443: F 582927174:582927174(0) ack 3702133217 win 65535
  77: 12:22:40.080363 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  78: 12:22:40.238253 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  79: 12:22:40.828158 802.1Q vlan#1 P0 192.168.0.105.3142 > 192.168.0.1.443: F 2101001934:2101001934(0) ack 3790352790 win 64879
  80: 12:22:41.048856 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  81: 12:22:42.288284 802.1Q vlan#1 P0 192.168.0.105.3143 > 192.168.0.1.443: F 3332243844:3332243844(0) ack 2064290592 win 65535
  82: 12:22:43.834170 802.1Q vlan#1 P0 192.168.0.105.3144 > 192.168.0.1.443: F 3806004448:3806004448(0) ack 3078390932 win 64520
  83: 12:22:44.259523 802.1Q vlan#1 P0 192.168.0.3.137 > 192.168.0.255.137:  udp 50
  84: 12:22:45.079326 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  85: 12:22:45.236971 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
85 packets shown

Result of the command: "show cap asp"

87 packets captured

   1: 12:21:33.049435 802.1Q vlan#1 P0 192.168.0.105.3125 > 192.168.0.1.443: F 1808205981:1808205981(0) ack 3913377262 win 65285 Drop-reason: (tcp-not-syn) First TCP packet not SYN
   2: 12:21:35.094691 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   3: 12:21:35.253038 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   4: 12:21:36.066036 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   5: 12:21:40.093638 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   6: 12:21:40.252062 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
   7: 12:21:41.064541 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
   8: 12:21:45.092478 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   9: 12:21:45.250582 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  10: 12:21:45.672740 802.1Q vlan#2 P0 96.17.157.55.3478 > 75.127.190.4.22959:  udp 65 Drop-reason: (acl-drop) Flow is denied by configured rule
  11: 12:21:46.063290 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  12: 12:21:50.094874 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  13: 12:21:50.249697 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  14: 12:21:51.061993 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  15: 12:21:52.114587 802.1Q vlan#1 P0 192.168.0.5.3959 > 192.168.0.255.42508:  udp 49 Drop-reason: (acl-drop) Flow is denied by configured rule
  16: 12:21:52.223407 802.1Q vlan#1 P0 192.168.0.5.3960 > 255.255.255.255.42508:  udp 49 Drop-reason: (acl-drop) Flow is denied by configured rule
  17: 12:21:52.364818 802.1Q vlan#1 P0 192.168.0.3.138 > 192.168.0.255.138:  udp 201 Drop-reason: (acl-drop) Flow is denied by configured rule
  18: 12:21:52.754172 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 97 Drop-reason: (acl-drop) Flow is denied by configured rule
  19: 12:21:53.738563 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 192 Drop-reason: (acl-drop) Flow is denied by configured rule
  20: 12:21:53.899916 802.1Q vlan#1 P0 192.168.0.105.3128 > 192.168.0.1.443: F 3147418906:3147418906(0) ack 1201720403 win 65177
  21: 12:21:53.900054 802.1Q vlan#1 P0 192.168.0.105.3128 > 192.168.0.1.443: . ack 1201720404 win 65177 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  22: 12:21:54.738365 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 252 Drop-reason: (acl-drop) Flow is denied by configured rule
  23: 12:21:55.090296 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  24: 12:21:55.248415 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  25: 12:21:55.738090 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 93 Drop-reason: (acl-drop) Flow is denied by configured rule
  26: 12:21:55.849916 802.1Q vlan#1 P0 192.168.0.2.138 > 192.168.0.255.138:  udp 201 Drop-reason: (acl-drop) Flow is denied by configured rule
  27: 12:21:56.060559 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  28: 12:21:56.737846 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  29: 12:21:57.737648 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  30: 12:21:58.737403 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  31: 12:21:59.192678 802.1Q vlan#1 P0 192.168.0.4.65484 > 184.24.185.83.443: P 2898204656:2898204693(37) ack 3911903338 win 257 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  32: 12:21:59.311827 802.1Q vlan#1 P0 192.168.0.4.65485 > 184.24.185.83.443: P 2812685555:2812685592(37) ack 387787965 win 257
  33: 12:21:59.393992 802.1Q vlan#1 P0 192.168.0.105.3133 > 192.168.0.1.443: F 1916988822:1916988822(0) ack 974026683 win 65024 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  34: 12:21:59.614653 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  35: 12:21:59.737205 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  36: 12:22:00.089381 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  37: 12:22:00.247316 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  38: 12:22:00.736961 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  39: 12:22:01.059246 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  40: 12:22:01.736717 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  41: 12:22:02.736534 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  42: 12:22:03.736320 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  43: 12:22:04.736076 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  44: 12:22:05.088008 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  45: 12:22:05.246111 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  46: 12:22:06.057980 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  47: 12:22:07.735450 802.1Q vlan#1 P0 192.168.0.105.3134 > 192.168.0.1.443: F 916369394:916369394(0) ack 2400862131 win 65024 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  48: 12:22:09.612410 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  49: 12:22:10.087016 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  50: 12:22:10.244982 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  51: 12:22:10.541414 802.1Q vlan#1 P0 192.168.0.105.3135 > 192.168.0.1.443: F 1780662597:1780662597(0) ack 2328187155 win 65024
  52: 12:22:11.056637 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  53: 12:22:15.085887 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  54: 12:22:15.244036 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  55: 12:22:16.055386 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  56: 12:22:16.523135 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  57: 12:22:20.084773 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  58: 12:22:20.242724 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  59: 12:22:21.053982 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  60: 12:22:25.078685 802.1Q vlan#1 P0 192.168.0.105.3136 > 192.168.0.1.443: F 3195428964:3195428964(0) ack 825706857 win 65535
  61: 12:22:25.083674 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  62: 12:22:25.241442 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  63: 12:22:25.841051 802.1Q vlan#2 P0 208.85.44.21.80 > 75.127.190.4.54720: R 3675098677:3675098677(0) ack 1950830143 win 0
  64: 12:22:26.052731 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  65: 12:22:26.520816 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  66: 12:22:30.082576 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  67: 12:22:30.240527 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  68: 12:22:31.051541 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  69: 12:22:31.867646 802.1Q vlan#1 P0 192.168.0.105.3137 > 192.168.0.1.443: F 2588262845:2588262845(0) ack 1337625064 win 65535
  70: 12:22:33.728065 802.1Q vlan#1 P0 192.168.0.105.3138 > 192.168.0.1.443: F 2897046365:2897046365(0) ack 155202886 win 65535
  71: 12:22:35.081538 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  72: 12:22:35.239367 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  73: 12:22:35.696558 802.1Q vlan#1 P0 192.168.0.105.3139 > 192.168.0.1.443: F 440444533:440444533(0) ack 4089570008 win 65535
  74: 12:22:36.050183 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  75: 12:22:37.203297 802.1Q vlan#1 P0 192.168.0.105.3140 > 192.168.0.1.443: F 1895372363:1895372363(0) ack 2394549756 win 65330
  76: 12:22:38.629850 802.1Q vlan#1 P0 192.168.0.105.3141 > 192.168.0.1.443: F 582927174:582927174(0) ack 3702133217 win 65535
  77: 12:22:40.080363 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  78: 12:22:40.238253 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  79: 12:22:40.828158 802.1Q vlan#1 P0 192.168.0.105.3142 > 192.168.0.1.443: F 2101001934:2101001934(0) ack 3790352790 win 64879
  80: 12:22:41.048856 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  81: 12:22:42.288284 802.1Q vlan#1 P0 192.168.0.105.3143 > 192.168.0.1.443: F 3332243844:3332243844(0) ack 2064290592 win 65535
  82: 12:22:43.834170 802.1Q vlan#1 P0 192.168.0.105.3144 > 192.168.0.1.443: F 3806004448:3806004448(0) ack 3078390932 win 64520
  83: 12:22:44.259523 802.1Q vlan#1 P0 192.168.0.3.137 > 192.168.0.255.137:  udp 50
  84: 12:22:45.079326 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  85: 12:22:45.236971 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  86: 12:22:45.441749 802.1Q vlan#1 P0 192.168.0.105.3145 > 192.168.0.1.443: F 2579096286:2579096286(0) ack 551939006 win 65535
  87: 12:22:46.047498 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
87 packets shown

Result of the command: "show cap asp"

88 packets captured

   1: 12:21:33.049435 802.1Q vlan#1 P0 192.168.0.105.3125 > 192.168.0.1.443: F 1808205981:1808205981(0) ack 3913377262 win 65285 Drop-reason: (tcp-not-syn) First TCP packet not SYN
   2: 12:21:35.094691 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   3: 12:21:35.253038 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   4: 12:21:36.066036 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   5: 12:21:40.093638 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   6: 12:21:40.252062 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
   7: 12:21:41.064541 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
   8: 12:21:45.092478 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   9: 12:21:45.250582 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  10: 12:21:45.672740 802.1Q vlan#2 P0 96.17.157.55.3478 > 75.127.190.4.22959:  udp 65 Drop-reason: (acl-drop) Flow is denied by configured rule
  11: 12:21:46.063290 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  12: 12:21:50.094874 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  13: 12:21:50.249697 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  14: 12:21:51.061993 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  15: 12:21:52.114587 802.1Q vlan#1 P0 192.168.0.5.3959 > 192.168.0.255.42508:  udp 49 Drop-reason: (acl-drop) Flow is denied by configured rule
  16: 12:21:52.223407 802.1Q vlan#1 P0 192.168.0.5.3960 > 255.255.255.255.42508:  udp 49 Drop-reason: (acl-drop) Flow is denied by configured rule
  17: 12:21:52.364818 802.1Q vlan#1 P0 192.168.0.3.138 > 192.168.0.255.138:  udp 201 Drop-reason: (acl-drop) Flow is denied by configured rule
  18: 12:21:52.754172 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 97 Drop-reason: (acl-drop) Flow is denied by configured rule
  19: 12:21:53.738563 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 192 Drop-reason: (acl-drop) Flow is denied by configured rule
  20: 12:21:53.899916 802.1Q vlan#1 P0 192.168.0.105.3128 > 192.168.0.1.443: F 3147418906:3147418906(0) ack 1201720403 win 65177
  21: 12:21:53.900054 802.1Q vlan#1 P0 192.168.0.105.3128 > 192.168.0.1.443: . ack 1201720404 win 65177 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  22: 12:21:54.738365 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 252 Drop-reason: (acl-drop) Flow is denied by configured rule
  23: 12:21:55.090296 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  24: 12:21:55.248415 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  25: 12:21:55.738090 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 93 Drop-reason: (acl-drop) Flow is denied by configured rule
  26: 12:21:55.849916 802.1Q vlan#1 P0 192.168.0.2.138 > 192.168.0.255.138:  udp 201 Drop-reason: (acl-drop) Flow is denied by configured rule
  27: 12:21:56.060559 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  28: 12:21:56.737846 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  29: 12:21:57.737648 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  30: 12:21:58.737403 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  31: 12:21:59.192678 802.1Q vlan#1 P0 192.168.0.4.65484 > 184.24.185.83.443: P 2898204656:2898204693(37) ack 3911903338 win 257 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  32: 12:21:59.311827 802.1Q vlan#1 P0 192.168.0.4.65485 > 184.24.185.83.443: P 2812685555:2812685592(37) ack 387787965 win 257
  33: 12:21:59.393992 802.1Q vlan#1 P0 192.168.0.105.3133 > 192.168.0.1.443: F 1916988822:1916988822(0) ack 974026683 win 65024 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  34: 12:21:59.614653 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  35: 12:21:59.737205 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  36: 12:22:00.089381 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  37: 12:22:00.247316 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  38: 12:22:00.736961 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  39: 12:22:01.059246 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  40: 12:22:01.736717 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  41: 12:22:02.736534 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  42: 12:22:03.736320 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  43: 12:22:04.736076 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  44: 12:22:05.088008 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  45: 12:22:05.246111 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  46: 12:22:06.057980 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  47: 12:22:07.735450 802.1Q vlan#1 P0 192.168.0.105.3134 > 192.168.0.1.443: F 916369394:916369394(0) ack 2400862131 win 65024 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  48: 12:22:09.612410 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  49: 12:22:10.087016 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  50: 12:22:10.244982 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  51: 12:22:10.541414 802.1Q vlan#1 P0 192.168.0.105.3135 > 192.168.0.1.443: F 1780662597:1780662597(0) ack 2328187155 win 65024
  52: 12:22:11.056637 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  53: 12:22:15.085887 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  54: 12:22:15.244036 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  55: 12:22:16.055386 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  56: 12:22:16.523135 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  57: 12:22:20.084773 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  58: 12:22:20.242724 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  59: 12:22:21.053982 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  60: 12:22:25.078685 802.1Q vlan#1 P0 192.168.0.105.3136 > 192.168.0.1.443: F 3195428964:3195428964(0) ack 825706857 win 65535
  61: 12:22:25.083674 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  62: 12:22:25.241442 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  63: 12:22:25.841051 802.1Q vlan#2 P0 208.85.44.21.80 > 75.127.190.4.54720: R 3675098677:3675098677(0) ack 1950830143 win 0
  64: 12:22:26.052731 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  65: 12:22:26.520816 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  66: 12:22:30.082576 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  67: 12:22:30.240527 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  68: 12:22:31.051541 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  69: 12:22:31.867646 802.1Q vlan#1 P0 192.168.0.105.3137 > 192.168.0.1.443: F 2588262845:2588262845(0) ack 1337625064 win 65535
  70: 12:22:33.728065 802.1Q vlan#1 P0 192.168.0.105.3138 > 192.168.0.1.443: F 2897046365:2897046365(0) ack 155202886 win 65535
  71: 12:22:35.081538 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  72: 12:22:35.239367 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  73: 12:22:35.696558 802.1Q vlan#1 P0 192.168.0.105.3139 > 192.168.0.1.443: F 440444533:440444533(0) ack 4089570008 win 65535
  74: 12:22:36.050183 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  75: 12:22:37.203297 802.1Q vlan#1 P0 192.168.0.105.3140 > 192.168.0.1.443: F 1895372363:1895372363(0) ack 2394549756 win 65330
  76: 12:22:38.629850 802.1Q vlan#1 P0 192.168.0.105.3141 > 192.168.0.1.443: F 582927174:582927174(0) ack 3702133217 win 65535
  77: 12:22:40.080363 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  78: 12:22:40.238253 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  79: 12:22:40.828158 802.1Q vlan#1 P0 192.168.0.105.3142 > 192.168.0.1.443: F 2101001934:2101001934(0) ack 3790352790 win 64879
  80: 12:22:41.048856 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  81: 12:22:42.288284 802.1Q vlan#1 P0 192.168.0.105.3143 > 192.168.0.1.443: F 3332243844:3332243844(0) ack 2064290592 win 65535
  82: 12:22:43.834170 802.1Q vlan#1 P0 192.168.0.105.3144 > 192.168.0.1.443: F 3806004448:3806004448(0) ack 3078390932 win 64520
  83: 12:22:44.259523 802.1Q vlan#1 P0 192.168.0.3.137 > 192.168.0.255.137:  udp 50
  84: 12:22:45.079326 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  85: 12:22:45.236971 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  86: 12:22:45.441749 802.1Q vlan#1 P0 192.168.0.105.3145 > 192.168.0.1.443: F 2579096286:2579096286(0) ack 551939006 win 65535
  87: 12:22:46.047498 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  88: 12:22:46.928846 802.1Q vlan#1 P0 192.168.0.105.3146 > 192.168.0.1.443: F 4126917899:4126917899(0) ack 3856269447 win 65473
88 packets shown

Result of the command: "show cap asp"

91 packets captured

   1: 12:21:33.049435 802.1Q vlan#1 P0 192.168.0.105.3125 > 192.168.0.1.443: F 1808205981:1808205981(0) ack 3913377262 win 65285 Drop-reason: (tcp-not-syn) First TCP packet not SYN
   2: 12:21:35.094691 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   3: 12:21:35.253038 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   4: 12:21:36.066036 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   5: 12:21:40.093638 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   6: 12:21:40.252062 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
   7: 12:21:41.064541 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
   8: 12:21:45.092478 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   9: 12:21:45.250582 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  10: 12:21:45.672740 802.1Q vlan#2 P0 96.17.157.55.3478 > 75.127.190.4.22959:  udp 65 Drop-reason: (acl-drop) Flow is denied by configured rule
  11: 12:21:46.063290 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  12: 12:21:50.094874 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  13: 12:21:50.249697 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  14: 12:21:51.061993 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  15: 12:21:52.114587 802.1Q vlan#1 P0 192.168.0.5.3959 > 192.168.0.255.42508:  udp 49 Drop-reason: (acl-drop) Flow is denied by configured rule
  16: 12:21:52.223407 802.1Q vlan#1 P0 192.168.0.5.3960 > 255.255.255.255.42508:  udp 49 Drop-reason: (acl-drop) Flow is denied by configured rule
  17: 12:21:52.364818 802.1Q vlan#1 P0 192.168.0.3.138 > 192.168.0.255.138:  udp 201 Drop-reason: (acl-drop) Flow is denied by configured rule
  18: 12:21:52.754172 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 97 Drop-reason: (acl-drop) Flow is denied by configured rule
  19: 12:21:53.738563 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 192 Drop-reason: (acl-drop) Flow is denied by configured rule
  20: 12:21:53.899916 802.1Q vlan#1 P0 192.168.0.105.3128 > 192.168.0.1.443: F 3147418906:3147418906(0) ack 1201720403 win 65177
  21: 12:21:53.900054 802.1Q vlan#1 P0 192.168.0.105.3128 > 192.168.0.1.443: . ack 1201720404 win 65177 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  22: 12:21:54.738365 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 252 Drop-reason: (acl-drop) Flow is denied by configured rule
  23: 12:21:55.090296 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  24: 12:21:55.248415 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  25: 12:21:55.738090 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 93 Drop-reason: (acl-drop) Flow is denied by configured rule
  26: 12:21:55.849916 802.1Q vlan#1 P0 192.168.0.2.138 > 192.168.0.255.138:  udp 201 Drop-reason: (acl-drop) Flow is denied by configured rule
  27: 12:21:56.060559 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  28: 12:21:56.737846 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  29: 12:21:57.737648 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  30: 12:21:58.737403 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  31: 12:21:59.192678 802.1Q vlan#1 P0 192.168.0.4.65484 > 184.24.185.83.443: P 2898204656:2898204693(37) ack 3911903338 win 257 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  32: 12:21:59.311827 802.1Q vlan#1 P0 192.168.0.4.65485 > 184.24.185.83.443: P 2812685555:2812685592(37) ack 387787965 win 257
  33: 12:21:59.393992 802.1Q vlan#1 P0 192.168.0.105.3133 > 192.168.0.1.443: F 1916988822:1916988822(0) ack 974026683 win 65024 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  34: 12:21:59.614653 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  35: 12:21:59.737205 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  36: 12:22:00.089381 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  37: 12:22:00.247316 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  38: 12:22:00.736961 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  39: 12:22:01.059246 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  40: 12:22:01.736717 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  41: 12:22:02.736534 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  42: 12:22:03.736320 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  43: 12:22:04.736076 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  44: 12:22:05.088008 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  45: 12:22:05.246111 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  46: 12:22:06.057980 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  47: 12:22:07.735450 802.1Q vlan#1 P0 192.168.0.105.3134 > 192.168.0.1.443: F 916369394:916369394(0) ack 2400862131 win 65024 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  48: 12:22:09.612410 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  49: 12:22:10.087016 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  50: 12:22:10.244982 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  51: 12:22:10.541414 802.1Q vlan#1 P0 192.168.0.105.3135 > 192.168.0.1.443: F 1780662597:1780662597(0) ack 2328187155 win 65024
  52: 12:22:11.056637 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  53: 12:22:15.085887 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  54: 12:22:15.244036 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  55: 12:22:16.055386 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  56: 12:22:16.523135 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  57: 12:22:20.084773 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  58: 12:22:20.242724 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  59: 12:22:21.053982 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  60: 12:22:25.078685 802.1Q vlan#1 P0 192.168.0.105.3136 > 192.168.0.1.443: F 3195428964:3195428964(0) ack 825706857 win 65535
  61: 12:22:25.083674 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  62: 12:22:25.241442 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  63: 12:22:25.841051 802.1Q vlan#2 P0 208.85.44.21.80 > 75.127.190.4.54720: R 3675098677:3675098677(0) ack 1950830143 win 0
  64: 12:22:26.052731 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  65: 12:22:26.520816 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  66: 12:22:30.082576 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  67: 12:22:30.240527 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  68: 12:22:31.051541 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  69: 12:22:31.867646 802.1Q vlan#1 P0 192.168.0.105.3137 > 192.168.0.1.443: F 2588262845:2588262845(0) ack 1337625064 win 65535
  70: 12:22:33.728065 802.1Q vlan#1 P0 192.168.0.105.3138 > 192.168.0.1.443: F 2897046365:2897046365(0) ack 155202886 win 65535
  71: 12:22:35.081538 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  72: 12:22:35.239367 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  73: 12:22:35.696558 802.1Q vlan#1 P0 192.168.0.105.3139 > 192.168.0.1.443: F 440444533:440444533(0) ack 4089570008 win 65535
  74: 12:22:36.050183 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  75: 12:22:37.203297 802.1Q vlan#1 P0 192.168.0.105.3140 > 192.168.0.1.443: F 1895372363:1895372363(0) ack 2394549756 win 65330
  76: 12:22:38.629850 802.1Q vlan#1 P0 192.168.0.105.3141 > 192.168.0.1.443: F 582927174:582927174(0) ack 3702133217 win 65535
  77: 12:22:40.080363 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  78: 12:22:40.238253 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  79: 12:22:40.828158 802.1Q vlan#1 P0 192.168.0.105.3142 > 192.168.0.1.443: F 2101001934:2101001934(0) ack 3790352790 win 64879
  80: 12:22:41.048856 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  81: 12:22:42.288284 802.1Q vlan#1 P0 192.168.0.105.3143 > 192.168.0.1.443: F 3332243844:3332243844(0) ack 2064290592 win 65535
  82: 12:22:43.834170 802.1Q vlan#1 P0 192.168.0.105.3144 > 192.168.0.1.443: F 3806004448:3806004448(0) ack 3078390932 win 64520
  83: 12:22:44.259523 802.1Q vlan#1 P0 192.168.0.3.137 > 192.168.0.255.137:  udp 50
  84: 12:22:45.079326 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  85: 12:22:45.236971 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  86: 12:22:45.441749 802.1Q vlan#1 P0 192.168.0.105.3145 > 192.168.0.1.443: F 2579096286:2579096286(0) ack 551939006 win 65535
  87: 12:22:46.047498 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  88: 12:22:46.928846 802.1Q vlan#1 P0 192.168.0.105.3146 > 192.168.0.1.443: F 4126917899:4126917899(0) ack 3856269447 win 65473
  89: 12:22:48.360912 802.1Q vlan#1 P0 192.168.0.105.3147 > 192.168.0.1.443: F 4156107642:4156107642(0) ack 215977940 win 65535
  90: 12:22:48.435478 802.1Q vlan#2 P0 207.252.75.123.80 > 75.127.190.4.41192: . ack 754879757 win 16310
  91: 12:22:48.435554 802.1Q vlan#2 P0 207.252.75.123.80 > 75.127.190.4.41192: F 106938129:106938129(0) ack 754879757 win 16310
91 packets shown

Result of the command: "show cap asp"

95 packets captured

   1: 12:21:33.049435 802.1Q vlan#1 P0 192.168.0.105.3125 > 192.168.0.1.443: F 1808205981:1808205981(0) ack 3913377262 win 65285 Drop-reason: (tcp-not-syn) First TCP packet not SYN
   2: 12:21:35.094691 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   3: 12:21:35.253038 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   4: 12:21:36.066036 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   5: 12:21:40.093638 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   6: 12:21:40.252062 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
   7: 12:21:41.064541 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
   8: 12:21:45.092478 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
   9: 12:21:45.250582 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  10: 12:21:45.672740 802.1Q vlan#2 P0 96.17.157.55.3478 > 75.127.190.4.22959:  udp 65 Drop-reason: (acl-drop) Flow is denied by configured rule
  11: 12:21:46.063290 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  12: 12:21:50.094874 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  13: 12:21:50.249697 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  14: 12:21:51.061993 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  15: 12:21:52.114587 802.1Q vlan#1 P0 192.168.0.5.3959 > 192.168.0.255.42508:  udp 49 Drop-reason: (acl-drop) Flow is denied by configured rule
  16: 12:21:52.223407 802.1Q vlan#1 P0 192.168.0.5.3960 > 255.255.255.255.42508:  udp 49 Drop-reason: (acl-drop) Flow is denied by configured rule
  17: 12:21:52.364818 802.1Q vlan#1 P0 192.168.0.3.138 > 192.168.0.255.138:  udp 201 Drop-reason: (acl-drop) Flow is denied by configured rule
  18: 12:21:52.754172 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 97 Drop-reason: (acl-drop) Flow is denied by configured rule
  19: 12:21:53.738563 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 192 Drop-reason: (acl-drop) Flow is denied by configured rule
  20: 12:21:53.899916 802.1Q vlan#1 P0 192.168.0.105.3128 > 192.168.0.1.443: F 3147418906:3147418906(0) ack 1201720403 win 65177
  21: 12:21:53.900054 802.1Q vlan#1 P0 192.168.0.105.3128 > 192.168.0.1.443: . ack 1201720404 win 65177 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  22: 12:21:54.738365 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 252 Drop-reason: (acl-drop) Flow is denied by configured rule
  23: 12:21:55.090296 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  24: 12:21:55.248415 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  25: 12:21:55.738090 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 93 Drop-reason: (acl-drop) Flow is denied by configured rule
  26: 12:21:55.849916 802.1Q vlan#1 P0 192.168.0.2.138 > 192.168.0.255.138:  udp 201 Drop-reason: (acl-drop) Flow is denied by configured rule
  27: 12:21:56.060559 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  28: 12:21:56.737846 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  29: 12:21:57.737648 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  30: 12:21:58.737403 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  31: 12:21:59.192678 802.1Q vlan#1 P0 192.168.0.4.65484 > 184.24.185.83.443: P 2898204656:2898204693(37) ack 3911903338 win 257 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  32: 12:21:59.311827 802.1Q vlan#1 P0 192.168.0.4.65485 > 184.24.185.83.443: P 2812685555:2812685592(37) ack 387787965 win 257
  33: 12:21:59.393992 802.1Q vlan#1 P0 192.168.0.105.3133 > 192.168.0.1.443: F 1916988822:1916988822(0) ack 974026683 win 65024 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  34: 12:21:59.614653 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  35: 12:21:59.737205 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  36: 12:22:00.089381 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  37: 12:22:00.247316 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  38: 12:22:00.736961 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  39: 12:22:01.059246 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  40: 12:22:01.736717 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  41: 12:22:02.736534 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  42: 12:22:03.736320 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81 Drop-reason: (acl-drop) Flow is denied by configured rule
  43: 12:22:04.736076 802.1Q vlan#1 P0 192.168.0.5.1186 > 192.168.0.255.42508:  udp 81
  44: 12:22:05.088008 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  45: 12:22:05.246111 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  46: 12:22:06.057980 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  47: 12:22:07.735450 802.1Q vlan#1 P0 192.168.0.105.3134 > 192.168.0.1.443: F 916369394:916369394(0) ack 2400862131 win 65024 Drop-reason: (tcp-not-syn) First TCP packet not SYN
  48: 12:22:09.612410 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  49: 12:22:10.087016 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  50: 12:22:10.244982 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44 Drop-reason: (acl-drop) Flow is denied by configured rule
  51: 12:22:10.541414 802.1Q vlan#1 P0 192.168.0.105.3135 > 192.168.0.1.443: F 1780662597:1780662597(0) ack 2328187155 win 65024
  52: 12:22:11.056637 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  53: 12:22:15.085887 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  54: 12:22:15.244036 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  55: 12:22:16.055386 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  56: 12:22:16.523135 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  57: 12:22:20.084773 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  58: 12:22:20.242724 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  59: 12:22:21.053982 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  60: 12:22:25.078685 802.1Q vlan#1 P0 192.168.0.105.3136 > 192.168.0.1.443: F 3195428964:3195428964(0) ack 825706857 win 65535
  61: 12:22:25.083674 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  62: 12:22:25.241442 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  63: 12:22:25.841051 802.1Q vlan#2 P0 208.85.44.21.80 > 75.127.190.4.54720: R 3675098677:3675098677(0) ack 1950830143 win 0
  64: 12:22:26.052731 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  65: 12:22:26.520816 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  66: 12:22:30.082576 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  67: 12:22:30.240527 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  68: 12:22:31.051541 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  69: 12:22:31.867646 802.1Q vlan#1 P0 192.168.0.105.3137 > 192.168.0.1.443: F 2588262845:2588262845(0) ack 1337625064 win 65535
  70: 12:22:33.728065 802.1Q vlan#1 P0 192.168.0.105.3138 > 192.168.0.1.443: F 2897046365:2897046365(0) ack 155202886 win 65535
  71: 12:22:35.081538 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  72: 12:22:35.239367 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  73: 12:22:35.696558 802.1Q vlan#1 P0 192.168.0.105.3139 > 192.168.0.1.443: F 440444533:440444533(0) ack 4089570008 win 65535
  74: 12:22:36.050183 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  75: 12:22:37.203297 802.1Q vlan#1 P0 192.168.0.105.3140 > 192.168.0.1.443: F 1895372363:1895372363(0) ack 2394549756 win 65330
  76: 12:22:38.629850 802.1Q vlan#1 P0 192.168.0.105.3141 > 192.168.0.1.443: F 582927174:582927174(0) ack 3702133217 win 65535
  77: 12:22:40.080363 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  78: 12:22:40.238253 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  79: 12:22:40.828158 802.1Q vlan#1 P0 192.168.0.105.3142 > 192.168.0.1.443: F 2101001934:2101001934(0) ack 3790352790 win 64879
  80: 12:22:41.048856 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  81: 12:22:42.288284 802.1Q vlan#1 P0 192.168.0.105.3143 > 192.168.0.1.443: F 3332243844:3332243844(0) ack 2064290592 win 65535
  82: 12:22:43.834170 802.1Q vlan#1 P0 192.168.0.105.3144 > 192.168.0.1.443: F 3806004448:3806004448(0) ack 3078390932 win 64520
  83: 12:22:44.259523 802.1Q vlan#1 P0 192.168.0.3.137 > 192.168.0.255.137:  udp 50
  84: 12:22:45.079326 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  85: 12:22:45.236971 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  86: 12:22:45.441749 802.1Q vlan#1 P0 192.168.0.105.3145 > 192.168.0.1.443: F 2579096286:2579096286(0) ack 551939006 win 65535
  87: 12:22:46.047498 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
  88: 12:22:46.928846 802.1Q vlan#1 P0 192.168.0.105.3146 > 192.168.0.1.443: F 4126917899:4126917899(0) ack 3856269447 win 65473
  89: 12:22:48.360912 802.1Q vlan#1 P0 192.168.0.105.3147 > 192.168.0.1.443: F 4156107642:4156107642(0) ack 215977940 win 65535
  90: 12:22:48.435478 802.1Q vlan#2 P0 207.252.75.123.80 > 75.127.190.4.41192: . ack 754879757 win 16310
  91: 12:22:48.435554 802.1Q vlan#2 P0 207.252.75.123.80 > 75.127.190.4.41192: F 106938129:106938129(0) ack 754879757 win 16310
  92: 12:22:49.896529 802.1Q vlan#1 P0 192.168.0.105.3148 > 192.168.0.1.443: F 2406451675:2406451675(0) ack 3795492175 win 65535
  93: 12:22:50.078212 802.1Q vlan#1 P0 192.168.0.126.1046 > 192.168.0.255.61117:  udp 44
  94: 12:22:50.236026 802.1Q vlan#1 P0 192.168.0.133.50122 > 192.168.0.255.61117:  udp 44
  95: 12:22:51.046231 802.1Q vlan#1 P0 192.168.0.108.1039 > 192.168.0.255.61117:  udp 44
95 packets shown

Result of the command: "no cap capin"

The command has been sent to the device

Result of the command: "no cap asp"

The command has been sent to the device

Wow, nothing on the inside interface huh? From the asp-drop captures though, seems like the ASA isn't particualrly dripping any smtp traffic. Could you take these captures too:

access-l capo permit tcp any host eq 25

access-l capo permit tcp host eq 25 any

capture capout access-l capo interface outside

then take the output of the foll. after initiating the telnet to port 25 on the outside interface ip of the ASA.:

show cap capout

Enter the "no cap capout" command to remove this capture.

Same thing no packets. I cant believe this

I have access to the ASDM if that helps

hmm... .. so, the packets aren't even reaching the ASA. Do you have any sort of mail filtering service (like Postini or something) configured? That *could* be blocking this traffic. Though, i wouldn't be able to explain how you're able to get this to work when the ASA is out of the picture.

nope straignt connection to the ISP. plus my pc is a new build with no software firewall. Can the device be bad. Why only SMTP

well, the fact of the matter is that the packets aren't even reaching the ASA, so there's nothing that the ASA can do about that! Could you check the upstream device and see if its blocking port 25??

also, for testing purposes, we could try two things:

1. if you have a free public ip (other than the one used by your outside interface), then you could NAT the mail server statically to that ip, apply the appropriate access-list on the outside interface and test using that. (also, apply captures for this traffic and see whether the packets are even reaching the outside interface or not.)

OR

2. instead of using port 25 i.e. smtp, try using another port, say 2525 or something and telnet using that port on the outside interface:

static (inside,outside) tcp interface 2525 192.168.0.105 25

access-list outside_access_in extended permit tcp any host Public eq 2525

Let me know your findings!

The traffic is reaching the public interface. I can see that with the packen tracer its

in the internal interface that is having the issue. I can do the same

NAT with Remote desktop and I have no issues

That's because in the 2nd packet-tracer, you've set the destination as a private address i.e. you've created a packet with src. 75.x.x.x and destination as 192.168.0.105 and mentioned the interface as 'outside' ... that would never happen right?

if you're running the packet-tracer on the outside interface, the destination would always be the NAT'd ip of the mail server..not the real ip.Hence the drop.

could you try suggestion #2 in my last post? once you've applied that static nat and access-list entry, you can apply captures as follows:

access-l capo permit tcp any any eq 2525

access-l capo permit tcp any eq 2525 any

capture capout access-l capo interface outside

initiate the telnet to the outside interface's ip at port 2525 instead of 25

take the output using : show cap capout

and to remove the captures:

no cap capout

Some ISPs do not allow port 25. Are you sure your ISP allows this? Pls. check with them.

This could be the reason for 3389 to work and 25 to fail.

-KS

Review Cisco Networking products for a $25 gift card