Try adding a
shut
no shut
To the list of commands to execute, because your device is doing MAB it doesn't know a vlan change happened so it won't request a new IP, but if you bounce the port after changing the vlan the AP will get an IP in the correct network.
... View more
We have the same question, the documentation seems very unclear as the compatibility guide shows the 10GB-LRM as supported on the 9K. Does anyone have any information related to this, specifically to support over MMF?
... View more
I finally got this working if anyone is interested. From my MacBook terminal I ran the following command: curl -u admin1 -k -X DELETE https://<mntnode>/admin/API/mnt/Session/Delete/MACAddress/<macaddress> It prompted me for the password of the user "admin1" and deleted the MAC. You can also clear a specific session or delete all MAC addresses.
... View more
Thank you for replying. I've gotten further but now get this message using the above link: XML Parsing Error: no element found Location: https://<mntIPAddress>/admin/API/mnt/Session/Delete/MACAddress/00:60:B3:FB:8C:5D Line Number 1, Column 1: Thoughts?
... View more
I've also tried to run the command in a web browser and get the following error: HTTP Status 401 - Logged-in Administrator is Unauthorized to access REST API
... View more
I've upgrade from NCS to Prime 1.2 and can no longer login via the GUI. I can still SSH and Console. I've reset the root password but the GUI login still fails. Any ideas?
... View more
Scott, When you define a username/password in the above described location that is the username/password that WCS will use when applying a template that requires a username/password (i.e. the CLI template). The username/password that you define must be allowed to SSH to a WLC so you can either define a local username/password on the WLC or if you are using TACACS+/Radius make sure its a valid domain user that has rights to SSH/Telnet to a WLC. For example if you were to open a SSH session from your pc to the WLC what username/password would you use? You can use that combonation or create another username/password on the WLC under local users.
... View more
You will need to navigate to configure>Controllers, choose your WLC and you will get the screen shot above. Then input a valid username/password for the telnet/ssh parameter. Say okay to this and then try your CLI template.
... View more
Hey Scott, When you added the WLC to WCS did you define the username/password to use for telnet/ssh? See the below: This is the user/pass the CLI template is trying to login with. Does this help?
... View more
Hi Scott, By default this template uses SSH. Please see the following for an example of how to configure this: http://www.cisco.com/en/US/docs/wireless/wcs/7.0/configuration/guide/7_0temp.html#wp1261256 HTH Kyle
... View more
You should be using the WLC Management IP as documented in "Cisco 440X Series Wireless LAN Controllers Deployment Guide". Below is quoted from that document. "The IP address of the WLC Management Interface should be used for Option 43 and DNS resolution of CISCO-LWAPP-CONTROLLER.localdomain." For further information, see the section on "Understanding Deployment Basics" beginning on page 13. Detailed information on using vendor specific DHCP Option 43 for WLC discovery is included in Appendices C, D, and E of this document. Also there is no issue having the AP Manager and Management interfaces in different vlans although not recommended, just be sure to allow both vlans across the trunk to the WLC. I would also recommend placing your APs in different vlans than the WLC Mgmt/AP Mgr vlan. Cisco recommends having no more than 60-100 APs per vlan to minimize re-association problems in case of network failure.
... View more
There's no guide that I know of just pay attention to the same basics as you would for an etherchannel to a 6500 for example with the addtion on the above spanning-tree command and be sure to use "mode on" for the port channel. HTH. Good luck!
... View more