2016/02/23 EdgeMAX シリーズのファームウェア v1.8.0 がリリースされました。
詳細はこちら をご覧下さい。
「コマンド > configure > load-balance」の版間の差分
ナビゲーションに移動
検索に移動
細 (→関連項目) |
細編集の要約なし |
||
99行目: | 99行目: | ||
[[Category:(管理用:コマンド v1.25)]] | [[Category:(管理用:コマンド v1.25)]] | ||
[[Category:(管理用:作成中)]] | [[Category:(管理用:作成中)]] | ||
[[Category:(管理用:解説:未完了)]] | |||
[[Category:(管理用:コマンドリファレンス:完了)]] |
2015年12月20日 (日) 13:11時点における最新版
このページの概要
当ページでは、Configure モード 設定編集系 コマンドで、load-balance を利用する方法をご紹介します。
解説
- load-balance は、設定要素の一つであり、以下の形式で実行します。
- どの設定要素に対して、どの設定編集系コマンドを利用できるかについては、コマンド > configure > 設定要素・設定編集コマンド対応一覧 をご覧下さい。
load-balance のパラメーター
index
- set load-balance group {Load Balancing グループ エントリ名}
- Load Balance
- load-balance group {Load Balancing グループ エントリ名} interface {interface}
- WAN interface to load balance
- load-balance group {Load Balancing グループ エントリ名} sticky
- Sticky settings for the group
- load-balance group {Load Balancing グループ エントリ名} sticky {path}
- Script to run on VRRP state-transition to master. Script in /config/scripts
load-balance group {Load Balancing グループ エントリ名} interface {interface}
- set load-balance group {Load Balancing グループ エントリ名} interface {interface}
- WAN interface to load balance
set load-balance group {Load Balancing グループ エントリ名} interface {interface} failover-only
- Only this interface if the other fails
- set load-balance group {Load Balancing グループ エントリ名} interface {interface} route
- Route options
set load-balance group {Load Balancing グループ エントリ名} interface {interface} route default
- Default gateway
set load-balance group {Load Balancing グループ エントリ名} interface {interface} route table {1-200}
- Policy route table number
- set load-balance group {Load Balancing グループ エントリ名} interface {interface} route-test
- Load-balance route-test options
- set load-balance group {Load Balancing グループ エントリ名} interface {interface} route-test count
- load-balance counts
set load-balance group {Load Balancing グループ エントリ名} interface {interface} route-test count failure
- Failures before link down (default : 3)
set load-balance group {Load Balancing グループ エントリ名} interface {interface} route-test count success
- Successful pings before link is deamed reachable (default : 3)
set load-balance group {Load Balancing グループ エントリ名} interface {interface} route-test initial-delay {1-65535}
- Ping start delay (default : 60)
set load-balance group {Load Balancing グループ エントリ名} interface {interface} route-test interval {1-65535}
- Interval between pings (default : 10)
- set load-balance group {Load Balancing グループ エントリ名} interface {interface} route-test type
- Type of route-test
set load-balance group {Load Balancing グループ エントリ名} interface {interface} route-test type default
- Ping the system default
set load-balance group {Load Balancing グループ エントリ名} interface {interface} route-test type ping target {IPv4/v6 アドレス}
- Ping options
set load-balance group {Load Balancing グループ エントリ名} interface {interface} route-test type script {path}
- Script options. Path to an executable script/program.
set load-balance group {Load Balancing グループ エントリ名} interface {interface} weight {0-100}
- Relative weight of this interface
load-balance group {Load Balancing グループ エントリ名} sticky
- set load-balance group {Load Balancing グループ エントリ名} sticky
- Sticky settings for the group
set load-balance group {Load Balancing グループ エントリ名} sticky dest-addr { enable | disable }
- Enable/disable "sticky" using destination IP address of connections
set load-balance group {Load Balancing グループ エントリ名} sticky dest-port { enable | disable }
- Enable/disable "sticky" using destination port of connections
set load-balance group {Load Balancing グループ エントリ名} sticky proto { enable | disable }
- Enable/disable "sticky" using protocol of connections
set load-balance group {Load Balancing グループ エントリ名} sticky source-addr { enable | disable }
- Enable/disable "sticky" using source IP address of connections
set load-balance group {Load Balancing グループ エントリ名} sticky source-port { enable | disable }
- Enable/disable "sticky" using source port of connections
load-balance group {Load Balancing グループ エントリ名} transition-script {path}
set load-balance group {Load Balancing グループ エントリ名} transition-script {path}
- Script to run on VRRP state-transition to master. Script in /config/scripts
関連項目
凡例
「★」は、不明であることを表しています。
注意事項
動作の確認は、EdgeRouter X : ER-X にて行っています。 他のモデルでは、一部動作が異なる可能性があります。