Page 1 of 1

[Project] Web-based Configurator for Networking Devices

Posted: Tue Jan 23, 2007 7:50 pm
by FiOh
Hi everyone here,

I am a student without any PHP knowledge here and i have read in the PHP self learning books that we can use the PHP to make a Network Connection. I need to build a webpage using php to select a certain networking device (router or switch) and i need to login to the selected device (input fields are Username, Telnet password and Enable password). I need to connect to the selected device via the Cisco Terminal Server first then the terminal server will connects to the selected device (router or switch).

Actually i am working on an existing project but i am stucked in the part for the connection to the terminal server. I am thinking if it is possible for me to write my own codes as i cannot debug the existing project's errors.
>_<

How do i write the coding to connect to the Terminal Server then connect to the selected device?

Posted: Tue Jan 23, 2007 8:33 pm
by Kieran Huggins
you need to open a socket, use fsockopen()

Posted: Tue Jan 23, 2007 10:19 pm
by volka
You already have a thread on this subject, viewtopic.php?t=62010