Ap with one antenna

Hi guys,
any of you knows if thera are problem using Ap with only one antenna?
do they work?
drawbacks?
thanks

that works fine, justo be sure that the antenna that you are using is 2.4 Ghz and is in the right side, cus the 5 Ghz must be plug the two conectors.
Usually the AP in one side says "PRIMARY", you must plug the antenna there.

Similar Messages

  • An AP500 with internal antennas?

    Is there any chance that an AP500 might be developed with internal antennas?
    I have at least one deployment where the AP541N might have been seriously considered, except for its external antennas, which for that site are too vulnerable... of being moved, tampered, etc.
    So in that case the AP1142 with its internal antennas and smaller footprint, is a better fit.  But the 1142 is a lot more expensive, doesn't do clustering, etc.
    If a new model of AP500 were developed to fit into the casing of an AP1140 that would be, for some customers, quite an enticing product!
    But I'm not holding my breath... it seems Cisco made a decision to use only external antennas with these.
    -Rich

    Rich,
    Thank you for your feedback, its great to hear from end-users about how we can make our product lines fit your needs better. These boards are HIGHLY visible to Cisco. Therefore, I'm sure your concerns will be heard and addressed accordingly.
    Bill

  • Can i make 2 link point-to-point with one ap ?

    I wonder if i can connect 2 branch with one headqueater, the idea is out one ap1300 with 2 atennas ominidirections, each one to a brach with a ap.
    pls help

    Take a look at the bridge distance calculator here:
    http://www.cisco.com/en/US/prod/collateral/wireless/ps5678/ps458/prod_technical_reference09186a00800a912a.xls
    This shows us that, assuming a 12 dBi omni (such as the ANT24120) at your root, the 13.5dBi Yagi is complete overkill for a 300 meter link- you could get 54 megs with the 10 dBi Yagi or even the 8.5 dBi patch antenna.
    On the other hand, even with the dish on the other side, you can't get a 54 mbps datarate over 3 km. Depending on your bandwidth requirements, a 36 meg link to the second branch may be acceptable... but remember that the link to the first branch is contending for the same channel, plus protocol overhead, so you're going to get less than half the nominal datarate for each link.
    So, depending on your bandwidth requirements, you have several different options:
    1) The star topology you described. Lowest bandwidth option since both links are on the same channel.
    2) A pair of 1300s with 9dBi patch antennas for link 1, and another pair of 1300s with the built-in antenna option for the second link. Better than option 1: this gives you 54 megs on link 1 and 36 on link 2.
    3) A pair of 1300s with 9dBi patch antennas for link 1, and a pair of 1400s with the built-in antenna or a pair of 1300s with dishes for link 2. This gives you 54 megs on each link.

  • How do I create multiple TEBs with one submit button on one page in Captivate 7

    I've read other posts on this topic (which refer primarily to earlier versions of Captivate) and am still at a loss as to how to put multiple text entry boxes on a page with one submit button. Here's my scenario:
    I am creating test questions.
    Each test question has multiple text entry boxes (for numbers only).
    Student should be able to enter numbers into the textboxes in any order.
    Then there is one Submit button that should initiate validating all the text entries, and move to a scoring page (so I can test it). (What would be best is if this button not only did the above, but also submitted scores to the LMS.  But that is not my question at this time.)
    I'd like this question to be set up as a template so that I can duplicate it, be able to add or delete text boxes and change the values required in the text boxes.  
    Here is an image of a sample question page with multiple TEBs. The yellow boxes tell the student where they need to enter text:
    Any help or direction to help is appreciated!!

    I think the problem here is that Arlhoolie wants all of the different TEBs to behave as if they were part of a single interaction that submits only ONE result to the quiz.  Using multiple TEBs in Captivate means that you have multiple scored objects and therefore multiple results being submitted to the quiz.
    If you want a single Success or Failure result submitted to the quiz based on the results from multiple interactive objects then there really is no simple way to do it.  But you could try using the Infosemantics Interactive Master widget to combine all the TEBs as slave objects that report to the Master Widget, which then reports a single score to the quiz based on the results from the slave objects.
    You can learn more about the Master widget here:
    http://www.infosemantics.com.au/adobe-captivate-widgets/interactive-master
    http://www.infosemantics.com.au/interactivemaster/help
    You can download a free trial version of the widget here:
    http://www.infosemantics.com.au/adobe-captivate-widgets/download-free-trial-widgets
    One caveat you should be aware of is that this widget is not HTML5 compatible.

  • Multiple apple IDs with one PC... can we have separate PhotoStream folders/locations?

    There are six iphone users in our household.  Four are still using the family PC.  I have been using PhotoStream ever since it became available (ios5 update?) and I like using it.  Can my children also use PhotoStream from their iphones without mixing all of our photos together on the PC?  They each have their own Apple ID.

    Hello Robyn,
    Thank you for providing the details of your predicament.  Your household may benefit from having multiple user accounts on the PC to individually manage your photos and media. 
    I recommend reviewing the section titled "Create multiple user accounts" in the following article:
    How to use multiple iPhone, iPad, or iPod devices with one computer
    http://support.apple.com/kb/ht1495
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • How many Ipods can you use with one Itunes account?

    How many iPods can you use/sync with one iTunes account?

    PT wrote:
    Macistotle wrote:
    Unless you have DRM still haunting your tunes ... Then you can only use those songs on 5 devices. Otherwise, connect as many as you like (as stated above).
    No, you can sync your DRM tracks to an unlimited number of iPods (but only authorized to play on 5 different computers/user accounts)
    Patrick
    So I can sync two iPods to my iTunes account and sync the same digital copy movies that come with some o' my DVDs to both ipods? Do movies make a difference really, DRM-Wise? Thanks in advance.

  • How can I create a new Care Plan with one or more care tasks

    Hello,
    I'm working on a Dutch website in the HealthVault Environment. I got difficulties in creating and updating a careplan with care tasks. Most likely it's due to lack of knowledge...
    Following code works fine:
    CarePlan plan = new CarePlan();
    plan.Name = "test";
    this.PersonInfo.SelectedRecord.NewItem(plan);
    It creates a plan called [test]. But I don't know how to create a plan with one or more tasks in it: the tasks property is read only.
    https://msdn.microsoft.com/en-us/library/microsoft.health.itemtypes.careplan.tasks.aspx
    Half a year ago I was able to add an example of a careplan, which was a feature of the dev tools, but for some reason that's not possible anymore.
    https://developer.healthvault.com/DataTypes/Overview?TypeId=415c95e0-0533-4d9c-ac73-91dc5031186c
    So my question is, how can I add a new care plan with a task like the example from the HealthVault dev tools:
    <tasks>
    <task>
    <name>
    <text>Run 100 miles</text>
    </name>
    <description>Run 100 miles in 6 months</description>
    <start-date>
    <structured>
    <date>
    <y>2013</y>
    <m>12</m>
    <d>1</d>
    </date>
    </structured>
    </start-date>
    <end-date>
    <structured>
    <date>
    <y>2014</y>
    <m>6</m>
    <d>1</d>
    </date>
    </structured>
    </end-date>
    <target-completion-date>
    <structured>
    <date>
    <y>2014</y>
    <m>12</m>
    <d>31</d>
    </date>
    </structured>
    </target-completion-date>
    <sequence-number>279128532</sequence-number>
    <recurrence>
    <interval>
    <text>Once</text>
    </interval>
    <times-in-interval>10</times-in-interval>
    </recurrence>
    <reference-id>p01vil21ckg7k2346y1g60337mmi20sg564l321l8pmpqev39n302572sewu76lh9019s3993e02924</reference-id>
    </task>
    </tasks>
    Any help is welcome 
    Wilfred

    Hi Wilfred,
    Have you tried this?
    CarePlan plan = new CarePlan();
    plan.Name = "test";
    plan.Tasks.Add(someTask) 
    If you have a task list already, you would need to enumerate through it and add one by one...
    foreach (var task in existingList)
        plan.Tasks.Add(task)

  • HT204074 2ipads, 2 iPhones, and an iPod touch. All. I manage with one apple ID. How can we get iCloud to have different ID so we both can use it without combining our files?

    How can two family members use iCloud separately with one apple ID?

    Hi Lauracll
    As far as I am aware you cannot split, or use separately. What are you trying to archive by trying to have one Apple ID, but separate? Maybe if you can mention what your aim is, there could be a suggested solution.

  • Can I have more than 2 game center accounts with one apple ID?

    I have 3 IPADs with one apple ID. Can I use my apple ID to create more than game center account forearm IPAD.

    Yes I did. I have created two with same apple ID. Just go to the game center and click on create new account. Choose the nickname you would like and your going to have it.

  • HT203433 I downloaded apps with one appleid on my iphone.  When my account was disabled I set up a new appleid & account.  Now I cannot update apps on my iphone that were downloaded with original appleid when I login with my new apple id.  What do I need

    I downloaded apps with one appleid on my iphone.  When my account was disabled I set up a new appleid & account.  Now I cannot update apps on my iphone that were downloaded with original appleid when I login with my new apple id.  What do I need to do?

    You can write into support and ask for help reenabling the account through this link here:
    http://www.apple.com/support/itunes/contact/
    Since the applications were purchased on the older account, you will need to log into that account to update them. The newer account will not recognize the purchases because they are not a part of the purchase history for the specific account.

  • Is it possible to have your whole family on one apple id or is it better to have each person have there own? If each has their own does each id have to buy their own music and apps? How does find my iphone work with one apple id or two?

    Is it possible to have your whole family on one apple id or is it better to have each person have there own? If each has their own does each id have to buy their own music and apps? How does find my iphone work with one apple id or two? also I am going to be going off to college soon should I make an itunes id for my self and how will I get all the music from the old id?

    Is it possible to have your whole family on one apple id or is it better to have each person have there own?
    Yes, it is possible. 1 apple ID can be associated with up to 10 devices.
    If each has their own does each id have to buy their own music and apps?
    Yes, all purchases are non-transferable.
    How does find my iphone work with one apple id or two?
    Every device associated with one apple ID through Find my iPhone is tied to that Apple ID; Find my iPhone will work in the same way with up to ten devices associated with one apple ID. You cannot enable Find my iPhone for one device across two apple IDs
    I am going to be going off to college soon should I make an itunes id for my self and how will I get all the music from the old id?
    If you have authorized a computer with the old apple ID, you can transfer old media purchased through the old to other devices via iTunes. This doesn't mean the media purchases through the old apple ID it transferred to the new account. If you plan to make future purchases and don't wish to share them with others, make your own apple ID.

  • TS3276 I have recently had a problem with one of my hotmail accounts, some sort of virus sending random emails to people in my address book. Hotmail advised me to change my password for that account, which I did. Why won't mail recognise the new password?

    I have recently had a problem with one of my hotmail accounts, some sort of virus sending random emails from my address book. Hotmail advised me to delete all contacts and change the password for that account, which I did on my laptop running windows XP. The change was successful and I was able to send and receive emails with no problem. I then had to change the account password on my iPhone 4s, which I did and it too was successful but when I came to change the password on my iMac, running the latest version of Lion it would not recognise the new password. I have tried to remove the account details and re-install but every time I go to add new account my old details are in the box. This is very frustrating as I use my iMac for all my profects and I need to access my email. Please help.

    hi guys,
    I had already deleted all reference to the hotmail account in question from the keychain access app, I have also tried to delete and re-instal the account details from within mail. The icon in the side bar dissapears but when I go to Add Account, the old account details are in the new account box. I then input my new password but am told that the server does not recognise it. If I access hotmail via google on the iMac I can get into my account with no problems. I am thinking there must be some other form of security system within the mac software that is blocking the new password. This is driving me nuts. I have been trying to resolve this for the last two days. Thank you for your advise anyway.

  • How to update multiple Sales Orders with one IDOC using IDOC_INPUT_ORDCHG

    Hi Gurus,
    Here's my scenario:
    Consider there are 2 Sales Orders for same Purchase Order -
    Open Quantity
    Sales Order 1
    Article A1
    1
    Sales Order 2
    Article A2
    1
    Say if I want to change Open Quantity of both SO 1 & SO2 by dispatching 1 Quantity each for Article A1 and A2 via ORDCHG, observed that in Include LVEDBF0N, XVBAK-VBELN is checked for only 1 Sales Order.
    Whether it is possible to update multiple SOs with one IDOC using IDOC_INPUT_ORDCHG?

    Hi,
    Check out this link, this deals with the problem you are facing.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/802f0ed1-a17a-2c10-7db4-d515a5b047ed
    Regards,
    Runal

  • How to print two sides with one page?

    I have a PDF that is one page long and I'd like to print the same thing twice (front and back) on one page. Can I do that?
    I've tried printing two copies with the printer set to double-sided, but it just printed two sheets with one side on each sheet.

    Well sure; Go back to the authoring application that created the documents and do a 2-UP page. Make the existingg page large enough to accomodate the extra content. Is that what you're asking or do you really mean print to a printer with a back up ? In that case just flip the page over and print page 2 on the other side.
    Or are we missing something ?

  • I just bought a new computer, now itunes tells me I can only sync with one computer.  It only offers me the choice to erase and sync.  I do not want to erase my ipod, I just want my music on the new computer.  Can't I just transfer the songs from the ipod

    I just bought a new computer.  Itunes only offers me the option of erase and sync, as I can only have it sync'd with one computer.  I want to move my music to this computer from my ipod.  Is this possible, or do I have to go back to my cds and upload everything from there?  I just want to be able to move my music from my ipod to the new computer.

    You need to transfer your iTunes Library from the old computer to the new one - then you can carry on syncing as normal. You can't move non-purchased music from an iPod to iTunes using iTunes. For purchased music, choose iTunes > File > Transfer purchases...

Maybe you are looking for

  • I tunes will not sync voice memos off of Iphone in yosemite

    I just updated my macbookpro with the new Yosemite update. However, It won't let me sync voice memos off of my phone! I tried the same thing with my music library and I can only add to the iphone. It will sync music and voice memos on but not off. Ph

  • Path selection tool photoshop cc 2014

    Hello, Why path selection tool in new photoshop cc 2014 doesn't work like in photoshop cc. When I choose path selection tool in photoshop cc 2014 and try to click on layer that layer doesn't mark :/ Can I change this somehow? Thanks!

  • Can I download music from other computers?

    Can I download iTune music to other computers. Especially, other computers at Internet Cafes or random spots that have internet connections. If I can, then how?

  • Problems opening my indd files

    I have been working with Indesing in several days and now suddently I can't open the file I have used? A message says tht I shal controle the fileallianses. But what is that?

  • Center Speaker plays center sounds and rear sounds. Inspire 5.1 5300 speakers.

    My inspire 5.1 5300 speakers are set up for 5.1 surround sound. I have CMSS enabled. I hear static from the rear speakers. Everything seems to be set up just fine. But when I run the speaker test the front right, center, and front left work. The rear