DHCP pools for LWAP's with multiple models

I have 2 different AP models (1130's & 1140's) for which I want to create a DHCP pool on a core layer 3 switch with an Option 43 pointing to the Wireless LAN Controller. In conjunction with the Option 43 entry however, I need to specify the AP type as an ASCII string in the Option 60 parameter. Problem is, how can this be done for multiple ASCII strings; ie. multiple AP models? The DHCP pool option 60 entry only allows for one string and you can only enter one option 60 command per DHCP pool. Surely it is common to have more than one AP model and that this can be done without having to resort to multiple DHCP pools (one for every model)?
Can anyone shed some light on this for me please? Would be much apprciated as I've come up blank on CCO documentation!

I usually just stage the AP first to join a WLC and to make sure it works prior to installing it. Pllace it on the same submnet as the management and let it join and then set the primary, secondary and or tertiary. Then you can move it to any vlan you want. If you want to use DHCP Option or DNS, then you should know that if for example it is an RCVK IOS previous to capwap it will only do LWAPP. Once it joins to the WLC in LWAPP it takes a new IOS the unit will do CAPWAP.
As an example 1140 have an RCVK IOS that only run CAPWAP, so it should only do CAPWAP:
CISCO-LWAPP-CONTROLLER and CISCO-CAPWAP-CONTROLLER
Create two A records both pointing to the same controller if you want to use DNS.
DHCP Option 43:
DHCP Option 43 is limited to one access point type per DHCP pool. You must configure a separate DHCP pool for each access point type.
http://www.cisco.com/en/US/docs/wireless/access_point/1140/quick/guide/ap1140getstart.html#wp37440

