How get to CLI commands on WAP4410N

Hi, I need enable WPS function on WAP4410N. Help says that this is possible with CLI command #set wps enable. But how I can connect to WAP4410N with CLI? Thanks for any suggestions.                   

Hi Jan, you may telnet the WAP4410N. However, the CLI is not a supported configuration method.
-Tom
Please mark answered for helpful posts

Similar Messages

  • How to get a CLI aplications output in an applet???

    Hello!!
    I have a java CLI (dos) application that take 3 arguments and then do some stuff and then print the output to dos.
    Now I want that program to print the output in an applet instead. What I relly would like is to control the cli application from the applet like put in the arguments in the applet and then the applet start the cli applikation, and the the output comes out in the applet(or an GUI applikation)
    anyone know how to do this or even better have an example of some similar code to do such a thing???? -the simpler the better

    I'm not sure what the rules are on applets running other programs (starting other processes). But in general the way to do this is to use Runtime.getRuntime.exec(<cli command>). Th is call returns a process, and you can in turn ask for the process output stream and hand a read on it.

  • How to Get Input from Command Prompt?

    How can i get input from command prompt like
    C:\
    or linux ?
    (Here's what I use now)
    BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
    String line;
    Whlie((line=in.readLine())!= null)
    { System.out.prinln( line) ; }
    IS THERE A BETTER WAY?

    The main method within a java class accepts command line input through a String array.
    In this example args is the String array. You can access the parameters as args[0] for the first parameter, args[1] for the second parameter, etc....
    The usage for the example below would be :
    c:\EDIFormat file1 file2
    Where args[0] would equal file1 and args[1] would equal file2.
    public class EDIFormat {
    public static void main(String[] args) {
              if (args.length < 0) {
                   System.out.println("No Parameters supplied. Exiting....");
                   // open input and output files
                   EDIFiles(args[0], args[1]);
    Hope that helps!

  • Dumb question- how do I get to the command line without X running?

    Hi,
    As per the title please... I need to rerun Xorg -configure, but cannot for the life of me figure out how to shut down X and get to a command line
    Thanks

    Bes wrote:
    Ctl alt and backspace just takes me out to the login screen.. from there I can't get to the terminal without X running.
    Ctrl Alt F5 gets me to the command line, but I can't kill the X server
    Thanks though
    so with ctrl+alt+f5 you're at the console
    log in if you need to, then
    ps ax | grep gdm
    4441 ? Ss 0:00 /usr/sbin/gdm-binary
    4442 ? S 0:00 /usr/sbin/gdm-binary
    4444 tty7 SLs+ 3:38 /usr/bin/Xorg :0 -audit 0 -auth /var/lib/gdm/:0.Xauth
    6633 pts/0 S+ 0:00 grep gdm
    kill 4444
    the above example assumes gdm is your login manager so substitute whatever you're using, and you can kill the other instances of gdm (in my example processes 4441 and 4442 but don't waste your time on the grep process 6633
    now redo your X config
    (actually you could run this from a terminal from within X and it should have the same effect of dropping you back to console
    Last edited by tj (2008-04-20 09:36:15)

  • How can I make command line interface (CLI)

    Hi All,
    How can I make command line interface ( CLI ) In Java using JTextArea or JTextField.
    Thanks In advance..
    Vikas Sahu

    We do agree with your assessment and have plans to improve all of these aspects. Unfortunately, it takes a long time and a lot of work to turn "working" software into "simple to use" software, but we are working on it, and it is a high priority for us to make it simpler to use and develop for and administer Coherence.
    Peace,
    Cameron Purdy | Oracle Coherence

  • How to change to.pac file using CLI command ?

    I've asked this before but have not had much luck getting an easy fix.
    I need to change a large number of machines over to using a pac file instead of the current settings for secure and web proxys.
    It's not possible using 10.4 CLI command networksetup but I'm wondering if anyone may have another way of doing this ? Possibly a script or something ???
    Mitch

    Hi Min,
    You should move this question to Unified Communications Application community to get the expert answer on IP phone configuration. This community is for Cisco WebEx Meetings Server and Cisco Unified MeetingPlace products.
    Thank you.
    -Dejan

  • I'm new to the LabView. How do I pass data from VI configured using Serial (CMTS using CLI commands to set Parameters ) to VI configured using GPIB(vecto​r signal analyzer ) to measure such as RF frequency or power on the instrument​? Thanks

    I'm new to the LabView. How do I pass data from VI configured using Serial (CMTS using CLI commands to set Parameters ) to VI configured using GPIB(vector signal analyzer ) to measure such as RF frequency or power on the instrument?
    I just want to set something on the front panel that will execute the Serial parameters first and then pass these settings to vector signal analyzer
    Thanks
    Phong

    You transfer data with wires.
    Frankly, I'm a little confused by your question. I can't think of any reason why you would want to pass serial parameters (i.e. baud rate, parity) to a GPIB instrument. Please explain with further detail and attach the code.

  • Interactive CLI commands

    I'm quite new to EEM, so please bear with me.
    How can I handle interactive CLI commands. I want a script that detects when a configuration change has been made, and then copies the running configuration to a TFTP server.  This is what I have tried:
    event manager applet Configured
    event syslog pattern ".*%SYS-5-CONFIG_I.*"
    action 10 cli command "enable"
    action 20 cli command "copy run tftp"
    action 30 gets response
    action 40 puts "MyTFTPServer"
    action 50 gets response
    action 60 puts "MyRtr.run"
    action 70 end
    All that happens is:
    No.  Job Id Proc Status  Time of Event            Event Type        Name
    1    1      Actv abort    Mon May14 13:53:35 2012  syslog            applet: Configured
    2    2      Actv abort    Mon May14 13:53:46 2012  syslog            applet: Configured
    3    3      Actv abort    Mon May14 14:01:32 2012  syslog            applet: Configured
    4    4      Actv abort    Mon May14 14:02:11 2012  syslog            applet: Configured
    5    5      Actv abort    Mon May14 14:05:01 2012  syslog            applet: Configured
    6    6      Actv abort    Mon May14 14:06:18 2012  syslog            applet: Configured
    7    7      Actv abort    Mon May14 14:08:49 2012  syslog            applet: Configured
    (You see how many times I have tried to get it working ;-)  The problem seems to be the interactivity of the "copy run tftp" command.
    Can someone give me some guidance please?
    Kevin Dorrell
    Luxembourg

    OK, I got it
    event manager applet Configured
    event syslog pattern ".*%SYS-5-CONFIG_I."
    action 10 cli command "enable"
    action 20 cli command "copy run tftp" pattern "Address or name of remote host.*"
    action 30 cli command "MyTFTPServer" pattern "Destination filename.*"
    action 40 cli command "MyRtr.run"
    Kevin Dorrell
    Luxembourg

  • ACE 4710 responds very slow to CLI commands

    I am expericing delayed responses to my CLI commands on the ACE 4710. The delays occur sporadically. I have check the cpu and memory and neither one appeared to show any abnormal behaviour.  Has anybody else experienced unsual delay with your CLI commands? If so, where you able to isolate and correct the problem? If not, any suggestions on where and how to look for the problem?

    I am experiencing the same exact problem. CLI commands are very slow. Although, i dont get any performance issues for my application when i issue the "show run" or "wr mem" commands at CLI  i wait for over 1 minute to receive any output, commands like "show serverfarm" ,"show rserver" "show stats" are working fine. my resource usage is ok and cpu has no problems. The problem exists in all contexts of the specific ACE. I did a test by forcing the standby ace to become active and while the standby ACE had no problem in executing the command when it becomes the active one the problem shows up.  is there a way to troubleshoot this?
    Thank you in advance

  • Aironet Autonomous 1252 CLI command 802.11n disable

    hi,
    I am using Aironet Autonomous 1252 AP. The version used is:
    Cisco IOS Software, C1260 Software (AP3G1-K9W7-M), Version 12.4(25d)JA1, RELEASE SOFTWARE (fc1)
    I want to disable 802.11n on 2.4GHz interface. Please tell the CLI command to do this.
    Thanks in advance.
    uv.

    Why you want to disable 802.11n data rates ?
    There are few other ways as well. For 802.11n you should have following
    1. WMM enable
    2. either Open Authentication or WPA2/AES
    So if you are not using 1 & 2 both, you won't get 802.11n data rates. Refer this
    https://supportforums.cisco.com/discussion/12078656/aironet-ap-1252-how-use-80211g-only
    HTH
    Rasika
    **** Pls rate all useful responses ****

  • CLI commands for remote network

    I have a 800 router connected to our HQ via site-to-site vpn.
    I have commands i wish to run from the CLI but cannot get them to work.
    Pings fails from the CLI if using 'ping x.x.x.x' but are successful if using 'ping x.x.x.x source x.x.x.x'
    I am guessing all local CLI commands are trying to direct via the WAN as default, how can I resolve this for commands i wish to direct via the VPN.
    The command I really want to run is 'logging host x.x.x.x', with the syslog host being in HQ via the vpn tunnel

    IOS is always choosing interface which is closest to destination (i.e. consults routing table), when sourcing traffic from the box. 
    There are several commands (usually one-two per feature to override this behavior). 
    For the command you're looking for.
    Spoke1(config)#logging source-interface ?
    Async Async interface
    Auto-Template Auto-Template interface
    BVI Bridge-Group Virtual Interface
    CDMA-Ix CDMA Ix interface
    CTunnel CTunnel interface
    Dialer Dialer interface
    Ethernet IEEE 802.3
    GMPLS MPLS interface
    LISP Locator/ID Separation Protocol Virtual Interface
    LongReachEthernet Long-Reach Ethernet interface
    Loopback Loopback interface
    MFR Multilink Frame Relay bundle interface
    Multilink Multilink-group interface
    Null Null interface
    Serial Serial
    Tunnel Tunnel interface
    Vif PGM Multicast Host interface
    Virtual-PPP Virtual PPP interface
    Virtual-Template Virtual Template interface
    Virtual-TokenRing Virtual TokenRing
    vmi Virtual Multipoint Interface

  • Multi cam shoot using  P2 cards. How to move clis to timecode positions

    multi cam shoot using P2 cards. How to move clis to timecode positions. We were using free TC. I want to a large # of clips from both cams. and have them move to the correct TC position on the timline. In Nuendo eith audio u hit apple a or ctrl a right click move to orgin. Avid will take care of it for u. FCP???

    If you read the "Apple Pro Training Sereis; Final Cut Pro 5" book, it's very easy. You can sync the clips manually by setting In or Out points, specifying TC, or using one of the two Aux TC fields. Since this is the first, and most basic step in doing Multiclip editing, I'd suggest you get the book, or read the appropriate section of the User Manual. I don't think anyone wants to post a full "how to" article in a forum.
    It can be done, you're clips have to all have been recorded with synced TC, or they simply won't sync up in any NLE. Read the book. Cause even if I did have the time to explain FCP's Multiclip editing in this forum, you'd still have questions that are in the book.
    If you actually walk through the first steps of building a Multiclip to edit, it's blatatnly obvious in the first step. I'd give it a try first.
    Problem is the DVCPRO-HD codec is going to require a higher end Mac with tons of RAM and either RAID, or internal drives to do a DVCPRO-HD Multiclip, as DVCPRO-HD (P2) is a pretty high bandwidth codec. I use it daily, I know, it takes horsepower to do.

  • User Profile Services:How get to know how many user are using my site.

    Hi,
    User Profile Services:How get to know how many user are using my site.
    Recently i have done migration sharepoint 2010 to sharepoint 2013,I did not migrate USer profile services because less user are using user profile here,but i need to know how many few uer are using my site for data store.
    Is any why we can get to know  user name who are using my site document library and other things.
    Hasan Jamal Siddiqui(MCTS,MCPD,ITIL@V3),Sharepoint and EPM Consultant,TCS
    |
    | Twitter

    Fallowing command shows only count of my site user ,I need to know how many upload data on my site
    Hasan Jamal Siddiqui(MCTS,MCPD,ITIL@V3),Sharepoint and EPM Consultant,TCS
    |
    | Twitter

  • JDev TP4 DVT:Map Component: How to send a command to Mapviewer Server?

    How to send a command to Mapviewer Server programmatically using a DVT:Map component? ( for example : To capture a Theme info when i clicking in the a map theme position?
    Juan C LLanes

    Hi Juan,
    Are you trying to click on a point in the map and update another control on the page?
    This is available today, if you create a master-detail binding and bind the master to your map theme, and detail to another view e.g. a table, and check the checkbox "Enable row selection" when you create the map theme binding, then you will get this behavior automatically.
    If this is not what you are looking for, please clarify.
    Thanks
    Katia

  • How to execute Linux command from Java app.

    Hi all,
    Could anyone show me how to execute Linux command from Java app. For example, I have the need to execute the "ls" command from my Java app (which is running on the Linux machine), how should I write the codes?
    Thanks a lot,

    You can use "built-in" shell commands, you just need to invoke the shell and tell it to run the command. See the -c switch in the man page for your shell. But, "ls" isn't built-in anyays.
    If you use exec, you will want to set the directory with the dir argument to exec, or add it to the command or cmdarray. See the API for the variants of java.lang.Runtime.exec(). (If you're invoking it repeatedly, you can most likely modify a cmdarray more efficiently than having exec() decompose your command).
    You will also definitely want to save the returned Process and read the output from it (possibly stderr too and get an exit status). See API for java.lang.Process. Here's an example
    java.io.BufferedReader br =
    new java.io.BufferedReader(new java.io.InputStreamReader(
    Runtime.getRuntime().exec ("/sbin/ifconfig ppp0").
    getInputStream()));
    while ((s = br.readLine()) != null) {...                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Maybe you are looking for

  • Installing problem for Adobe Creative Suite 5 Design Premium

    I am getting an error message requesting I close Internet Explorer.  I have closed the program but the error message remains.  Any suggestion on how to remove this error mesage?  I have uninstalled Internet Explorer.  I do not want to start the insta

  • IDX5 Not Opening In XI  Abap Stack

    Hi, I cannot open the transaction IDX5. It is giving a messege, System is not central XI, cannot start program! What do I need to DO?....I have spoken to basis steam,,,they said...not their role...some configurations needed in XI...Pls HELP!!! I am s

  • Web Server Crash..Error Code 52

    Hello, Web server crashed and keep getting an error code 52 any insight on why would be greatly appreaciated. Thanks! ===== BEGIN DUMP ============================================================= JRockit dump produced after 0 days, 00:48:31 on Thu J

  • Battery not functioning?

    ON my MacBook that I bought in May of 06, Just recently have I had issues with the power. Lately, I have gotten bout 1.2 hours out of my battery. Just yesterday, have I got 30 minutes out of my battery. I am just wondering if there is anything that I

  • External Bluetooth Problem

    I installed an external usb bluetooth on my macbook pro. No problem! When the computer hibernates the trackpad will not re-start the computer. I need to use the space bar or mouse. The trackpad will not re-start until I open Bluetooth icon in system