How to get 300 mbps on Cisco LAP1142N without WLAN Controller

Hi,
Anyone using Cisco LAP1142N without Wireless LAN Controller and getting 300mbps throughput? I am only using 5 GHz (Manually Disabled 2.4) but i am getting only 144 mbps max throughtput. It would be great if someone can help me to achive around 300 mbps from this AP.
Thanks in advance.

Thanks for your reply. Yes, using Authentication-> open. Under the Radio interface using Channel Width 40-above. Checked with a laptop and it connects with 144 mbps and not getting more then that.
Here is a part of the config:
===================
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
hostname ap
enable secret 5 $1$0M/H$HIkGshtMt9w5q.KqNvMQf/asdf
no aaa new-model
no ip domain lookup
dot11 syslog
dot11 ssid TestN2
   authentication open
bridge irb
interface Dot11Radio0
no ip address
no ip route-cache
shutdown
antenna gain 0
station-role root
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
bridge-group 1 spanning-disabled
interface Dot11Radio1
no ip address
no ip route-cache
ssid TestN2
antenna gain 0
no dfs band block
speed  basic-6.0 basic-9.0 basic-12.0 basic-18.0 basic-24.0 basic-36.0 basic-48.0 basic-54.0 m0. m1. m2. m3. m4. m5. m6. m7. m8. m9. m10. m11. m12. m13. m14. m15.
channel width 40-above
channel dfs
station-role root
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
bridge-group 1 spanning-disabled
ip http server
no ip http secure-server
ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
bridge 1 route ip
line con 0
line vty 0 4
login local

