0% found this document useful (0 votes)
28 views

Script

The document configures a router interface with IPv4 and IPv6 addresses and enables services like SSH, password encryption and banners. It configures interfaces, IP addresses, descriptions, enables IPv6 routing and sets the system clock.

Uploaded by

Heng Phin
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)
28 views

Script

The document configures a router interface with IPv4 and IPv6 addresses and enables services like SSH, password encryption and banners. It configures interfaces, IP addresses, descriptions, enables IPv6 routing and sets the system clock.

Uploaded by

Heng Phin
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

R1:-

en
conf t
hostname R1
ip domain-name ccna-lab.com
no ip domain lookup
service password-encryption
security password min-length 12
username SSHadmin secret 55Hadm!n2020
crypto key generate rsa
1024
enable secret $cisco!PRIV*
line console 0
password $cisco!CON*
login
exec-timeout 4 0
login
line vty 0 4
password $cisco!!VTY*
transport input ssh
exec-timeout 4 0
login local
exit
banner motd "Unauthorized access is prohibitted !!!"
ipv6 unicast-routing
int g0/0/0
ip address 192.168.0.1 255.255.255.0
ipv6 address 2001:DB8:ACAD::1/64
ipv6 address FE80::1 link local
description Connect to PC-B
no shut
int g0/0/1
ip address 192.168.1.1 255.255.255.0
ipv6 address 2001:DB8:ACAD:1::1/64
ipv6 address FE80::1 link local
description Connect to PC-B
no shut
int lo0
ip address 10.0.0.1 255.255.255.0
ipv6 address 2001:DB8:ACAD:2::1/64
ipv6 address FE80::1 link-local
description loopback adapter
no shut
exit
login block-for 120 attempts 3 within 60

clock set 13:52:00 28 January 2022

copy run start

You might also like