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 active-topology (MX Series Virtual Chassis)

date_range 19-Nov-23

Syntax

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

Description

Display information about neighbor reachability from each member router in an MX Series Virtual Chassis configuration. You can issue the show virtual-chassis active-topology command from the console of either member router in the Virtual Chassis.

Options

all-members

(Optional) Display neighbor reachability information for both member routers in a Virtual Chassis configuration. This is the default behavior if no options are specified.

local

(Optional) Display neighbor reachability information for the member router on which you are issuing the command.

member member-id

(Optional) Display neighbor reachability information for the specified Virtual Chassis 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 active-topology command. Output fields are listed in the approximate order in which they appear.

Table 1: show virtual-chassis active-topology Output Fields

Field Name

Field Description

membern

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

Destination ID

Member ID of the destination (neighbor) router.

Next-hop

Member ID and Virtual Chassis port interface (in the format vcp-slot/pic/port.logical-unit-number) of the next-hop to which the router forwards packets for the destination ID.

Sample Output

show virtual-chassis active-topology all-members

content_copy zoom_out_map
{master:member0-re0}
user@host> show virtual-chassis active-topology all-members
member0:
--------------------------------------------------------------------------
  Destination ID        Next-hop
 
  1                    1(vcp-5/0/0.32768)
 
member1:
--------------------------------------------------------------------------
  Destination ID        Next-hop
 
  0                    0(vcp-1/3/0.32768)

show virtual-chassis active-topology local

content_copy zoom_out_map
{master:member0-re0}
user@host> show virtual-chassis active-topology local

  Destination ID        Next-hop
 
  1                    1(vcp-5/0/0.32768)

show virtual-chassis active-topology member 1

content_copy zoom_out_map
{master:member0-re0}
user@host> show virtual-chassis active-topology member 1
member1:
--------------------------------------------------------------------------
  Destination ID        Next-hop
 
  0                    0(vcp-1/3/0.32768)

Release Information

Command introduced in Junos OS Release 11.2.

footer-navigation