Similar Messages

  • Report for CS15 tcode with multiple material nos. in selection screen.

    I want to develop a report for cs15 but with multiple materials.
    Like in cs15 we enter the material and its plant, then click on multi level check box and get the output. But cs15 works only for a single material. I want to develop a report in which i'll give multiple material nos. and then i should get the output for each material entered just as the output that would appear in cs15 for that material.
    How do i do it.
    I have tried but i'm not able to track back.

    Hi Priti,
          try develop a interactive report which lists all the materials in the first screen and when you double click on each of the material then call transaction CS15 output by skipping the first screen .Use set parameter to pass the material .
    Regards,
    Sirisha

  • For the cm with multiple bps, what are the options for workaround?

    For the cm with multiple bps, what are the options for workaround?
    customer a purchases 1000
    and returns 800 at POS
    customer b was used at SAP related to  this transaction, purchase amounting to 2000,what can we do to apply the returns of customer a to customer b of 800 return transaction at pos?customer a and customer b code pertains to just one client---but were given different codes at POS and at SAP

    Hi,
    If one customer has two codes, you can only do manual journal entry to adjust their accounts.
    Thanks,
    Gordon

  • I´m doing a design for presale, where I will need a router what support PAT for 500 or a little more of users, it not need any more features only static routing and dhcp pool for 500 users, can you help me for know what router recommend?

    I´m doing a design for presale, where  I will  need a router what support PAT for 500 or a little more of users, it  not need any more features only static routing and dhcp pool for 500 users, can you help me for know what router recommend?

    What is your WAN speed currently and projected WAN speed in the next 3 years?

  • Outgoing server settings for MAC MAIL with multiple accounts?!

    if i got paid to do this, my outgoing mail server issues would be somewhat amusing but as it stands they are really extremely annoying.
    i have multiple email accounts (multiple addresses with multiple hosts - gmails, domain based email, me.com address etcetera).
    does ANYONE know if there is an FAQ on what is recommended with respect to the settings on whether to tell mail to ONLY USE the one outgoing server and/or anything with the other settings?
    i feel like i am in a pachinko parlor when i send mail because there is constantly an error of some kind and then i try dropping the mail through a different outgoing server by selecting a different one from the list and i just do this until it goes out. oftentimes i don't find out it didn't go out until the NEXT DAY becasue i am working and this alert gets hidden behind my other windows where i do actual productive work.
    any ideas? i have two domain based websites (multiple emails with two SMTP addresses), two GMail accounts and me.com...
    THANKS!

    hi. CS. thanks.
    do you know what this does as a practical matter? i mean, is it NECESSARY to check this box? will it try other outgoing servers and NOT WORK if you don't check this box? conversely, will it NOT try other outgouing servers if this one is unavailable if i check this (presumably the answer is yes here). i mean - am i likely to run into fewer problems by checking this box and i assume it is necessary to use the OUTGOING SERVER of the actual domain you are trying to send mail from as opposed to - for example - using GMAIL outgoing server for everything because you think you will get less errors than sending from your email domain outgoing server.
    you know what i am saying? i mean, i get a bootload of errors and actually can't send mail these days even though Connection Doctor is telling me everything is hunky dory.
    also, what is meant by "Offline"? do i have to go in and tell it to take everything on line for some reason and is this totally separate (telling it to go online) from checking things in Connection Doctor?
    THANK YOU

  • NLS_LANG setting for a client with multiple Oracle servers

    Hello!
    We have a web application which has to connect to one of the Oracle servers with different charactersets. When the NLS_LANG on the client is a single byte encoding and the server has a single byte encoding there are no problems. We have now a server with NLS_CHARACTERSET UTF8 and all special (hungarian accented) character are replaced.
    When we set the client to UTF8 the rest of servers does not work.
    What is the solution for one client and multiple servers with different encoding?
    Is there a special key in connection string?
    I tried to change the nls_lang with an alter session statement but without success.
    Regards,
    emeriqus

    NLS_LANG is not depending on the database side, it's a CLIENT setting to "let Oracle know what encoding is used on the CLIENT" so that Oracle can do the conversion from the client encoding to the database (NLS_CHARACTERSET) encoding.
    for ONE application/client the is only ONE correct NLS_LANG value, regardless of the database NLS_CHARACTERSET
    If you web application is really an UTF8 application (check with your vendor) then you can perfectly use a UTF8 client setting and a 8 bit database
    Of course, you will be limited to the database side in this case seen the 8 bit characterset does not know all the characters in UTF8
    The fact that setting the NLS_LANG to UTF8 "does not work" with your web application is simply the fact your application is not a UTF8 env.
    Setting nls_lang to UTF8 will not "magically" make your application UTF8, NLS_LANG is depending on the encoding used in the web server.
    But the first thing to ask yourself is if CURRENT data is correctly in the Oracle database.
    use SQLdeveloper to check the data, this is a "know good client" that needs no NLS configuration.
    You can download it from http://www.oracle.com/technology/products/database/sql_developer/
    If the data is displayed correctly in SQLdeveloper then you are sure it's correct in the database.
    If data is WRONG in the database then that needs to be corrected first, "trying" different client side configurations will only make matter worse (even if they make the data "look good" )
    Regards,
    Gunther
    Client side notes on mentalink:
    Note:158577.1> NLS_LANG Explained (How does Client-Server Character Conversion Work?)
    1.2 What is this NLS_LANG thing anyway?
    3.2 A detailed example of a wrong nls setup to understand what's going on.
    4.2 How can I Check the Client's NLS_LANG Setting?
    5.1 My windows sqlplus is not showing all my extended characters.
    Note:179133.1> The correct NLS_LANG in a Windows Environment
    Note:264157.1> The correct NLS_LANG setting in Unix Environments
    Note:229786.1> NLS_LANG and webservers explained.
    Note 115001.1> NLS_LANG Client Settings and JDBC Drivers
    When using Unicode start here:
    Note:788156.1> AL32UTF8 / UTF8 (Unicode) Database Character Set Implications
    Setting NLs parameters: <Note:241047.1> The Priority of NLS Parameters Explained.

  • Publication for Deski report with multiple data providers

    Hi,
    Has anyone been able to get a publication working that uses a Deski report with multiple data providers as the source? I'm trying to get a publication working that uses dynamic recipients and personalization. When I try to schedule the publication, I get the error "Object not found". 
    Thanks,
    Debbie

    Debbie,
    That's standard.
    It's useful for emulating outer joins in reports.
    Say you've got a sales report where you want to display all 12 months of the year in a crosstab whatever month you run in.
    We're only in May at the moment though. With one data provider (SALES), you'll get a crosstab with just up to May for your months.
    If you create a separate data provider called MONTHS to return the months in the current year, you will then have a merged dimension of YearMonth in both.
    In your crosstab if you just use YearMonth you'll get just the five months. If you qualify it with its data provider name (in our case MONTHS), you'll see the full twelve months shown.
    I hope that clears it up for your.
    Regards,
    Mark

  • Tip for Data Merge with Multiple Records (labels, etc.)

    I have seen many InDesign Data Merge questions about how to create sheets of mailing labels, especially the problem of getting only one label per page, when you need 30 or more.
    Adobe's instructions are poor and incomplete in that InDesign doesn't step out the records from a data source - it steps out the FRAMES that contain the data field placeholders.
    That is why you only need to place a text or image frame once on a single page - during the datamerge, InDesign will create the additional FRAMES for each record, and it will create the pages required to hold them.
    You do have to set the desired spacing on the
    If you create the frame on a Master page, ID allows you to update the data source (when it changes) in the Data Merge tool panel.
    These are very nice and robust features, but the documentation for them is confusing to many people.
    You will find more great in-depth help  for Data Merge, with screen captures and attachments, here in the forum.

    For a multiple record merge you need one set of placeholders, then set the margins and spacing in the merge options so the positioning is correct.
    Warning: Using Preview in a multiple record merge will corrupt the file. If you press the preview button, Undo after looking at the preview, then merge without using preview.

  • Can I have one cloud for my family with multiple devices and apple ids?

    I need to know the best way to link multiple devices with different apple ids to the same iCloud to share iTunes and content.

    My iphone 5s = apple id 1
    Husband iphone 4s = apple id 2
    My ipad = apple id 3
    Son #1 ipad mini = apple id 4
    Son #2 ipad mini = apple id 5
    For iCloud.. Not quite, you want the same ID for iCloud on your phone and iPad so you have the same info on each. (so perhaps ID 1 on both.
    But if you want to share your music (assuming lets say its your ID 1 that has the iTunes account), you should all use ID 1 for iTunes.

  • Looking for a webmail with multiple accounts support

    Hi,
    I would like to set up a webmail on my server which I will use to check my various mail accounts on gmail and others.
    I tried mutt, alpine, claws-mail, but I don't really like "true" mail clients, I prefer to use webmails (so it can render HTML mails, and I can access it from anywhere). But since I have many accounts, I can't (and don't want) to use the gmail webmail.
    So I'm looking for a webmail which could transparently handle multiple accounts from different mail providers. I will be the only one using it so I don't even need multiple users to log on.
    Does it exists? What would you recommend? I don't know anything about webmails.
    My server is running lighttpd, with php and python (webpy). I'm not afraid of modifying some of the code if needed.
    Thanks.
    Last edited by pokraka (2010-07-13 15:36:59)

    You can collect mail to your server, sort it (say have one local account with one folder per mail account), and view it via webmail.
    Check this wiki articles:
    http://wiki.archlinux.org/index.php/Ema … l_procmail
    http://wiki.archlinux.org/index.php/Squirrelmail
    I don't use this setup so I don't know how it works, but looks like what you are looking for.

  • How do I strip special characters in SSRS for Lookup columns with Multiple Selections?

    Hello all,
    Please let me know if I am posting in the wrong location.
    I am building reports against my SharePoint List (actually a library).  1 of the columns I want to display in the report is a Lookup column that allows Multiple lookups.  Problem is that the SharePoint Web Service call GetListItems returns the values with the item id and ";#" combination.  For example:
    122;#Apple;#112;#Carrot
    but I need the following format:
    Apple, Carrot
    Following this great article posting - http://www.sharepointu.com/dwise/archive/2007/11/28/connecting-sql-reporting-services-to-a-sharepoint-list-redux.aspx
    I was able to drop the first part using the following code
    function GetNameFromSP(pFullID as string) as string
      dim strRet as string
      dim iPos as integer
      if pFullID = nothing then return ""
      if pFullID = "" then return ""
      iPos = Instr(pFullID, ";")
      if iPos < 1 then return pFullID
      return Mid(pFullID, iPos +2)
    end function
    But it does not replace the subsquent id references.
    Anyone done this before that can provide me tips?
    Thanks!
    Jeff Kozloff
    Project Manager, Solutions Team
    Bamboo Solutions
    http://www.bamboosolutions.com

    All,
    Here is the updated code that resolves my issue (a coworker of mine provided the following code):
    Function TrimMultiLookup(ByVal s As String) As String
            Dim combStr As String
            Dim array As String()
            Dim c As Integer
            combStr = String.Empty
            array = Split(s, ";#")
            Console.WriteLine(array.Length)
            For c = 1 To array.Length - 1 Step 2
                combStr += array(c) + ", "
            Next
            Return Left(combStr, combStr.Length - 2)
        End Function
    Jeff Kozloff
    Project Manager, Solutions Team
    Bamboo Solutions
    http://www.bamboosolutions.com

  • Create inbound delivery for same material with multiple batches

    Hi Experts,
    An ASN( advanced shipping notification) contains multiple batch numbers for same material or line item.An IDOC has different segments with batch numbers but in SAP while creating Inbound delivery(VL31N) only batch number ( segment) get posted automatically in SAP other batches are need to post manuaaly.
    I am using IDoc type : Delivery03 ,Message type: DESADV
    How to resolve this problem?
    Thanks,
    Anil

    Hi Anil,
    Welcome to SCN for your first post. Did you check with your functional people about this.
    Regards,
    Madhu.

  • Checklist for daily tasks with multiple rows submitted at once

    The goal is to have a list like this.  I can pull these in with webparts and List Views, I am sure.  The issue I have is submitting these "Tasks" at once with InfoPath.
    I have a request for a daily checklist.
    I was going to setup some views in InfoPath to get the information for them to fill out, Daily, Weekly, Monthly, Quarterly, Annually.
    You select Daily, and a page view in InfoPath shows up with the selections for the checklist.  These would be pulling from a SharePoint List.
    The issue I have is that I don’t know how to get all the information for, say to be submitted or presented to the form at once.
    THe user select Daily from the checkbox on the first / default view, and they are taken to the Daily View and have these checkboxes for items to "check off" once complete:
    Daily:
    SCOM Health Explorer - Check/Fix
    Backup Check/ Fix
    Data Center Walkthrough
    Security Cameras
    VPN's are p
    Audit logs on production
    Wireless Check
    SPAM
    Antivirus
    AD
    My issue is that I would like to have all that information be submitted into a list in the row in which it is submitted.
    I know how to submit item ONE at a time, but to have the submit button go through each row in my form...I am at a loss on how to do so.  I am looking to make it as easy as possible with the same,
    hopefully for the user.  I would like to present all the information to them and have them tick off the information, without a drop down to go ... drop down, check, drop down, check, drop down, check.
    I just don’t know how to set the items to go into the list in the row in which they're presented after a user "completed" the checklist.
    What I have so far:
    So I have a custom list that has all these in a single column, title, and I can create a variable, etc.  But I am trying to link that information (I am NOT tied to the custom list if it’s not the
    best plan!)
    But I am trying to take the other custom list, where you submit, that has (from my custom list)
       TaskName   Daily   Weekly   Monthly   Quarterly   Annually   Issues Issues1  
    TaskName is the SCOM through AD list item (single line of text), Daily, Weekly, etc. through Annually are checkboxes, for “Yes / No" for "is the selection Daily or Monthly, etc.” and the issues
    that people may have with the checklist "the issue for AD is that it was corrupted", issues and issues1 are tests to see about putting in “issues1” single line of text and “issues” multiple lines of text (I can NOT pull in multiple lines of text
    as an option in Get External Data in InfoPath for the Receive Data.  Issues1 shows up (Single line of text)
    But NOT Issues (Multiple lines of text) Not earth shattering, if they have to have 255 characters, so be it!
    But for me, what I think I want / what would be good, would be to have multiple items show up when they select Daily and the Daily options populate in the view for them to submit, with check for OK or
    their putting in any issues into the Issues1 field.
    They hit the submit button and are “done!”
    The TaskName field is filled out MULTIPLE times, one row for each Daily “task.”  The table below would then show the information with Task Name and other rows being filled in over and over again. 
    I just don’t know how to get the Submit to go line by line and fill in line 1, 2, 3, 4…. From SCOM down to AD.
    When the form is presented, it will look something like this to the user, they select the checklist items, (Weekly, Monthly, etc. would be "hidden" if they didn't select that "View") and they'd put in the Issue, IF any.
    They'd hit submit and it would submit JUST LIKE THIS!  Each row would be a separate row in the SharePoint List, with each value going into it's own option with the TaskName being the name of the task.
         TaskName   Daily   Weekly   Monthly     Quarterly   Annually   Issues Issues1  
    SCOM   Health Explorer - Check/Fix   X
    Backup   Check/   Fix                              
      X
    Data   Center   Walkthrough                  X
    Security   Cameras                              X
    VPN's   are   p                                    X
    Audit   logs on production             X
    Wireless   Check                              X
    SPAM                                            X
    Antivirus                                      X
    AD                                            X                                                           
      Issue - User not show
    Thank you!

    Sadly no, I haven't gotten to this, it has fallen through the cracks and other items have come up. I apologize, would be nice to tell you I have had a solution!

  • Synchronizing Iterators for master view with multiple detail - how to ?

    New to JDeveloper (from Forms) and after an introduction a week or so back, one question I have not yet answered with the ADF framework is how to synchronize iterators. Maybe I missed something simple, but if I have master table A with FK relations from detail tables B and C expressed as view objects and view links in the Model tier, when I package these up into the Application Module / Data Controls it seems I have 2 iterators for table A - one for it and it's detail set B, and another for it and it's detail set C.
    So then, if I drag & drop one of the A data controls onto a page (say from the A-B link) as a read-only-table, my PPR actions from this table work on components derived from this same data control hierarchy - ie: on detail B. But to effect a change in the other detail relationship A-C, and components based on C, seems to mean moving this second iterator on A programmatically.
    How is this generally achieved using the ADF ? I've seen content about chaining master-detail-detail, but this is really master-detail(xN). View links only ever specify 2 tables. It seems I need to put some code in somewhere to move associated iterators when another iterator is moved.
    Also, is there an equivalent java code-point for the when-new-record-instance - ie: when an iterator moves to a different record, whether that be new or not. Not being able to find it thus far, I've put code in the executeQuery of the detail VO which fires when I need it, but there must be a better place.
    Thanks for the help.
    Edited by: litch on Jul 29, 2009 11:20 AM

    You can manipulate your AM Data Model so both details will be under the same master (as long as there are viewLinks from the master to both).
    Then you can drag them to the page and add PPR as described here:
    http://blogs.oracle.com/shay/2008/05/master_with_two_details_on_the.html

  • Wish to create an Installation Service Request for Field Service with Multiple S/N

    We are using Oracle 12.1.3 with Teleservice, Field Service and Installed Base. We ship multiple Serial Numbers in a given order then need to dispatch our Field Service technicians in order to install them at the customers locations. I am having a hard time thinking or figuring out the best way to record this in Oracle EBS. Using a Service Request is difficult as there is not a way to list multiple Serial Numbers that we are aware of. Any help or suggestions would be very welcomed.
    Thanks
    Jesse

    You are not able to add user input while working "My Activities" or "My Requests" in the portal.  They would have to use the Console, and then in the SR they would be able to update the User Input if that is where you wanted to store it.  I would
    create your own Activity Class (Inherit from Manual Activity) and add the fields for what you want, IP, Hostname etc.. then on the portal when the user request the vm map those values to that activity which is assigned to your network team. when they open
    their activity in the console they can add the value for ip.  There are many ways you can do this. Which way do you think your team will be most likely to follow.

Maybe you are looking for

  • Multiple broker instances on one server

    We are running multiple OpenMQ 4.4u1 broker instances on a single server (two different environments, one development and one staging). It appears as though the RC file I installed in /etc/init.d on our RHEL server is designed to manage one and only

  • Problem in Printing the work area

    Hi Everybody, I'm working in upgrade project. in 4.7 version, directly trying to print the work area and assign to some other fields. Eg: write: Mara. text = mara. but in 6.0, its not allowing to assign directly like this. Plz help me urgently. B'coz

  • Steps to Deploy WAR File in iPlanet

    Hi All, Please tell me how to deploy a War file in iPlanet 6.0 Is there any document for the same. Please Advice.

  • Search results line numbers

    On one computer, when I do a search for code it shows the results in the search panel but is expandable to show the specific lines where the phrase occurs. On another computer, I solely get the class that the code is found in and not the specific lin

  • How can I combine my two apple/Itunes accopunt?

    Ho can I combine my two apples/itunes account?