Which configuration allows the virtual IP address to respond to pings?

Which configuration allows the virtual IP address to respond to pings?

Which configuration allows the virtual IP address to respond to pings?

A.
[edit interfaces fe-0/0/0 unit 50 family inet address 192.168.0.12/24]
user@RouterA# show
vrrp-group 50 {
virtual-address 192.168.0.1;
fast-interval 250;
preempt;
accept-data;
}

B.
[edit interfaces fe-0/0/0 unit 50 family inet address 192.168.0.12/24]
user@RouterA# show
vrrp-group 50 {
virtual-address 192.168.0.1;
fast-interval 250;
no-preempt;
no-accept-data;
}

C.
[edit interfaces fe-0/0/0 unit 50 family inet address 192.168.0.12/24]
user@RouterA# show
vrrp-group 50 {
virtual-address 192.168.0.1;
fast-interval 250;
accept-icmp;
}

D.
[edit interfaces fe-0/0/0 unit 50 family inet address 192.168.0.12/24]
user@RouterA# show
vrrp-group 50 {

virtual-address 192.168.0.1;
priority 220;
advertise-interval 10;
preempt;
accept-packets;
}



Leave a Reply 0

Your email address will not be published. Required fields are marked *