Configuration
Configuration
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
========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
========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