Hi Team,
I need your help to confirm the configuration syntax for BOOTP relay on the QFX.
This is the current configuration on the NetScreen firewall that we would like to replicate:
set interface aggregate2.1 dhcp relay server-name "172.17.232.170"
set interface aggregate2.1 dhcp relay service
set interface aggregate2.3 dhcp relay server-name "172.17.232.170"
set interface aggregate2.3 dhcp relay service
The QFX documentation provided a configuration as shown below. Can you let me know if this is complete or more configs are needed, e.g. to specify the interface on which the client requests are being received.
set forwarding-options dhcp-relay overrides bootp-support
set forwarding-options dhcp-relay server-group CS2K_BOOTP 172.17.232.170
There are two interfaces that will be receiving the client BOOTP request: ge-0/0/4.77 and ge-0/0/4.79, ge-0/0/4.77 is in global space but ge-0/0/4.79 is in the DMZ-L3VPN routing instance.
set interfaces ge-0/0/4 vlan-tagging
set interfaces ge-0/0/4 unit 77 description ";;ATLNGA058600;eth2/6;MR;TAGGED GE LINK TO ATLNGA058600 VLAN 77 (CA5 CS2000 BEARER);;"
set interfaces ge-0/0/4 unit 77 vlan-id 77
set interfaces ge-0/0/4 unit 77 family inet filter input-list MARK-TOS
set interfaces ge-0/0/4 unit 77 family inet filter input-list CA5-CS2K-BEARER-V4-IN
set interfaces ge-0/0/4 unit 77 family inet filter output CA5-CS2K-BEARER-V4-OUT
set interfaces ge-0/0/4 unit 77 family inet address 98.173.169.2/27 vrrp-group 77 virtual-address 98.173.169.1
set interfaces ge-0/0/4 unit 77 family inet address 98.173.169.2/27 vrrp-group 77 priority 200
set interfaces ge-0/0/4 unit 77 family inet address 98.173.169.2/27 vrrp-group 77 fast-interval 300
set interfaces ge-0/0/4 unit 77 family inet address 98.173.169.2/27 vrrp-group 77 no-preempt
set interfaces ge-0/0/4 unit 77 family inet address 98.173.169.2/27 vrrp-group 77 accept-data
set interfaces ge-0/0/4 unit 79 description ";;ATLNGA058600;eth2/6;MR;TAGGED GE LINK TO ATLNGA058600 VLAN 79 (CA5 CS2000 SIGNALING);;"
set interfaces ge-0/0/4 unit 79 vlan-id 79
set interfaces ge-0/0/4 unit 79 family inet filter input MARK-TOS
set interfaces ge-0/0/4 unit 79 family inet address 98.173.168.2/24 vrrp-group 79 virtual-address 98.173.168.1
set interfaces ge-0/0/4 unit 79 family inet address 98.173.168.2/24 vrrp-group 79 priority 200
set interfaces ge-0/0/4 unit 79 family inet address 98.173.168.2/24 vrrp-group 79 fast-interval 300
set interfaces ge-0/0/4 unit 79 family inet address 98.173.168.2/24 vrrp-group 79 no-preempt
set interfaces ge-0/0/4 unit 79 family inet address 98.173.168.2/24 vrrp-group 79 accept-data
set routing-instances DMZ-L3VPN interface ge-0/0/4.79
Thanks and Regards,
Jehanzeb A. Qureshi