Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello,I am trying to redirect inbound connections from http://foo.com to http://foo.com/this/is/a/test 301. The relevant portion of the redirect config is as follows:rserver redirect RD_QA_ANONYMOUS_LOGIN description Redirect Inbound Connections to...
Here is a variation on a theme I've seen on the boards here. I have an ASA 5580 configured for client ipsec vpns. I can connect via the vpn, ping the interface being used for management, and complete the TCP handshake for telnet or SSH. After that...
I am using ACE 4710s running 4.1 to load balance web traffic across our web server farms. Redirection is configured to redirect http to https. There is a new requirement to redirect a request that does not include the "www" in the URL to include th...
Hello All,We are planning a centralized, enterprise-wide wireless deployment using a 5508 and 1240s. We want each remote location to have its own dedicated SSID and DHCP scope. For the sake of simplicity, we want to ensure that each site is able to...
I am successfully load-balancing to an HTTP serverfarm across the associated real servers. Users can navigate to all pages on the websites. But we have a new requirement; that users be able to open "micro-sites" within the main sites directly witho...
Hello,
I am trying to implement the last script posted in the thread. Unfortunately, when I paste the script into the tclsh of a 3850, the switch returns multiple errors. For example:
3850eft-mgig-01(tcl)#if { ![info exists suspend_ports_days] } ...
I see similar activity on a 2911: reliability 255/255, txload 255/255, rxload 1/2555 minute output rate 1000 bits/sec, 1 packets/sec There's no way that the txload can be 255/255 at a rate of 1 packet/sec.
I've used a couple of those. The tricky thing is that, while you might have a correct regex in regex builder, it won't necessarily work on the ACE. One thing I don't quite understand about the working config is why the "/" alone works as a match co...
Yes, everything is working now. According the TAC engineer, the root cause was not tying the redirect serverfarm to the real serverfarm in the loadbalancing policy map. That and the regex strings in the class map.Another question for you: one of my...