nerdexam
Cisco

350-401 · Question #699

Refer to the exhibit. A network engineer checks connectivity between two routers. The engineer can ping the remote endpoint but cannot see an ARP entry. Why is there no ARP entry?

The correct answer is B. Interface FastEthernet0/0 Is configured in VRF CUST-A, so the ARP entry is also in that VRF.. When an interface is part of a Virtual Routing and Forwarding (VRF) instance, its associated ARP entries are isolated to that specific VRF, preventing them from appearing in the global ARP table.

Submitted by daniela_cl· Mar 6, 2026Infrastructure

Question

Refer to the exhibit. A network engineer checks connectivity between two routers. The engineer can ping the remote endpoint but cannot see an ARP entry. Why is there no ARP entry?

Exhibits

350-401 question #699 exhibit 1
350-401 question #699 exhibit 2

Options

  • AThe ping command must be executed in the global routing table.
  • BInterface FastEthernet0/0 Is configured in VRF CUST-A, so the ARP entry is also in that VRF.
  • CWhen VRFs are used. ARP protocol must be enabled In each VRF.
  • DWhen VRFs are used. ARP protocol is disabled in the global routing table.

How the community answered

(53 responses)
  • A
    19% (10)
  • B
    64% (34)
  • C
    6% (3)
  • D
    11% (6)

Why each option

When an interface is part of a Virtual Routing and Forwarding (VRF) instance, its associated ARP entries are isolated to that specific VRF, preventing them from appearing in the global ARP table.

AThe ping command must be executed in the global routing table.

The ping command can be executed successfully within a VRF context; the issue is with the visibility of the ARP entry in the global table, not the command's execution itself.

BInterface FastEthernet0/0 Is configured in VRF CUST-A, so the ARP entry is also in that VRF.Correct

Virtual Routing and Forwarding (VRF) instances create isolated routing and forwarding tables on a single router. If FastEthernet0/0 is configured within VRF CUST-A, all network operations, including the Address Resolution Protocol (ARP) table, are logically separated and belong exclusively to that VRF, hence the ARP entry would only be discoverable within the CUST-A VRF context.

CWhen VRFs are used. ARP protocol must be enabled In each VRF.

ARP protocol is a fundamental aspect of IP communication on a local segment and functions automatically within each VRF without requiring explicit enabling per VRF.

DWhen VRFs are used. ARP protocol is disabled in the global routing table.

The ARP protocol is not disabled in the global routing table when VRFs are used; it continues to operate normally for interfaces assigned to the global routing table.

Concept tested: VRF ARP table isolation

Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipapp_vrf/configuration/15-mt/ivr-15-mt-book/ivr-cfg.html

Topics

#VRF#ARP protocol#Routing contexts#Network troubleshooting

Community Discussion

No community discussion yet for this question.

Full 350-401 Practice