A network administrator configures an ArubaOS-CX switch for OSPF. The administrator wants to advertise the network associated with interface 1/1/5 into OSPF, but prevent the switch from forming OSPF adjacencies on that interface. Which command sequence achieves this goal?
-
A
switch(config)# router ospf 1
switch(config-ospf-1)# passive-interface 1/1/5
-
B
switch(config)# interface 1/1/5
switch(config-if)# ip ospf passive
-
C
switch(config)# router ospf 1
switch(config-ospf-1)# passive-interface default
-
D
switch(config)# interface 1/1/5
switch(config-if)# ip ospf shutdown