WLC 5508 Cant get access via the Mgmt Interface

Hello everybody,
i have a wlc 5508 (version 7.0.98.0) , if i'm pinging the service port interface or try to get access via this interface, everythings is fine, but if cant get access via the management interface. (but its pingable)
the crazy thing is, that the LAP joined successful ti the wlc, but the Upgradetool (converting an AP to an LAP) doesnt work, because the tool cant reach the mgmt interface of the wlc.
there are no ACLs, which are blocking the traffic between wlc and my computer
Does anyone has an idea, what i've configured wrong???
regrads,
Rocco

Interface Name                   Port Vlan Id  IP Address      Type    Ap Mgr Guest
wlan1                                   1    16       172.16.2.10      Dynamic No     No
management                         1    2        172.16.1.10      Static     Yes    No
wlan2                                   1    220      172.16.3.10   Dynamic No     No
service-port                        N/A  N/A      10.75.100.99      Static     No     No
virtual                                N/A  N/A      1.1.1.1               Static     No     No
and my Pc is in the 172.16.4 subnet
i have no access to the switch port, where the controller is connected to, but i know that this port permits access to the vlans which are used

Similar Messages

  • I have an icloud account which I can access via the web but when I go to systems preferences and click on the icloud it sends me to the mobileme closed site?? How do I get it to go to my icloud log in

    I have an icloud account which I can access via the web but when I go to systems preferences and click on the icloud it sends me to the mobileme closed site?? How do I get it to go to my icloud log in?

    You're saying that when you click on the  iCloud preference pane button it sends you to the defunct MMe
    rather than giving you this?
    Is your profile up to date, i.e. are your running 10.7.5?  Make sure you click on the iCloud button and not the MMe button.
    OT

  • Wlc 5508 and 40 access point 1141n disturbance in the temp response

    Hello,
    i have a wlc 5508 and 40 access point 1141n
    there are 1500 users connected with this controller 5508.
    but when i ping at my gateway  ,there is a disturbance in the temp response .
    Here below a snapshot:
    Réponse de 172.16.1.1 : octets=32 temps=1 ms TTL=55
    Réponse de 172.16.1.1 : octets=32 temps=5 ms TTL=55
    Réponse de 172.16.1.1 : octets=32 temps=2 ms TTL=55
    Réponse de 172.16.1.1 : octets=32 temps=56 ms TTL=55
    Réponse de 172.16.1.1 : octets=32 temps=105 ms TTL=55
    Réponse de 172.16.1.1 : octets=32 temps=433 ms TTL=55
    Réponse de 172.16.1.1 : octets=32 temps=1 ms TTL=55
    Réponse de 172.16.1.1 : octets=32 temps=100 ms TTL=55
    Réponse de 172.16.1.1 : octets=32 temps=300 ms TTL=55
    Réponse de 172.16.1.1 : octets=32 temps=466 ms TTL=55
    Réponse de 172.16.1.1 : octets=32 temps=711 ms TTL=55
    Réponse de 172.16.1.1 : octets=32 temps=900 ms TTL=55
    Réponse de 172.16.1.1 : octets=32 temps=55 ms TTL=55
    Réponse de 172.16.1.1 : octets=32 temps=52 ms TTL=55
    Réponse de 172.16.1.1 : octets=32 temps=54 ms TTL=55
    Réponse de 172.16.1.1 : octets=32 temps=200 ms TTL=55
    Réponse de 172.16.1.1 : octets=32 temps=57 ms TTL=55
    Réponse de 172.16.1.1: octets=32 temps=800 ms TTL=55
    anyone help me?
    thx

    Looks to be wither a duplicate address issue or a configuration issue.  Try to test with only using the 2.4ghz and then again with only the 5ghz and see if you see a difference.
    Thanks,
    Scott
    Help out other by using the rating system and marking answered questions as "Answered"

  • TS3276 Accessing Gmail suddenly stopped working on both my Powerbook pro running latest OS and Mail versions and on my iPhone. I can access via the web. I get the error that my password or username is incorrect. I reset my password in Gmail and confirmed

    Accessing Gmail suddenly stopped working on both my Powerbook pro running latest OS and Mail versions and on my iPhone. I can access via the web. I get the error that my password or username is incorrect. I reset my password in Gmail and confirmed it works on gmail, I then changed it on my Iphone and Mac Mail. It still does not work. I deleted the gamil account on mail on my mac and reinstalled it and it still will not work

    I too started having my password rejected in MAIL.app for imap.mail.me.com for my icloud email address.  Can login to icloud with web browser fine.  This has been happening off and on for several days.....if I wait 2-3 hours it will suddenly start working again, but then problem re-asserts itself ;-)

  • I tried to download the OS X mavericks and it failed. Now its saying my mac disk is broken and im stuck restarting my computer. I cant get access to my computer.

    i tried to download the OS X mavericks and it failed. Now its saying my mac disk is broken and im stuck restarting my computer. I cant get access to my computer.

    Hi,
    have you tried booting your Mac from the recovery partition by holding cmd-r while booting? If that works, then start the Disk Utility from the menu and try a "Repair disk".
    After the Disk Utility is finished, try the "Repair Permissions". Though this is a highly overrated "feature", it might even help in your situation. Do this repeatedly until nothing changes. This doesn't mean there won't be any messages left over.
    Cheers,
    Paul

  • How do I access RunState via the C interface?

    I'm utilzing TestStand by controlling it via a C++ program and TestStand as a COM module.  I haven't been able to find how to access the RunState property.  Thanks.
    -G-

    Hey Grasshopper,
    I'm not certain, but it sounds like you are building a User Interface in C++ to operate your sequences, much like the one you can find at C:\Program Files\National Instruments\TestStand 3.1\OperatorInterfaces\NI\Full-Featured\C++ using MFC.  If this is the case, then the way to get access to the RunState property is by utilize UIMessages.  You should be able to do a search on the forums or in the Developer Zone and find some more information and sample code about UI Messages, but in a nutshell, you'll send a message to the User Interface that you are building by utilizing the ActiveX adapter (Action Step) in a TestStand sequence (The Method is PostUIMessageEx and can be found in the Thread class).  When you send the data you will want to send ThisContext via the ActiveX parameters.  You will then use the ApplicationMgr Control in your UI to register the UserMessage event and then create a function to be called when this event does occur.  In this function, you can get the Sequence Context from the ActiveX parameter and at that point can handle it just like any other code module to get and set items within your locals, runstate, or whatever you want.  That should give you a start, let me know if you into major issues.
    Adam B. 

  • How do I connect my Mac Book Pro to a projector I have the adapter but cant get anything on the screen

    How do I connect my Mac Book Pro to a projector I have the adapter but cant get anything on the screen

    Go to your "screen settings". then chose "find screen" then you vill find the prosjector.
    this will probably fix your problem.
    if this dont works can it be something wrong with your adapter.
    hope it helps

  • How to get access to the partner Functions of a PO header in BADI

    Hi All,
    I have a scenario where I need to get access to the PO Header Partner Functions to get the Vendor number, in the PROCESS_ITEM method of BADI ME_PROCESS_PO_CUST. I could not find any method to get the partner functions. Is there any way I can get this data in my BADI implementation. I'm talking about ME21n transaction code, and the PO is not created yet, hence the PO number is not available in the BADI.
    If the above is not possible, is there any other function module which I can call in the PROCESS_ITEM method of the BADI to get partner functions and their respective vendor numbers.
    Any pointers would be appreciated and points awarded. Thanks for your time and help.

    Hello,
    Use the methods of the class: CL_PO_ITEM_HANDLE_MM, in the method: PROCESS_ITEM of the badi:
    ME_PROCESS_PO_CUST, for example to access the po lines. the code is as follows:
    data: it_mepoitem type mepoitem.
    **Get the po lines.
      it_mepoitem = im_item->get_data( ).
    To look at the methods available: Go to SE24, Input the class:
    CL_PO_ITEM_HANDLE_MM
    Hope this helps.
    PS: Award points if my answer is helpful.
    Rajeev

  • HT4410 I have just installed Windows 7 64-bit full version Home Premium using Bootcamp and cannot get access to the internet. I installed on a Macbook Air Mid 2012 with Mountain Lion. Are there some drivers that are missing from the Windows 7

    Dear Apple. I have just installed Windows 7 64-bit full version Home Premium using Bootcamp and cannot get access to the internet. I installed on a Macbook Air Mid 2012 with Mountain Lion. Are there some drivers that are missing from the Windows 7 bootcamp install download from Apple

    It is a Total Misconception that the Support files are installed when you are installing Windows, even if the USB drive that holds them is inserted in the system when doing the Windows install.
    You must always Run the Setup.exe files from the support files or run the drivers individually once Windows has finished installing and booted to the desktop.
    Also you really need to run the Boot Camp Control Panel Applet and check for updates as not all the newest drivers for full function of all the hardware is included with the original support download. That download is basically a generic version to get the system working and without doing the updates not everything will work properly.

  • Is it necessary to fill in the number of my credit card to get access to the apps? What if I don't have one?

    Is it necessary to fill in the number of my credit card to get access to the apps? What if I don't have one?

    How to Get Apps From the App Store Without a Credit Card
    http://ipadhelp.com/ipad-help/how-to-get-free-apps-from-the-app-store-without-a- credit-card/
    Creating an iTunes Store, App Store, iBookstore, and Mac App Store account without a credit card
    http://support.apple.com/kb/ht2534
     Cheers, Tom

  • I once created an account and changed meanwhile my Apple ID. Now, when trying to log in to iCloud, I get the message: "You are already logged in". I cannot get access to the account in the way, that, for example, the options appear on the right hand side.

    I once created an account and changed meanwhile my Apple ID. Now, when trying to log in to iCloud, I get the message: "You are already logged in". I cannot get access to the account in the way, that, for example, the options appear on the right hand side.
    What can I do?

    Thank you, pvonk, but:
    To be more precise: I am talking about the logging-in within the System Preferences on my iMac.
    When trying to log in with the old ID, I get no access, i.e. it says "Try again"...-Trying the same with the new one gives me the result I mentioned in my first question...
    Now I found out how to do it: I had to erase all accounts-then I could sign in with my Apple-ID. Thanks again.

  • Way to get access to the context menu

    I assume there is no official way to get access to the context menu, so you can add a menu item when, say, you right-click on a photo in the publish service collection. You can tweak the behaviour for the two existing items, but there does not seem to be a way to add your own.
    Regular menu Export, Library, Help menu items are too coarse, as they apply across the whole app. It would be nice to be able to add an item that invokes a script to do some stuff to the item.
    I can hack in a workaround using the various edit collection callbacks, but this is a kludge of the highest order.

    Context menu access would be nice. If squeaking helps, maybe an FR - I've already cast one, and assume Adobe only counts one per person...

  • I call a class using a Button but i cant get rid of the old page??

    Hey,
    I cant get rid off the current page when i want to go to the next page! this.dispose(); doesnt work because the class doesnt implement ActionListener!! This is the code that i have used:
    JButton back = new JButton("BACK");
            back.addActionListener(new ActionListener()       
                  public void actionPerformed(ActionEvent e)           
                       VowelmSound s = new VowelmSound();
                        s.setSize(Toolkit.getDefaultToolkit().getScreenSize());
                        s.show();
                        //this.dispose();           
             });         });       and this is the code for main
    public static void main(String[] args)
    {JFrame draw = new punjabidraw();   
             draw.setVisible(true);  
    }so was wondering if there was another method i could use to get rid of the old page?? repaint maybe???
    Hope you can help
    Kind Regards
    RSH

    //this.dispose(); 'This' is a nameless ActionListener object. Can't be dispose()ed.
    What do you want to dispose() really?
    And, what is your punjabidraw class?
    Save the currend page reference in a variable called, say, curPage, then do
    curPage.dispose();in the event handler for the button.

  • Up macbookair to hdtv using apple supplied cable. I can see my screensaver on tv but cant get netflix on the big screen...

    i hookwed up macbookair to hdtv using apple supplied cable. I can see my screensaver on tv but cant get netflix on the big screen..

    Is your wife's Mac using the same iTunes account for home-sharing?

  • I have recently migrated data from Windows PC to Macbook Pro 13in. On booting the macbook now the account with the migrated data an only be accessed via the Apple menu. Is this normal ?

    I have recently migrated data from Windows PC to Macbook Pro 13in.running Yosemite. On booting the macbook now the account with the migrated data can only be accessed via the Apple menu. Is this normal ?

    Open the Users folder on the internal drive, drag all of the other home folders to the desktop, and then move the files inside to the desired locations.
    (91949)

