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 just enabled SSH and TACACS+ authentication on a 6506 switch running CatOS. It's working, but I noticed a a few weird things happening. I can authenticate to the switch just fine. But once I'm logged in, every command I enter gets echoed after I...
I will be rolling out the Cisco aironet wireless A/B/G PCMCIA cards to some users soon. The profile setup uses PEAP with MS-CHAP v2 for the authentication process. When the wireless radio is on at the time of booting the laptop, the Cisco software ...
I have an issue where I recently added a new SSID to a batch of older 1200 series access points running IOS. I set the SSID to use WPA with a TKIP cipher (they can't handle AES). Our office uses all Dell laptops with the Dell internal wireless card...
I'm not seeing any applicable bugs listed in the release notes. Assuming you have a reasonable number of different types of clients all suffering the same thing, the issue is most likely on the network side and not the client side. If the WLANs are...
Also, I kind of missed your last question. You can ignore any warnings about the local MAC filtering list being empty. The logic with MAC filtering is to look locally first. If the entry is not found locally, then it would look externally using RA...
I have older code, with even fewer GUI options. But it's all there in the CLI. If you haven't already added a RADIUS server, you can use this CLI. config radius auth add 1 [IP address] 1812 ascii [shared secret] These commands will enable AAA overr...
Good question... I tried to make that work, and was unable to do so in ME, even in the CLI. But then I realized that I should have just told you to enable MAC filtering and send ALL auths to RADIUS. Then the RADIUS server can do the VLAN overrides ...