0% found this document useful (0 votes)
13 views1 page

TAME-telnet Configuration

The document outlines a series of configuration commands executed on a router, including setting a message of the day banner, enabling a password, and configuring an interface with an IP address. It also includes commands for configuring virtual terminal lines with a password and session timeout. The configuration changes are confirmed with system messages indicating successful updates.

Uploaded by

bekeletamirat931
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views1 page

TAME-telnet Configuration

The document outlines a series of configuration commands executed on a router, including setting a message of the day banner, enabling a password, and configuring an interface with an IP address. It also includes commands for configuring virtual terminal lines with a password and session timeout. The configuration changes are confirmed with system messages indicating successful updates.

Uploaded by

bekeletamirat931
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Router>en

Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#
Router(config)#banner motd #Wel come to TAME router#
Router(config)#enable password me2112
Router(config)#int g0/0/0
Router(config-if)#ip add 172.120.2.1 255.255.0.0
Router(config-if)#end
Router#
%SYS-5-CONFIG_I: Configured from console by console

Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#banner motd # Wel come to TAME router#
Router(config)#enable password me2112
Router(config)#int g0/0/0
Router(config-if)#ip add 172.120.1.1 255.255.0.0
Router(config-if)#no sh

Router(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/0, changed state


to up

Router(config-if)#line vty 0 4
Router(config-line)#password inuvty1234
Router(config-line)#login
Router(config-line)#logging synchronous
Router(config-line)#exec-timeout 60
Router(config-line)#motd-banner
Router(config-line)#
Router(config-line)#motd-banner
Router(config-line)#exit
Router(config)#
Router(config)#
Router(config)#exit
Router#
%SYS-5-CONFIG_I: Configured from console by console

Router#wr
Building configuration...
[OK]
Router#

You might also like