Which command verifies that IP routing is enabled on interfaces and the local VLANs are up?

While you were troubleshooting a connection issue, a ping from one VLAN to another VLAN on the same switch failed. Which command verifies that IP routing is enabled on interfaces and the local VLANs are up?
A. show ip interface brief
B. show ip nat statistics
C. show ip statistics
D. show ip route

cisco-exams

2 thoughts on “Which command verifies that IP routing is enabled on interfaces and the local VLANs are up?

  1. The question clearly states you are running the commands on a switch.

    show ip int brief will show the IP address of a VLAN, Status and Protocol.

    IOU1#sh ip int brief
    Interface IP-Address OK? Method Status Protocol
    Ethernet3/0 unassigned YES unset up up
    Ethernet3/1 unassigned YES unset up up
    Ethernet3/2 unassigned YES unset up up
    Ethernet3/3 unassigned YES unset up up
    Vlan1 192.168.0.1 YES manual up up

    IOU1#sh ip route
    Default gateway is not set

    Host Gateway Last Use Total Uses Interface
    ICMP redirect cache is empty

    So is ‘A’ is correct

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.