Supported Platforms
Related Documentation
- M, MX, PTX, QFX, T Series
- Format for Specifying Filenames and URLs in Junos OS CLI Commands in the Junos OS System Basics Configuration Guide
- MX Series
- Interchassis Redundancy and Virtual Chassis Overview
- Virtual Chassis Components Overview
Managing Files on Virtual Chassis Member Routers
In a Virtual Chassis configuration for MX Series 3D Universal Edge Routers, you can manage files on local and remote member routers by including a member specification in the following file operational commands:
file archive | file copy |
file checksum md5 | file delete |
file checksum sha1 | file list |
file checksum sha-256 | file rename |
file compare | file show |
The member specification identifies the specific Virtual Chassis member router and Routing Engine on which you want to manage files, and includes both of the following elements:
- The Virtual Chassis member ID (0 or 1)
- The Routing Engine slot number (re0 or re1)
To manage files on a specific member router and a specific Routing Engine in an MX Series Virtual Chassis:
- From operational mode, issue the file command
and Virtual Chassis member specification:
{master:member0-re0}
user@host> file option member(0 | 1)-re(0 | 1):command-option
For example, the following file list command uses the member1-re0 specification to display a list of the files in the /config directory on the Routing Engine in slot 0 (re0) in Virtual Chassis member 1. The router forwards the command from member 0, where it is issued, to member 1, and displays the results as if the command were processed on the local router.
{master:member0-re0}
user@host> file list member1-re0:/config
member1-re0: -------------------------------------------------------------------------- /config: .snap/ juniper.conf.1.gz juniper.conf.2.gz juniper.conf.3.gz juniper.conf.gz juniper.conf.md5 license/ license.old/ usage.db vchassis/
Related Documentation
- M, MX, PTX, QFX, T Series
- Format for Specifying Filenames and URLs in Junos OS CLI Commands in the Junos OS System Basics Configuration Guide
- MX Series
- Interchassis Redundancy and Virtual Chassis Overview
- Virtual Chassis Components Overview
Published: 2013-02-11
Supported Platforms
Related Documentation
- M, MX, PTX, QFX, T Series
- Format for Specifying Filenames and URLs in Junos OS CLI Commands in the Junos OS System Basics Configuration Guide
- MX Series
- Interchassis Redundancy and Virtual Chassis Overview
- Virtual Chassis Components Overview