Example: barber

Ruckus ICX Switch Quick Start Guide

Supporting the Ruckus ICX 7150, ICX 7250, and ICX 7450 families ofEthernet switchesQUICK Start GUIDER uckus ICX Switch Quick Start Guide53-1004910-0215 March 2017 2017, Brocade Communications Systems, Inc. All Rights , the B-wing symbol, and MyBrocade are registered trademarks of Brocade Communications Systems, Inc., in the United States and in othercountries. Other brands, product names, or service names mentioned of Brocade Communications Systems, Inc. are listed at Other marks may belong to third : This document is for informational purposes only and does not set forth any warranty, expressed or implied, concerning any equipment,equipment feature, or service offered or to be offered by Brocade.

Supporting the Ruckus ICX 7150, ICX 7250, and ICX 7450 families of Ethernet switches QUICK START GUIDE Ruckus ICX Switch Quick Start Guide 53-1004910-02

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Advertisement

Transcription of Ruckus ICX Switch Quick Start Guide

1 Supporting the Ruckus ICX 7150, ICX 7250, and ICX 7450 families ofEthernet switchesQUICK Start GUIDER uckus ICX Switch Quick Start Guide53-1004910-0215 March 2017 2017, Brocade Communications Systems, Inc. All Rights , the B-wing symbol, and MyBrocade are registered trademarks of Brocade Communications Systems, Inc., in the United States and in othercountries. Other brands, product names, or service names mentioned of Brocade Communications Systems, Inc. are listed at Other marks may belong to third : This document is for informational purposes only and does not set forth any warranty, expressed or implied, concerning any equipment,equipment feature, or service offered or to be offered by Brocade.

2 Brocade reserves the right to make changes to this document at any time, withoutnotice, and assumes no responsibility for its use. This informational document describes features that may not be currently available. Contact a Brocadesales office for information on feature and product availability. Export of technical data contained in this document may require an export license from theUnited States authors and Brocade Communications Systems, Inc. assume no liability or responsibility to any person or entity with respect to the accuracy of thisdocument or any loss, cost, liability, or damages arising from the information contained herein or the computer programs that accompany product described by this document may contain open source software covered by the GNU General Public License or other open source licenseagreements.

3 To find out which open source software is included in Brocade products, view the licensing terms applicable to the open source software, andobtain a copy of the programming source code, please visit ICX Switch Quick Start Guide253-1004910-02 ContentsAbout 4 Connecting to the to the the the the Web, Serial, and Telnet 7 Adding a Static IP Address via the the Web GUI .. 8 Creating Additional Web Interface the Default Username and Configuration Interface User Command Software Warranty Hardware ICX Switch Quick Start Guide53-1004910-023 About BrocadeBrocade (NASDAQ: BRCD) networking solutions help the world's leading organizations transition smoothly to a world whereapplications and information reside anywhere.

4 This vision is designed to deliver key business benefits such as unmatched simplicity,non-stop networking, application optimization, and investment Ethernet and storage networking solutions for data center, campus, and service provider networks help reduce complexity andcost while enabling virtualization and cloud computing to increase business help ensure a complete solution, Brocade partners with world-class IT companies and provides comprehensive education, support,and professional services offerings ( ).OverviewDirect management of Brocade switches can be performed either via a command-line interface (CLI) or via a web GUI. By default, onlythe CLI is enabled.

5 This Guide explains how to access the CLI, enable the web GUI, and secure all configuration access web GUI allows full configuration and monitoring of Layer 2 functions, QoS, ACL, authentication, PoE, performing software updates,and much to the ConsoleThere are two ways to connect to the configuration console of a new Ruckus ICX Switch : either via a Telnet session over an IP network ordirectly via the serial a Ruckus ICX Switch is connected to a network, it will automatically issue DHCP requests for an IP configuration, which will be providedby a DHCP server. Identifying the IP address that has been assigned to the Switch can be done by viewing the address assignment liston the DHCP server or by the Switch serial interface (command: show ip).

