Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: access cisco router with java programme

  1. #1
    Junior Member
    Join Date
    Dec 2008
    Location
    london
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default access cisco router with java programme

    i want to disable or enable the cisco router with java
    paruchuri


  2. #2
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default Re: access cisco router with java programme

    Please ask your questions in the appropriate forum.

    The tips & tricks forum is strictly used for tips/tricks you have to offer, not tips/tricks you want others to provide for you.

    Unless cisco provides a generic Java interface for connecting with their router, it is very likely you can't do such a task in pure Java, and if there's no software-side control of the router's usage at all (say, it can only be turned on/off by a physical switch), then there is probably no solution other than programming some source of mechanical arm to flip the switch for you.

Similar Threads

  1. How do i access methods from an arraylist?
    By kiph in forum What's Wrong With My Code?
    Replies: 3
    Last Post: April 7th, 2010, 07:52 AM
  2. How do I access SENS information in JAVA?
    By cabodge in forum Java Theory & Questions
    Replies: 4
    Last Post: March 9th, 2010, 06:52 PM
  3. access restriction??? wtf!?!
    By wolfgar in forum Java Theory & Questions
    Replies: 6
    Last Post: November 23rd, 2009, 07:27 AM
  4. Default Access (package access) confusion
    By gauravrajbehl in forum Java Theory & Questions
    Replies: 1
    Last Post: November 18th, 2009, 04:11 AM
  5. Access the Same Socket
    By ahmmnhwa in forum Java Networking
    Replies: 5
    Last Post: October 29th, 2009, 11:50 AM