Results 1 to 6 of 6

Thread: Router Configuration

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2006
    Posts
    3

    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

  2. #2
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    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

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2006
    Posts
    3

    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.

  4. #4
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    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

  5. #5

    Thread Starter
    New Member
    Join Date
    Jul 2006
    Posts
    3

    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 ?

  6. #6
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    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
  •  



Click Here to Expand Forum to Full Width