NSX Advanced Load Balancer のデフォルトの動作は、構成されているすべてのデフォルト ゲートウェイを暗黙的にモニタリングすることです。多くのデフォルト ゲートウェイが構成されている場合、NSX Advanced Load Balancer とデフォルト ゲートウェイの間で複数の ICMP エコー要求/応答メッセージが送信される可能性があります。CLI コマンドを使用して、内部ゲートウェイ モニターを無効にし、内部ゲートウェイ モニターのデフォルト設定を変更できます。

内部ゲートウェイ モニターの無効化

NSX Advanced Load Balancer CLI にログインし、disable_gateway_monitor コマンドを使用して内部ゲートウェイ モニターを無効にします。次の例では、Default-Cloud という名前のクラウドの内部ゲートウェイ モニターが無効になります。

[admin: controller]: > terminal unhide
[admin: controller]: >
[admin: controller]: >
[admin: controller]: > configure vrfcontext global
Multiple objects found for this query.
[0]: vrfcontext-72421d6e-1665-43aa-ae1e-b7147c3bfe52#global in tenant admin, Cloud MyLinux
[1]: vrfcontext-108b944e-c2f6-497b-a20c-6d302a84a046#global in tenant admin, Cloud Default-Cloud
Select one: 1
Updating an existing object. Currently, the object is:
-----------------------------------------------------------------+
Field	Value
-----------------------------------------------------------------+
uuid	vrfcontext-108b944e-c2f6-497b-a20c-6d302a84a046
name	global
static_routes[1]	 
prefix	10.70.45.195/32
next_hop	10.70.45.1
route_id	1
system_default	True
tenant_ref	admin
cloud_ref	Default-Cloud
-----------------------------------------------------------------+
[admin: controller]: vrfcontext>
[admin: controller]: vrfcontext> internal_gateway_monitor
[admin: controller]: vrfcontext:internal_gateway_monitor> disable_gateway_monitor
[admin: controller]: vrfcontext:internal_gateway_monitor> save

内部ゲートウェイ モニターを無効にした後、show vrfcontext global コマンドを使用して変更を確認します。disable-gateway-monitor フラグの値が true に変更されました。

[admin: controller]: vrfcontext> show vrf
[admin: controller]: vrfcontext> where
Tenant: admin
--------------------------------------------------------------------------+
Field	Value
--------------------------------------------------------------------------+
uuid	vrfcontext-108b944e-c2f6-497b-a20c-6d302a84a046
name	global
static_routes[1]	 
prefix	10.70.45.195/32
next_hop	10.70.45.1
route_id	1
system_default	True
internal_gateway_monitor	 
disable_gateway_monitor	True
tenant_ref	admin
cloud_ref	Default-Cloud
--------------------------------------------------------------------------+
[admin: controller: vrfcontext> save

内部ゲートウェイ モニターのデフォルト設定の変更

configure vrfcontext global コマンドを使用して、内部ゲートウェイ モニターのデフォルト設定を変更します。

CLI を使用して、内部ゲートウェイ モニターの次の設定のデフォルト値を変更できます。

  • ゲートウェイ モニターのモニタリング間隔

  • ゲートウェイ モニターの失敗しきい値

  • ゲートウェイ モニターの成功しきい値

[admin:controller]: >
[admin:controller]: > configure vrfcontext global
Multiple objects found for this query.
[0]: vrfcontext-72421d6e-1665-43aa-ae1e-b7147c3bfe52#global in tenant admin, Cloud MyLinux
[1]: vrfcontext-108b944e-c2f6-497b-a20c-6d302a84a046#global in tenant admin, Cloud Default-Cloud
Select one: 1
Updating an existing object. Currently, the object is:
------------------------------------------------------------------------------------+
Field	Value
------------------------------------------------------------------------------------+
uuid	vrfcontext-108b944e-c2f6-497b-a20c-6d302a84a046
name	global
static_routes[1]	 
prefix	10.70.45.195/32
next_hop	10.70.45.1
route_id	1
system_default	True
internal_gateway_monitor	 
gateway_monitor_interval	1000 milliseconds
gateway_monitor_failure_threshold	10
gateway_monitor_success_threshold	15
disable_gateway_monitor	True
tenant_ref	admin
cloud_ref	Default-Cloud
------------------------------------------------------------------------------------+
[admin:controller]: vrfcontext>
[admin:controller]: vrfcontext> internal_gateway_monitor
[admin:controller]: vrfcontext:internal_gateway_monitor> gateway_monitor_interval 2000
Overwriting the previously entered value for gateway_monitor_interval
[admin:controller]: vrfcontext:internal_gateway_monitor> gateway_monitor_failure_threshold 20
Overwriting the previously entered value for gateway_monitor_failure_threshold
[admin:controller]: vrfcontext:internal_gateway_monitor> gateway_monitor_success_threshold 20
Overwriting the previously entered value for gateway_monitor_success_threshold
[admin:controller]: vrfcontext:internal_gateway_monitor>
[admin:controller]: vrfcontext:internal_gateway_monitor>
[admin:controller]: vrfcontext:internal_gateway_monitor> where
Tenant: admin
----------------------------------------------------+
Field	Value
----------------------------------------------------+
gateway_monitor_interval	2000 milliseconds
gateway_monitor_failure_threshold	20
gateway_monitor_success_threshold	20
disable_gateway_monitor	True
----------------------------------------------------+
[admin:controller]: vrfcontext:internal_gateway_monitor> save
[admin:controller]: vrfcontext> save