|
| |||||||||||||||||||||||||||||||||||||||||||
| hovrashko (4) | |
|
Hello! I need to automatize Cisco router backup - so the program will run on linux server and will login to router when scheduled and grab a config file, sound as a simple script, but i have no idea where to start any help would be appreciated! Regards, Eric | |
|
Last edited on
|
|
| chrisname (4925) | |
| Uhhh... what do need help with, specifically? | |
|
|
|
| hovrashko (4) | |
|
I guess first i need to know how do i telnet or ssh to router, i mean what methods i used for that? i work in Eclipse. thats how far i got #include <iostream> #include <?> // network? using namespace std; using namespace ?; // telnet? int main() { cout << "cisco backup utility"; return 0; } regards, Eric | |
|
|
|
| chrisname (4925) | |
|
It won't work like that. You can learn network programming with Beej's Guide to Network Programming: http://beej.us/guide/bgnet/ It's not easy, but it isn't that hard. I don't know what level you're at in terms of programming; but I guess you can learn from his tutorial. | |
|
Last edited on
|
|
| hovrashko (4) | |
|
its not a solution, but it's a light at the end of the tunnel =) Ill be sure to read that guide, Thank you, regards, Eric | |
|
|
|