|
-
Jul 7th, 2006, 02:41 AM
#1
Thread Starter
New Member
Router Configuration
Hi,
I've been researching about router configuration ( auto configuration wizard ) by Visual Basic. I've found out a software which actually does this. But as i'm not experienced in Visual Basic i couldn't figure out. The sample is here, i guess it was coded by Visual Basic : http://www.turktelekom.com.tr/ModemA...m_programi.zip
I'd like to do the same application for my router which is a dlink dsl-524t. Does this program use SNMP, telnet or which way ? How can i save the config the router by visual basic ?
Best Regards
~~Gokhan
-
Jul 7th, 2006, 03:26 PM
#2
Re: Router Configuration
You can access the router by SNMP (that's what D-Link's program uses), but why? Are you constantly changing the configuration? Or is this just an intellectual exercise?
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
Jul 8th, 2006, 07:03 AM
#3
Thread Starter
New Member
Re: Router Configuration
Well, we can consider it as an intellectual exercise or a way to make my life easier. Because, i usually setup routers for people and i don't want to do it manually everytime. That's why i'd like to make a software ( wizard ) which will do this for me.
So would u give some hints on how to use this SNMP protocol ( i've knowledge about it ) with Visual Basic and D-link products.
Thanks, Best Regards.
-
Jul 14th, 2006, 11:20 AM
#4
Re: Router Configuration
You'd have to contact D-Link and get their SNMP protocol as a start.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
Jul 24th, 2006, 02:04 AM
#5
Thread Starter
New Member
Re: Router Configuration
They never answer 
Anyway, now i can configure it by telnet. They use cm_cli, it's something i've never really found out some information but, by using variables in the modem, you can set them..
The next problem is i'd like to test the connection between DSLAM and router. Do u know any way of doing this ?
-
Jul 24th, 2006, 02:02 PM
#6
Re: Router Configuration
Not that short a test - test it between a known site and the router. Connect to Google or Microsoft.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|