Manual 11 PDF

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

R/Belfast

enable
configure terminal
hostname R/Belfast
banner motd "solo personal autorizado"
service password-encryption
enable secret class
ip domain-name CSUC
crypto key generate rsa
yes
1024
ip ssh version 2
ip ssh authentication-retries 2
ip ssh time-out 120
ip ssh version 2
ip ssh authentication-retries 2
ip domain-name CSUC
interface Serial0/0/0
ip address 200.20.2.2 255.255.255.252
ip nat outside
exit
interface Serial0/2/0
ip address 172.16.4.181 255.255.255.252
ip nat inside
no shutdown
exit
interface Serial0/3/0
ip address 172.16.4.177 255.255.255.252
ip nat inside
clock rate 64000
exit
router ospf 1
passive-interface Serial0/0/0
network 172.16.4.176 0.0.0.3 area 0
network 172.16.4.180 0.0.0.3 area 0
default-information originate
exit
ip route 0.0.0.0 0.0.0.0 s0/0/0
ip nat inside source list CSUC interface Serial0/0/0 overload
line con 0
password cisco
login
line vty 0 4
password cisco
login
transport input ssh
transport output ssh
end
write

You might also like