Refer to the exhibit.
Which Cisco ASA configuration has the minimum number of the required configuration commands to enable the Cisco ASA appliance to establish EIGRP
neighborship with its two neighboring routers?

A.
router eigrp 1
network 10.0.0.0 255.0.0.0
B.
router eigrp 1
network 10.0.0.0 255.0.0.0
network 192.168.1.0 255.255.255.0
network 192.168.2.0 255.255.255.0
C.
router eigrp 1
network 10.1.1.0 255.255.255.0
network 10.2.2.0 255.255.255.0
D.
router eigrp 1
network 10.1.1.0 255.255.255.0
network 10.2.2.0 255.255.255.0
network 192.168.1.0 255.255.255.0
network 192.168.2.0 255.255.255.0
E.
router eigrp 1
network 0.0.0.0 255.255.255.255
Explanation:
http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a008086eb d2.shtml
EIGRP Configuration – the CLI configuration is very similar to the !Cisco IOS router EIGRP configuration.