User ID Count

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

User ID Count

L2 Linker

Im using this operational command to pull out the number of mapped users by the user id:

<show><user><ip-user-mapping><all><option>count</option></all></ip-user-mapping></user></show>

 

This was working fine till I upgraded to PAN OS 8.

the operational command <show><user><ip-user-mapping><all></all></ip-user-mapping></user></show> still give the correct result (i have to strip the count option out) but the output is way to large since it also show all of the users.

 

Is this a bug, or is there a new way to find only the number of mapped users?

 

 

 

 

2 REPLIES 2

Cyber Elite
Cyber Elite

@Sjoerd,

The count option should still be working perfectly fine in PAN 8 OS 8. I can run it on my PA-200 and PA-220 in my lab and get the user count perfectly fine. You might be running into something on your box that is preventing you from getting the output. If you run it directly from the CLI do you get the proper output? 

L4 Transporter

I was able to verify this as well ("show user ip-user-mapping all option count" returns nothing for PAN-OS 8.0, but does for PAN-OS 7.1). However, as you said, "show user ip-user-mapping all" does return the count.

 

I ran both queries against PAN-OS 8.0 100 times (4000+ user mappings on firewall)

"show user ip-user-mapping all option count" averages 0.108 seconds

"show user ip-user-mapping all" averages 0.207 seconds

 

Being that the difference is only 0.1 seconds, you should be able to do the same function as before by doing the "show user ip-user-mapping all" by parsing the XML for the count. If you're using Python, the xml.etree.ElementTree native library should take care of this easily.

  • 2109 Views
  • 2 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!