0% found this document useful (0 votes)
6 views2 pages

Router Configuration for OSPF and EIGRP

The document contains configuration commands for three routers: ROUTER_RIP, ROUTER_OSPF, and ROUTER_EIGRP. Each router is set up with specific IP addresses, interface descriptions, and routing information, along with security settings like passwords and encryption. The configurations ensure connectivity between different network segments and include commands to save the running configuration to startup configuration.
Copyright
© All Rights Reserved
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)
6 views2 pages

Router Configuration for OSPF and EIGRP

The document contains configuration commands for three routers: ROUTER_RIP, ROUTER_OSPF, and ROUTER_EIGRP. Each router is set up with specific IP addresses, interface descriptions, and routing information, along with security settings like passwords and encryption. The configurations ensure connectivity between different network segments and include commands to save the running configuration to startup configuration.
Copyright
© All Rights Reserved
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

ROUTER_RIP

ena
conf t
banner motd #SOLO PERSONAL ELECTRICO IPCHILE SEC 1#
hostname ROUTER_RIP
line con 0
pass cisco
login
exit
line vty 0 4
pass cisco
login
exit
enable secret cisco
service password-encryption
int g0/0
ip add [Link] [Link]
desc CONE_ROUTER_OSPF
no shut
exit
int g0/1
ip add [Link] [Link]
desc LAN_FARMACIA
no shut
exit
ip route [Link] [Link] [Link]
ip route [Link] [Link] [Link]
exit
copy runn star

--------------------------------------

ROUTER_OSPF

ena
conf t
banner motd #SOLO PERSONAL ELECTRICO IPCHILE SEC 1#
hostname ROUTER_OSPF
line con 0
pass cisco
login
exit
line vty 0 4
pass cisco
login
exit
enable secret cisco
service password-encryption
int g0/0
ip add [Link] [Link]
desc CONE_ROUTER_RIP
no shut
exit
int g0/1
ip add [Link] [Link]
desc CONE_ROUTER_EIGRP
no shut
exit
ip route [Link] [Link] [Link]
ip route [Link] [Link] [Link]
exit
copy runn star

---------------------------------------------------------------

ROUTER_EIGRP

ena
conf t
banner motd #SOLO PERSONAL ELECTRICO IPCHILE SEC 1#
hostname ROUTER_EIGRP
line con 0
pass cisco
login
exit
line vty 0 4
pass cisco
login
exit
enable secret cisco
service password-encryption
int g0/0
ip add [Link] [Link]
desc LAN_BODEGA
no shut
exit
int g0/1
ip add [Link] [Link]
desc CONE_ROUTER_OSPF
no shut
exit
ip route [Link] [Link] [Link]
ip route [Link] [Link] [Link]
exit
copy runn star

You might also like