dhcp:ClientResp
The DHCP client response.
Telemetry Sensor Path(s)
Operational Properties
| PROPERTY NAME | DATA TYPE | DESCRIPTION | POSSIBLE VALUES |
|---|---|---|---|
| chAddr | address:MAC |
Client hardware address | Value must match MM:MM:MM:SS:SS:SS format |
| file | dhcp:File (string:Basic) |
File, location of the boot script file given by the server | A sequence of characters |
| hostName | dhcp:HostName (string:Basic) |
Host name (option code 12) | A sequence of characters |
| ifId | nw:IfId (base:IfIndex) |
In case of proxy interface, ifindex of the l3 interface on which the resp received | Must match first field in the output of show intf brief. Example: Eth1/1 or Vlan100 |
| leaseTime | dhcp:LeaseTime (scalar:Uint16) |
Lease time (option code 51) | RANGE: [0, 65535] |
| msgT | dhcp:MsgT (scalar:Enum8) |
Message type (option code 53) | SELECTION: 1 - discover 2 - offer 3 - request 4 - decline 5 - ack 6 - nak 7 - release 8 - inform 255 - invalid DEFAULT: discover |
| serverId | address:Ip |
Server identifier (option code 54) | Value must match ipv4 or ipv6 known format |
| siAddr | address:Ip |
Server ip address, the server that assigned the IP address for the client interface | Value must match ipv4 or ipv6 known format |
| subnetMask | address:Ip |
Client subnet mask (option code 1) | Value must match ipv4 or ipv6 known format |
| yiAddr | address:Ip |
Your ip address, the IP address that is assigned to this interface by the DHCP server | Value must match ipv4 or ipv6 known format |
Internal Properties
| PROPERTY NAME | DATA TYPE | DESCRIPTION | POSSIBLE VALUES |
|---|---|---|---|
| modTs | mo:TStamp (scalar:Date) |
The time when this object was last modified. | SELECTION: 0 - never DEFAULT: never |
| status | mo:ModificationStatus (scalar:Bitmask32) |
Modification status | SELECTION: 2 - created 4 - modified 8 - deleted 16 - replaced |