WLC 7.4.100 NAT IP Address field missing

Hi
I know that very few people have their wireless controllers on version 7.4.100. But has any one noticed that the NAT IP address field in the management interface configuration menu is missing?, although it is mentioned as being present in the WLC 7.4 configuration guide. This would definitely affect Office-Extend.
I just thought I ask before I raise the issue with Cisco TAC.

Hello Osita,
As per your query i can propose you the following solution-
Control which address(es) are sent in CAPWAP discovery responses when NAT is enabled on the Management Interface using the following command:
config network ap-discovery nat-ip-only {enable | disable}
where:
–enable— Enables use of NAT IP only in a discovery response. This is the default. Use this command if all APs are outside of the NAT gateway.
–disable—Enables use of both NAT IP and non-NAT IP in a discovery response. Use this command if APs are on the inside and outside of the NAT gateway; for example, Local Mode and OfficeExtend APs are on the same controller.
For more information refer to the link-
http://www.cisco.com/en/US/docs/wireless/controller/release/notes/crn74.html
Hope this will help.

Similar Messages

  • Formatting Address Fields into one

    Using Acrobat X PRO:
    I have a multi-page document in which a user is prompted for the address in two different formats:
    1) With the address split into 4 different values/fields:
    Street Field, City Field, State Field, Zip Field
    Example: "1234 Count Rd" (Next Line) "St Louis", "MO"  "55555"
    2) With the address all together:
    Complete Address on one line with a maximum length of 40 Characters.
    Example: 1234 Count Rd, St. Louis, MO 55555
    I would like users to be able to Fill in the Street, City, State, and Zip fields, and no matter what the format of the following fields, have the data autopopulated.
    This isn't a problem for example #1.  However, with #2 if i place all fields close together, I have to guess on how far apart to space each field and still have it fit and format properly.
    Is there any way to combine the values of 4 fields into one value (separated by commas)?
    Making the address field 'auto-fit' may be necessary but it's ugly if there is extra space in the remaining fields. 
    PLEASE SEE THIS EXAMPLE document i have created for the purpose of this post

    And if the combined fields are longer than 40 characters?
    With Acrobat 4 there was a sample form that one entered the data in fields like tile, first name, mi, last name, abd degrees  and then created a full name from those individual fields and adjusted for missing data.
    The doucment level script:
    / Concatenate 3 strings with separators where needed
    function fillin(s1, s2, s3, sep) {
    Purpose: concatenate up to 3 strings with an optional separator
    inputs:
    s1: required input string text or empty string
    s2: required input string text or empty string
    s3: required input string text or empty string
    sep: optional separator sting
    returns:
    sResult concatenated string
    // variable to determine how to concatenate the strings
      var test = 0; // all strings null
      var sResult; // re slut string to return
    // force any number string to a character string for input variables
      s1 = s1.toString();
      s2 = s2.toString();
      s3 = s3.toString();
      if(sep.toString() == undefined) sep = ''; // if sep is undefined force to null
    assign a binary value for each string present 
    so the computed value of the strings will indicate which strings are present
    when converted to a binary value
      if (s1 != "") test += 1; // string 1 present add binary value: 001
      if (s2 != "") test += 2; // string 2 present add binary value: 010
      if (s3 != "") test += 4; // string 3 present add binary value: 100
      /* return appropriate string combination based on
      calculated test value as a binary value
      switch (test.toString(2)) {
      case "0": // no non-empty strings passed - binary 0
         sResult = "";
      break;
      case "1": // only string 1 present - binary 1
         sResult = s1;  
      break;
      case "10": // only string 2 present - binary 10
         sResult = s2;  
      break;
      case "11": // string 1 and 2 present - binary 10 + 1
         sResult = s1 + sep + s2; 
      break;
      case "100": // only string 3 present - binary 100
         sResult = s3;
      break;
      case "101": // string 1 and 3 - binary 100 + 001
         sResult = s1 + sep + s3; 
      break;
      case "110": // string 2 and 3 - binary 100 + 010
         sResult = s2 + sep + s3; 
      break;
      case "111": // all 3 strings  - binary 100 + 010 + 001
         sResult = s1 + sep + s2 + sep + s3; 
      break;
      default: // any missed combinations
         sResult = "";
      break;
    return sResult;
    And then one could use a custom calculation script for a full address field:
    // Full business address including country
    function doFullBusinessAddress() {
      var ba = this.getField("business.address.full");
      var bc = this.getField("business.address.citystatezip");
      var bu = this.getField("business.address.country");
      event.value = fillin(ba.value, bc.value, bu.value, ", ");
    doFullBusinessAddress();

  • Address Book custom street address fields?

    Address Book's street address fields are often way too limiting. For example, often there is a second and third line to a street address.
    Example:
    MetLife Building
    123 Mulberry St
    Suite 100
    New York, NY 10000
    Is there any way to input such addresses into Address Book?
    Thanks!

    yes, you would start typing the first line in the street field of the address, then click return after building, then on second line type the street address, and after St, click return, the type the suite, then after the last 0 click return...
    I believe the format would be exactly how you have it formatted out in your post.
    hope this helps

  • Address field data is not getting dispalyed in company details

    Dear All,
    After filling up the necessary details in the Administration->system initialization->company details->general tab->Local language for the address of the company.
    I am not getting the address displayed in the Address field.
    I have filled all details in street,block,building,city,zip code,state,country.
    But still i am not getting anything displayed in the address field.
    Kindly help me in resolving this issue.

    Open Administration  -> Setup -> Business Partners  -> Address Formats Window.
    Check if you have the address format for the Country available in this window

  • How to make the Shipping address field on an Account as a required field?

    Hi,
    The requirement is that there has to be a shipping address specified for each Account that is being created.
    I tried to set the 'shipping' address field to 'required' in Account field setup, but the required checkbox is disabled, neither can I do it from Account Page layouts since there also its the same case.
    Does anyone know if its possible to do this and how?
    Regards,
    Ani.

    Have you tried to add validation to the AccountName field
    [<PrimaryShipToStreetAddress>] IS NOT NULL - will test to see if there is a value in the Shipping Address 1 field

  • F4 help for address field

    Hi,
    In BP_CONT component, for address field I need to provide F4 help. And the F4 should contain the addresses with separate fields as (city.street,country).On selecting the row the data should flow as concatenated manner to the address field.
    Please provide some idea to achieve this.
    Thanks.

    Hi Ginger,
    I would like to add what Vinamra has said, you need to create a search help through se11 transaction. As per your requirement you need to map address field of the selected row to different fields in UI.
    In search help we have IMPORTING(IMP) and EXPORTING(EXP) Fields or parameter.
    Lets take a simple example, suppose you have three address field house no, street and city. Now you would like to apply F4 help on CITY field so you need to choose CITY field as IMPORTING and EXPORTING parameter in your search help and other fields like HOUSE NO and STREET as EXPORTING parameter only.
    Now following code you need write in GET_V_CITY() method
    DATA:
       lt_inmap  TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping_tab,
       ls_map    TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping,
       lt_outmap TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping_tab.
       ls_map-context_attr = 'STRUCT.CITY'.
       ls_map-f4_attr      = 'CITY'.
       APPEND ls_map TO: lt_inmap, lt_outmap. " map to input and out
      ls_map-context_attr = 'STRUCT.HOUSENO.     " Context node attribute
      ls_map-f4_attr      = 'HOUSE_NO'.                    "corresponding Field in search help
      APPEND ls_map TO: lt_outmap.
    ls_map-context_attr = 'STRUCT.STREET.     " Context node attribute
      ls_map-f4_attr      = 'STREET'.                     "corresponding Field in search help
      APPEND ls_map TO: lt_outmap.
      CREATE OBJECT rv_valuehelp_descriptor
        TYPE
          cl_bsp_wd_valuehelp_f4descr
        EXPORTING
          iv_help_id                  = 'ZSH_ADDRESS'
          iv_help_id_kind             = if_bsp_wd_valuehelp_f4descr=>help_id_kind_name
          iv_input_mapping            = lt_inmap
          iv_output_mapping           = lt_outmap.
    May this will help you.
    Regards
    Ajay

  • How to visit a pasted url in address field?

    This may seem a naïve question:
    Some background: I have never used Safari before. I have just installed *Safari 5.01* for Windows on my *Windows 7 PC*, and when I *+copy and paste+* an url for a particular existing web page into Safari's address field (which url loads successfully in Firefox, Opera, and IE ), I find I have no *go to* or load arrow, or other means, such as pressing enter or return, to make the browser load the pasted address. When I press Ctrl+L nothing happens, whether from the drop down menu at File: *Open Location...* or as a double keyboard command.
    And so I resorted to importing a bookmark for the address from IE, and then Safari loaded it successfully.
    Can I not just copy and paste addresses into Safari's address field and have a *+simple next step+* to load the page as I can with IE, Firefox, and Opera ?
    I tried typing part of the address in manually for Safari's autocomplete to find it, but it wouldn't find the address, which is very new, but does exist, and as I have said, loads in the other three browsers with a simple paste and enter. This *+copy and paste+* method happens to be a very convenient means of loading some sites, with only one option being available, that is the exact address, rather than possibly several options that are offered up as one types part of the address, which have to be looked at and chosen from.
    Any assistance will be appreciated.
    Thanks … allaniam

    *I confirm a similar bug exists on Safari 5.0.2 for Windows, running on a 32bit Windows XP SP3.*
    Description
    1. You copy an URL, not matter how you copy it (copy the URL text, or from another browser address bar, or from a webpage using the contextual menu "Copy Link", and etc)
    2. When you try to paste in the Safari address:
    ===(i) if you use keyboard shortcut Control-V to paste in the URL, and press ENTER - everything is normal, meaning you will leave your previous webpage and go to the new page with that URL you pasted in using Control-V
    ===(ii) if you right click on the Safari address bar, invoke the contextual menu that popups from there, and choose "Paste" from the menu,and then hit ENTER after you paste in the new URL:
    *======(A) the new URL you pasted in will disappear.*
    *======(B) the old URL before your paste, will re-appear in the address bar.*
    *======(C) the cumulative effect this operation will be the same that you reload the previous page.*
    This is the symptoms on 32bit Windows.
    *It seems in the current build of Safari for Win, "Paste" command from a menu denotes something different from its shortcut "CTRL-V".*
    This is a very weird thing.
    Just for the record, Safari 5.0.2 on Mac OSX 10.6.4 doesn't share the bug.
    *By the way, I have also surveyed the exactly version and build numbers for both the Safari versions:*
    Safari 5.0.2, build 7533.18.5: on WinXP 32bit
    Safari 5.0.2, build 6533.18.5: on Snow Leopard.

  • I can no longer see the address field in safari, can anyone help?

    I can no longer see the address field in safari, can anyone help?

    Abarryseymour
    That didn't work to get the safari address bar and the google search bar on my safari browser. could I have a virus???
    Which OS, which Safari?

  • How to make ship to address fields mandatroy while creating sales order

    Dear forum Members,
    My client oraganizes trade shows and hence ship to address vries everytime when sales order is entered for the same sold to party.So one times ship to customer is used in the sales order and address is entered at sales order level. Please note that at master data level all address fields are suppressed for one time customer.Hence there is no question of going back to one time customer account group and making any field mandatory.
    While changing address for ship to at order level, there are few fields which are mandatory, for example city is mandatory. I also want to make zip code and region as mandatory.where is this controlled?Please note that this is not account which controls this. i have already done lot of r&d on account group and transaction variants which are not controlling these fields at sales order level.

    Hi Kanwal,
    Only incompletion procedure will not suffice for your requirement.
    You need to make the field mandatory wherein, if you dont enter, system will not allow you for enterin further fields. For this you should do the following:
    Goto transaction SHD0, you will get a screen where you need to enter you Tcode "VA01"
    Below you define a transaction variant (starting with Z).
    On the next tab you have Screen Variant. Here you enter screen variant name, program name & screen number.
    Then you click on create.
    Its like as if you are doing some kind of recording. Finally you will reach to the screen where there are options available to make the field mandatory.
    For your reference the program is SAPMV45A screen number is 4001.
    Further screen are self explinatory.
    Hope this should solve your requirement
    Regards,
    Dhananjay

  • URL request in the address field on the browser

    A few of URLs in my application are only restricted to the web master. Before creating the special user role of the application, I would like to access those URLs through the address field on a browser. The problem I have is that a URL entered on the field will lead to a creation of a new session even though I enter a URL with the current jsessionid of TC. Is a way to prevent a creation of a new session?
    Thanks.
    v.

    When I test on URLS. they show up in the address field with a jsessionid. I believe that is due to cookies disabled. Otherwise, the jsessionid wouldn't show up. But, when I check out the cookies setting on both Firefox and IE, they are enabled. I am not sure what is going on in this regard.

  • How to populate the address field in real time from backend?

    Hi Guys,
    I want to populate the address field in srm portal when creating Shopping Cart. I got the data by using some BADI functions. Now the problem is I am not getting the structure/table where I should add that address so that it can reflect in the address field of shopping cart.
    Can anyone help me out?
    Regards,
    Virendra Kedia

    Joe - Work backwards from the value generated during the execution of the trigger. You have the value there so you could save it into a package variable right then (create a package with a variable and assign the value to the variable). Then create a process on the page (after the DML process) to assign the value of your package variable to a page item. Then in the branch back to page 1, pass the item. (Or without messing with the branch, the process could simply assign the package variable directly the the page 1 item -- :P1_ITEM := my_package.my_var; ).
    An alternative would be to use the "returning into" feature of DML to capture the PK of the created record into an item. Then the next page process could use the PK to fetch the new row and get the dbname value for passing to page 1.
    Another option would be to update session state directly in the trigger.
    Scott

  • I have lost my address field in Safari -how can I get it back

    I have no address field in Safari any more. Only my home page comes up and I cant write over it to get another web page. Also google search bar disappeared.

    I doubt you'll get off so easy, because it's probably the "H0" bug.
    My self-made cook-book solution is to close Safari, and pull out the com.apple.safari.plist file from the ~/library/preferences/ folder.
    Re-start Safari to generate a new preference file. Tadahhh.... And don't forget to re-toggle your auto-fill if you depend on it.

  • Where is the Address Field in Phone Contacts?

    I just got a new iPhone 5 (finally upgraded from a 3G).  When I go into Contacts through Phone, it does not show a field for Address.  How do I get to the Address field?

    Are you trying to look at the address for an existing contact or a new contact?
    If you are trying to add a new contact, tap the + in the upper right of the screen and you should see all of hte fields that you can populate with info.  Some, such as the green circle with a + are for adding additional fields, such as Birthdays which will automatically sync to the Calendars.

  • Address Field Of Purchase Order

    Hi All ,
            i need to get the address field of a purchase order . This is to know where the purchsed goods are directly delivered to customer from the vendor its self or from the plant (which raises a po)...
    Thxs,
    vind

    Hi,
    Thanks for the reply.
    I have created the address and is working fine.
    Here we have got some confusing scenario:
    We have created a Company Code 1000 & Plants 1001 (in Delhi) & 1002 (in Mumbai) under Company Code 1000.
    We (our client) want to create purchase Order from Plant 1001 (Delhi) but we the Material to be delivered to Plant 1002 (Mumbai).  Is this possible? To be my knowledge, the Material is received in the Plant from where the Purchase Order is being generated. Also there will a Tax related problems.
    What can we suggest to convince the Client?
    Regards,

  • How to use a .Mac alias in the outgoing address field from iPhone?

    I do not want my .Mac Apple ID showing up in the outgoing address field from my iPhone. I want to use an alias instead, just like I use in Mail. How can I use the same alias in iPhone?
    The iPhone has been great once I finally got it activated...no problems synching from Outlook on my PC and Address Book and iCal on my Mac. Now all of my PC and Mac data are finally merged on my iPhone and on both computers...wish I would have saved the money I spent on two versions of MissingSync! Looking forward to some software updates...
    Mac Mini   Mac OS X (10.4.10)   iPhone

    If you want to setup a different REPLY TO, you have to use the OTHER shortcut when creating the mail account on the iPhone. It allows you to specify an address in the Account Information box different from your incoming and outgoing server login IDs.

Maybe you are looking for

  • About packages?

    How to create my own package? Where do I have to place it?

  • Displaying child nodes on demand

    Hi there, I'm working on a client/server project where the client side app has a JTree. I am trying to set up a TreeModel so that it retrieves from the server app the names of the child nodes of a given parent node when the treeWillExpand(TreeExpansi

  • Invalid XML Character from Jarred file

    I have a server class that attempts to load an XML file and parse the same. The entire code works fine when the class is extracted and parses correctly. However, when a distribution jar is created, the extraction of the XML file fails with an invalid

  • DB13 backup failed and strucked on the start(9999) not release to (0005)

    Dear All, We r using HP-UX -- OS for SAP system 4.7 . We run backup process by DB13 TC. On the last friday as a backup schedule i had fired the online backup and due to the below issue the backup aborpted BR0204I Percentage done: 64.38%, estimated en

  • Best settings for music collection

    Best settings for keeping your Itunes music collection nice and organized?  I dont like the setting that has 2 sets of folders and 1 of them all folders are empty.