Juniper VRRP

Příklad :
vlan-id 4000;
family inet {
    address 192.0.2.2/24 {
        vrrp-group 2 {
            virtual-address 192.0.2.1;
            accept-data; 
            authentication-type simple;
            authentication-key "$9$AR0w0RcrevL"; ## SECRET-DATA
        }
    }
}
Popis: