You are managing a Juniper EX4300 switch that serves as a Layer 3 access switch for a campus network. The switch has multiple VLANs configured with IRB interfaces. Users in VLAN 10 report that they cannot reach the default gateway (IRB.10) even though other VLANs are working fine. You check the configuration and see that interface irb.10 is configured with an IP address. You also verify that the VLAN is associated with the correct access ports. However, when you ping the IRB.10 address from the switch itself, it fails. You suspect that the issue might be that the IRB interface is not 'up'. Which command would you use to quickly verify the operational status of the IRB interface?
Shows operational status of the IRB interface.
Why this answer
Option A is correct because `show interfaces terse irb.10` displays the operational status (up/down) of the IRB interface along with its configured IP address. Since the issue is that the IRB interface may not be 'up', this command quickly confirms whether the interface is operationally active, which is essential for Layer 3 forwarding.
Exam trap
The trap here is that candidates often check the configuration (`show configuration`) assuming it reflects the operational state, but Junos separates configuration from operational status, so a correctly configured IRB can still be down due to missing VLAN association or no active member ports.
How to eliminate wrong answers
Option B is wrong because `show ethernet-switching table` displays MAC address-to-VLAN mappings for Layer 2 forwarding, not the operational status of IRB interfaces. Option C is wrong because `show configuration interfaces irb.10` only shows the configured (intended) settings, not the current operational state; the interface could be configured but still down. Option D is wrong because `show vlan` displays VLAN membership and associated interfaces but does not show the operational status of IRB interfaces or their IP addresses.