[go: up one dir, main page]

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

R1 and S1 Script

The document configures two routers with hostnames, passwords, IP addresses and banners. Router R1 is configured with two interfaces and S1 has one interface and a default gateway.

Uploaded by

jeevi27
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)
16 views1 page

R1 and S1 Script

The document configures two routers with hostnames, passwords, IP addresses and banners. Router R1 is configured with two interfaces and S1 has one interface and a default gateway.

Uploaded by

jeevi27
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

en

conf t
hostname R1
enable secret ciscoenpass
Banner motd # Authorised access only!#
no ip domain-lookup
Service password-encryption
line con 0
password ciscoconpass
login
line vty 0 4
password cisco
login
Int G0/0
Ip address 192.168.32.1 255.255.255.224
No shutdown
Int G0/1
Ip address 202.100.1.1 255.255.255.0
No shutdown
Copy running-config startup-config

en
conf t
hostname S1
enable secret ciscoenpass
Banner motd # Authorised access only!#
no ip domain-lookup
Service password-encryption
line con 0
password ciscoconpass
login
line vty 0 4
password cisco
login
Int vlan 1
Ip address 202.100.1.2 255.255.255.0
No shutdown
ip default-gateway 202.100.1.1

Copy running-config startup-config

You might also like