router configuration using telnet

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Locked
diyasafra
Forum Newbie
Posts: 7
Joined: Mon Aug 13, 2007 9:46 am

router configuration using telnet

Post by diyasafra »

for my final project, i will develop one system for router configuration using telnet using PHP script.is that right by using fsockopen function it can be useful for telnet in PHP.please, is someone have experience or suggestion or guideline for router configuration in telnet using PHP script, hope it can share with me.,please..your attention are meaningful to me..
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post by s.dot »

I don't understand why you'd need a persisent connection (of course i don't know a lot about routers and their configuration). But it seems to me a form when action posted.. using exec() would be suitable enough.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Why did this need a new thread?
diyasafra
Forum Newbie
Posts: 7
Joined: Mon Aug 13, 2007 9:46 am

Post by diyasafra »

the main purpose of this project is for configure the router using telnet connection such as Ping , Telnet, router Rip, and change hostname and set password in web based. the router that suggested that will be used is cisco 2600 series..
sorry feyd, if this have similar thread, can i see it..i search here but can't really understand the telnet configuration.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

diyasafra wrote:sorry feyd, if this have similar thread, can i see it..i search here but can't really understand the telnet configuration.
I was referring to your previous thread with the exact same problem(s) stated.
diyasafra
Forum Newbie
Posts: 7
Joined: Mon Aug 13, 2007 9:46 am

Post by diyasafra »

oh ya..sorry...but is there any guideline can i referred too for configure the router using telnet ?
Locked