Basic question about the selection of the AP and multiple channels

I have about 10 PA (Aironet 1240 G) intended to be deployed one of my floors of office. We examined a diagram of the floor and made sure that we ordered enough to completely saturate the ground with wireless coverage. There are a few AP which are probably only 50' with each other. It's actually a bit exaggerated.

I put a base on the switch configuration so that there are two different SSID on the access point (one for a production of WLAN and the other for a WLAN comments). Each SSID is associated with a VLAN different.

I want to know is this what to do on the channels for the AP? Each access point will be independently configured and controlled.

I understand that there is a way to control which channels each AP uses, but I'm not familiar with the controls or best practices for the configuration of the AP

Can I do something like make sure that each access point uses a different channel than its nearest adjacent neighbors? Someone would mind sharing what is the command to do it, and where it is applied?

I have read through some archives and saw people talk to set "no bunk channels" and to configure them to use 1,6,11 channels. I guess I don't understand what is meant by there.

Manually define you an access point to channel 1, then set his neighbour to use 6 and another neighbor to use 11, and then you who stay?

What is the worst of the scenarios on what happens when you have no AP too close to the other located on the same channel?

It is a pleasure to read through the documentation if someone wouldn't mind pointing me to it. I'm still trying to understand the concept, and then I should be able to understand the documentation that came with the AP.

Thank you for your help.

If your stand-alone Access Points. If it was a deployment of Comptrollership, in fact to dynamically manage the channels for you.

But what you really want to do, is you see APs do something like this:

(imagine each number represents an access point, and it channel)

1 6 11 1

6 11 1 6

11 1 6 11

1 6 11 1

It is a conceerne configuration guide. I think he has a small section on the channel assignment. If you do this manually, I think that you specify the actual frequency used in the CLI instead of the channel number.

http://www.Cisco.com/en/us/docs/wireless/access_point/12.4_3g_JA/configuration/guide/s43rf.html

So the CLI under the Dot11Radio0 you would do something like 'channel 2412' for channel 1... 2437 for 6, 2462

for 11...

If you have APs side by side on the same channel, you are likely to have clients interfere between them.

Tags: Cisco Wireless

