You are on page 1of 1

enable

configure terminal
hostname Router3
no ip domain-lookup
banner motd &
*****************************************
**** SISTEMA PRIVADO DE INFORMACION *****
**** TODO LOS INGRESOS ESTAN SIENDO *****
**** MONITOREADOS. INGRESO SOLO A *****
**** PERSONAL AUTORIZADO *****
*****************************************&
int gi0/1
ip addr 10.10.10.6 255.255.255.252
no shut
int gi0/0
ip addr 10.10.3.254 255.255.255.0
no shut
exit
router ospf 1
network 10.10.10.4 0.0.0.3 area 0
network 10.10.3.0 0.0.0.255 area 0
end
copy running-config startup-config
startup-config
reload
y

You might also like