Can Ap's Joined to a WLC use SNMP

I have 18 AP's currently joined to my WLC. Code is 5.0.148.0. I have the SNMP string on the WLC but I'm wondering if I can put an SNMP string on the AP's. If so how do I do it. Thanks

Hi Scott,
Q. Can a LAP AP handle SNMP messages like an IOS AP?
A. The LAP APs cannot handle SNMP messages on their own. In order to handle SNMP messages, you should configure an SNMP community on the WLC to which the LAP is registered. All the AP information is managed by the WLC.
From this good Q & A doc (**at the very end of the doc);
http://www.cisco.com/en/US/products/hw/wireless/ps430/products_qanda_item09186a00806a4da3.shtml
From Jake @ Cisco;
http://forum.cisco.com/eforum/servlet/NetProf?page=netprof&forum=Wireless%20-%20Mobility&topic=General&CommCmd=MB%3Fcmd%3Dpass_through%26location%3Doutline%40%5E1%40%40.1dde2a24/0#selected_message
Hope this helps!
Rob

Similar Messages

  • ARP Table Access using SNMP

    Dear All,
    In Cisco Switches and routers we can enable access to the ARP Table using SNMP by using the following commands:
    no snmp-server view MibExcluded at excluded (Mac Address Table)
    no snmp-server view MibExcluded ip.21 no excluded (Routing Table)
    snmp-server view MibExcluded ip.22 excluded (ARP Table)
    how i can enable the ASA/FWSM to allow access to the ARP Table using SNMP?
    best Regards

    The at and ipNetToMediaTable are not supported on the ASA or FWSM. There have been numerous requests for support, but I do not know of an ETA for these objects.
    The bug ID for the enhancement request is CSCsq35214.

  • I can't join LAP to WLC 5508 in difference subnet

    i can't join LAP to WLC in difference subnet now i create 2 interface [management / ap-manager]
    management : 192.168.1.1 / 24
    ap-manager : 192.168.1.2 / 24 vlan 10
    ap-manager2 : 192.168.2.2 / 24 vlan 11
    ap-manager3 : 192.168.3.2 / 24 vlan 12
    connect with core switch 3 interface [access port vlan same wlc]
    or how create wlc interface for join with LAP please advise me or send capture screen for me to create all interface
    Thank you for best support.

    I created a video actually how to configure option 43 on my site.
    http://www.my80211.com/cisco-wlc-labs/2009/7/4/cisco-dhcp-option-43-configuration-nugget.html
    So when you fire up an AP it goes through a few steps to find the controller.
    1) It does a broadcast and if your APs are on the same VLAN as your apmangers/managment then she will connect
    2) If it isnt on the sanme vlan it will attempt to reslove CISCO-LWAPP-CONTROLLER or CISCO-CAPWAP-CONTROLLER. This is where you would need to create an A-record in your DNS server and reslove it to your MANAGEMENT controller IP address
    3) Also Option43. When your AP gets an IP address, you can add option 43 to the scope. Option 43 again tells the AP where to find the controller.
    Now you can do a manual prime to these as well. Extend your managment vlan to a switch and have the APs join. Once they take the download and config they will know the controllers ip address. And then you can deploy them on different vlans and they will join ...
    Does this make sense?

  • 3502 AP not join 5500 series WLC

                       I have 5508 wireless lan controller and 3502 AP. I did all configuration on WLC using the configuration guide. But AP don't join the WLC. AP can assign an IP address and i can ping this IP from WLC. When i connect the AP from console i see the logs below;
    *Mar  1 15:36:57.128: %CAPWAP-3-ERRORLOG: Could Not resolve CISCO-CAPWAP-CONTROLL ER
    Not in Bound state.
    *Mar  1 15:37:42.637: %CAPWAP-3-DHCP_RENEW: Could not discover WLC using DHCP IP.  Renewing DHCP IP.
    *Mar  1 15:37:46.730: %CAPWAP-3-ERRORLOG: Invalid event 38 & state 2 combination.
    *Mar  1 15:37:46.793: %DHCP-6-ADDRESS_ASSIGN: Interface BVI1 assigned DHCP addres s 10.17.25.13, mask 255.255.255.0, hostname AP4c00.82e9.a218
    Translating "CISCO-CAPWAP-CONTROLLER"...domain server (255.255.255.255)
    *Mar  1 15:37:53.638: %CAPWAP-3-ERRORLOG: Did not get log server settings from DH CP.
    I research similar problems in forums and i implement all they said but i can't solve the problem. there are also DHCP options below;
    ddns-update-style interim;
         allow bootp;
         option space Cisco_LWAPP_AP;
         option Cisco_LWAPP_AP.server-address code 43 = string;
         subnet 10.17.25.0 netmask 255.255.255.0 {
         authoritative;
         option routers 10.17.25.1;
         option subnet-mask 255.255.255.0;
         range dynamic-bootp 10.17.25.10 10.17.25.20;
         default-lease-time 300;
    class "Cisco-AP-c3500" {
           match if option vendor-class-identifier = "Cisco AP c3500";
           option vendor-class-identifier "Cisco AP c3500";
           vendor-option-space Cisco_LWAPP_AP;
           option Cisco_LWAPP_AP.server-address f1:04:0a:11:07:0a; (Management IP : 10.17.7.10 )
      What could be the cause of problem ??    

    Try changing your option 43 address to look like this:
    f104.0a11.070a
    Steve
    Sent from Cisco Technical Support iPhone App

  • Limiting access points joining a specific WLC

    Hello Cisco Forum Team!
      I am currently installing a new WLC in a VLAN/IP segment that already has WLCs configured and access points registered. I do not want existing ap's on this VLAN to join this new WLC.  Which is the best way to limit ap's joining this new WLC?
    I am thinking of some sort of AP authorization list but by IP address instead of MAC address due to the high amount of ap's currently registred on the existing WLCs (approx. 300 ap's).
    Thanks in advanced for your support!

    AP authorization list would work but you have to use MAC address & cannot use IP address for that. Once you enable AP authorization you can add AP mac to the list like below using CLI.
    (5508-1) >config auth-list add mic <AP1 mac>
    (5508-1) >config auth-list add mic <AP2 mac>
    (5508-1) >config auth-list add mic <APn mac>
    HTH
    Rasika
    **** Pls rate all useful responses ****

  • Can I rewrite the following query without using Row_number() function ??!!

    Hello every one, can I rewrite the following query without using the 'ROW_NUMBER() OVER ' part.
    The query is supposed to pull out the records whose CODE is not NULL and has most
    recent date for UPDATE_DATE . The reason I wanted to do this is, When I embed this query
    in between many other queries along with JOINs, My oracle server is unable to execute. So, I thought
    its better to supplant 'ROW_NUMBER() OVER ' logic with something else and try it. .
    SELECT a.* FROM
    (SELECT b.*, ROW_NUMBER() OVER (PARTITION BY b.PIDM
    ORDER BY b.UPDATE_DATE DESC) AS Rno
    FROM
    SELECT *
    FROM SHYNCRO WHERE CODE IS NOT NULL
    )b
    )a
    WHERE a.Rno = 1

    Hi,
    You didn't write over 150 lines of code and then start testing it, did you?
    Don't.
    Take baby steps. Write as little as pssiblem test that. Debug and test again until you have something that does exactly what you want it to do.
    When you have somehting that works perfectly, take one baby step. Add a tiny amount of code, maybe 1 or 2 lines more, and test again.
    When you do get an error, or wrong results, you'll have a much better idea of where the problem is. also, you won't be building code on a flimsy foundation.
    If you need help, post the last working version and the new version with the error. Explain what you're trying to do in the new version.
    The error message indicates line 133. It looks like line 133 of your code is blank. Does your front end allow completely blank lines in the middle of a query? SQL*Plus doesn't by default; you have to say
    SET  SQLBLANKLINES  ONto have a completely blank line in SQL*Plus. (However, lines containing nothing but at commnet are always allowed.)
    You may have noticed that this site normally doesn't display multiple spaces in a row.
    Whenever you post formatted text (such as indented code) on this site, type these 6 characters:
    \(small letters only, inside curly brackets) before and after each section of formatted text, to preserve spacing.
    The 4 people who posted small code fragments for you to read all did this.  It would be so much easier for people to read your humongeous query if it were formatted.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • No Join Response from WLC 4402 to LWAPP AP

    Hi,
    i have a problem with the 1242 LWAPP Access Points. It's not possible for a few access points to connect to the WLC.
    With some Access Points i get a join response.
    WLC image is 5.2.157.0
    AP's which i can't connect (no join response)
    image version:      3.0.51.0
    IOS version:         12.4(21a)JA2
    AP's which i can connect (join response)
    image version:      5.2.157.0
    IOS version:         12.4(18a)JA
    Can anybody help me? I can find a few topics in this community, but no one of these topics can help me in this case.
    in the following attachment no-join response.txt you can find the recording of the hyper terminal.
    Thanks in advance for answers.

    Problem is solved.
    I have upgraded the WCS und both WLC Controllers to Version 7.x.
    And for the "older" AP's with the image 3.x a secondary dns entry cisco-capwap-controller....

  • Why can I not join the wifi in the hotel when I am out of the country UK with data roaming turned off, Why can I not join the wifi in the hotel when I am out of the country UK with data roaming turned off

    Why can I not join the wi fi in the hotel on my I.phone using iso7 ???? I have turned off data roaming any ideas?????

    is it free or do you have to sign up and pay and is there a password
    Havee you asked the hotel ???

  • 2602i does not Join to 3850 WLC

    Trying to join 2602i to 3850 wlc but after join to WLC, the access point keeps rebooting
    AP Console log:
    APc067.afa7.1ee4#
    *Nov 29 23:32:55.027: %CAPWAP-3-ERRORLOG: Go join a capwap controller
    *Nov 29 23:32:55.000: %CAPWAP-5-DTLSREQSEND: DTLS connection request sent peer_ip: 10.129.0.254 peer_port: 5246
    *Nov 29 23:32:55.223: %CAPWAP-5-DTLSREQSUCC: DTLS connection created sucessfully peer_ip: 10.129.0.254 peer_port: 5246
    *Nov 29 23:32:55.223: %CAPWAP-5-SENDJOIN: sending Join Request to 10.129.0.254
    ., 1)29 23:33:13.415: %CAPWAP-3-ERRORLOG: Retransmission count for packet exceeded max(UNKNOWN_MESSAGE_TYPE (5)
    *Nov 29 23:33:13.415: %CAPWAP-3-ERRORLOG: GOING BACK TO DISCOVER MODE
    *Nov 29 23:33:19.299: %LWAPP-3-CLIENTERRORLOG: LWAPP LED Init: incorrect led state 255
    *Nov 29 23:33:19.319: %LINK-5-CHANGED: Interface Dot11Radio0, changed state to administratively down
    *Nov 29 23:33:19.323: %LINK-5-CHANGED: Interface Dot11Radio1, changed state to administratively down
    *Nov 29 23:33:19.327: %LINK-6-UPDOWN: Interface Dot11Radio0, changed state to up
    *Nov 29 23:33:19.347: %LINK-6-UPDOWN: Interface Dot11Radio1, changed state to up
    *Nov 29 23:33:20.323: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio0, changed state to down
    *Nov 29 23:33:20.351: %LINK-6-UPDOWN: Interface Dot11Radio1, changed state to down
    *Nov 29 23:33:20.359: %LINK-5-CHANGED: Interface Dot11Radio1, changed state to reset
    *Nov 29 23:33:21.343: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio0, changed state to up
    *Nov 29 23:33:21.351: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio1, changed state to down
    *Nov 29 23:33:21.379: %LINK-6-UPDOWN: Interface Dot11Radio1, changed state to up
    *Nov 29 23:33:21.387: %LINK-6-UPDOWN: Interface Dot11Radio0, changed state to down
    *Nov 29 23:33:21.395: %LINK-5-CHANGED: Interface Dot11Radio0, changed state to reset
    *Nov 29 23:33:22.379: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio1, changed state to up
    *Nov 29 23:33:22.387: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio0, changed state to down
    *Nov 29 23:33:22.415: %LINK-6-UPDOWN: Interface Dot11Radio0, changed state to up
    *Nov 29 23:33:23.415: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio0, changed state to up
    Not in Bound state.
    *Nov 29 23:34:14.847: %CAPWAP-3-DHCP_RENEW: Could not discover WLC using DHCP IP. Renewing DHCP IP.
    *Nov 29 23:34:19.847: %CAPWAP-3-ERRORLOG: Invalid event 40 & state 2 combination.
    *Nov 29 23:34:19.967: %DHCP-6-ADDRESS_ASSIGN: Interface BVI1 assigned DHCP address 10.129.0.212, mask 255.255.255.128, hostname APc067.afa7.1ee4
    Translating "CISCO-CAPWAP-CONTROLLER"...domain server (255.255.255.255)
    *Nov 29 23:34:25.847: %CAPWAP-3-ERRORLOG: Did not get log server settings from DHCP.
    *Nov 29 23:34:34.847: %CAPWAP-3-ERRORLOG: Could Not resolve CISCO-CAPWAP-CONTROLLER
    *Nov 29 23:35:04.847: %CAPWAP-3-ERRORLOG: Go join a capwap controller
    *Nov 29 23:35:04.000: %CAPWAP-5-DTLSREQSEND: DTLS connection request sent peer_ip: 10.129.0.254 peer_port: 5246
    *Nov 29 23:35:04.223: %CAPWAP-5-DTLSREQSUCC: DTLS connection created sucessfully peer_ip: 10.129.0.254 peer_port: 5246
    *Nov 29 23:35:04.223: %CAPWAP-5-SENDJOIN: sending Join Request to 10.129.0.254
    ., 1)29 23:35:22.411: %CAPWAP-3-ERRORLOG: Retransmission count for packet exceeded max(UNKNOWN_MESSAGE_TYPE (5)
    *Nov 29 23:35:22.411: %CAPWAP-3-ERRORLOG: GOING BACK TO DISCOVER MODE
    *Nov 29 23:35:27.479: %LWAPP-3-CLIENTERRORLOG: LWAPP LED Init: incorrect led state 255
    *Nov 29 23:35:27.499: %LINK-5-CHANGED: Interface Dot11Radio0, changed state to administratively down
    *Nov 29 23:35:27.499: %LINK-5-CHANGED: Interface Dot11Radio1, changed state to administratively down
    *Nov 29 23:35:27.503: %LINK-6-UPDOWN: Interface Dot11Radio0, changed state to up
    *Nov 29 23:35:27.527: %LINK-6-UPDOWN: Interface Dot11Radio1, changed state to up
    *Nov 29 23:35:28.503: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio0, changed state to down
    *Nov 29 23:35:28.531: %LINK-6-UPDOWN: Interface Dot11Radio1, changed state to down
    *Nov 29 23:35:28.539: %LINK-5-CHANGED: Interface Dot11Radio1, changed state to reset
    *Nov 29 23:35:29.523: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio0, changed state to up
    *Nov 29 23:35:29.531: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio1, changed state to down
    *Nov 29 23:35:29.559: %LINK-6-UPDOWN: Interface Dot11Radio1, changed state to up
    *Nov 29 23:35:29.567: %LINK-6-UPDOWN: Interface Dot11Radio0, changed state to down
    *Nov 29 23:35:29.575: %LINK-5-CHANGED: Interface Dot11Radio0, changed state to reset
    *Nov 29 23:35:30.559: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio1, changed state to up
    *Nov 29 23:35:30.567: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio0, changed state to down
    *Nov 29 23:35:30.595: %LINK-6-UPDOWN: Interface Dot11Radio0, changed state to up
    *Nov 29 23:35:31.595: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio0, changed state to up
    WLC Log:
    Nov 29 23:40:46.469: *%LWAPP-3-RD_ERR7: 1 wcm:  Invalid country code () for AP c0:25:5c:68:7f:10
    Nov 29 23:40:46.469: *%LWAPP-3-RD_ERR9: 1 wcm:  APs c0:25:5c:68:7f:10 country code changed from () to (GB )
    Nov 29 23:40:46.470: %CAPWAP-3-AP_PORT_CFG: AP connected port Gi1/0/24 is not an access port.
    Nov 29 23:40:46.471: *%LWAPP-3-RD_ERR7: 1 wcm:  Invalid country code () for AP c0:25:5c:68:7f:10
    Nov 29 23:40:46.471: *%LWAPP-3-RD_ERR9: 1 wcm:  APs c0:25:5c:68:7f:10 country code changed from () to (GB )
    Nov 29 23:40:46.471: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  c0:25:5c:68:7f:10
    54C1BR01A01254#
    Nov 29 23:40:46.474: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  c0:25:5c:68:7f:10
    Nov 29 23:40:46.474: *%CAPWAP-3-DATA_TUNNEL_CREATE_ERR2: 1 wcm:  Failed to create CAPWAP data tunnel with interface id: 0xd670c00000002a for AP: c025.5c68.7f10 Error Reason: Capwap Data Tunnel create retry exceeded max retry count.
    Nov 29 23:41:09.584: *%CAPWAP-3-INVALID_STATE_EVENT: 1 wcm:  Invalid AP event (CAPWAP Discovery Request) and state (CAPWAP Join Response) combination
    Invalid AP event (CAPWAP Discovery Request) and state (CAPWAP Join Response) combination
    Nov 29 23:42:55.496: *%LWAPP-3-RD_ERR7: 1 wcm:  Invalid country code () for AP c0:25:5c:68:7f:10
    Nov 29 23:42:55.496: *%LWAPP-3-RD_ERR9: 1 wcm:  APs c0:25:5c:68:7f:10 country code changed from () to (GB )
    Nov 29 23:42:55.496: *%LWAPP-3-RD_ERR7: 1 wcm:  Invalid country code () for AP c0:25:5c:68:7f:10
    Nov 29 23:42:55.496: *%LWAPP-3-RD_ERR9: 1 wcm:  APs c0:25:5c:68:7f:10 country code changed from () to (GB )
    Nov 29 23:42:55.496: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  c0:25:5c:68:7f:10
    54C1BR01A01254(config)#
    Nov 29 23:42:55.499: %CAPWAP-3-AP_PORT_CFG: AP connected port Gi1/0/24 is not an access port.
    Nov 29 23:42:55.499: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  c0:25:5c:68:7f:10
    Nov 29 23:42:55.500: *%CAPWAP-3-DATA_TUNNEL_CREATE_ERR2: 1 wcm:  Failed to create CAPWAP data tunnel with interface id: 0xcb73c00000002b for AP: c025.5c68.7f10 Error Reason: Capwap Data Tunnel create retry exceeded max retry count.
    GB  - United Kingdom : 802.11a Indoor,Outdoor/ 802.11b / 802.11g
    Invalid AP event (CAPWAP Discovery Request) and state (CAPWAP Join Response) combination
    Nov 29 23:42:55.496: *%LWAPP-3-RD_ERR7: 1 wcm:  Invalid country code () for AP c0:25:5c:68:7f:10
    Nov 29 23:42:55.496: *%LWAPP-3-RD_ERR9: 1 wcm:  APs c0:25:5c:68:7f:10 country code changed from () to (GB )
    Nov 29 23:42:55.496: *%LWAPP-3-RD_ERR7: 1 wcm:  Invalid country code () for AP c0:25:5c:68:7f:10
    Nov 29 23:42:55.496: *%LWAPP-3-RD_ERR9: 1 wcm:  APs c0:25:5c:68:7f:10 country code changed from () to (GB )
    Nov 29 23:42:55.496: *%LWAPP-3-VALIDATE_ERR: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  c0:25:5c:68:7f:10
    Nov 29 23:42:55.499: %CAPWAP-3-AP_PORT_CFG: AP connected port Gi1/0/24 is not an access port.
    Nov 29 23:42:55.499: *%LOG-3-Q_IND: 1 wcm:  Validation of SPAM Vendor Specific Payload failed - AP  c0:25:5c:68:7f:10
    Nov 29 23:42:55.500: *%CAPWAP-3-DATA_TUNNEL_CREATE_ERR2: 1 wcm:  Failed to create CAPWAP data tunnel with interface id: 0xcb73c00000002b for AP: c025.5c68.7f10 Error Reason: Capwap Data Tunnel create retry exceeded max retry count.
    and sometimes:
    Nov 30 21:16:56.781: *%CAPWAP-3-ALREADY_IN_JOIN: 1 wcm:  Dropping join request from AP c025.5c68.7f10 - AP is already in joined state
    Nov 30 21:16:56.785: *%CAPWAP-3-DATA_TUNNEL_DELETE_ERR2: 1 wcm:  Failed to delete CAPWAP data tunnel with interface id: 0x0 from internal database. Reason: AVL database entry not found
    Sh Wirless Country Configured:
    GB  - United Kingdom : 802.11a Indoor,Outdoor/ 802.11b / 802.11g
    Sh version (AP):
    LWAPP image version 10.1.100.0
    1 Gigabit Ethernet interface
    2 802.11 Radios
    32K bytes of flash-simulated non-volatile configuration memory.
    Base ethernet MAC Address: C0:67:AF:A7:1E:E4
    Part Number                          : 73-14588-02
    PCA Assembly Number                  : 800-37899-01
    PCA Revision Number                  : A0
    PCB Serial Number                    : FOC17353HXS
    Top Assembly Part Number             : 800-38356-01
    Top Assembly Serial Number           : FCZ1743P1VC
    Top Revision Number                  : A0
    Product/Model Number                 : AIR-SAP2602I-E-K9
    Configuration register is 0xF
    APc067.afa7.1ee4#
    APc067.afa7.1ee4#^C
    Not in Bound state.
    *Nov 30 20:04:56.019: %CAPWAP-3-DHCP_RENEW: Could not discover WLC using DHCP IP. Renewing DHCP IP.
    *Nov 30 20:05:01.019: %CAPWAP-3-ERRORLOG: Invalid event 40 & state 2 combination.c
    *Nov 30 20:05:01.139: %DHCP-6-ADDRESS_ASSIGN: Interface BVI1 assigned DHCP address 10.129.0.211, mask 255.255.255.128, hostname APc067.afa7.1ee4
    Translating "CISCO-CAPWAP-CONTROLLER"...domain server (255.255.255.255)
    *Nov 30 20:05:07.019: %CAPWAP-3-ERRORLOG: Did not get log server settings from DHCP.
    Sh ver (Switch):
    Base Ethernet MAC Address          : d0:c7:89:75:c3:00
    Motherboard Assembly Number        : 73-12238-06
    Motherboard Serial Number          : FOC172896LQ
    Model Revision Number              : B0
    Motherboard Revision Number        : D0
    Model Number                       : WS-C3850-24T
    System Serial Number               : FOC1729V133
    Switch Ports Model              SW Version        SW Image              Mode
    *    1 32    WS-C3850-24T       03.03.00SE        cat3k_caa-universalk9 INSTALL
         2 32    WS-C3850-24T       03.03.00SE        cat3k_caa-universalk9 INSTALL
    Switch 02
    Switch uptime                      : 5 days, 23 hours, 2 minutes
    Base Ethernet MAC Address          : ec:e1:a9:df:93:80
    Motherboard Assembly Number        : 73-12238-06
    Motherboard Serial Number          : FOC17236GD1
    Model Revision Number              : B0
    Motherboard Revision Number        : D0
    Model Number                       : WS-C3850-24T
    System Serial Number               : FOC1725V0FT
    Configuration register is 0x102

    Hi,
    3850 is in MC mode.
    The AP is connected to an access switch which is connected via trunk port to 3850. the access port is in a same vlan as wireless management VLAN.AP  is not connected directly to 3850 as this switch is not poe capable.
    Country code is set to GB as th AP is ion Europe domain.
    NTP has been configured
    1- show license right-to-use summary :
      ipservices   permanent   N/A      Lifetime
      apcount      base        0        Lifetime
      apcount      adder       4        Lifetime
    License Level In Use: ipservices
    License Level on Reboot: ipservices
    Evaluation AP-Count: Disabled
    Total AP Count Licenses: 4
    AP Count Licenses In-use: 1
    AP Count Licenses Remaining: 3
    the one which is in use is my AP which has issue. keeps rebooting:
    2. show wireless mobility summary
    Mobility Controller Summary:
    Mobility Role                                   : Mobility Controller
    Mobility Protocol Port                          : 16666
    Mobility Group Name                             : BSTAR
    Mobility Oracle IP Address                      : 0.0.0.0
    DTLS Mode                                       : Enabled
    Mobility Domain ID for 802.11r                  : 0x276d
    Mobility Keepalive Interval                     : 10
    Mobility Keepalive Count                        : 3
    Mobility Control Message DSCP Value             : 48
    Mobility Domain Member Count                    : 1
    Link Status is Control Link Status : Data Link Status
    Controllers configured in the Mobility Domain:
    IP               Public IP        Group Name       Multicast IP     Link Status
    10.129.0.254     -                BSTAR            0.0.0.0          UP   : UP
    3- Show run | in Wireless
    qos wireless-default-untrust
    wireless mobility controller
    wireless mobility group name BSTAR
    wireless management interface Vlan10
    wireless wps ap-authentication

  • Can AirPort Extreme join a wireless network and share the connection to ethernet connected devices?

    Can AirPort Extreme join a wireless network and share the connection to ethernet connected devices?

    Yes, if the AirPort Extreme is joining a wireless network that has been created by another Apple router. In this case, it will be extending the wireless network and the Ethernet ports are enabled on the "remote" AirPort Extreme.
    No, if the AirPort Extreme will be used with another router from another manfacturer.
    Ironically, the less expensive AirPort Express can do what you ask about with virtually any wireless network using a special feature called ProxySTA. It won't extend the wireless with a non-Apple router, but the Ethernet port will be enabled.

  • I want to switch stores from Japan to USA. I used to have an iTunes card, and there's 15 YEN left in my account, how can I get rid of that so I can start purchasing in the US store using my new credit card?

    I want to switch stores from Japan to USA. I used to have an iTunes card, and there's 15 YEN left in my account, how can I get rid of that so I can start purchasing in the US store using my new credit card?

    I can't seem to find an app that costs my available balance. iTunes said I need to spend it ALL before I can change stores. This means I cannot totally change stores.... Hopeless.

  • How many mails i can send at a time per day using APEX mail system?

    HI,
    I am working on application, when i have written a process to send mail, i have a project where i have to send mail at a time for all the email id's
    given list there are upto 5000 email id's where text body also include certain set of data from a report. thinking at a time 3000 its difficult i divided
    it region wise, but still each region have 2000 odd email id's. during testing when i run the process just 950 mails i could send then i got a error
    saying "ORA-20001: You have exceeded the maximum number of email messages per workspace. Please contact your administrator." so please
    can any one help me to know How many mails i can send at a time per day using APEX mail system?
    Thanks in advance
    Gowthami

    Hi jfosteroracle,
    You are getting the error may be the following reason,
    Check the following,
    Login as ADMIN and Goto -->Manage Instance-->Instance Settings--> Mail-->Maximum Emails per workspace
    Actually this number denotes the Number of mails can be sent per 24 hour for the workspace,It may exceeded.
    It may be the reason.
    Thank you.     
    Regards,
    Gurujothi
    Edited by: Gurujothi on Jun 27, 2012 5:54 AM

  • Can not find some messages in Mail using search

    I have some problems with Mail.app I can not find some messages in Mail using search, the strange thing is that sometimes mail search finds some messages, but after rebuilding spotlight index the search displays other messages with the all messages searched using same search criteria. I have also tried to delete Envelope index file from the Mail folder in usr/library and forced mail to import all mailboxes but it started to crash importing some of mailboxes - I deleted the messages from that mailboxes, imported remaining mailboxes and tried to rebuild mailbox, but everything without a successes. Any ideas how to solve it?

    Hi lnaki vila
    I'm using pi 7.0 version
    i can see the other scenarios like SOAP to RFC, SOAP to IDOC,FILEto IDOC
    in sender side i'm not using any communication channel and adapter engine i'm just using http client tool for testing purpose
    i'm getting the response that's fine because its a synchronous communication
    i checked sxmb_adm in that -->integration configuration LOGGING parameter of category RUNTIME is set to  ENGINE_TYPE and current value is HUB(Integration server)
    thanks in advance
    regards
    Satish

  • How can we update data in LDAP server using PL/SQL.

    Hi,
    How can we update data in LDAP server using PL/SQL program.
    Is there any sample code for refrence.
    Thanks,
    Tarun

    Hi Justin,
    Thanks for your help. You got my correct requirements.
    Tim's example returning all the attributes of current user which is admin user. Please correct me if I am wrong.
    I have the following information:
    the admin user and password,server info , port and ldap_base for admin.
    I have uid and password for regular user, I am trying find the ldap_base for regular user, which may be different from adminuser.
    Please help me.
    Thanks,
    Edited by: james. on Jan 12, 2009 5:39 PM

  • How can I automatically close a dialog box using Javascript after I click the OK button to submit it?

    How can I automatically close a dialog box using Javascript after I click the OK button to submit it? I don't want to have to X out of the dialog box after I am done.
    Thanks
    Linda

    JS can not interact with open dialogs in any way, unless it's a dialog
    created in JS using the Dialog object.
    On Thu, Jul 24, 2014 at 11:13 PM, lindaeliseruble <[email protected]>

Maybe you are looking for