Добрый вечер! Возник такой вопрос:
настроил dhcp_relay с option82. Есть два DHCP сервера
1. 192.168.1.234
2. 192.168.1.5
1-й главный, 2-й для отказоустойчивости.
В какой бы последовательности не делал
Код:
config dhcp_relay add ipif System 192.168.1.234
config dhcp_relay add ipif System 192.168.1.5
Или же
Код:
config dhcp_relay add ipif System 192.168.1.5
config dhcp_relay add ipif System 192.168.1.234
Всегда имею:
Код:
show dhcp_relay
DHCP/BOOTP Relay Status : Enabled
DHCP/BOOTP Hops Count Limit : 2
DHCP/BOOTP Relay Time Threshold : 0
DHCP Relay Agent Information Option 82 State : Enabled
DHCP Relay Agent Information Option 82 Check : Disabled
DHCP Relay Agent Information Option 82 Policy : Replace
DHCP Relay Agent Information Option 82 Remote ID : 00-17-9A-BB-D5-BF
Interface Server 1 Server 2 Server 3 Server 4
------------ --------------- --------------- --------------- --------------
System 192.168.1.5 192.168.1.234
Возможно ли сделать наоборот?