User Tools

Site Tools


ruijie:switch:system_management:telnet_management

TELNET MANAGEMENT

Telnet is an application protocol used on the Internet or local area network to provide a bidirectional interactive text-oriented communication facility using a virtual terminal connection.

Next, a small scenario is carried out where a serial cable is connected from the PC to the Ruijie Switch and assign an IP address for the management of the Switch by Telnet.

1. Network Topology

This will be the topology for this scenario:

2. Configuration Steps

- Console connect to device

- Set ip and gateway

ruijie(config)#interface vlan 1

ruijie(config-if-VLAN 1)#ip address 192.168.1.1 255.255.255.0

ruijie(config)#ip route 0.0.0.0 0.0.0.0 192.168.1.2

- Set telnet password

ruijie(config)#line vty 0 4

ruijie(config-line)#password ruijie

- Set enable password

Ruijie(config)#enable password ruijie

3. Verification

- Telnet 192.168.1.1

- Input telnet password

- Input enable password

ruijie/switch/system_management/telnet_management.txt · Last modified: 2020/09/25 00:13 by hvillanueva

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki