Physical mac addr is not found for "management-ip in physical mgmt interface"
Hi, Guys,
I am using Fortigate 600E HA-pair with FortiOS v6.44.
Based on the following articles, I set up the management-IP:
1. Fortigate Management Interface in HA Mode – UNIX fu
2. FortiGate HA Cluster Management IP - In Band Method v6 - (fullradius.com)
I can find the HA virtual mac add of the mgmt-IP interface (10.101.1.38 ), but can not find the physical mac addr of primary/secondary Fortigate device (10.101.2.37 ?); so that:
1. I can Pingtest to the mgmt IP (10.101.1.38), and management-IP (10.101.2.37) inside the Fortigate device
2. I can not pingtest to management-IP (10101.2.37) from outside ( out of the fortigate device, even within same subnet )
Noted: I can pingtest to outside world (WAN and LAN ) within the fortigate device
======my configuration==============
Mgmt interface configuration in primary Forti600e01 (CLI mode :(
Forti600E_01 # sh sys int mgmt config system interface edit "mgmt" set vdom "root" set management-ip 10.101.2.37 255.255.255.0 set allowaccess ping https ssh snmp set type physical set device-identification enable set lldp-reception disable set lldp-transmission disable set role lan set snmp-index 2 next end
Forti600E_01 # show sys int "HA_mgmt_Port" config system interface edit "HA_mgmt_Port" set vdom "root" set ip 10.101.1.38 255.255.255.0 set allowaccess ping https ssh snmp set role lan set snmp-index 27 set interface "mgmt" set vlanid 11 next end
Forti600E_01 # sh sys ha config system ha set group-id 1 set group-name "HA" set mode a-a set password 0000 set hbdev "ha" 299 "port1" 100 set override disable set priority 150 end
==========
Please advice.
