VyattaのHA構成の備忘録。
(vRouter 5600)
具体的にはconfig-syncで同期する対象を選択する点。
こんな設定になるんだけれども,
set system config-sync remote-router A.A.A.A password 'xxx'
set system config-sync remote-router A.A.A.A sync-map 'SYNC'
set system config-sync remote-router A.A.A.A username 'vyatta'
set system config-sync sync-map SYNC rule 1 action 'include'
set system config-sync sync-map SYNC rule 1 location 'ここ'
この「ここ」としているところで, 同期対象のConfig-treeを指定する。
具体的にはshow configuration comma で表示される内容の「set」以降の, ターゲットとしたい部分を記述すればOK。
ルーティング部分を同期対象としたければ
set system config-sync sync-map SYNC rule 1 location 'protocols'
スタティックルートに限定したければ
set system config-sync sync-map SYNC rule 1 location 'protocols static'
中々便利ね。