Remote control router
The setup diagram is as follows
Configuration
Router>enable Entering privileged mode
Router#conf t into global configuration mode
Router (config) #interface g0/0 access interface
Router (config-if) #int G0/1
Router (config-if) #ip address 192.168.1.254 255.255.255.0
Router (config-if) #no shutdown
Router (config-if) #exit
Router (config) #line vty 0 2 Set the number of remote connection terminals
Router (config-line) #password 123 Setting the remote connection password
Router (Config-line) #login
Router (Config-line) #exit
Router (config) #enable password 123 set into privileged mode password
Note: If you want to remotely control, two passwords are indispensable
Verify
pc>telnet 192.168.1.254 Remote Connection command
Trying 192.168.1.254 ... Open
User Access Verification
Password: Remote connection password
Router>enable
Password: Enter privileged mode password
Router#configure Terminal
Router (config) #hostname NTD change Name
Verifying on the router
Ntd>enable
Password: Enter privileged mode password
ntd#
Remote CONTROL switch
The setup diagram is as follows
The switch needs to set the management address in the Vlan1, and the rest of the operation is
Switch (config) #int vlan 1
Switch (config-if) #ip address 192.168.2.254 255.255.255.0
Dahne Technology NTD1712 Cisco Remote Control routing, switching.