Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

show virtual-chassis vc-port (MX Series Virtual Chassis)

Syntax

show virtual-chassis vc-port<(all-members | local | member member-id)>

Release Information

Command introduced in Junos OS Release 11.2.

Description

Display the operational status of the Virtual Chassis ports for both member routers or for a specified member router in an MX Series Virtual Chassis configuration. You can issue the show virtual-chassis vc-port command from the console of either member router in the Virtual Chassis.

Options

all-members

(Optional) Display the operational status of the Virtual Chassis ports for both member routers in a Virtual Chassis configuration.

local

(Optional) Display the operational status of the Virtual Chassis ports on the member router on which you are issuing the command. This is the default behavior if no options are specified.

member member-id

(Optional) Display the operational status of the Virtual Chassis ports on the specified member router. Replace member-id with the value 0 or 1.

Required Privilege Level

view

List of Sample Output

show virtual-chassis vc-port all-members
show virtual-chassis vc-port local
show virtual-chassis vc-port member 0

Output Fields

Table 1 lists the output fields for the show virtual-chassis vc-port command. Output fields are listed in the approximate order in which they appear.

Table 1: show virtual-chassis vc-port Output Fields

Field Name

Field Description

membern

Member ID of the Virtual Chassis member router for which output is displayed.

Interface or Slot/PIC/Port

Location, in the format slot/pic/port, of the Virtual Chassis ports configured on the member router.

Type

Type of Virtual Chassis port. Configured indicates that the Virtual Chassis port is properly configured.

Trunk ID

Trunk ID value assigned to a link aggregation group (LAG) formed by the Virtual Chassis. A positive number indicates that a trunk exists. The value -1 indicates that a trunk is not present.

Status

State of the Virtual Chassis port interface: Up, Down, or Absent.

Speed (mbps)

Speed, in megabits per second, of the Virtual Chassis port interface.

Neighbor
ID Interface

Member IDs and Virtual Chassis port interfaces ( in vcp-slot/pic/port format) that are connected to this member router.

Sample Output

show virtual-chassis vc-port all-members

{master:member1-re0}
user@host> show virtual-chassis vc-port all-members
member0:
--------------------------------------------------------------------------
Interface       Type              Trunk  Status       Speed        Neighbor
or                                 ID                 (mbps)       ID  Interface
Slot/PIC/Port
5/0/0           Configured         -1    Up           10000        1   vcp-1/3/0
 
member1:
--------------------------------------------------------------------------
Interface       Type              Trunk  Status       Speed        Neighbor
or                                 ID                 (mbps)       ID  Interface
Slot/PIC/Port
1/3/0           Configured         -1    Up           10000        0   vcp-5/0/0

show virtual-chassis vc-port local

{master:member1-re0}
user@host> show virtual-chassis vc-port local
Interface       Type              Trunk  Status       Speed        Neighbor
or                                 ID                 (mbps)       ID  Interface
Slot/PIC/Port
1/3/0           Configured         -1    Up           10000        0   vcp-5/0/0

show virtual-chassis vc-port member 0

{master:member1-re0}
user@host> show virtual-chassis vc-port member 0
member0:
--------------------------------------------------------------------------
Interface       Type              Trunk  Status       Speed        Neighbor
or                                 ID                 (mbps)       ID  Interface
Slot/PIC/Port
5/0/0           Configured         -1    Up           10000        1   vcp-1/3/0

Published: 2013-03-14