What about Identity Management? It can detect identities through:
- FDB
- IPARP
- IPSecurity DHCP Snooping
- LLDP
- Netlogin
- Kerberos
This information can then be sent to NetSight to populate the user/host field in Identity and Access entries.
There's a script in NetSight to do this:
#######################################################################################
## The following configuration can be pushed from NetSight OneView Device IDM Script ##
#######################################################################################
enable identity-management
configure identity-management add ports
create xml-notification target netsight-target_ url https://
IP>:8443/axis/services/event vr VR-Mgmt
configure xml-notification target netsight-target_ user root
enable xml-notification netsight-target_
configure xml-notification target netsight-target_ add idMgr
#######################################################################################