how I can log (via syslog external server) login attempts (not only failed logins) on my AP 1100 ???
I read on cisco web site I need Cisco "IOS Login Enhancements" but this feature isn't supported on 1100 wireless device :(
Any trick ??
Regards, Salvatore
Didn't find your answer? Ask the community — no account required.
U
Uli Link
Salvatore Ansani schrieb:
Put an allow ACL *with* log on the http server/vty line. You will see an ACL match or deny in the log.
When you restrict management access with ACLs you can restrict access to your management network only.
For normal AP operation (transparent bridging) the IP address of BVI 1 isn't needed at all. So can use a whole different subnet for managing and your wireless stations.
! access-list 23 remark Restrict telnet access access-list 23 permit 172.22.234.0 0.0.0.255 log access-list 23 deny any ! line vty 0 4 access-class 23 in terminal-type ansi transport preferred all transport input all transport output all line vty 5 15 access-class 23 in terminal-type ansi transport preferred all transport input all transport output all !
air350# show logging ... Apr 12 19:08:50.292 MEST: %SEC-6-IPACCESSLOGS: list 23 permitted
172.22.234.20 1 packet ...
S
Salvatore Ansani
Il Tue, 12 Apr 2005 19:14:22 +0200, Uli Link ha scritto:
Sounds very very very very very good :)
I can log who login (username) directly from AP log or I need an external account server (now, I configured a RADIUS server to do that).
Regards, Salvatore
Join the Discussion
Have something to add? Share your thoughts — no account required.
Didn't find your answer?
Ask the community — no account required
Report Content
You are reporting this content to the moderators. They will look at it
ASAP.