Re: ISR CBAC prolem



Hello,



thanks for helping me to troubleshoot this issue, I have some updates
regarding this case:

When I apply CBAC (input direction) onto inside interface without any ACL's
applied on any interfaces it still shows dropped packets anyway if you
activate 'ip inspect log drop-pkt'. Here is log output:

004681: Jan 23 10:52:32: %FW-6-DROP_PKT: Dropping tcp pkt
82.193.194.241:1404 => 195.95.24.245:80

004682: Jan 23 10:53:21: %FW-6-DROP_PKT: Dropping tcp pkt 67.18.137.218:80
=> 192.168.73.68:13769

004703: Jan 23 11:01:59: %FW-6-DROP_PKT: Dropping tcp pkt
82.193.222.178:35608 => 207.65.23.135:443

As you can see from the output above it seems that it drops both outbound
(82.193.194.241:1404 => 195.95.24.245:80) and inbound (67.18.137.218:80 =>
192.168.73.68:13769) connections...

Here are answers on your questions:
1) Have you determined if packets are arriving out of order?
I have to check once again...I'll let you know what I found out... Now,
regarding UDP, I think I saw udp traffic being dropped such as dns
queries...

2) I'm running CEF and netflow on both outside and inside interfaces...

3) Packets that being dropped are mostly http/https traffic which should be
inspected with generic tcp inspection, but these apps represents the
majority of our internet traffic.

4) Yet another thing I forgot to mention in my previous post - traffic
drops occurs only at heavier traffic load conditions, that is during a
working day, but when traffic amount is low on evening or during weekends
CBAC performs ok...

B.R.
Igor




"Cisco" <cody.rowland@xxxxxxxxx> wrote in message
news:1137993776.067279.324290@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> It's difficult to diagnose these kinds of issues without having more
> config information as well as a better description of exactly what
> you're seeing. It would be helpful to know the answers to these
> questions:
>
> 1) Have you determined if packets are arriving out of order? CBAC
> doesn't react well when sequence numbers arrive significantly out of
> order. Just how out of order packets need to be to cause problems
> depends on your TCP and Inspect timeout configuration but I suspect
> that this might be a factor in your case because you specifically
> mention the same problem with UDP traffic. Since UDP is connectionless
> CBAC's only job when processing generic UDP traffic is to open a
> "window" to the destination and start monitoring the flow for activity.
> If no activity is detected within a certain time period, the window
> will be closed by CBAC. At that point, any return traffic is going to
> be dropped. If you see this type of thing a lot, you might want to
> increase the inspection timouts. The easiest way to quickly identify
> this type of problem is with a packet trace. Ethereals' built in TCP
> sequence analysis will spot these kinds of problems very quickly....
>
> 2) Are you running CEF/Flow switching?
>
> 3) Have you determined if it's a specific type of flow that's
> consistently causing the problem? (FTP, DNS, etc.) Or does it happen
> with all different types of flows regardless specific or generic
> inspection?
>
> This is only one of many possible reasons you're seeing traffic
> dropped. If you provide more information, I'd be glad to help you
> identify the problem and provide some solutions that have worked for me
> over the years.
>
> Regards
> C. Rowland
>


.



Relevant Pages

  • Re: IPMP enabled serious Network Problems
    ... inet 10.xx.xx.49 netmask ffffff00 broadcast xxxxxxx.255 ... Turn off this option to track all network interfaces ... input packets with dribble condition detected ...
    (comp.unix.solaris)
  • Re: [PATCH 4/5] ieee802154: add documentation about our stack
    ... +Currently only IEEE 802.15.4 layer is implemented. ... +Most of IEEE 802.15.4 MLME interfaces are directly mapped on netlink commands. ... +2) 'SoftMAC' or just radio. ... are you sending IP packets over this ARPHRD_IEEE802154 network devices ...
    (Linux-Kernel)
  • Re: Help Broadcasting a UDP packet on the LAN:URGENT
    ... We use all-ones packets well ... > network interfacethey should be using to do this. ... > interfaces because you have a per-network broadcast address if you want ... That way you get "for free" to control which interfaces should send ...
    (freebsd-net)
  • Bridging interfaces
    ... I seem to be having some trouble bridging interfaces in FreeBSD 6.2-STABLE. ... packets transmitted, 2 packets received, 0% packet loss ... inet 192.168.1.2 netmask 0xffffff00 broadcast 192.168.1.255 ...
    (freebsd-questions)