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.
I am looking for a solution to authenticate a 350 Client against a MS Active directory via a 1200 AP (on 12.2(13)JA3 code). I was reading about EAP-FAST and it "says" it will do it, but when I attempt to set this up, I get an error in Windows Event ...
As with all things, it depends. You didn't mention the model of switch but if it has a PFC2 or better card, you also have L4 options. You can use the src-dst-port if you DB uses separate sessions for each lookup, that may help. If you do not have ...
Cisco has a Word Doc that tells exactly how to get around this problem. If you send me an email, I will forward this doc to you. cisco1.10.ccie7965@spamgourmet.com
I found that adding a PAT statement to my config for that same IP address fixed my issue:static (inside,outside) tcp 12.x.x.186 smtp 10.110.4.178 smtp netmask 255.255.255.255Thenglobal (outside) 2 12.x.x.186nat (inside) 2 10.110.4.178 255.255.255.255...