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

aliases (Virtual Chassis)

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
aliases {
    serial-number serial-number {
        alias-name alias-name;
    }
}

Hierarchy Level

content_copy zoom_out_map

Description

Optionally create an alias for a member switch in a Virtual Chassis or Virtual Chassis Fabric (VCF). You can more clearly identify the member switches in your Virtual Chassis or VCF by assigning text labels (alias names) to them, associating the alias name with member switch serial numbers. Aliases are for administrative purposes only and have no effect on member switch operations.

The show virtual-chassis command displays assigned alias names in the Alias-Name output field.

Options

serial-number

The permanent serial number for the member switch in the Virtual Chassis or VCF that you want to label with an alias name. Serial number values are case-sensitive.

The show virtual-chassis command displays the serial number for all members in the Virtual Chassis or VCF in the Serial No output field.

alias-name

The text label you want to assign to the member switch.

For example, if you configure alias name dc-floor-1 in a VCF for member switch 0 with serial number AB012345678 as follows:

content_copy zoom_out_map
[edit virtual-chassis aliases]
user@switch# set serial-number AB0123456789 alias-name dc-floor-1

then you’ll see the alias dc-floor-1 in the Alias-Name column in the output from the show virtual-chassis command:

show virtual-chassis

content_copy zoom_out_map
user@switch> show virtual-chassis
Preprovisioned Virtual Chassis Fabric
Fabric ID: 9d5d.5556.919a
Fabric Mode: Enabled
                                                                   Mstr            
Member ID  Status   Serial No      Alias-Name     Model            prio    Role
0 (FPC 0)  Prsnt    AB0123456789   dc-floor-1     qfx5100-48s-6q   129     Master   
.
.
.

Required Privilege Level

system—To view this statement in the configuration.system-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 14.1X53-D10.

footer-navigation