HA management interface Reservation ( not working )
Hi, guys,
I am using Forti600E HA-pair with FortiOS v6.4.4. (Forti600E03_04 pair )
And I have configured the physical mgmt interface for HA mgmt interface; but the mgmt interface does not work after the HA mgmt int Reservation:
The configuration:
Forti600E_03 # show sys ha config system ha set group-id 17 set group-name "HA" set mode a-a set hbdev "ha" 301 "port1" 100 set ha-mgmt-status enable config ha-mgmt-interfaces edit 1 set interface "mgmt" set gateway 10.101.1.254 next end set override enable set priority 200 set ha-direct enable end
Forti600E_03 # show sys int mgmt config system interface edit "mgmt" set ip 10.101.1.40 255.255.255.0 set allowaccess ping https ssh snmp fgfm ftm set type physical set dedicated-to management set lldp-reception disable set lldp-transmission disable set role lan set snmp-index 2 set trust-ip-1 10.101.1.0 255.255.255.0 next end
Forti600E_03 # exe ping 10.101.1.40 PING 10.101.1.40 (10.101.1.40): 56 data bytes
--- 10.101.1.40 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss
Forti600E_03 #
==========================
Problems:
1. The device can not pingtest to 10.101.1.254
2. Trom outside (same subnet, 10.101.1.0 /24 ) can not pingtest to 10.101.1.40
3. The switchport connected to the mgmt interface, can not see the mac add of the mgmt interface
4. Trom the network switch, can not see any traffic from the mgmt interface.
Noted:
Without configuring the mgmt interface into "HA-mgmt-int Reservation" ( standalone device ), the mgmt interface can be pingtest.
Any advice and recommendation.
Many many thanks.