2.2.5.16 DhcpAuditLoggingStatus
This simple type is an enumeration that specifies whether the DHCP audit logging is enabled or not.
-
<xs:simpleType name="DhcpAuditLoggingStatus"> <xs:restriction base="xsd:string"> <xs:enumeration value="None" /> <xs:enumeration value="Enabled" /> <xs:enumeration value="Disabled" /> </xs:restriction> </xs:simpleType>
The valid values for this type are as follows:
|
Value |
Description |
|---|---|
|
None |
Unspecified or an invalid value. |
|
Enabled |
DHCP server audit log functionality is enabled. |
|
Disabled |
DHCP server audit log functionality is disabled. |