- play_arrow Fast Track: Initial Installation
- play_arrow Overview
- play_arrow Site Planning, Preparation, and Specifications
- play_arrow Maintaining Components
- Routine Maintenance Procedures for EX9200 Switches
- Maintaining the EX9200 Cooling System
- Maintaining the EX9208 Power System
- Maintaining the EX9200 Host Subsystem
- Maintaining the EX9200 Line Cards
- Maintain Transceivers
- Maintaining Alarm Relay Wire
- Maintain Fiber-Optic Cables
- Maintaining the EX9208 Cable Management Brackets
- Removing an EX9208 from a Rack or Cabinet
- play_arrow Troubleshooting Hardware
- play_arrow Contacting Customer Support and Returning the Chassis or Components
- play_arrow Safety and Compliance Information
- General 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
- Rack-Mounting and 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
- General Electrical Safety Guidelines and Warnings
- Action to Take After an Electrical Accident
- Prevention of Electrostatic Discharge Damage
- AC Power Electrical Safety Guidelines
- AC Power Disconnection Warning
- DC Power Electrical Safety Guidelines
- DC Power Disconnection Warning
- DC Power Grounding Requirements and Warning
- DC Power Wiring Sequence Warning
- DC Power Wiring Terminations Warning
- Multiple Power Supplies Disconnection Warning
- TN Power Warning
- Agency Approvals for EX Series Switches
- Battery Compliance Statement for Environmental Requirements for EX Series Switches
- Compliance Statements for EMC Requirements for EX Series Switches
- Compliance Statements for Acoustic Noise for EX Series Switches
Configuring Junos OS on the EX9200
EX9200 Switch Default Configuration
Each EX9200 switch is programmed with a factory default configuration that contains the values set for each configuration parameter when a switch is shipped. The default configuration file sets values for system parameters such as the Address Resolution Protocol (ARP) aging timer, the system log, and file messages, while also enabling the Link Layer Discovery Protocol (LLDP) protocol, the Rapid Spanning Tree Protocol (RSTP), Internet Group Management Protocol (IGMP) snooping, and storm control.
When you commit changes to the configuration, a new configuration file is created that becomes the active configuration. You can always revert to the factory default configuration. See Reverting to the Default Factory Configuration for the EX Series Switch.
This topic shows the factory default configuration file of an EX9200 switch.
system { arp { aging-timer 5; } syslog { user * { any emergency; } file messages { any notice; authorization info; } file interactive-commands { interactive-commands any; } } } protocols { lldp { interface all; } }
Connecting and Configuring an EX9200 Switch (CLI Procedure)
The EX9200 switch is shipped with the Junos OS preinstalled and ready to be configured when the switch is powered on. There are three copies of the software: one on a CompactFlash card in the Routing Engine module (RE module), one on a rotating hard disk in the RE module, and one on a USB flash drive that can be inserted into the slot in the faceplate of the RE module.
When the switch boots, it first attempts to start the image on the USB flash drive. If there is no USB flash drive inserted into the RE module or if the attempt otherwise fails, the switch next attempts to start the software from the CompactFlash card (if installed), and finally from the hard disk.
You configure the switch by issuing Junos OS command-line interface (CLI) commands, either on a console device attached to the console (CONSOLE) port on the primary RE module, or over a telnet connection to a network connected to the Ethernet management (<...>) port on the primary RE module.
Gather the following information before configuring the switch:
Name the switch will use on the network
Domain name the switch will use
IP address and prefix length information for the Ethernet interface
IP address of a default switch
IP address of a DNS server
Password for the root user
This procedure connects the switch to the network, but does not enable it to forward traffic. For complete information about enabling the switch to forward traffic, including examples, see the Junos OS configuration guides.
To configure the software:
To reinstall Junos OS, you boot the switch from the removable media. Do not insert the removable media during normal operations. The switch does not operate normally when it is booted from the removable media.
When the switch boots from the storage media (removable media,
CompactFlash card, or hard disk) it expands its search in the /config
directory of the routing platform for the following
files in the following order: juniper.conf
(the main configuration file), rescue.conf
(the rescue configuration file), and juniper.conf.1
(the first rollback configuration file). When the first configuration
file is found that can be loaded properly, the search ends and the
file is loaded. If none of the file can be loaded properly, the routing
platform does not function properly. If the switch boots from an alternate
boot device, Junos OS displays a message indication this when you
log in to the switch.