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.
Hi I try to configure a cisco CSR 1000V in VMvare having 4 interfaces to do DHCP session creation with AAA Radius CoA and L4 Redirec to a portal page using PBHK service. This my full configuration used.Here is my inspiration link and scenario : http:...
Hi I attached my full configuration used on CSR1000V to do AAA with an external radius server, external captive portal using COA. Also arhitecture attached.Here is my inspiration link and scenario : http://www.cisco.com/en/US/docs/ios/12_2sb/isg/coa/...
Hi,I try to configure ACE 4710 LB A5(2.1) LB to do following:1. client send a http request for login to WEB srv2. server response and send a cookie Set-Cookie with following pattern JSESSIONID=C333C37FCF083D210A639ABB8BB9DB21.S01 (33 random body 3 ...
Hi,I try to configure ACE 4710 LB A5(2.1) LB to do following:1. client send a http request for login to WEB srv2. server response and send a cookie Set-Cookie with following pattern JSESSIONID=C333C37FCF083D210A639ABB8BB9DB21.S01 (33 random body 3 ch...
Hi,I try to see why users are not redirected to portal.... Ping to portal works, all semms to be right.Config changed but same issue with the redirect:class-map type traffic match-any ACL_TRAFFIC match access-group output name ACL_TRAFFIC_OUT match a...
Hi AbdelGalilI changed and used server group for redirect. Same thing.class-map type control match-all INIT-SESSIONmatch timer INIT-SESSION-TIMERmatch authen-status unauthenticatedIs used for Captive Portal to set the timer for unauthenticated users....
Hi all,Thank you for help.Issue solved using class map with cookie match on the fixed part .*S0x and a default "catch all" rules for traffic without cookie.For failover I used backup on policy to move to other server farm.I'm not using cookie stickin...
Hi,My 4 server pattern is like this JSESSIONID=C333C37FCF083D210A639ABB8BB9DB21.S01 or S02 or S03 or S04. 33 char + 3 char ServerID. As far as I know 1 char is 1 byte..... Anyway when I removed that or if I used lenght 10 and 3 for example it did not...