6 Once the IP address of the Switch is known, a Telnet session can be established using a terminal emulation program. See Accessing theCLI on page ICX 7150 The Ruckus ICX 7150 presents a USB Type-C connection, which can be connected directly to the USB port on a PC using a standardUSB cable. Any standard USB Type-C to Type-A cable can be used; if you wish to purchase the cable from Brocade, the part numberis Ruckus ICX 7150 also presents a standard serial interface via an RJ45 connector. If required, an RJ45-to-DB9F cable can beordered from Brocade using part number CC-RJ45-DB9, which is comprised of the following two parts: RJ45 to RJ45: Part number 50-1000117-01 RJ45 to DB9F: Part number 50-0000112-01 Details of the pin allocations of the serial cable are available in the Ruckus ICX 7150 Switch Hardware Installation ICX 7250 and Ruckus ICX 7450 Ruckus ICX Switch Quick Start Guide453-1004910-02 The Ruckus ICX 7250 and ICX 7450 switches present their serial interface via a mini-USB type connector, and every Switch is shippedwith a serial cable that terminates on both RJ45 and DB9 connections.

7 The two parts shipped with every Switch are: Mini-USB to RJ45: Part number 50-1000122-01 RJ45 to DB9F: Part number 50-0000112-01If required, these two parts can be ordered using part number connect a PC to the serial interface, a DB9M-to-USB adaptor is required; this adaptor can be obtained from any online 1 DB9M-to-USB AdaptorOnce a serial connection to the Switch has been made, a terminal emulation program can be used to access the CLI. See Accessing theCLI on page to the CLIA ccessing the CLIOnce a network or physical connection has been made to the Switch , a command-line interface (CLI) session can be initiated via aterminal emulation program such as PuTTY ( ).

8 When PuTTY is started, use the following settings depending on whetheryou are connecting via Telnet or a serial interface:FIGURE 2 PuTTY Telnet SettingsIntroduction to the CLIR uckus ICX Switch Quick Start Guide53-1004910-025 FIGURE 3 PuTTY Serial Settings (xx is the number of the COM port, COM5)Once connected to the Switch , the interface will present a console prompt. There are three privilege levels that are used to configure andmanage a Switch : user EXEC mode, privileged EXEC mode, and global configuration EXEC ModeThe user is able to perform basic commands to display the status and configuration of the > Privileged EXEC ModeAt this level, the user can perform tasks such as saving the configuration, updating firmware, and performing other administrative > device> enable device# Note that the enable command can be shortened to Configuration ModeThis is the highest level and allows the user to make configuration > device> enable device# configure terminaldevice(config)

9 # Note that the configure terminal command can be shortened to conf any prompt, the available commands can be listed by entering a question mark (?). Prompts can be auto-completed using the Tabkey. The options available at any level can be listed by entering ? or pressing Tab. For example:device> sh<tab>device> show <?>..device> show ver<tab>device> show version <?> <CR>device> show version <CR>..The exit command is used to drop back to the next lowest command the ConfigurationAny configuration changes made using the CLI should be saved using the write memory command, which can be shortened towr > enadevice# wr memIntroduction to the CLIR uckus ICX Switch Quick Start Guide653-1004910-02 Write startup-config # Securing the Web, Serial, and Telnet InterfacesThe following commands enable web access and secure the web GUI, serial, and Telnet interfaces with a default username and passwordof your > enadevice# conf tdevice(config)# crypto-ssl certificate generatedevice(config)# username <username> password <password>device(config)

10 # aaa authentication login default localdevice(config)# aaa authentication web-server default localdevice(config # enable telnet authenticationdevice(config # enable aaa consoledevice(config)# web-management httpsdevice(config)# password-change anydevice(config)# wr memdevice(config)# exitdevice#Make sure that the username and password are secure and easy to remember. Once set, access to the CLI and web interface will bepossible only when the password has been correctly reasons of security, Ruckus ICX switches do not provide any remote back-door access or reset mechanisms for the CLI orweb passwords. For details on resetting a lost password, refer to the hardware installation password can be changed by repeating the username <username> password <password> command or via the web interface underConfigure > System > Management > User and paste the following command set at the user EXEC prompt to apply the complete configuration outlined above and set a defaultusername of brocade with a password of terminalcrypto-ssl certificate generateusername brocade password brocadeaaa authentication login default localaaa authentication web-server default localenable telnet authenticationenable aaa consoleweb-management httpspassword-change anywrite memoryexitTIPIn PuTTY.))


Related search queries