- play_arrow Fast Track: Initial Installation
- play_arrow System Overview and Specifications
- play_arrow Site Planning and Preparation
- play_arrow Maintain Components
- play_arrow Troubleshoot Hardware
- play_arrow Contact Customer Support and Return the Chassis or Components
- play_arrow Safety and Compliance Information
- Safety Information for EX4100-H
- AC Power Electrical Safety Guidelines
- General Laser Safety Guidelines
- General Safety Guidelines and Warnings
- Laser LED Safety Guidelines
- Multiple Power Supplies Disconnection Warning
- Qualified Personnel Warning
- Restricted Access Warning
- TN Power Warning
- Hazardous Area Installation Warning
- General Electrical Safety Guidelines and Warnings
- Definitions of Safety Warning Levels
- Qualified Personnel Warning
- Warning Statement for Norway and Sweden
- Fire Safety Requirements
- Installation Instructions Warning
- Chassis and Component Lifting Guidelines
- Restricted Access Warning
- Ramp Warning
- Cabinet-Mounting Warnings
- Grounded Equipment Warning
- Radiation from Open Port Apertures Warning
- Laser and LED Safety Guidelines and Warnings
- Maintenance and Operational Safety Guidelines and Warnings
- Action to Take After an Electrical Accident
- Prevention of Electrostatic Discharge Damage
- Compliance Standards for EX4100-H Switches
- Compliance Statements for EMC Requirements for EX Series Switches
- Statements of Volatility for Juniper Network Devices
Configure Junos OS on an EX4100-H Switch
EX4100-H Default Configuration
Each EX Series switch is programmed with a factory default
configuration that contains the values set for each configuration
parameter when the switch is shipped. The default configuration file
sets values for system parameters such as syslog
and commit
, configures Ethernet switching on all interfaces, enables
IGMP snooping, and enables the LLDP and RSTP protocols.
The factory default configuration file has more interfaces for models that have more ports.
The
poe
statement does not appear for models without PoE+ ports.
When you commit changes to the configuration, a new configuration file is created. This file becomes the active configuration. You can always revert to the factory-default configuration. See Revert to the Default Factory Configuration on an EX Series Switch.
The following is the factory-default configuration file for an EX4100-H-12MP switch:
system { auto-snapshot; phone-home { server https://redirect.juniper.net; rfc-compliant; } services { ssh; netconf { ssh; rfc-compliant; yang-compliant; } } } protocols { lldp { interface all; } lldp-med { interface all; } igmp-snooping { vlan default; } rstp { interface all; } } forwarding-options { storm-control-profiles default { all; } } poe { interface all; } interfaces { ## For phone-home connectivity to PHS enable dhcp on vme and irb. vme { unit 0 { family inet { dhcp; } } } irb { unit 0 { family inet { dhcp; } } } mge-0/0/0 { unit 0 { family ethernet-switching { storm-control default; } } } mge-0/0/1 { unit 0 { family ethernet-switching { storm-control default; } } } mge-0/0/2 { unit 0 { family ethernet-switching { storm-control default; } } } mge-0/0/3 { unit 0 { family ethernet-switching { storm-control default; } } } ge-0/0/4 { unit 0 { family ethernet-switching { storm-control default; } } } ge-0/0/5 { unit 0 { family ethernet-switching { storm-control default; } } } ge-0/0/6 { unit 0 { family ethernet-switching { storm-control default; } } } ge-0/0/7 { unit 0 { family ethernet-switching { storm-control default; } } } ge-0/0/8 { unit 0 { family ethernet-switching { storm-control default; } } } ge-0/0/9 { unit 0 { family ethernet-switching { storm-control default; } } } ge-0/0/10 { unit 0 { family ethernet-switching { storm-control default; } } } ge-0/0/11 { unit 0 { family ethernet-switching { storm-control default; } } } xe-0/2/0 { unit 0 { family ethernet-switching { storm-control default; } } } xe-0/2/1 { unit 0 { family ethernet-switching { storm-control default; } } } ge-0/2/0 { unit 0 { family ethernet-switching { storm-control default; } } } ge-0/2/1 { unit 0 { family ethernet-switching { storm-control default; } } } } groups { junos-defaults { protocols { igmp { interface me0.0 { disable; } interface vme.0 { disable; } } } } } system { commit { factory-settings { reset-chassis-lcd-menu; reset-virtual-chassis-configuration; } } } chassis { redundancy { graceful-switchover; } } vlans { default { vlan-id 1; l3-interface irb.0; } }
Connect and Configure an EX4100-H Switch
Before you connect and configure an EX4100-H switch, set the following parameter values on the console server or PC:
Baud Rate—9600
Data—8
Flow Control—None
Parity—None
Stop Bits—1
DCD State—Disregard
Ensure that you have the following parts and tools available:
An Ethernet cable with an RJ-45 connector attached (provided)
An RJ-45 to DB-9 serial port adapter (provided)
A laptop or PC, with a serial port (not provided)
Have the following information available before you configure custom settings for the switch:
Root password
IP address of the default gateway
IP address of the management port
IP address of a DNS server
(Optional) Hostname
(Optional) IP address of a backup router
(Optional) SNMP read community, location, and contact to configure SNMP parameters
(Optional) Static routes to remote subnets with access to the management port
(Optional) Static routes to remote prefixes with access to the management port
An EX4100-H switch is shipped with Junos OS preinstalled and ready to be configured when the switch is powered on. You must perform the initial configuration of the switch through the console port (labeled CON) using the CLI. The console port is located on the front panel of an EX4100-H-12MP switch.
This procedure describes how to perform the initial configuration on the switch and connect it to the network. For complete information about enabling the switch to forward traffic, including examples, see the Junos OS configuration guides.
To perform the initial configuration on the switch and connect it to the network:
You can now log in by using the CLI and continue configuring the switch.
Revert to the Default Factory Configuration on an EX Series Switch
With EX Series switches, if for any reason the current active configuration fails, you can revert to the factory-default configuration.
You can also roll back to a previous configuration, as described in Rolling Back Junos OS Configuration Changes, or revert to the rescue configuration, as described in Reverting to the Rescue Configuration for the EX Series Switch.
If you have lost the root password, it is not necessary to revert to the factory-default configuration to reset it. See Recovering the Root Password on Switches.
The factory-default configuration contains the basic configuration settings for the switch. This is the first configuration of the switch and is loaded when the switch is first powered on. For the factory-default configuration file for your switch, see the hardware documentation for your switch.
On fixed-configuration switches, you can run the EZsetup script to complete the initial configuration after reverting to the factory-default configuration. (The EZsetup script is not available on modular switches. To configure modular switches, use the CLI or the J-Web interface.) For information about completing the initial configuration using either the CLI or the J-Web interface, see Connecting and Configuring an EX Series Switch (CLI Procedure) and Connecting and Configuring an EX Series Switch (J-Web Procedure).
You can revert to the factory-default configuration by using the request
system zeroize
operational command or the load
factory-default
configuration command to revert to the factory-default
configuration file that contains all default settings except the root
password setting, which is retained.
These procedures are described in the following sections:
After resetting the factory default configuration either through the CLI or Factory Reset/Port mode button, the previous host name of the device is not reset. The host name can only be changed by configuring a new hostname or rebooting the device.
- Revert to the EX Series Switch Factory-Default Configuration Using the request system zeroize Command
- Revert to the EX Series Switch Factory-Default Configuration Using the load factory-default Command
- Revert to the Factory-Default Configuration Using the Factory Reset/Port Mode button
- Rebooting/restarting the device using the Reset Pin-hole Button
Revert to the EX Series Switch Factory-Default Configuration Using the
request system zeroize
Command
The request system zeroize
command is a standard Junos OS
operational mode command that removes all configuration information and
resets all key values. The operation unlinks all user-created data files,
including customized configuration and log files, from their directories.
The switch then reboots and reverts to the factory-default
configuration.
To completely erase user-created data so that it is unrecoverable, use the
request system zeroize media
command.
Before issuing request system zeroize
, use the request system snapshot
command to back up the files currently used to run the switch
to a secondary device. Using the zeroize command will destroy Junos and
OAM partitions, and the switch may not boot. To recover from a failed
software installation, see Recovering from a Failed Software
Installation.
To revert to the factory-default configuration by using the request
system zeroize
command:
Revert to the EX Series Switch Factory-Default Configuration Using the
load factory-default
Command
The load factory-default
command is a standard Junos OS
configuration command that replaces the current active configuration with
the factory-default configuration except the root password setting. By
default, the root password is not set; you must set it to commit the new
configuration in this procedure.
If you want to run the EZsetup script to complete the initial configuration
of the switch after you revert to the factory-default configuration, do not
use the load factory-default
command. Instead, revert using
the request system zeroize
command. If you use the
load factory-default
command to revert to the
factory-default configuration, the configuration for the root password is
retained and the EZsetup script will not run. (The EZsetup script is
available only on fixed configuration switches, it is not available on
modular switches.)
The load factory-default
command by itself is not
supported on EX3300, EX4200, EX4500, and EX4550 switches configured in a
Virtual Chassis.
To revert to the factory-default configuration by using the load
factory-default
command:
If you use this procedure, you must delete the system commit factory
settings, set the root password, and commit the configuration. These
steps are not required when you revert to the factory-default
configuration by using request system zeroize
. Also,
the auto-image-upgrade
statement is not added to the
configuration when you use this procedure; it is added to the
configuration when you use request system zeroize
.
- [edit] user@switch#
load factory-default
- [edit] user@switch#
delete system commit factory-settings
- [edit] user@switch#
set system root-authentication plain-text-password
- [edit] user@switch#
commit
- Check the member ID and primary-role priority with the
show virtual-chassis
command and check to see whether there are remaining settings for VCPs by using theshow virtual-chassis vc-port
command. - Check for remaining settings for VCPs by using the
show virtual-chassis vc-port
command.
Rebooting/restarting the device using the Reset Pin-hole Button
You can use the Reset button (pin-hole) on the front panel to reboot/restart the device.
- Insert and press a pointed object such as a pin into the pin-hole and then release it.
- The device reboots/restarts.
On the EX4100-H-12MP switch, the Cloud LED (CLD) and the activity LED of the management port (MGMT) continue to glow during the reboot.