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

Configuraci (On ISP

This configuration sets passwords on the console and vty lines, configures a loopback interface with an IP address, configures two serial interfaces with IP addresses and enables routing, sets static routes and redistributes them into RIP along with a default route, advertising routes to connected networks.

Uploaded by

Oscar Bayard
Copyright
© Attribution Non-Commercial (BY-NC)
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)
77 views1 page

Configuraci (On ISP

This configuration sets passwords on the console and vty lines, configures a loopback interface with an IP address, configures two serial interfaces with IP addresses and enables routing, sets static routes and redistributes them into RIP along with a default route, advertising routes to connected networks.

Uploaded by

Oscar Bayard
Copyright
© Attribution Non-Commercial (BY-NC)
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

enable configure terminal line console 0 password cisco login line vty 0 4 password cisco login enable secret

cisco banner motd # accesso restringido # interface loopback 0 ip address 196.38.1.5 255.255.255.255 (para simular conexionn a internet) interface serial 2/0 ip addrees 192.168.241.66 no shutdown iterface serial 3/0 ip address 192.168.241.69 no shutdown exit ip route 192.168.240.128 255.255.255.192 s 2/0 ip route 192.168.240.192 255.255.255.192 s 2/0 ip route 0.0.0.0 0.0.0.0 lo 0 router rip version 2 network 192.168.241.64 network 192.168.241.68 no auto-summary redistribute static (para que le mande las actualizacione de rip version 2) default-information originate (gatwbay por default)

You might also like