CLI Operational Mode Overview
In operational mode, you can use Junos OS CLI commands to monitor and
troubleshoot a device. The monitor
, ping
,
show
, test
, and traceroute
commands enable you to display information and test network connectivity for the device.
CLI Operational Mode Command Overview
You (the network administrator) can control all network operations using the Junos OS CLI operational mode commands described in this topic.
CLI Operational Mode Command Categories
CLI operational mode commands fall into the following broad categories:
-
Operational mode commands for monitoring and troubleshooting—The following commands perform functions related to information and statistics about the software and to test network connectivity.
-
clear
—Clear statistics and protocol database information. -
file
—Perform file operations. -
mtrace
—Trace a multicast path from source to receiver. -
monitor
—Perform real-time debugging of various software components, including the routing protocols and interfaces. -
ping
—Determine the reachability of a remote network host. -
show
—Display the current configuration and information about interfaces, routing protocols, routing tables, routing policy filters, system alarms, and the chassis. -
test
—Test the configuration and application of policy filters and autonomous system (AS) path regular expressions. -
traceroute
—Trace the route to a remote network host.
-
-
Commands for restarting software processes—The commands in the
restart
hierarchy restart the various system processes, including the routing protocol, interface, and SNMP. -
A command—
request
—Perform system-level operations, including stopping and rebooting the router or switch and loading operating system images. -
A command—
start
—Exit the CLI and start a UNIX shell. -
A command—
configure
—Enter configuration mode, which provides a series of commands that configure the system, including the routing protocols, interfaces, network management, and user access.
For more information about the CLI operational mode commands, see the CLI
Explorer. Alternatively, you can enter ?
at the operational mode
command prompt to view a list of available commands.
Commonly Used Operational Mode Commands
The following table lists some operational commands you may find useful for monitoring router or switch operation.
Items to Check |
Description |
Command |
---|---|---|
Software version |
Versions of software running on the router or switch |
|
Log files |
Contents of the log files |
|
Log files and their contents and recent user logins |
|
|
Remote systems |
Host reachability and network connectivity |
|
The route to a network system |
|
|
Configuration |
Current system configuration |
|
File manipulation |
List of files and directories on the router or switch |
|
Contents of a file |
|
|
Interface information |
Detailed information about interfaces |
|
Chassis |
Chassis alarm status |
|
Information currently on craft display |
|
|
Router or switch environment information |
|
|
Hardware inventory |
|
|
Routing table information |
Information about entries in the routing tables |
|
Forwarding table information |
Information about data in the kernel’s forwarding table |
|
Display Options of the show Command—An Overview
—
The show
command can include brief
,
detail
, extensive
, or terse
options. You
can use these and other options to control the amount and type of information to view.
-
At any point in the CLI, you can enter the
?
character to view all the currently available options. For example:user@host>
show interfaces fe-1/1/1 ?
Possible completions: <[Enter]> Execute this command brief Display brief output descriptions Display interface description strings detail Display detailed output extensive Display extensive output media Display media information snmp-index SNMP index of interface statistics Display statistics and detailed output terse Display terse output | Pipe through a command -
At any point in the CLI, you can use the
show
command with one of the following options to display the detail you need to view.Figure 1: Command Output Options
Interface Naming Conventions Used in Operational Commands
This topic explains the interface naming conventions used in operational commands.
- Physical Part of an Interface Name
- Logical Part of an Interface Name
- Channel Identifier Part of an Interface Name
Physical Part of an Interface Name
The physical interface naming conventions for Juniper Networks device platforms is as follows:
-
On SRX Series Firewalls, the unique name of each network interface has the following format to identify the physical device that corresponds to a single physical network connector:
type-slot/pim-or-ioc/port
-
On other platforms, when you display information about an interface, you specify the following identifiers: interface type, the slot in which the Flexible PIC Concentrator (FPC) is installed, the slot on the FPC in which the PIC is located, and the configured port number.
In the physical part of the interface name, a hyphen (-) separates the media type from the FPC number, and a slash (/) separates the FPC, PIC, and port numbers:
type-fpc/pic/port
Exceptions to the
type-fpc/pic/port
physical description include the aggregated Ethernet and aggregated
SONET/SDH interfaces, which use the syntax
ae
number
and
as
number
, respectively.
Logical Part of an Interface Name
The logical unit part of the interface name corresponds to the logical unit number, which can be a number from 0 through 16,384. You use logical unit numbers to uniquely identify physical storage systems or virtual storage systems within a network. In the virtual part of the name, a period (.) separates the port and logical unit numbers:
-
SRX Series Firewalls:
type-slot/pim-or-ioc/port:channel.unit
-
Other platforms:
type-fpc/pic/port.logical
Channel Identifier Part of an Interface Name
The channel identifier part of an interface name is required only on channelized interfaces. For channelized interfaces, channel 0 identifies the first channelized interface. For channelized intelligent queuing (IQ) interfaces, channel 1 identifies the first channelized interface.
Depending on the type of channelized interface, you can specify up to three levels of channelization.
A colon (:) separates the physical and virtual parts of the interface name:
-
SRX Series Firewalls:
type-slot/pim-or-ioc/port:channel
type-slot/pim-or-ioc/port:channel:channel
type-slot/pim-or-ioc/port:channel:channel:channel
-
Other platforms:
type-fpc/pic/port:channel
type-fpc//pic/port:channel:channel
type-fpc/pic/port:channel:channel:channel
About Group Interface Names Using Wildcard Characters
You can use wildcard characters in operational commands to specify groups of interface names without having to type each name individually. The following table lists the available wildcard characters. You must enclose all wildcard characters except the asterisk (*) in quotation marks (“ ”).
Wildcard Character |
Description |
---|---|
|
Match any string of characters in that position in the interface
name. For example, |
|
Match one or more individual characters in that position in the
interface name. For example, |
|
Match all characters except those included in the brackets. For
example, |
|
Match a range of characters. For example, |
|
Match all characters that are not in the specified range of
characters. For example, |