Cisco Exam Questions

Which sequence of commands will configured RIPv2 on router B?

Refer to the exhibit. Router A has interfaces with addresses 192.168.1.1 and 172.16.1.1. Router B, which connected to router A over a serial link, has interfaces with 172.16.1.2 and 10.1.1.2.
Which sequence of commands will configured RIPv2 on router B?

A.
B(config)# router rip
B(config-router)# version 2
B(config-router)# network 172.16.0.0
B(config-router)# network 10.0.0.0
B(config-router)# end

B.
B(config)# router rip
B(config-router)# network 172.16.0.0
B(config-router)# network 10.0.0.0
B(config-router)# end

C.
B(config)# router rip
B(config-router)# version 2
B(config-router)# network 172.16.0.0
B(config-router)# network 192.168.1.0
B(config-router)# end

D.
B(config)# router rip version 2
B(config-router)# network 172.16.0.0
B(config-router)# network 10.0.0.0
B(config-router)# end