-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathuser_data_passive.conf
62 lines (62 loc) · 1.17 KB
/
user_data_passive.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
config system global
set hostname IBM-HA-PASSIVE
end
config system interface
edit port1
set alias public
set mode dhcp
set allowaccess ping https ssh fgfm
set mtu-override enable
next
edit port2
set mode static
set ip ${fgt_2_static_port2} ${netmask}
set allowaccess ping https ssh fgfm
set mtu-override enable
next
edit port3
set mode static
set ip ${fgt_2_static_port3} ${netmask}
set allowaccess ping https ssh fgfm
set mtu-override enable
next
edit port4
set mode static
set ip ${fgt_2_static_port4} ${netmask}
set allowaccess ping https ssh fgfm
set mtu-override enable
next
end
config system ha
set group-name "IBM-HA"
set mode a-p
set hbdev "port3" 100
set session-pickup enable
set ha-mgmt-status enable
set password ${ha_password}
config ha-mgmt-interfaces
edit 1
set interface "port4"
set gateway ${fgt2_port_4_mgmt_gateway}
next
end
set override disable
set priority 25
set unicast-hb enable
set unicast-hb-peerip ${fgt_1_static_port3}
end
config system sdn-connector
edit "ibm-ha"
set status enable
set ha-status enable
set type ibm
set api-key ${ibm_api_key}
set ibm-region ${region}
set update-interval 60
next
end
config system vdom-exception
edit 1
set object system.interface
next
end