This is what I generally use to have an interface be a dhcp client. You can also add the vendor id naturally.
unit 0 { family inet { dhcp { retransmission-attempt 6; retransmission-interval 5; update-server; } } }
This is what I generally use to have an interface be a dhcp client. You can also add the vendor id naturally.
unit 0 { family inet { dhcp { retransmission-attempt 6; retransmission-interval 5; update-server; } } }