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.
Calls to some of our registered SX10/SX20 endpoints (usually from Zoom, but not always) end up with one-way video. The media paths shown in xstatus are address of the far-end system. There does not seem to be any obvious way to get our endpoints t...
Trying to configure Firepower 6.3 URL filtering so that users from multiple AD domains can be recognized. We have user agents configured for both domains, and can retrieve users and groups. What we can't seem to do is get an identity policy that wi...
The new 8821 wireless phones seem to have broken the personal directory features that the 7925 phones had. Is there any way for a user to add entries to the personal directory on the phone itself?
New IP 8821 phones frequently come up with failed calls due to "network busy", though sometimes calls work fine. 7925 phones operate all of the time. The wireless config is unchanged in several years - MAC authentication, Platinum QOS, no CAC, WMM ...
I'm working on wired guest access from a 2960-X switch stack running 15.0(2)EX4. The ISE 1.3 policy delivers the access-accept with the redirect URL, but the switch doesn't seem to do anything with it. The client can do DNS resolution, so there is ...
Here's a working call. The user has to be authenticated as a valid member of the MnT Admin group. https://(ise URL)/admin/API/mnt/AuthStatus/MACAddress/1c:df:0f:1f:fc:17/0/100/All Forget the quotes. Those are required by Prime Infrastructure. Here...
Our script (developed by Chris Wood) uses a different call:result = requests.get(pi_url + "data/ClientDetails?.full=true&macAddress=\"%s\"" % mac_address, headers={'Connection':'close'}, verify=False) In practice this ends up as https://ise.domain.co...
You have to quote the MAC address. If it's part of a string, don't forget to escape the quote characters.filter: mac.EQ."xx:xx:xx:xx:xx:xx" "mac.EQ.\"xx:xx:xx:xx:xx:xx\""