Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
martyyy
New Contributor III

Need guidance on how to create dedicated HA management port for HA cluster memebers

Hi,

 

I was trying to create dedicated HA management port for the firewall cluster but "mgmt" wasn't listed as option under HA config. Could you please advice if i have missed any configuration here.

# show
config system interface
edit "mgmt"
set vdom "root"
set ip x.x.x.x x.x.x.x
set allowaccess ping https ssh snmp fgfm
set type physical
set dedicated-to management
set role lan
set snmp-index 2
next
end

FW01 (mgmt) # end
FW01 (global) # config system ha
FW01 (ha) # set ha-mgmt-status enable
FW01 (ha) # config ha-mgmt-interfaces
FW01 (ha-mgmt-interfaces) # edit 1
new entry '1' added

# set interface
<string> please input string value
ha interface
npu0_vlink0 interface
npu0_vlink1 interface
port1 interface
port2 interface
port3 interface
port4 interface
port5 interface
port6 interface
port7 interface
port8 interface
port9 interface
port10 interface
port11 interface
port12 interface
x1 interface
x2 interface

# set interface mgmt
node_check_object fail! for interface mgmt


Appreciate your response. TIA :) 

2 Solutions
kwcheng__FTNT

Hi

 

I would think the configuration sequence is not correct.

Try to configure or reset the configuration of mgmt port the same as the rest of the ports like port1-12.

Consider to add the "dedicated" option after you successfully use it under HA config.

 

Regards

Patrick

 

Do you need to configure a static route when passing an apple from left hand to right hand?

View solution in original post

dingjerry_FTNT

Hi @martyyy ,

 

The "mgmt" interface must be used somewhere. 

 

You may backup the FGT config and open it using. like Notepad++, then search with "mgmt".  Yes, with the double quotation marks.

Regards,

Jerry

View solution in original post

5 REPLIES 5
kwcheng__FTNT

Hi

 

I would think the configuration sequence is not correct.

Try to configure or reset the configuration of mgmt port the same as the rest of the ports like port1-12.

Consider to add the "dedicated" option after you successfully use it under HA config.

 

Regards

Patrick

 

Do you need to configure a static route when passing an apple from left hand to right hand?
martyyy

Hi @kwcheng__FTNT ,

Thanks for the information shared.Interface was used in static route and after I removed it from that static routes , the interface was appeared  as an option.Just to confirm, if we are creating a direct management access to each individual cluster unit, we need a separate/unused interface , is that correct ?

Thank you!

dingjerry_FTNT

Hi @martyyy ,

 

Correct, the interface has to be unused if you want to use it for the HA management interface.

Regards,

Jerry
dingjerry_FTNT

Hi @martyyy ,

 

The "mgmt" interface must be used somewhere. 

 

You may backup the FGT config and open it using. like Notepad++, then search with "mgmt".  Yes, with the double quotation marks.

Regards,

Jerry
martyyy

Hi @dingjerry_FTNT 

Thanks for the information shared.Interface was used in static route and after I removed it from that static routes , the interface was appeared  as an option.Just to confirm, if we are creating a direct management access to each individual cluster unit, we need a separate/unused interface , is that correct ?

Thank you!

Announcements

Select Forum Responses to become Knowledge Articles!

Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.

Labels
Top Kudoed Authors