niammuddin

dhcp client fpx juniper mx204

Aug 19th, 2025
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. unit 0 {
  2. family inet {
  3. dhcp {
  4. vendor-id Juniper-mx204-HZ098;
  5. }
  6. }
  7. family inet6 {
  8. dhcpv6-client {
  9. client-type stateful;
  10. client-ia-type ia-na;
  11. client-identifier duid-type duid-ll;
  12. vendor-id Juniper:mx204:HZ098;
  13. }
  14. }
  15. }
  16.  
  17.  
Advertisement
Add Comment
Please, Sign In to add comment