0% found this document useful (0 votes)
7 views3 pages

Configuration

Djudh

Uploaded by

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

Configuration

Djudh

Uploaded by

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

========RA======

en
conf t
hostname RA
line cons 0
password PassConsRA
login
exit
enable secret PassPrivRB
service password-encryption
banner motd "Maessage 1"
int g0/1
ip add 172.16.3.1 255.255.255.0
no sh
int g0/0
ip add 172.16.1.1 255.255.255.0
no sh
exit
ip domain-name cisco.com
crypto key generate rsa

username admin secret PassVTYRA


line vty 0 4
transport input ssh
login local
exit
ip ssh version 2
ip route 172.16.2.0 255.255.255.0 g0/1
end
copy r st

========RB=======

en
conf t
hostname RB
line cons 0
password PassConsRB
login
exit
enable secret PassPrivRB
service password-encryption
banner motd "Maessage 1"
int g0/1
ip add 172.16.3.2 255.255.255.0
no sh
int g0/0
ip add 172.16.2.1 255.255.255.0
no sh
exit
ip domain-name cisco.com
crypto key generate rsa
username admin secret PassVTYRB
line vty 0 4
transport input ssh
login local
exit
ip ssh version 2
ip route 172.16.1.0 255.255.255.0 g0/1
end
copy r st

========SA======
en
conf t
hostname SA
line cons 0
password PassConsSA
login
exit
enable secret PassPrivSA
service password-encryption
banner motd "Maessage 1"
int vlan 1
ip add 172.16.1.100 255.255.255.0
no sh
exit
ip default-gateway 172.16.1.1
ip domain-name cisco.com
crypto key generate rsa

username admin secret PassVTYSA


line vty 0 15
transport input ssh
login local
exit
ip ssh version 2
end
copy r st

========SB======
en
conf t
hostname SB
line cons 0
password PassConsSB
login
exit
enable secret PassPrivSB
service password-encryption
banner motd "Maessage 1"
int vlan 1
ip add 172.16.2.100 255.255.255.0
no sh
exit
ip default-gateway 172.16.2.1
ip domain-name cisco.com
crypto key generate rsa

username admin secret PassVTYSB


line vty 0 15
transport input ssh
login local
exit
ip ssh version 2
end
copy r st

You might also like