Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 680 Bytes

QFX_DHCPServer_cfg.md

File metadata and controls

12 lines (11 loc) · 680 Bytes

Sample QFX-5100 DHCP Server configuration

  1. Below configuration helps to assign IP address to SRIOV VM interfaces via DHCP
set system services dhcp-local-server group server1 interface xe-0/0/0.0
set interfaces xe-0/0/0 unit 0 family inet address 10.0.33.1/24
set access address-assignment pool poo1 family inet network 10.0.33.0/24
set access address-assignment pool poo1 family inet range range1 low 10.0.33.20
set access address-assignment pool poo1 family inet range range1 high 10.0.33.30
set access address-assignment pool poo1 family inet dhcp-attributes name-server 8.8.8.8
set access address-assignment pool poo1 family inet dhcp-attributes router 10.0.33.1