Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

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

date_range 19-Nov-23

Syntax

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

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

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—The port interface is up.

  • Up (Resync-not-set)—The port interface is up but the packet forwarding engine is not ready for forwarding.

  • Down—The port interface is down.

  • Absent—The port interface is 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

content_copy zoom_out_map
{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

content_copy zoom_out_map
{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

content_copy zoom_out_map
{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

show virtual-chassis vc-port (Packet Forwarding Engine is not Ready)

content_copy zoom_out_map
{master:member1-re0}
user@host> show virtual-chassis vc-port 
member1:
------------------------------------------------------------------------—
Interface      Type      	Trunk 	Status   										Speed     Neighbor
or                       	ID             		 								(mbps)    ID  Interface
Slot/PIC/Port
3/0/2          Configured 	-1   	 Up 	   									10000      1   vcp-1/1/4
3/0/3          Configured 	-1   	 Up (Resync-not-set) 	 10000     1   vcp-1/1/0

Release Information

Command introduced in Junos OS Release 11.2.

footer-navigation