From 3dba2d13e6ba7ced2a032b9fbb98984a44370f5f Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Fri, 27 Jul 2018 01:17:25 +0200 Subject: T666, T616: new implementation of the VRRP CLI. --- op-mode-definitions/vrrp.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 op-mode-definitions/vrrp.xml (limited to 'op-mode-definitions/vrrp.xml') diff --git a/op-mode-definitions/vrrp.xml b/op-mode-definitions/vrrp.xml new file mode 100644 index 000000000..856fb440d --- /dev/null +++ b/op-mode-definitions/vrrp.xml @@ -0,0 +1,37 @@ + + + + + + + Show VRRP (Virtual Router Redundancy Protocol) information + + sudo ${vyos_op_scripts_dir}/vrrp.py --summary + + + + Show VRRP statistics + + sudo ${vyos_op_scripts_dir}/vrrp.py --statistics + + + + Show detailed VRRP state information + + sudo ${vyos_op_scripts_dir}/vrrp.py --data + + + + + + + + + + Restart the VRRP (Virtual Router Redundancy Protocol) process + + sudo systemctl restart keepalived.service + + + + -- cgit v1.2.3