- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
06-24-2015 03:31 AM
Hi,
We use multi-vsys and XMP API for UID. It works fine for vsys1. We use this sintax for login:
<uid-message>
<version>1.0</version>
<type>update</type>
<payload>
<login>
<entry name="user1" ip="10.1.1.1" timeout="20">
</entry>
</login>
</payload>
</uid-message>
After I paste this sintax in https://PAN_IP/API/<user-id> I see in CLI:
> show user ip-user-mapping ip 10.1.1.1.
IP address: 10.1.1.1 (vsys1)
User: user1
From: XMLAPI
Idle Timeout: 1196s
Max. TTL: 1196s
Groups that the user belongs to (used in policy)
Question is, how to do, that PAN will recognized this user for all vsys?
I already enable User Identification in zone in vsys 2, and configure in Device->User Identification->Group Mapping Settings LDAP server. I can also see groups in "Group Include List" tab.
Any hint?
Thx, Peter
06-24-2015 06:38 AM
you do the same for all vsys (1 API call per vsys) or set redistribution between VSYS (through the use of loopbacks)
06-29-2015 01:53 AM
Exactly. We don't set redistribution between vsys. For now, I don't know yet exactly how to do it right (one IP call to one IP). 2 loopbacks means 2 IPs and 2 IP calls, what we don't want. I can't reconfigure existing loopback as share interface, because its production and UID will stop working... But I will look in tech guide.
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!