show vrf

Syntax

show vrf <VRF-NAME>

show vrf

Description

Displays the status and attached interfaces for the specified VRF instance.

The show vrf command shows this information for all the VRFs.

Command context

Operator (>) or Manager (#)

Parameters

<VRF-NAME>

Specifies the VRF name. Length: Up to 32 alphanumeric characters.

Authority

Operators or Administrators or local user group members with execution rights for this command. Operators can execute this command from the operator context (>) only.

Examples

Showing VRF information for the test VRF:

switch# show vrf test
VRF Configuration:
------------------
VRF Name   : test
        Interfaces             Status
        -----------------------------
        1/1/29                   up
        1/1/30                   up
Showing VRF information for all VRFs:
switch# show vrf
VRF Configuration:
------------------
VRF Name   : default
        Interfaces             Status
        -----------------------------

VRF Name   : red
        Interfaces             Status
        -----------------------------
        1/1/32                   up

VRF Name   : test
        Interfaces             Status
        -----------------------------
        1/1/29                   up
        1/1/30                   up