Exam 350-401 | Question id=5626 | Infrastructure |
Refer to the exhibit.
R1:
vrf definition bank
!
address-family ipv4
exit-address-family
R2:
vrf definition hotel
address-family ipv4
exit-address-family
vrf definition bank
address-family ipv4
exit-address-family
interface Ethernet0/0
vrf forwarding bank
ip address 172.16.0.4 255.255.0.0
interface Ethernet0/1
vef forwarding hotel
ip address 172.1.0.5 255.255.0.0
router ospf 42 vrf bank
router-id 1.1.1.1
network 172.16.0.0 0.0.255.255 area 0
router ospf 43 vrf hotel
router-id 3.3.3.3
network 172.16.0.0 0.0.255.255 area 0
Which configuration must be applied to R1 to enable R1 to reach the server at 172.16.0.1?
A. |
interface Ethernet0/0
ip address 172.16.0.7 255.255.0.0
!
router ospf 44 vrf bank
network 172.16.0.0 255.255.0.0
| |
B. |
interface Ethernet0/0
vrf forwarding hotel
ip address 172.16.0.7 255.255.0.0
!
router ospf 44 vrf Hotel
network 172.16.0.0 0.0.255.255 area 0
| |
C. |
interface Ethernet0/0
vrf forwarding bank
ip address 172.16.0.7 255.255.0.0
!
router ospf 44 vrf bank
network 172.16.0.0 0.0.255.255 area 0
| |
D. |
interface Ethernet0/0
ip address 172.16.0.7 255.255.0.0
!
router ospf 44 vrf hotel
network 172.16.0.0 255.255.0.0
|