[email protected]Support 24/7 · Billing 09:00 – 00:00LinkedInXFacebook
NexonHost
Netherlands Dedicated ServersAmsterdam · Equinix AM6Germany Dedicated ServersFrankfurt · Equinix FR4Romania Dedicated ServersBucharest · VoxilityAustria Dedicated ServersVienna · Interxion VIEBulgaria Dedicated ServersSofia · TelepointFrance Dedicated ServersParis · Interxion PAR — Marseille · Digital Realty MRS3Ireland Dedicated ServersDublin · Equinix DB2Italy Dedicated ServersMilan · Irideos AvalonPoland Dedicated ServersWarsawSpain Dedicated ServersMadrid · Equinix MD2United States Dedicated ServersAshburn · Equinix DC
All articles
Getting startedJuly 31, 2023

How to configure hostname and password on the Switch.

What is a switch?

The 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 address. The 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 address. 

Steps to Configure the Switch: 

  1. Open the switch and enable it:

Press enter and en for enable the switch:

  1. Configure the Hostname.

switch#conf t
switch(config)#hostname (name of your witch)
SW1(config)exit

3: Set a message of the day (MOTD) banner for the users.

SW1(config)#banner motd $

4.Set up line control password and enable secret password:

To configure the Line Control password and Enable secret follow the below commands:

SW1#conf t
SW1(config)#
SW1(config)#line con 0
SW1(config-line)#password Sgt223
SW1(config-line)#login
SW1(config-line)#exit
SW1(config)#enable secret Sgt443
SW1(config)#exit

5: Verify the password

  • When you try to log in first, it will ask for the line control password.

  • Then, to configure the terminal it will ask to enable a secret password.

Once you have made all the desired changes, save the configuration to the switch’s memory using write memory or copy running-config startup-config command. This step ensures that the configuration remains intact after a reboot.

Keep reading
How To Create a Sudo User on Ubuntu
February 21, 2023

How To Create a Sudo User on Ubuntu

How To Create a Sudo User on Ubuntu The sudo command is designed to allow users to run programs with the security privileges of another user, by default the root user. In this guide, we will show you how to create a new user with sudo access on Ubuntu systems. You can then use this…

Read article
How to Install Gitea on Ubuntu 20.04
February 21, 2023

How to Install Gitea on Ubuntu 20.04

How to Install Gitea on Ubuntu 20.04 Gitea is a fast and easy-to-use self-hosted git server written in Go. It includes a repository file editor, project issue tracking, user management, notifications, built-in wiki, and much more. This article explains how to install and configure Gitea on Ubuntu…

Read article
Install ONLYOFFICE Docs on Ubuntu 20.04
February 21, 2023

Install ONLYOFFICE Docs on Ubuntu 20.04

Install ONLYOFFICE Docs on Ubuntu 20.04 ONLYOFFICE Docs is an open-source office suite distributed under the AGPLv3 license. It allows working with office documents, spreadsheets,and presentations, as well as with fillable forms, which you can save as PDF files. The suite uses DOCX, XLSX, and PPTX…

Read article
Get in Touch

Together, Let’s Build a Faster, Safer Internet.

Build scalable infrastructure with NexonHost — high-performance dedicated servers, VPS hosting, cloud hosting, and DDoS protection across Europe.

Get Started →Contact Us
[email protected]Support 24/7 · Billing 09:00 – 00:00