08-18-2023 02:27 PM
Hi,
I have read lot of questions in Extreme forums about this, but they are focused just on the Client VLAN.
This is my topology:
10.97.12.180/32 - DHCP Server VLAN_33 <----> EXOS x670<----> Customer Network Cloud <----> PE Site Routers <----> <----> EXOS x470<----> VLAN_10 - DHCP Client - 10.241.84.64/28
Where on VLAN_10:
.65 Gateway
.66 to .68 DHCP pool.
From the DHCP Server Switch EXOS x670 Perspective, the config should be:
#enable bootprelay VLAN_33
From the DHCP Client Switch EXOS x470 Perspective, the config should be:
#configure Single_Server_OOB ipaddress 10.241.84.65/28 <-- Already done
#enable ipforwarding Single_Server_OOB <-- Already done
#configure bootprelay Single_Server_OOB add 10.97.12.180
#enable bootprelay Single_Server_OOB
This should be enough to make this scenario work?????
I forget to say that in the Customer Network Cloud there's a Firewall where the ports 67 & 68 are opened already, also the DHCP Server and the EXOS x470 are reachable by ping on its gateway (.65)
Appreciate the help.