| Exam 200-150 | Question id=4442 | Advanced Data Center Networking Concepts |
VLAN 10 is assigned IP address 10.1.1.1 with subnet mask 255.255.255.0.
Which configuration is used to route the IP subnet but not form OSPF neighbors on a Cisco Nexus 7000 switch?
| A. |
feature ospf
!
interface Vlan10
ip address 10.1.1.1/24
no shutdown
ip router ospf 1
ip passive-interface ospf 1
!
router ospf 1
| |
| B. |
feature ospf
!
interface Vlan10
ip address 10.1.1.1/24
no shuldown
!
router ospf 1
passive-interface default
no ip passive-interface Vlan10
| |
| C. |
feature ospf
!
interface Vlan10
ip address 10.1.1.1/24
no shutdown
!
router ospf 1
ip passive-interface Vlan10
| |
| D. |
feature ospf
!
interface Vlan10
ip address 10.1.1.1/24
no shutdown
ip router ospf 1
!
router ospf 1
|