Skip to content

Enum: DhcpActivityActivityIdEnum

DhcpActivity activity_id values.

URI: ocsf:DhcpActivityActivityIdEnum

Permissible Values

Value Meaning Description
DISCOVER None DHCPDISCOVER
OFFER None DHCPOFFER
REQUEST None DHCPREQUEST
DECLINE None DHCPDECLINE
ACK None DHCPACK: The server accepts the request by sending the client a DHCP
NAK None DHCPNAK
RELEASE None DHCPRELEASE: A DHCP client sends a DHCPRELEASE packet to the server to releas...
INFORM None DHCPINFORM
EXPIRE None DHCPEXPIRE: A DHCP lease expired
UNKNOWN None The event activity is unknown
OTHER None The event activity is not mapped

Slots

Name Description
activity_id

Identifier and Mapping Information

Schema Source

LinkML Source

name: DhcpActivityActivityIdEnum
description: DhcpActivity activity_id values.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  DISCOVER:
    text: DISCOVER
    description: DHCPDISCOVER
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Discover
  OFFER:
    text: OFFER
    description: DHCPOFFER
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Offer
  REQUEST:
    text: REQUEST
    description: DHCPREQUEST
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: Request
  DECLINE:
    text: DECLINE
    description: DHCPDECLINE
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '4'
      caption:
        tag: caption
        value: Decline
  ACK:
    text: ACK
    description: 'DHCPACK: The server accepts the request by sending the client a
      DHCP

      Acknowledgment message.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '5'
      caption:
        tag: caption
        value: Ack
  NAK:
    text: NAK
    description: DHCPNAK
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '6'
      caption:
        tag: caption
        value: Nak
  RELEASE:
    text: RELEASE
    description: 'DHCPRELEASE: A DHCP client sends a DHCPRELEASE packet to the server
      to release

      the IP address and cancel any remaining lease.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '7'
      caption:
        tag: caption
        value: Release
  INFORM:
    text: INFORM
    description: DHCPINFORM
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '8'
      caption:
        tag: caption
        value: Inform
  EXPIRE:
    text: EXPIRE
    description: 'DHCPEXPIRE: A DHCP lease expired.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '9'
      caption:
        tag: caption
        value: Expire
  UNKNOWN:
    text: UNKNOWN
    description: The event activity is unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  OTHER:
    text: OTHER
    description: 'The event activity is not mapped. See the <code>activity_name</code>
      attribute,

      which contains a data source specific value.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '99'
      caption:
        tag: caption
        value: Other