You are migrating existing Cisco 6500 Series devices to Cisco Nexus 7000 Series devices.
Which Cisco NX-OS configuration is equivalent to this Cisco IOS configuration?
interface Ethernet2/1
ip address 192.168.10.2 255.255.255.0
standby 0 ip 192.168.10.1
standby 0 priority 110
standby 0 preempt
A.
feature hsrp
interface ethernet 2/1
ip address 192.168.10.2/24
hsrp
ip 192.168.10.1
preempt
B.
feature-set hsrp
interface ethernet 2/1
ip address 192.168.10.2/24
hsrp ip 192.168.10.1
priority 110
preempt
C.
feature hsrp
interface ethernet 2/1
ip address 192.168.10.2/24
hsrp ip 192.168.10.1 priority 110
preempt
D.
feature hsrp
interface ethernet 2/1
ip address 192.168.10.2/24
standby 0 ip 192.168.10.1
standby 0 priority 110
standby 0 preempt
Explanation:
27