Question

Which command configures an interface to enable HSRP with the virtual router IP address 10.1.1.10?
Group of answer choices

standby 1 hsrp ip 10.1.1.10

standby 1 ip 10.1.1.10

ip hsrp 1 standby 10.1.1.10

hsrp 1 ip 10.1.1.10

Answers

GPT-4o mini
The correct command to configure an interface to enable HSRP (Hot Standby Router Protocol) with the virtual router IP address 10.1.1.10 is:

```
standby 1 ip 10.1.1.10
```

This command is entered in interface configuration mode, and it's used to define the virtual IP address that HSRP will use.

Related Questions