Link to home
Start Free TrialLog in
Avatar of VantaBods
VantaBodsFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Telnet API & Mysql & Cisco Switch

Hi all,

In theory would the below be possible and has anyone had experience with this before?

Assuming the following.

Stack of cisco switches sitting on a remote site.
Onsite router configured as remote terminal server. SSH & telnet
Mysql database with required information. switch & port information, customer VLANs etc....


In theory would the following be possible

Use the telnet API to remotely connect and configure those switches using information stored in the MYSQL database via the remote terminal server?

thanks
ASKER CERTIFIED SOLUTION
Avatar of skullnobrains
skullnobrains

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
MySQL uses it's own secure protocol and telnet can not be used to get info directly from it.  You generally need an application written in a language with a MySQL driver (Perl and PHP have such drivers) to get info from a MySQL server.  The only thing you can do with telnet or SSH is use the command line 'mysql' interface which lets you view info in the database.