Prime Infra 2.1, AP Auto Positioning

Hi Forum,
Ive a situation that our site needs to assign the AP (Access Point) into the existing NMS (Prime Infrastructure 2.1). ive already built the floor as the figure below. so ive many AP on site, how could I make it auto positioning. because, its hundred AP, cant manage all and needs to re-survey if the PI cant have ability to solve this.
hope anyone already implement this case. any comment i appreciate that.
regards,

Location Accuracy Tool
You can analyze the location accuracy of non-rogue and rogue clients, interferers, and asset tags by using the Location Accuracy tool.
By verifying for location accuracy, you are ensuring that the existing access point deployment can estimate the true location of an element within 10 meters at least 90% of the time.
The Location Accuracy tool enables you to run either of the following tests:
Scheduled Accuracy Testing—Employed when clients, tags, and interferers are already deployed and associated to the wireless LAN infrastructure. Scheduled tests can be configured and saved when clients, tags, and interferers are already prepositioned so that the test can be run on a regularly scheduled basis.
On-Demand Accuracy Testing—Employed when elements are associated but not pre-positioned. On-demand testing allows you to test the location accuracy of clients, tags, and interferers at a number of different locations. It is generally used to test the location accuracy for a small number of clients, tags, and interferers.
Both are configured and executed through a single page.
Enabling the Location Accuracy Tool
NoteYou must enable theAdvanced Debug option in Prime Infrastructure to use the Scheduled and On-demand location accuracy tool testing features. The Location Accuracy tool does not appear as an option on the Operate > Operational Tools > Wireless menu when the Advanced Debug option is not enabled.
To enable the advanced debug option in Prime Infrastructure:
Step 1 In Prime Infrastructure, choose Operate > Maps .
Step 2 Choose Properties from the Select a command drop-down list, and click Go .
Step 3 Select the Enabled check box to enable the Advanced Debug Mode. Click OK.
Note If Advanced Debug is already enabled, you do not need to do anything further. Click Cancel.
Use the Select a command drop-down list to create a new scheduled or on-demand accuracy test, to download logs for last run, to download all logs, or to delete a current accuracy test.
Note • You can download logs for accuracy tests from the Accuracy Tests summary page. To do so, select an accuracy test and from the Select a command drop-down list, choose either Download Logs or Download Logs for Last Run. Click Go.
The Download Logs option downloads the logs for all accuracy tests for the selected test(s).
The Download Logs for Last Run option downloads logs for only the most recent test run for the selected test(s).
Scheduling a Location Accuracy Test
Use the scheduled accuracy testing to verify the accuracy of the current location of non-rogue and rogue clients, interferers, and asset tags. You can get a PDF of the test results at Accuracy Tests > Results . The Scheduled Location Accuracy report includes the following information:
A summary location accuracy report that details the percentage of elements that fell within various error ranges.
An error distance histogram.
A cumulative error distribution graph.
An error distance over time graph.
A summary by each MAC address whose location accuracy was tested noting its actual location, error distance and a map showing its spatial accuracy (actual vs. calculated location), and error distance over time for each MAC.
To schedule a Location Accuracy test:
Step 1 Choose Operate > Operational Tools > Wireless > Location Accuracy Tool.
Step 2 Choose New Scheduled Accuracy Test from the Select a command drop-down list.
Step 3 Enter a test name.
Step 4 Choose an area type, a building, and a floor from the corresponding drop-down lists.
Note Campus is configured as Root Area, by default. There is no need to change this setting.
Step 5 Choose a beginning and ending time for the test by entering the days, hours, and minutes. Hours are entered using a 24-hour clock.
Note When entering the test start time, be sure to allow enough time prior to the test start to position testpoints on the map.
Step 6 Choose a destination point for the test results. (If you choose the e-mail option, you must first define an SMTP Mail Server for the target email address. Choose Administrator > Settings > Mail Server to enter the appropriate information.)
Step 7 Click Position Testpoints .
Step 8 On the floor map, check the check box next to each client, tag, and interferer for which you want to check location accuracy.
When you check a MAC address check box, two icons appear on the map. One represents the actual location and the other represents the reported location. If the actual location for an element is not the same as the reported location, drag the actual location icon for that element to the correct position on the map. (You cannot drag the reported location.)
Step 9 (Optional) To enter a MAC address for a client, tag, or interferer that is not listed, check the Add New MAC check box, enter the MAC address, and click Go .
An icon for the newly added element appears on the map. If the element is on the location server but on a different floor, the icon appears in the left-most corner (in the 0,0 position).
Step 10 When all elements are positioned, click Save.
Step 11 Click OK to close the confirmation dialog box.
You are returned to the Accuracy Tests summary page.
Step 12 To check the test results, click the test name, click the Results tab in the page that appears, and click Download under Saved Report.
Running an On-Demand Location Accuracy Test
You can run an On-Demand Accuracy Test when elements are associated but not prepositioned. On-Demand testing allows you to test the location accuracy of clients, tags, and interferers at a number of different locations. It is generally used to test the location accuracy of a small number of clients, tags, and interferers. You can get a PDF of the test results at Accuracy Tests > Results . The On-Demand Accuracy Report includes the following information:
A summary location accuracy report that details the percentage of elements that fell within various error ranges.
An error distance histogram
A cumulative error distribution graph
To run an On-Demand Accuracy Test:
Step 1 Choose Operate > Operational Tools > Wireless > Location Accuracy Tool.
Step 2 From the Select a command drop-down list, choose New On demand Accuracy Test.
Step 3 Enter a test name.
Step 4 Choose an area type, a building, and a floor from the corresponding drop-down lists.
Note Campus is configured as Root Area, by default. There is no need to change this setting.
Step 5 Choose a destination point for the test results. (If you choose the e-mail option, you must first define an SMTP Mail Server for the target email address. Choose Administrator > Settings > Mail Server to enter the appropriate information.)
Step 6 Click Position Testpoints.
Step 7 To test the location accuracy and RSSI of a particular location, select client, tag, or interferer from the drop-down list on the left. A list of all MAC addresses for the selected option (client, tag, or interferer) is displayed in a drop-down list to the right.
Step 8 Choose a MAC address from the drop-down list, move the red cross hair to a map location, and click the mouse to place it.
Step 9 From the Zoom percentage drop-down list, choose the zoom percentage for the map.
The X and Y text boxes are populated with the coordinates based on the position of the red cross hair in the map.
Step 10 Click Start to begin collection of accuracy data, and click Stop to finish collection. You must allow the test to run for at least two minutes before stopping the test.
Step 11 Repeat Step 11 to Step 14 for each testpoint that you want to plot on the map.
Step 12 Click Analyze Results when you are finished mapping the testpoints, and then click the Results tab in the page that appears to view the