Similar Questions

  • Questions about the terms and conditions

    Dear team of Adobe Stock,

    I am considering a subscription for an e-commerce site that I am developing. I have a few questions about the terms and conditions:

    3.5 social media use. You can view or download an unmodified version of the book on the Social media Site if (A) you include a notice of copyright in the work itself (© author name - stock.adobe.com) and (B) the terms of use governing the Social media Site do not include any provision that would grant exclusive rights or the ownership of those works or alterations to anyone. "Social Media Site" means a website or application that puts the main emphasis on facilitating social interaction between its users and allowing users to share content in such social interaction

    What I have to insert in each post on social media on behalf of the author? Generally, this information is displayed only for free images. What I have to insert this information even if I signed up for a plan?

    Thank you

    Hello

    Please see the link below for help:

    http://wwwimages.Adobe.com/content/dam/ACOM/en/legal/servicetou/Adobe-stock-additional-ter ms_20160119.pdf

  • A question about the methods and parameters.

    Hey guys, this is my first post here. I am very new to Java and done a bit of C++ before Java. I had a question about the methods and parameters. I do not understand the methods; I know they can be repeated when it is called, but it's almost everything. I also know that a program should have a class that contains the main method. What I really, really understand on methods is what the parameters are. I know they are in parentheses and that is it. Could you explain what they are? I really appreciate it. Thanks to all in advance. Best regards, Michael

    Taking an example:
    Suppose you calculate area of the rectangle you need two inputs one is the length and the width. Area = l X b, where l = length, b = width

    If your method, say, calculateAreaOfRectangle (length int, int width) will be two parameters as arguments.

    System.out.println ("field of rectangle:" + calculateAreaOfRectangle (40,30);)

    public int calculateAreaOfRectangle (int length, int width) {}
    int area;
    Area = length * width;
    return of area;
    }

    So if you call this method then the output will be returned in 120.

    Parameters of a method are simply the input variables for the method of treatment for all calculations or something useful.

    And we cannot have methods inside the main method in Java. It is in the java syntax and if you do, it will throw a syntax error.

  • Question about the interruptions and priming

    Hello

    I had a few questions about the startup and interruptions in a virtualized environment

    Assuming that, plenty of virtualization (no material assistance to virtualization of memory ).

    1 initialization: in an ordinary PC, the boot process starts with the BIOS, to expansion ROM, back to the BIOS and MBR secondary boot record, then grub (is it) and finally the operating system. In a virtualized environment with VMM running directly on top of hardware (Native VMM), how is the initialization of the different process, as I understand it takes BIOS-> Expansion ROM - > BIOS-MBR-> other record secondary-> VMM-> OS--> applications >. Am I right on that?

    2 breaks: VMM examines the source interruptions prior to the interruption, so in a multicore environment, assuming a 2 processor core, how the VMM decides on the kernel for which the interruption in intended, prior to shipment of the interruption. Interruptions are tag ID, said core ID?

    Thanks in advance

    -SC

    sidc7 wrote:

    1 initialization: in an ordinary PC, the boot process starts with the BIOS, to expansion ROM, back to the BIOS and MBR secondary boot record, then grub (is it) and finally the operating system. In a virtualized environment with VMM running directly on top of hardware (Native VMM), how is the different boot process, if I understand correctly to -> BIOS-> Expansion ROM BIOS-> MBR-> other documents-->--> OS--> requests VMM. Am I right on that?

    It is simplistic but essentially correct.  A metaphor would be a little better thinking that the hypervisor/vmm is an operating system, except that the process on this operating system are requests or comments OSes.  If the BIOS-> OPROM-> BIOS-> MBR-> hypervisor-> init process of the hypervisor-> reviews of fork () s operating systems.  This can become blurred by the design choices (for example Xen/Hyper-V init start a coded parent hard partition that makes hypercalls privileged to fork() guest OSes; ESXi init runs a very limited subset of applications directly on the hypervisor and ESX Classic is somewhere between these approaches).

    There is a subtle distinction between "hypervisor" and "www."  The "hypervisor" is the operating system of single root (e.g. ESX) who interacts directly with the hardware and has access to everything; a hypervisor is not to be used to run virtual machines.  When we talk about a "hypervisor", the tendency is to describe something which is a BONE (although usually a minimal OS designed only to run virtual machines).  The "www" is the layer that allows a virtual machine run: it provides the interposition, virtualization and emulation services and can be plural (for example a vmm by guest operating system).  Architecture of VMware deal with these two separate components, while most other virtualization platforms merge the two.

    sidc7 wrote:

    2 breaks: VMM examines the source interruptions prior to the interruption, so in a multicore environment, assuming a 2 processor core, how the VMM decides on the kernel for which the interruption in intended, prior to shipment of the interruption. Interruptions are tag ID, said core ID?

    Strictly speaking, the interruption is not transmitted to a guest operating system - receives the hypervisor (or rather the VMM it transmits to the hypervisor), the hypervisor drivers interpret the interruption (for example reading package of NIC, I/O process of HBA, the timer tick completion), then after a new appropriate break in the guest OS.

  • Basic questions about the port of Vsphere mirror

    I set up a lightweight VM that would deal with inter-VM traffic. To do this, I want to activate the duplication of port between virtual machines.


    I have ESXi 5.5 Update 1 installed, use the Vsphere (no webclient) client. I see no duplication of port capacity on my Vsphere Client

    vsphere_esxi5.5_sc1.png

    I have some very basic questions:

    (1) all documentation I've read involving 'Port mirror' is done via web Vsphere client. Vsphere is provided with Vcenter (please, correct me if I'm wrong)

    (2) only functions with "Distributed Virtual Switch", not "switch vSphere Standard" port mirroring. How can I activate "Distributed Virtual Switch"? What products can I download/install and try (suppose I go to the user a license for 60 days)

    (3) exist what API to enable/disable/setup Port mirroring?

    (1) all documentation I've read involving 'Port mirror' is done via web Vsphere client. Vsphere is provided with Vcenter (please, correct me if I'm wrong)

    Because the mirror of port requires a distributed switch, you will need to vCenter Server and once in vCenter Server, you can the vSphere Web Client of the user or the vSphere Client (c# version).

    (2) only functions with "Distributed Virtual Switch", not "switch vSphere Standard" port mirroring. How can I activate "Distributed Virtual Switch"? What products can I download/install and try (suppose I go to the user a license for 60 days)

    You can download the server vCenter Server (60 day trial) and you'll have an Enterprise Plus version for your ESXi host vSphere.

    (3) exist what API to enable/disable/setup Port mirroring?

    Check the comments of this blog: http://blogs.vmware.com/vsphere/2013/01/vsphere-5-1-vds-feature-enhancements-port-mirroring-part-1.html

  • basic questions about the URL interactions.

    I'm a beginner one week in Flash catalyst and done great. I have a few questions so.

    (1) how is - a edit interaction on a button? for example I added an interaction of the URL, but want to change. Seems that have the options of adding additional interactions, or remove the button and adding a new library.

    (2) after publication, if I click on a button to access a URL, I would return to the flash site after the closure of the URL. Unfortunately, when I enter the URL, my flash site is closed.

    Any help would be appreciated!

    Andy

    You can change an existing interaction by double-clicking on it in the Interaction Panel.

    When you create or modify the interaction, you can set the URL to open in the same browser window or in a new window. If you select the option for it to open in a new window, your application will always be there when the user closes the window in which the link open.

  • Basic questions about the PL/SQL web services and data source names

    Hello

    I've successfully generated a web service for a procedure from PL/SQL packaged JDeveloper 11.1.1.3.0).

    The following code was generated in the base class for web services:
     __dataSource = (javax.sql.DataSource) __initCtx.lookup("java:comp/env/jdbc/dbconnectionDS");
    However in the weblogic server, the data source name is jdbc/Gisele for deployment fails in a first time.

    What is the recommended procedure to solve this problem? The obvious solution is to manually change the source - that's what I did and it worked fine. However if I re - generate the web service I won't lose my change. Is there a better way to do it?

    Another question - in the web.xml file that is generated, there is a resource-ref to the data source. I was hoping that change the data source name it would help, but it didn't work. What is - it used to in this context?

    Thank you
    Luis

    I forgot to add, so in case some time later and you want to update the connection to your service details, all you have to do is to add the following entry in your weblogic.xml:
    .

    JDBC/ref_name_from_web. XML
    JDBC/new_jndi_name

    .
    And in this way, you will not have to change any code level to point your web service to another connection.

    Vishal-

  • Basic questions about the Permanent Collections

    I'm learning just on Collections, discover that a Collection preserves all the work I did in the collection. So, I guess that the images of a collection are virtual copies which can be adjusted in the develop Module, with the difference that they appear in the catalogue under the imported original files. I suppose also that a changed image can be locked to prevent other changes, say if another virtual copy should be made.

    I understand that Collections should be protected somehow, for example if I have a collection with images adjusted to look good on the web, and another collection of the same images adjusted to the for look good, using a certain printer.

    Maybe I'll ever need adjust the images for different applications, except outside of Lightroom for applications in the CMYK offset printing. As different settings for the slideshow, Web and print can all be contained in a collection, it would probably be best to use the same images, without changing the images for each output.

    Some of you who have more experience can add thoughts here about how best to use the Collections. My goal is to keep things simple.

    TIA,

    Ken

    Ken-

    Put an image in a Collection made not a virtual copy. Either you have to have VC to reside in a Collection. These distinctions may be among the most important! Can I suggest that run you a few tests with VC in and out of the Collections?

    Best wishes

  • very urgent! some basic questions about the discoverer

    1. If I've made a few changes to a workbook (for example: change certain conditions) on Discoverer Desktop, them take effect at the same time the plu discoverer?

    2. how and where can I do control for a user access to some folders and an another user to access some other workbooks two on desktop and more? (access to workbook control)

    Thanks in advance,

    Hello

    If I've made a few changes to a workbook (for example: change certain conditions) on Discoverer Desktop, them take effect at the same time the plu discoverer?

    When you save the report using the desktop computer the workbook to changed for all users, including the most.
    But in order to see the change you'll have to re-login to more.
    This is because the workbook is saved in the memory of the user's PC.

    How and where can I do control for a user access to some folders and an another user to access some other workbooks two on desktop and more? (access to workbook control)

    Only the owner of the workbook can do that.
    This is done in the office as well as in more.
    In desktop go to the toolbar "-> manage workbooks-> file sharing" then choose the workbook and share it with who ever you like.

    In addition, you can find it in the toolbar "file-> manage workbooks" then click on one of the reports and select "share" from the right.

    You must make sure that the shared user have access to the BA that the workbook is the result, and that the user has the privilege of using the office/more computer (this is done in the System Administration tool)

    Tamir

  • Questions about the cost and the best specifications for a new Windows 7 computer

    Hello

    I got most of the things that I should include in the purchase of a new computer.

    Things proposed are the following: Please read and tell me if I need it, and the approximate cost.

    8 GB

    12 GB

    A TB

    VIDEO CARD BUSINESS... I'm QUITE CONFUSED as to IF I NEED. SEE MY QUESTION AT THE END.

    Video card: min. 99 (No. built in chip card (or is it... discreate) dunno... two options different which one.)

    Video card: should be mid to high range; at least at first.  They are beginning to take a long power supply

    supply; and can charge the supply too, so invest in a good to start with.

    Question: Can I add a video card later?  Right now I only use the documents and regular pictures.  Later I want to do

    videos of my pictures; not much more.

    LCD or LED display must be top natch; for Photo Editing/cropping or manipulation?  I do not understand what they

    Let's talk about it.     They speak the monitor?   I DO A LOT OF PHOTO EDITING

    PHOTOSHOP.

    Thank you, Zara3511

    A discreet (dedicated) video card is not necessary. You can always add more later if you need the extra graphics power. Its not harmful if you perform a task such as photos and videos. Benefits is its great for games top of range and can future proof your system. If you are working in Photoshop, certainly invest in the discrete video card. Photoshop she likes it.

  • General question about the updates and version number

    I have a general question about versions and update.  I'm new on this and am in the deep end of learning I want.

    In vSphere web client, I see the following versions (these are exactly as the seller, he left a few months that I have screenshots in my documentation that match)

    Version - VMware ESXi, 5.1.0 1612806

    Profile - Dell (updated) ESXi - 5.1 - 799733 (A00)

    I am trying to familiarize themselves with the Update Manager and I noticed that there are a lot of patches and updates available.

    Lists of Update Manager 5 patches as "Missing" with Red x but directly above them are a list of patches with green tick indicating that "installed" - it is perhaps obvious, but im guessing 'installed' means really installed when displayed on the screen - there is an update installed, labeled "ESXI 5.1 all the update 2-' would be able to tell that it has been installed by the details of profile/version above?

    I don't think it's a big deal at this stage, but if I install all missing patches and then the details of the version/profile change in summary screen?

    I hope this makes sense.

    Thank you

    This article allows to correlate the updated version: products VMware correlating build numbers to update levels (1014508)

  • Question about the vista and firewire

    Hello all, I am an editor with a camcorder Panasonic GS-120. I used to have a desktop computer running Windows 7 that I used to import my videos with. The way I used to do is simply plug my camera into the firewire port and wait for the capture/import to Windows Movie Maker window to appear. Now, I can use is more than desktop because the fried CPU. So I have to use my laptop which runs Windows Vista. My laptop also has a firewire port, but a 4 port pins and I had to buy a new cable. My cable came today, I plugged it all as I would with my office, and nothing came. I tried to go into Windows Movie Maker, then click Import, but it said that my camcorder is not recognizable or something along this line. So now I have no way to import my videos. I'm pretty sure that of not the cable because it's new I went into Device Manager and uninstalled then reinstalled the driver for the firewire port, so this isn't a problem with the port, and I'm sure that's not the problem with the port on the camcorder. So my question is, what happens? Why can't I import my videos as with Windows 7? Is it possible for me to import videos? In addition, I don't have a VCR or an S-video cable, so that the method is out of the question. Thank you all very much.

    Perhaps the following would offer a few ideas:

    Windows Vista - import video from a videotape
    http://Windows.Microsoft.com/en-us/Windows-Vista/import-video-from-a-videotape

    Windows Vista - Troubleshoot importing video problems
    http://Windows.Microsoft.com/en-us/Windows-Vista/Troubleshoot-importing-video-problems

    If the AutoPlay screen does not appear... What follows
    Articles may help:

    Windows Vista-
    How to change the auto run settings
    http://Windows.Microsoft.com/en-us/Windows-Vista/Change-AutoPlay-settings

    Windows Vista-
    Troubleshoot AutoPlay
    http://Windows.Microsoft.com/en-us/Windows-Vista/Troubleshoot-AutoPlay-problems

    Windows Vista-
    AutoPlay: Frequently asked questions
    http://Windows.Microsoft.com/en-us/Windows-Vista/AutoPlay-frequently-asked-questions

    And... maybe the following will propose a few ideas:

    Import video in Windows Vista
    http://maximumpcguides.com/Windows-Vista/import-video-in-Windows-Vista/

    Download video from your camera to your computer
    http://Windows.Microsoft.com/en-us/Windows-XP/help/MovieMaker/download-video-from-camera-to-computer

  • questions about the updates and drivers

    I have 2 questions.

    1. How can I reinstall an update failed to install the first time?
    2. If I can get the driver I need mass storage?

    Hello Sherry,

    Question #1: Go into Control Panel, click Windows Update, and then run the Check for Windows Update manually. Download and install the missing update. If you know that you have missed one, but his shoeing not try refreshing the page until the missing update reappears and you can install it then.

    Question #2: The short answer is to go the manufacturer of the mass storage device and look for driver that corresponds to your operating system. For this, you will need the brand and the specific model of your computer, the version and the depth of your Windows 7 system and brand and the specific model of your mass storage device number.

    These instructions are generic as your questions were also. I don't want to insult your intelligence by giving you more that you need, please post here with any details you need.

    Kind regards

    BearPup

  • Question about the bleeding and facing pages.

    Hello

    I'm in trouble with my first InDesign document which is a 96-page Magazine. It will be printed on sheets A3 stapled in the middle. My impression of the guy said it's ok in the form of A4 pages with 3 mm overhang.

    So now when I try to export in pdf print (I check the brand I want to use the documents of bleeding parameters) exports with the sections on the left and right pages (left page exported with? I guess than 3 mm? bleed from the right page and so on). If I replace the parameters bleeding and I set to 0mm it is all ok, but I fear that certain images or text could get cut because I have everything with the substantive benchmarks lost in indesign.

    And I can't uncheck pages face to face since I have some graphs (graphs and so on) that spread from one page to another (on the same spread).

    My question is... I can do and always use the bleeding or (ignore "inside the bleeding' or something) or is it OK to use the export as a spreadsheet instead of individual pages because he wanted pages A4?

    Any help for a beginner would be appreciated. Thank you.

    "' You can set inside bleed to 0 in the configuration dialog of document or in the export options when you make the PDF, or if you absolutely need to have inside purge for creep (want, but check with the printer), see InDesignSecrets" Blog Archive "Pages Breaking Apart to bleed off a spine

  • Question about the listener and the process server in dedicated server mode

    Hello

    The Oracle documentation says that, when a client connection request is received on the server, the receiver creates a process server who will work with the database instance to perform the tasks requested by the user/client process. So far, everything was good.

    Now, when the user is on the Oracle himself server, the listener didn't need to run to establish a connection to the database. Therefore, it is possible to stop the Listener and not always connect using sqlplus and a valid username and password.

    In the case above, the question is: if the listener does not work, what/who created the process server that communicates with the instance of the database on behalf of the user? In other words, in the normal case, the listener could get the request and create the server process. When the listener does not work what part of the Oracle Gets the requests and creates the server process?

    Clarification on how this case is handled are very much appreciated, thank you,

    John.

    440BX - 11 GR 2 wrote:
    Hello

    The Oracle documentation says that, when a client connection request is received on the server, the receiver creates a process server who will work with the database instance to perform the tasks requested by the user/client process. So far, everything was good.

    Now, when the user is on the Oracle himself server, the listener didn't need to run to establish a connection to the database. Therefore, it is possible to stop the Listener and not always connect using sqlplus and a valid username and password.

    In the case above, the question is: if the listener does not work, what/who created the process server that communicates with the instance of the database on behalf of the user? In other words, in the normal case, the listener could get the request and create the server process. When the listener does not work what part of the Oracle Gets the requests and creates the server process?

    John,

    I guess that you have asked the same thing in a different form in another thread. In the case, when the process of the user and the server is to be on the same side, the communication done by using the Protocol bequeth and the user, since it is not not going to use a (@) sign, he would use a default service for connected sys$ users .

    HTH
    Aman...

Maybe you are looking for

  • Cliq 2.1: Anyone know how to restore contacts from T-Mobile?

    I know there is a new application for tmo contacts but how makers? Also when I try from the website it sends garbage to my phone and put it in a file of T-Mobile. Contacts are just numbers. Any ideas?

  • the keyboard functions

    I recently replace my T410 to a T450. I have a heavy use of the key between right Alt and Ctrl on the keyboard T410. However, the new portable T450 doesn't have this key. He has been replaced by a print can I know if there is a way for me to have an

  • computer laptop dv6-612tx of hppavilion: size of the installed ram

    I am Agnes... .i am using a computer hp pavilion dv6-612tx laptop... I have a size of ram of 4 GB of origin with the product... but today, recently I gave the lappy to a store aimed a cleaning after I got my lappy when I see the system information in

  • Fax sending always fails due to "non-response".

    I tried to send a fax of 11 times, and whenever it is said 'No response' I know that people are there to anser the fax because I called them to see if there was really nobody to answer - and they have a car even when andswer while there should be a p

  • sound in windows media continually breaks

    When I try to play a song in Windows Media... the sound constantly break up... can you tell me what the problem is or could be? Thank you!