How to configure Extreme Networks X620-16P - Switch

How to configure Extreme Networks X620-16P - Switch

Configure the Management IP

  1. Connect a management station to the console port using either an Ethernet to serial adapter or DB-9 serial cable.
  2. Using PuTTY, or other terminal emulator, connect to the switch using serial port connection. Be sure that serial connection is set properly: - 9600 baud - 8 data bits - 1 stop bit

  3. Using the console session, perform the following 
    a At the password prompt, press ENTER(RETURN) twice.
    b Enter user: admin
    c For the Password: simply press ENTER 
  4. #configure vlan 1 ipaddress x.x.x.x/x
  5. #configure iproute add default x.x.x.x 
  6. #save config 
  7. #reboot 

Steps to Reset and Reconfigure Extreme Network Switch: (Optional)

  1. #unconfigure switch 
    It will ask for Restore Factory Defaults: Give Yes  
  2. login:admin  
  3. password: (blank – just press Enter)

    It will ask for security settings
    press q 
    It will take the default settings  
  4. Host name configuration 
    #configure snmp sysname xxxxxxxxxxx

    #enable cli scripting permanent
     
  5. Creating Username and Password  
    #create account admin xxxxxxx 

  6. #enable ssh 

  7. #show vlan  

  8. #configure vlan 1 ipaddress x.x.x.x/x  OR (#con mgmt ipa x.x.x.x/x)  

  9. #configure iproute add default x.x.x.x  
  10. #save config 
  11. #reboot 

Layer 3 Configuration - InternalNet and ExternalNet

Enter Configuration Mode 

  1. #enable
  2. #configure terminal

Set A Virtual Gateway for Access Ports 

  1. Create VLAN for Internal Network
    #create vlan "InternalNet" tag xx
  2. Configure IP Address for Internal Network
    #configure vlan "InternalNet" ipaddress x.x.x.x/x
  3. Enable IP forwarding for Internal Network
    enable ipforwarding vlan “InternalNet” 
  4. Assign Ports to Internal Network VLAN
    configure vlan "InternalNet" add ports 1-15 untagged 
  1. Create VLAN for External Network
    #create vlan “ExternalNet” tag xx 
  2. Configure IP Address for External Network
    #configure vlan “ExternalNet” ipaddress x.x.x.x/x 
  3. Enable IP forwarding for External Network
    #enable ipforwarding vlan “ExternalNet” 
  4. Assign Port to External Network VLAN
    #configure vlan “ExternalNet” add port x untagged

Set Default Route to Core Switch

  1. #configure iproute add default x.x.x.x/x

Useful Commands

  1. Delete default route
    #configure iproute delete default x.x.x.x/x
  2. Unconfigure ExternalNet IP address
    #unconfigure vlan "ExternalNet" ipaddress
  3. Configure access port
    #configure vlan 1 add ports 1 untagged

    • Related Articles

    • Network Switches

      What is a Network Switch? A Switch is a network device that is used to segment the networks into different subnetworks called subnets or LAN segments. It is responsible for filtering and forwarding the packets between LAN segments based on the MAC ...
    • Configuring Management Interface 0 (eth0) on SONiC 4.5.0 Switch via SONiC CLI

      Purpose: This article provides step-by-step instructions to configure the management interface (Management 0 / eth0) on a SONiC 4.5.0 switch with a static IP and default gateway using the SONiC CLI. Scope: Applicable to Edgecore S-series switches ...
    • Switch Radix

      What is a radix network? A radix network, also known as a butterfly network, is a type of switching network used in parallel computing. It's a non-blocking network that can connect multiple inputs to multiple outputs in a grid-like pattern without ...
    • How to do a remote power cycle on NVIDIA QM9700 Switch?

      1. Purpose To perform a remote reboot of NVIDIA QM9700 switch using the NVIDIA's Web GUI. If the remote reboot does not resolve any issues occurred, a physical power-cycle should be carried out onsite as per OEM recommendations. 2. Scope This MOP ...
    • Troubleshooting on Server Network Speed

      Steps to troubleshoot speed on server for 10G NIC Verify Network Configuration Network Adapter Settings: Check the settings of the Intel® Dual Port X710-T2L 10-Gigabit Ethernet Network Adapter on each server. Ensure that the adapter is configured for ...
    • Popular Articles

    • CP Plus Camera and NVR Configuration

      NVR Configuration The CP Plus Pro Series of NVRs have been meticulously designed for providing you with upgraded performance and higher recording quality in your IP video surveillance solution. The robust processor that has been inculcated in this ...
    • Kerberos Authentication – Overview

      What is Kerberos? Kerberos is a secure authentication method used in our Active Directory (AD) environment (mbuzztech.com). It allows users to: Access multiple systems without re-entering passwords (Single Sign-On – SSO) Log in once Where We Use It ...
    • How to Remove and Reinstall NVIDIA Drivers on Ubuntu

      This article provides step by step guide to completely remove existing NVIDIA drivers and reinstall specific version of the NVIDIA driver on the Ubuntu system Prerequisites Administrative (sudo) access to the Ubuntu system. Internet access to ...
    • Personal Computers and Servers - Classification and Point of Contact

      We can classify the computers that MBUZZ handles based on their form-factor as below: Tower Workstations, Desktops, Gaming PCs and SFF (Small form factor) PCs fall under this category. These are computers people would use on a desk and rarely move. ...
    • M.2 SSD Tier List

      The sequential read and write speeds, which are usually the most advertised number, are not a proper benchmark of real-world performance or the quality of an SSD. This article categorizes and tiers SSDs based on factors like the type of NAND flash, ...