Page 1 of 1
Extract data from wireless access point
Posted: Fri Dec 04, 2009 12:22 am
by kennedysee
I need to extract data from Wireless Access Point..
My access point is running on Cisco Aironet 1200series
Data like MAC Address, IP Address
How do i able to get it up on my website?
Pls advise..
Re: Extract data from wireless access point
Posted: Fri Dec 04, 2009 5:51 pm
by goatrider
I hate to cross-post results form other sites, but I found this in a quick google search:
http://www.php-editors.com/forums/php-p ... ction.html
That link seems to have most of the information to get you started.
I've actually got a script that does this, but it uses perl. Seriously, if you want to have an easier time at it, use Perl for this one. Check out the Net::Telnet::Cisco module at CPAN, it cant get easier.
Re: Extract data from wireless access point
Posted: Tue Dec 29, 2009 10:07 pm
by kennedysee
can share the source code with me?