Hi,
Was almost reluctant to post this question in fear the answer is likely to be obvious, but I am trying to configure a trusted DHCP server, but I can only see a per VLAN configuration statement (trusted port to one side for now). So my configuration is per below:
configure trusted-servers vlan Stack2_Data add server 192.168.200.40 trust-for dhcp-server
configure trusted-servers vlan Mgmt-Stack2 add server 192.168.200.40 trust-for dhcp-server
configure trusted-servers vlan Wireless_CorpLaptop add server 192.168.200.40 trust-for dhcp-server
configure trusted-servers vlan Security_NW add server 192.168.200.40 trust-for dhcp-server
configure trusted-servers vlan Power-Bars add server 192.168.200.40 trust-for dhcp-server
configure trusted-servers vlan AV add server 192.168.200.40 trust-for dhcp-server
configure trusted-servers vlan Legacy-Data add server 192.168.200.40 trust-for dhcp-server
configure trusted-servers vlan Legacy-Wkstns add server 192.168.200.40 trust-for dhcp-server
When I get to the next line you get the following error:
Slot-1 STK-02.30 # configure trusted-servers vlan Stack2_Voice add server 192.168.200.40 trust-for dhcp-server
ERROR: No more than 8 trusted DHCP servers can be configured across all vlans.
This is because it is seeing each statement as individual DHCP servers even though they all have the same IP?
So my questions is if there is a different way to put the command in to achieve what I need, considering I would like to eventually configure two trusted DHCP servers, and have over 8 VLANs?
Perhaps this should just be done via the trusted port method instead, but I suspect something might be wrong with my syntax.
Running a stack of 4 x X440-G2' with version 22.2.1.5
Many thanks.