Similar Messages

  • How to get web application to use Tuscany without conflicting with SAP SDO

    Hi,
    We are attempting to run a web application on SAP NetWeaver CE 7.1 SP1 which uses Tuscany SDO.  As it now stands We must use Tuscany because the web application will not run with the SAP SDO implementation provided by Netweaver. To ensure that Tuscany is loaded with priority, we have packaged the Tuscany JAR files and their dependencies as a heavy resource, as described here:
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/60642a88-95fe-2b10-d387-a245d48fc257?overridelayout=true
    The final check showed that Tuscany was correctly deployed as a heavy resource and included the following JAR files:
    common-2.2.3.jar
    ecore-2.2.3.jar
    ecore-change-2.2.3.jar
    ecore-xmi-2.2.3.jar
    tuscany-sdo-impl-1.1.1.jar
    tuscany-sdo-lib-1.1.1.jar
    tuscany-sdo-tools-1.1.1.jar
    xsd-2.2.3.jar
    We also verified that the web application using Tuscany has a hard reference to the Tuscany heavy resource.
    However, when we try to run the web application, the following error is logged:  java.lang.LinkageError: Class commonj/sdo/DataGraph violates loader constraints
    The issue is definitely due to some kind of classloading conflict with the SAP SDO library, as the application runs normally when SAP SDO is manually removed from the classpath. Doing this on a production system is unfortunately not an option, though.
    So the question is: how to get web application to use Tuscany without conflicting with SAP SDO?

    I took a look at the "printerReady" example.  Looks like I may be able to use the InetPing (...) function to ping through a range of IP addresses looking for a response.
    Any ideas on how to find the MAC address associated with the IP addresses that respond?
    We may have multiple units responding and the MAC address will allow the operator to determing which unit to connect to.
    I'll try the InetPing to see how it works,
    Kirk

  • HT204034 How to get an Apple App store account without a credit card?

    Does anyone know how to get an Apple App store account without a credit card?
    When I sign in with my Apple ID it says I did not have an account with the App store, but in order to create one it requires a credit card.
    There is NO None option as some articles show when selecting a credit card.

    Hello SandraLAVixen,
    I understand you would like information on how to use an Apple ID without a credit card. The following article may help:
    Create an iTunes Store, App Store, or iBooks Store account without a credit card or other payment method - Apple Support
    If you already have an Apple ID
    If you've already created your Apple ID, you'll need to add a payment method when you first use it to sign in to the iTunes Store, App Store, or iBooks Store. But you can optionally remove the payment method after you sign in to the store. You won't be asked for a payment method again until you make your first purchase.
    Thank you for contributing to Apple Support Communities.
    Cheers,
    Bobby_D

  • Does anyone know how to get an application you had once without using App Store?

    Does anyone know how to get an application you had once without using App Store?
    Because I'm underage and I couldn't get it back.
    I just want it back, I'm not going to use any money in App Store...

    When you say you "had it once", how did you get it then?  The App Store has only been around for a few years, so there are lots of apps out there that you would once get from the developer, but now they're only available on the App store.  Which app(s) are you referring to? 

  • E2000: Can I get 300 Mbps at 2.4GHz?

    Hi all. Is it possible to get 300Mbps with the 2.5GHz band? If no why? If yes, How? I only got 300 Mbps using the 5 GHz band but I need to stick with the 2.4 one since some of my devices don't support the 5GHz band. Thanks
    Philippe Laramée
    Embedded Software Developper
    Solved!
    Go to Solution.

    Thanks for your comment, I just realized because of you that my wireless adapter was set to use only 20MHz width. Maybe that is why. I'll try again tonight when I get home.
    Philippe Laramée
    Embedded Software Developper

  • How to get javabean data in Servlets.( JavaBean -- Servlet(Controller)

    how to get javabean data in Servlets.
    1) I am using name ,password in Jsp(View )
    2) when I submit this Bean will be called and Setter methods will be called .
    3) In ServletController (controller) I want to get data of javabean.
    In this I have to do validation of user.
    I want to pass the javabean obj as like -->
    request.getAttribute("beanObj");
    My intention is to get all the poperties in javabean by passing bean id
    or beanobj ,
    Is there any way to get all the data using bean id or beanObj.
    Plz Reply,

    Now in the Servlet we can get the same bean by this code:
    PageContext pageContext = JspFactoryImpl.getDefaultFactory().getPageContext(this, request, response, null, true, 8192, true);
    UserBean userbean = (UserBean)pageContext.getAttribute("userbean", PageContext.SESSION_SCOPE);
    String userid = userbean.getUsername();
    For this code to work it is needed to import 2 files:
    import org.apache.jasper.runtime.JspFactoryImpl;
    import javax.servlet.jsp.PageContext;
    The JspFactoryImpl is in jasper-runtime.jar file provided in tomcat dir.It seems to me that you are exactly knowing what you are doing :-(
    You can get a Bean stored in a Session by
    request.getSession().getAttribute("userbean");
    In the login.jsp page for example we have the code
    <jsp:useBean id="userbean" scope="session"class="com.newproj.UserBean" />
    <jsp:setProperty name="userbean" property="*" />the jsp:setProperty is not called when you click on the submit button
    if fills the bean with the request values from the previous request.
    andi

  • How to get the sum in appropriate column without a red triangle appearing?

    Hello,
    In 'Numbers" - How do get columns to add (calculate) the sum in each decending column on an Expense Report.
    When I highlight the decending column the total appears on the far left of the screen.  When I drag the sum amount from there to the appropriate column a red triangle with an ! appears instead of the amount.
    Thanks for your immediate help.

    The red triangle is an Error triangle. Clicking it will display the error message and tell you what error has occurred. From your description, my assumption is that you dragged the SUM() function from the quick calculations at the lower left and dropped it intto a cell in the column being summed.
    If that's the case, this is likely the error message you would see:
    When you highlighted the 'decending column,' you likely selected all of the cells in that column, including the one into which you dropped the function.
    Instead, do one of the following. These assume the column you want to sum is column B.
    If you want the sum at the top of the column:
    Make sure the row you want the sum to appear in is a Header row.
    Enter this formula into any Header Row cell in column B:   =SUM(B)
    If you want the sum at the bottom of the column:
    Add a Footer row to the table. (Go Table (menu) > Footer Rows > 1).
    Enter this formula into the Footer Row cell in column B:   =SUM(B)
    SUM (and other functions) that expect a range of cells will interpret a cell reference entered using only the column letter (B) as meaning 'all of the non-header, non-footer cells in column B', and will exclude those cells in header or footer rows.
    Regards,
    Barry

  • How do get video to hdmi TV port without using apple tv?

    My new non retina macbook pro 13 inch is supposed to arrive soon.  My old 42 inch Vizeo only has one hdmi port that works so I was planning to use it a s moniter  for  my DAW.  The apple tv is for the living room, not the room where my DAW is.  But as far as I can tell there is no mini display or anything on this computer other than thunderbold , usb and  firewire, the firewire to be used for my MOTU audio interface. Any ideas on how to get this old  VIzeo  to be external moniter basically

    Take a look at this;
    http://support.apple.com/kb/HT4241
    There's some additional links in there to the products themselves. Will allow you to connect it to the HDMI port on the TV and not have to use the Apple TV.
    Regards,

  • My computer broke down and i needed to install everything new. t now all my music is only on my ipod classic. does anyone have an idea how to get it back to my computer without deleting it from the ipod?

    my computer broke down and i needed to install everything new. now all my music is only on my ipod classic. does anyone have an idea how to get the music back on the computer without deleting it on the ipod?

    See Recover your iTunes library from your iPod or iOS device.
    tt2

  • How to replace the certificate of Cisco 2106 wireless LAN controller for CAPWAP ?

    I have interested in CAPWAP feature and I download the open capwap project to make Access Controller (AC) and Wireless Terminal Point (WTP). I had built the AC which used PC and WTP which used Atheros AP. The CAPWAP feature work well when I enabled the CAPWAP that used my own AC  and WTP. When I got the Cisco 2106 wireless LAN controller (Cisco WLC), I configured the Cisco WLC to instead my own AC but I got the authorize fail in Cisco WLC side. It seem the Cisco WLC could not recognize the CAPWAP message which sent form my own WTP. I think this issue just need to synchronize the certificate between Cisco WLC and WTP.So I need to replace the Cisco WLC's certificate manually. Does anyone know how to replace the certificate manually with Cisco WLC ?
    Best Regards,
    Alan

    Unfortunately this Support Community is for Cisco Small Business & Small Business Pro product offerings.  The WLC2106 is a traditional Cisco product.  You can find this type of support on the Cisco NetPro Forum for all traditional Cisco products.
    Best Regards,
    Glenn

  • How to get ipod out of recovery mode without losing media.

    i tryed to update my ipod on another computer and it put it in recovery mode.how do i get it out of recovery mode without losing media.

    If this program does not work then you will have to restore.
    RecBoot: Easy Way to Put iPhone into Recovery Mode

  • How to get a EAR package for deploying without local data-source setting in JDev9i?

    Hi all,
    I want to use pooled data-sources defined in OC4J's global configuration setting directory in JDEV_HOME\j2ee\home\config.
    But when I packaged my application to an EAR file,it contains it's local data-sources.xml file in the package.Each time the server was restared,the local data-sources.xml file was overwritten by the originally setting in the EAR package,thus I cannot use the pooled settings.
    So could let me know how to package a EAR file without containing it's local data-source setting,but use the global data-source setting?Or how to control the local data-source setting without changed after mannully defined.
    Your reply is greatly appreciated!
    Regards,
    Robbin Woo

    Mike,
    You don't need a File to do what you want. Even if you could, it would be wrong to use a file.
    It would be wrong, because the compiler might not by using a JavaFileManager that is actually backed by a filesystem. It could be backed by some form of repository such as a database, or it could be backed by a transient in memory file system ( An example of the latter is the [annotation processor test framework|https://hickory.dev.java.net/nonav/apidocs/index.html?net/java/dev/hickory/testing/package-summary.html] in hickory)
    But probably of more interest to you, you don't need to because you can simply [get an InputStream|http://java.sun.com/javase/6/docs/api/javax/tools/FileObject.html#openInputStream()] from the FileObject returned from [filer.getResource(...)|http://java.sun.com/javase/6/docs/api/javax/annotation/processing/Filer.html#getResource(javax.tools.JavaFileManager.Location,%20java.lang.CharSequence,%20java.lang.CharSequence)] and read it.
    You might also find the [Compiler Tree API|http://java.sun.com/javase/6/docs/jdk/api/javac/tree/index.html] useful. The Compiler Tree API is available to annotation processors running in Oracle's (Sun's) javac, but not in other compilers (possibly limiting portability).
    With this API you can [convert |http://java.sun.com/javase/6/docs/jdk/api/javac/tree/com/sun/source/util/Trees.html#getPath(javax.lang.model.element.Element)] the Element representing the annotation to a Treepath then [get the leaf node|http://java.sun.com/javase/6/docs/jdk/api/javac/tree/com/sun/source/util/TreePath.html#getLeaf()] and from that tree [obtain its offsets|http://java.sun.com/javase/6/docs/jdk/api/javac/tree/com/sun/source/util/Trees.html#getSourcePositions()] within the source file.
    Bruce

  • How do get rid of a tab group without closing the tabs? How do I take tabs out of a group?

    I accidentally put all my tabs in one group. I'd like to get rid of the group without closing all the tabs in it; in other words, to undo putting all the tabs in one group. It would be useful to know how to remove a tab from a group without closing the tab, accidentally putting a tab in the wrong group will probably be a common error that needs to be easily undone.

    '' SisqB;''
    ''I searched about:config and found a listing of "stuff" under the S3 Downloads ''
    Can you take a snapshot of what you see?
    In order to better assist you with your issue please provide us with a screenshot. If you need help to create a screenshot, please see [[How do I create a screenshot of my problem?]]
    Once you've done this, attach the saved screenshot file to your forum post by clicking the '''Browse...''' button below the ''Post your reply'' box. This will help us to visualize the problem.
    Thank you!

  • How to get oracle.jbo.domain.date from page to controller

    Hi All,
    I want to get date from my Advanced table bean to Controller. I am getting date as java.sql.Date i want to convert it to oracle.jbo.domain.Date. Any pointers in this will be helpful.
    Thanks in advance.
    With Regards,
    Anjani.

    get your date through ViewObject, you will get it in jbo.domain.date format
    vo.next().getAttribute("DateAttributeXXXX");
    --Prasanna                                                                                                                                                                                                                                                                                       

  • Can Somebody tell me how to get my MBP like it Was...

    I received a new MBP (thanks to a genius who was tired of trying to fix all my software and hardware issues). The same tech said when the new MBP comes in he will transfer my data, settings, etc to my new computer and update it. I did not think of it at the time, but when I got the MBP (the new one back) and realized he transfered everything, Preferences settings, files, folders, even the programs in a seperate folder-all that I would think one could transfer in regards to software. When my new MBP started acting up I realized a lot of the stuff it was doing was what my old MBP was doing.
    I called him and asked if we should have tried to fix the software issues before transferring everything or maybe just putting them in folders and I could save my bookmarks, docs, etc. but trash all the settings, preferences, stuff like that.
    I would like to get the notebook back to how it arrive at the Apple Store plus with the latest important updates. I know it involves some critical stuff, but I do not have enough confidence that I will be able to accomplish what needs to be done and have it done correctly.
    Are there articles for a new MBP that walks a person step by step in removing everything, wiping the HD clean and doing a fresh install, step by step in the correct order of things and leaving everything off other then my passwords, bookmarks, and a few docs?
    Any suggestions?
    Thanks.

    Thanks Roger-
    What about the bookmarks? I really have nothing I want to save and transfer over because all I have been through with the old MBP and now this new one with the data that was transferred from my old MBP. I would have thought that the genius guy would have thought about the problems since he was the one who tried to fix the old MBP and left to talk to the manager and came back to tell me they were going to get me a new MBP.
    Anyway, what about the ONE-to-One that I registered on this computer and I have a link to click that brings me to my page and other things like my keychain or all my passwords and usernames? It looks like I missed some with the new MBP because it does not have a name and some small stuff like that is missing because I did not do a set-up. The genius guy did the transfer of all my stuff from my old MBP.
    There were a lot of updates that the genius guy did get (but when I got the MBP, I have been unable to get the machine to tell me I have new updates). I had to find out was I really missing updates or was it something else. I tried to find the place that lists the updates that come across <Apple>Software Updates... I found several "latest updates, recent 3rd party updates, top Apple downloads, but I am not sure which category is the one that tells me the updates I should have had. I know that iTunes it missed, but the rest I am not sure which list has the updates I need.
    Make any sense? I did not get an iLife disk. Is iLife on the grey disks now?

Maybe you are looking for

  • How to import the existing project in the CVS to the weblogic workshop??

    Hi, I have a project in the CVS and I want to work with that project in the weblogic8.1 workshop. Can anyone help me in importing the existing CVS project/application into the weblogic workshop so that I can check-in, check-out and debug the applicat

  • Mini will begin to boot, then shut down.

    Hello all, My 8 month old mac mini has just developed this issue: It begins to boot, displays the Apple Logo, the spinning circle and then an empty progress bar underneath the circle. Nothing ever fills the bar, it disappears and then the machine tur

  • Data source as XML File

    Hi All, Created one interface which is reading from XML file and populating the data in Oracle Table. Suppose I have created interface for emp.xml file. Currently emp.xml file having 14 records and it is populating the target table successfully. Now

  • I need info about Oracle classloading

    Please tell me where I can find out about Oracle app server classloading. I have done document searches on the Oracle and Orion sites. Thanks.

  • Layers of data transformation

    Do I Understand correctly the layers of data transformation data source inbound layer data staging layer outbound layer reporting layer