Maybe you are looking for

  • Servicegen:  unable to load type library from classloader weblogic.utils.cl

    Hi, I am new to weblogic. I am encountering an error on trying to run the 'servicegen' command from my ant build scripts, on weblogic 9.2. Please find the build.xml snapshot, and the stack trace given below. Please help me out with this. Points to be

  • New Z710 Win 8.1 is slower than my 8-year-old AMD!!!!

    Hi... I got my brand-new Z710 a week ako. I haven't finished setting it up yet & I've already got weird problems... My AMD PC, which is running win 7 pro (64b) boots to the login screen 2x as fast as the Z710 - no lie - both units side by side. That

  • Kindle app no longer works

    It was pre-installed on the phone, so I can't uninstall and reinstall. I used to use this app all the time, so I really miss it. Did a factory reset...not help. Got a new phone, using my insurance. Still no luck Anyone have a tip???

  • IMac 2010 won't let me insert CD/DVD

    My 2010 iMac has suddently stopped letting me insert discs. I'll try to push one in but feel resistance at the point when normally the mac would feed it in. There isn't another disc in there (have tried ejecting using keyboard, restarting mac with 'e

  • Question - Why Lightroom is not releasing memory?

    I've posted this question earlier and was wondering if anyone else is having this problem. After Lightroom is closed everything slows down. I checked the Task Manager Process tab and noticed the LR is still hogging the memory at 80% to 92%. I have to