10-24-2012 07:11 AM
Hello,
I am facing the following problem when I try to load a specific webpage using the VIP:
If I skip the load balancer and hitting the real server, then the page is correctly loaded:
I capture traffic and I saw that the VIP sends a 400 http error to both real server and to my laptop IP (10.160.8.73)
Has someone any idea why this is happening?
Thanks in advance
Ion
10-24-2012 09:05 AM
Is the ACE the default gateway of the server or is the server using a different gateway?
the return path from the server should also go via the ACE to keep the tcp connections
please rate helpful posts
10-24-2012 09:16 AM
10-24-2012 12:58 PM
Hello Ion,
Please send me the showtech of the ACE to check the rest of the configuration
---------------------
Cesar R
ANS Team
10-25-2012 01:56 AM
Hi Cesar,
I sent you a txt file to your email with the requested command. Please, let me know if you receive it or not.
Many thanks
Ion
10-25-2012 10:42 AM
Hi Ion,
I have checked the configuration and it is fine. Checking the capture the response is always a 400 Bad request.
However, this 400 code comes from the server, the ACE will never generate this HTTP response code.
Please gather a Tengig capture of the ACE to have both sides of the connection.
In addition gather a capture in the client and server simultaneously when you bypass the ACE
---------------------
Cesar R
ANS Team
10-24-2012 11:59 PM
I got same issue with yours but we are using routed mode. We still couldn't solve this issue.
I need to capture packets from trunk between MSFC and ACE as following tac request but there are about 3~4G traffic/s
but i have no idea to capture with common PC or labtop.
Do anyone knows how to capture and what problem is in ACE?
10-25-2012 10:44 AM
Hi,
This may help you:
The ACE's tengig port is always
Let's say your ACE is in slot 3. It's backplane interface would then be
Te3/1. You then use
the monitor command to configure the source (SPAN) port to this interface.
monitor session 1 source interface TenGigabitEthernet 3/1 both
monitor session 1 destination interface GigabitEthernet x/y
monitor session 1 filter vlan 510 - 511 , 640 , 652 - 656 <---- Line
is optional and will capture only specified VLANs
Configure the destination (SPAN) port as a trunk port so that the VLAN IDs
will be preserved:
interface Gix/y
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
switchport nonegotiate
Be sure that the network analyzer connected to the destination port can
monitor VLAN tags
(a trunked port). Here is a link on how to configure NICs using some of the
Intel chipsets to
pass the VLAN tagging info:
http://support.intel.com/support/network/sb/CS-005897.htm
Wireshark has posted this info, as well as how to configure NICs with the
Broadcom chipset:
http://wiki.wireshark.org/CaptureSetup/VLAN#head-e0dc0f9fe0cc6b1b1866d78da7b97ead34dca1d8
With IOS Release 12.2(18)SXD and later releases, when a destination port is
a trunk, you can
use the list of VLANs allowed on the trunk to filter the traffic transmitted
from the
destination port. This should not be necessary if you configured the
optional 'filter' line
in the monitor session configuration.
interface Gix/y
switchport
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 102, 103
switchport mode trunk
switchport nonegotiate
For additional information, see:
---------------------
Cesar R
ANS Team
10-26-2012 07:29 AM
Hi Cesar,
I did not work before with SPAN but I think it is not useful in this case. Let me explain why: the ACE module is installed in a VSS system which has EIGRP installed. In fact, it is located in another location, not where I am, and the MPLS cloud we use does not forward VLAN information between locations. Furthermore, the NAM module is installed in the same VSS system
XXXXX#sh module
Mod Ports Card Type Model Serial No.
--- ----- -------------------------------------- ------------------ -----------
1 24 CEF720 24 port 1000mb SFP WS-X6724-SFP
2 1 Application Control Engine Module ACE20-MOD-K9
3 8 Network Analysis Module WS-SVC-NAM-2
5 5 Supervisor Engine 720 10GE (Active) VS-S720-10G
Does it has any sense what I say? Maybe not so excuse my ignorance in this topic.
Just for info, the capture file I added in the first post was taken in the NAM module, not using Wireshark in my laptop. Thus, both sides of the connection were displayed.
I will attach on Monday the requested files.
Ion
P.S. Podemos hablar en español si quieres
10-26-2012 11:26 AM
Ion
No hay problema en realidad el destination del capture. Lo puedes enviar al NAM module, lo importante es capturar la comunicacion interna que pasa por el puerto Tengig que crea el Cat con el ACE.
---------------------
Cesar R
ANS Team
10-30-2012 06:38 AM
Hi Cesar,
I followed your request and I set the NAM module to vlan 1353, which is the vlan of the context, and I changed my network card to allow vlan tagging.
Therefore, in the attached files you should find what you ask.
Please let me know if you need something else.
Ion
10-26-2012 06:57 PM
Hi Cesar,
thanks a lot for your useful informations.
In addition to your feedback, are NICs like broadcom, intel meaning in capture device(PC, labtop with wireshark..etc)?
I think allowed vlan# configuration is available in interface trunk on IOS 12.2(18)SXF10 we are using, if it is possible, no need to config filter as monitor session 1 filter vlan#? I'm slightly confusing whether i should do all you mentioned or just one thing with my selection.
Thanks & regards,
eric
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide