2.2.5.57 IPAuditEventType
The IPAuditEventType simple type is an enumeration specifying the type of an IP address audit event.
-
<xs:simpleType name="IPAuditEventType"> <xs:restriction base="xsd:string"> <xs:enumeration value="None" /> <xs:enumeration value="DHCPNewLease" /> <xs:enumeration value="DHCPRenewLease" /> <xs:enumeration value="DHCPReleaseLease" /> <xs:enumeration value="DHCPLeaseExpired" /> <xs:enumeration value="DHCPDeleteLease" /> <xs:enumeration value="DHCPBootpLease" /> <xs:enumeration value="DHCPBootpDynamicLease" /> <xs:enumeration value="DHCPStatelessInfoReq" /> <xs:enumeration value="DHCPStatelessClientPurged" /> <xs:enumeration value="DCAuthentication" /> <xs:enumeration value="NPSAuthentication" /> </xs:restriction> </xs:simpleType>
The following are the description of the values of this type.
|
Value |
Description |
|---|---|
|
None |
Unspecified or invalid value. |
|
DHCPNewLease |
A new IP address was leased to a client. |
|
DHCPRenewLease |
A lease was renewed by a client. |
|
DHCPReleaseLease |
A lease was released by a client. |
|
DHCPLeaseExpired |
A lease was expired. |
|
DHCPDeleteLease |
A lease was deleted. |
|
DHCPBootpLease |
A Bootstrap Protocol (BOOTP) address was leased to a client. |
|
DHCPBootpDynamicLease |
A dynamic BOOTP address was leased to a client. |
|
DHCPStatelessInfoReq |
An IPv6 stateless inventory record was added on servicing an option request for a stateless client. |
|
DHCPStatelessClientPurged |
An IPv6 stateless inventory record was purged after the configured purge interval timeout for a stateless client. |
|
DCAuthentication |
A Kerberos authentication request to the domain controller (DC) is successful for a machine or a user. |
|
NPSAuthentication |
An authentication request to Network Policy Server (NPS) is successful for a user. |