Similar Messages

  • Stop JPanel auto positioning and resizing in Netbeans

    Hi,
    I'm working on a Swing application in Netbeans. In my program I had several JPanels. At any one time, only one JPanel is visible.
    I dragged my JPanels to the JFrame in the Swing editor. Each time the user clicks on the switch function button, another JPanel should be displayed.
    However, the new panel does not display correctly. It remained at the position where I had dragged (randomly) on Netbeans, instead of the new size and location I set it to prior to setting it visible. I tried to tinker with it, and realized that Netbeans helped me reposition my JPanel back to its original position. For my function to work, I suspect I should disable auto positioning and resizing.
    How do I turn it off?
    Thanks in advance,
    eddy05

    eddy05 wrote:
    That's what the JComponent.setSize() and JComponent.setLocation() do right, to resize and relocate JComponents and its subclasses.This only sets the properties of that particular JComponent. The layout manager of the container that holds it can choose to use these properties or not depending on what layout manager is being used.
    I wanted to perform the above functions, but Netbeans' behaviour keeps interfering, hence my request on how the behaviour can be turned off =)By dropping a JPanel into your JFrame (the JFrame's contentPane actually), NetBeans is by default going to use the GroupLayout, and the properties of the JComponent noted above will be ignored. One solution alluded to above is to have the JFrame's contentPane use a null layout, but while this might work in the short run, in the long run it will hurt you. Better is to read up on the various layout managers available for your use in the Sun Swing tutorials and start to play with them in your code.

  • Cisco Prime Infra 1.2 Web server

    Hello,
    I have installed a version of Cisco Prime Infrastructure 1.2.11 with a kickstart .ova file on my production network.
    Everything goes fine and I follow the instructions for installation ; i can ping my Cisco PI server and ssh into it as admin.
    However, when I try to reach the web server via https, it does not work. I have reviewed my proxy settings and they are not to blame. The nslookup returns the IP address when I poll it. I have read elsewhere that I would need "NCS" service to be started, but I can't find anything called NCS on my Prime Infra server in CLI mode.
    Anyone with a suggestion for this issue ?
    Thanks
    Jeremy

    Actually I know what's happening ; the PnP (plug n play) setup was not configured, and so 443 port was not up.
    I configured PnP using "pnp setup" command, but then I have to supply a list of certificates and keys :
    Enter absolute pathname of PnP Gateway server key file:
    Enter absolute pathname of PnP Gateway server certificate file:
    Enter absolute pathname of Prime Infrastructure server certificate file:
    I tried to do this with the private key I had for my server. I created it on my Certificate Authentication and got a .key and a .csr (certificate server request).
    However when i feed them to my PnP setup I get this error :
    Setup is in progress.......
    Stop PnP Gateway server
    OpenSSL command failed for mycert.csr and mykey.key
    any idea as to why this is happening?
    I read elswhere again that i need to run commands with "ncs" but I don't have "ncs" commands on my prompt...
    Thank you for your time

  • Can Cisco Prime Infra 2.1 work as syslog server

    Hello all,
        Customer want Cisco Prime Infra 2.1 to work as syslog server.  they want to query text in syslog and get raw log file from Cisco Prime Infra.  but when i see in user interface.  I think that it cannot query and search text in syslog.  but i am not sure whether we can get raw log file per devices from Cisco Prime Infra.   Can anyone know about this.?
    thanks
    sompoj

    Hi Sompoj,
    In the prime infrastructure Syslogs are directly read from udp port 514 and then filtered
    , the non SEV1 and SEV2 syslogs will be dropped and will not be entered into db . The
    syslog messages will not be saved into log files .
    Thanks-
    Afroz
    ****Ratings Encourages Contributors ****

  • Cisco Prime Infra and SMS gateway integration

    Hello,
    Can anyone point me to right documents or resources to integrate cisco prime infra 2.x with SMS gateway?
    Is there any way I can get SMS alerts for critical events in Cisco Prime Infra 2.x?
    Any suggestion is highly appreciated.
    Regards,
    Girish

    Not directly.
    If you configure PI to email you on alerts, many carriers allow you receive SMS via an email address - i.e. <your_number>@<your_carrier>

  • Cisco Prime Infra 2.1 Standard Install using OVA File HD Requirements

       Hi guys,
           I wanna install the Cisco Prime Infra Standard 2.1 using the OVA File but I haven't 900 HD Space continuous in Storage.
       Two questions
           01) The Virtual Machine allocate this space (900 HD) during the install or allocate dynamically as needed ?
           02) There is a option to install the Standard Version using less HD space ?
          Thanks
          My Best Regards
          Andre Gustavo Lomonaco

    Initially we installed medium when Prime 2.0 came out, however about 3 months lately we needed to upgrade to standard/pro.  Upgrading the CPU/Core was seamless  
    Install a smaller OVA with enough cpu/cores for the standard and just add disk space later on
    https://supportforums.cisco.com/document/9871606/adding-disk-space-prime-infrastructure
    Its not a recommended practice but there are work around...

  • ISE ( Idendity Service Engine ) & MSE (Mobility Service Engine ) & Prime Infra

    What is the difference between ISE ( Idendity Service Engine ) & MSE (Mobility Service Engine ) & Prime Infra .
    How this will be used along with WLC & AP & wireless Users.

    The Cisco Identity Services Engine (ISE) is an all-in-one enterprise policy control product that enables comprehensive secure wired, wireless, and VPN access, leading to more productive workers and lower operations costs. When operating in a network, ISE provides the following key features: 1.Rigorous identity enforcement 2. Extensive policy enforcement 3.
    Security compliance 4. Automated onboarding whereas Cisco Mobility Services Engine supports RTLS and WIPS and Cisco Prime is centralize wireless and wired Monitoring and management solution. ISE and MSE both can be integrated with Cisco Prime. For more deatil over these products you can see the below links.
    http://www.cisco.com/en/US/prod/netmgtsw/prime.html
    http://www.cisco.com/en/US/prod/collateral/wireless/ps9733/ps9742/data_sheet_c78-475378.html
    http://www.cisco.com/en/US/prod/collateral/vpndevc/ps5712/ps11637/ps11195/data_sheet_c78-656174.html

  • Prime Infra 2.0 alert when syslog message received

    Dear member,
    May I know did prime infra 1.3, 2.0 can support alerted user when received a syslog message?
    if yes, and configiuration guide for reference?
    Regards

    Hi Russ,
    PI does not actually keep a record of the raw syslog  messages it receives, and there is no report for syslogs. When PI receives a syslog, it will immediately process the message and convert it to an event/alarm.
    Also, note that PI only processes severity 1 and 2 syslogs. The closest thing you can get to a  syslog report
    would be to run anadvanced search for events
    For other alarms and events you can go to Operate > Alarms
    & Events > Email Notification page. Make sure that the alarm categories that you
    want to have notifications for also has the Enable checkbox checked.
    Thanks-
    Afroz
    [Do rate the useful post]

  • Upgrade Prime Infra 1.4 to 2.x

    Hello,
    Is there a timeframe for the Prime Infra 1.4 Version to get upgraded to 2.x?
    thanks in advance
    Martin

    Note: Cisco Prime Infrastructure version 1.4 and 1.4.x cannot be upgraded to version 2.1; upgrade will be available for a future 2.x release.
    http://www.cisco.com/c/en/us/products/collateral/cloud-systems-management/prime-infrastructure/datasheet-c78-731516.html

  • Issue with Prime Infra 2.1.1 and Nexus 7K

    We have recently migrated from our NCS to Prime Infra 2.1.1. Since doing this we have started to import or switching gear into PI in addition to our WLC and MSE appliances. Discovery and inventory of the 3750X and 4500-X switches has been without issue. When we point PI 2.1.1 to a Nexus 7K running a VDC, the switch discovers as a Nexus 9500 instead of a 7K. Anyone else seen this happen? Any work arounds or suggestion on what might be going on? My thought was its discovering a VDC on the 7K and its not the admin VDC. That said our Admin VDC is not configured for SNMP and  we wanted to discover the VDC's that we actually use for client traffic. I should note we have loaded the lastest available device pack to PI as well.
    Please advise - any help would be greatly appreciated.
    Thanks,
    Jeff

    We ran a  discovery of all our Nexus switching last night. Once we did that the patter was easy to see. Any 9 or 10 slot Nexus was fine, any 4-slot Nexus appears as a Nexus 9500 instead of a 7K. I checked the compatibility matrix (latest release through DP 6.0) and support for the 9/10/18 slot is listed. No mention of support for the 4 slot. I believe that is our issue.
    Jeff

  • Prime Infra: Add guest user to all WLC's

    Hi all,
    I have prime infra 2 running, with 2 WLC's v7.4
    1  WLC has all the AP's, the other one sits in the same mobility group in case the first one fails (it has no joind AP's when acting as standby).
    When I create a guest user in Prime Infra, it only gets created on the WLC with the AP's joined.
    So WLC1 has the AP's WLC2 has none -> I create a guest user and it is added to WLC1
    I do a failover, WLC1 has no AP's WLC2 has all the AP's, I create a new guest user, it is added only to WLC2
    Is there a way that I can add a guest user, and it adds it to the 2 WLC's?
    Thanks in advance!

    Did you install the application in /Applications? If so, then it's available to all users on that machine and they can add it to their Dock, or you can login to each account and add it to their Dock.
    When creating new accounts, the template used is the one you get when you first create an account on a new Mac, and that was specified by Apple.
    Mulder
    If my answer helped solve your problem, please consider awarding some points. Why Reward Points?
    iMac G4 700Mhz   Mac OS X (10.3.9)  

  • Auto position buttons under array on front panel

    In my gui I have an array of clusters that I am auto-sizing based on number of rows property node.  I have a delete and ok button under the indicator for the array and would like to position the buttons at the bottom of the array.  The easy solution is to put the buttons to the side of the array, but I'd like to make this look nice and have them appear at the bottom of the array no matter how many rows are displayed.  Any suggestions?
    I've looked into position property nodes which give the option of top and left, and wanted to calculate the bottom from the height, but haven't figured out how to do this.

    Not sure what the difficulty you're having is. The Height property gives you the height of the array, in pixels. Perhaps you're having a race condition. I'd suggest posting your code.
    Of course, one issue is: what happens if the array is set to display so many rows that it extends beyond the size of the panel's window height?
    In general, I'm not a fan of user interfaces where buttons start moving on me.

  • Netflow is not showing on prime infra 1.2 and also reports are not generating

    Hi friends,
    I add my router to cisco prime for netflow and configured it by temelate as mentioned by cisco in deployment guide. I got netfloe till last friday but today i am getting anyflow on prime.
    second I am not able to generate raw netflow.
    how can i removed any device from data sources ifthis is nolonger present there. for better understanding i am also ataching the snapshot.

    Hi,
    Thanks
    Yes I have configured the command “aaa accounting exec default start-stop group tacacs+”
    As I have mentioned all the other reports are working. Which user and when he has logged in and what commands he has used. Only the TACAS+ Accounting and logned user is not working.
    Regards,
    Vineet

  • CISCO PRIME INFRA 1.1 License

    Hai Recently, we are installing cisco Prime NCS 1.1  and we are facing some issue for License.
    I would like to clarrify the below licneses.
    L-WCS-NCS1-M-K9
    L-PINCS11-300-U
      L-PINCSW11-300-U
    We installed the second licnese and got 300 device limit. But we have 500 access points in our network. We are using NCS only for Wireless Management and not for Network Devices which is using LMS .
    I am confused, we have additional 2 more licenses as above and why is that for??? can any one let me know these!!! Y we are using WCS-NCS license and it is having lonly 25 device limit support , which we cannot import since i already upload the second licnes. Also y this L-PINCSW11-300-u WAN license used for????

    You can always remove the license if you installed the wrong license....You need to install your base first then your adder.  You don't need to use the LMS or WAN as this comes free with NCS 1.1.  The WCS to NCS migration comes with a free 25 ap base license.  You just need to make sure you have purchased the correct license to cover your 500 ap count.
    Here is another thread regarding the license:
    https://supportforums.cisco.com/message/3672947#3672947
    Thanks,
    Scott
    Help out other by using the rating system and marking answered questions as "Answered"

  • Cisco Prime Infra 2.1 for Wireless and Wired Management

    Hi All,
    I've two CPI 2.1 physical appliances running in HA mode. Currently they are used to manage Wireless infrastructure. 
    Now, we are planning to buy licenses and add wired devices to CPI. 
    We've two separate teams. Team-A manages Wireless only and Team-B manages Wired infrastructure.
    Both teams want their own Admin accounts to access CPI and they don't want to use shared credentials. If Team-A logsin with their Admin Account, they should see Cisco Prime Infrastructure dashboard and if Team-B logs in with their own Admin Account, they should see CiscoWorks LMS Dashbaord.
    How can we achieve this? I can create user accounts and provide access to the CPI, but I'm not sure how to specify which dahsboard they will get access to.
    Thanks,
    CJ

    You should consider merging team doing wired & wireless, it is difficult to manage these individually. 
    By any chance if you deploy 3850/3650, it is both WLC & Switch, so managing by two different teams does not make sense.
    HTH
    Rasika

Maybe you are looking for

  • Regarding payment terms in BP Tcode

    My requirement was to update the payment terms in to MK03. Our business useseres will give the payment terms for FI Vendores in BP tcode and save payment terms for FI Vendores in BP TCODE and this payment terms shoule updated ditrectly in to MK03 for

  • How To Display  attributes of Child Node and Parent Node in same view

    Suppose I have two view Carview and CarDetail View...IN Component context I have Parent Node Called Cars and It have its attribute as Price,Warranty,Year and also One Child Node Called as Brand Name Whose attribute are PrimaryBrand and SecondaryBrand

  • Publish to .mac and redirect

    Is it possible to publish a site I made with iweb to .mac and then have it redirected to another domain name?

  • Solaris 8 support for CMD-649

    Does Solaris 8 support the CMD-649 PCI to IDE device? dp

  • Things i need fixed on my Lumia 920

    I have a list of things that i really LOVED on my Nokia 5800 that i would like either Nokia or MSFT to fix or send an update for on my new Lumia920: 1- When you turn the volume down for either music or a video, the volume for the phone ringtone goes