Your OSPF router has one serial interface, and one Ethernet LAN interface. The subinterface is configured in the following manner:
interface serial 0.122 point-to-point
ip address 192.168.1.1 255.255.255.0
encapsulation frame-relay
frame-relay interface-dlci 122
Your want to allow hosts on your LAN to send and receive data, but you don.t want routing traffic to go through that interface. Which of the following commands should you use to complete your configuration?
A. interface serial 0.122 point-to-point
passive-interface ethernet 0
B. interface ethernet 0
ip address 192.168.12.1 255.255.255.0
passive-interface
C. router ospf 172
area 1 nssa
network 192.168.1.0 0.0.0.255 area 0
network 192.168.12.0 0.0.0.255 area 1
D. router ospf 172
passive-interface ethernet 0
network 192.168.1.0 0.0.0.255 area 0
network 192.168.12.0 0.0.0.255 area 1