Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi - We pull our wifi association data out via api with the following URL:https://prime/webacs/api/v1/data/Clients.json?.maxResults=1000&.full=true&status=ASSOCIATEDWorks great, except that we have more than 1000 associations at peak.https://prime/we...
Good day - The Prime API is pretty sweet, and can give you JSON data back easily with a call like this:https://prime/webacs/api/v1/data/Clients.json?.full=trueIt is, however, limited to 100 results. We'd like to see more than that.How do I change thi...
Hi - I'm receiving a strange message from my Nexus 7010:Jan 30 09:45:22 10.1.3.1 : 2012 Jan 30 09:45:22 EST: %ICMPV6-3-ND_LOG: icmpv6 [4740] Inconsistent RA retrans-timer on Vlan24, ours is: 0, from fe80::21b:54ff:fef7:9205Jan 30 09:45:22 10.1.3.1 ...
Hi - I have two goals on my Cisco 3750E - * Limit bandwidth to match carrier provided bandwidth (10M ethernet port, but only 6M provisioned) * Prioritize some traffic over others through the use of a priority queue.I have come up with this design:ac...
Searching has not lead me to the knowledge I seek! Anyone know? Seeking to accept inbound Netmeeting calls through a Cisco 806 SoHo router, running NAT and firewall featureset. I seem to have it running, but I get no video. The connect time seems t...
Greetings.Solved my own problem by using the paging feature on the api: https://prime/webacs/api/v1/?id=paging-docInstead of trying to get all your records in one api call, just get them 500 at a time:Loop through your results by pages until your cal...
I have found that this command does work, but still limits to 1000. https://prime/webacs/api/v1/data/Clients.json?.maxResults=9999&.full=trueNow I get Tomcat a HTTP Status 503 error. There's another setting I've not found yet.My json results say "@...
Cisco's forum does not allow you to answer your own question, so I cannot mark my own response at the correct answer.If it makes you feel better, I'll mark yours as the correct answer, since it's the first, and only response I've gotten.
I answered the question myself. The log is saying that the neighbor (*:9205) has a retransmit timer of 1000.When I check the nexus, I see:CORE# show ipv6 nd interface vlan ..ICMPv6 ND Interfaces for VRF "default"Vlan24, Interface status: protocol-up...