You are on page 1of 2

ACME_R1#show run

Building configuration...
01:56:31: %SYS-5-CONFIG_I: Configured from console by console
Current configuration : 1467 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname ACME_R1
!
enable secret 5 $1$cvw2$d/.pXJXz7qIccWVK.1tan1
!
memory-size iomem 10
ip subnet-zero
!
!
!
ip audit notify log
ip audit po max-events 100
!
call rsvp-sync
!
!
!
!
!
!
!
!
interface Loopback0
description Lan Link to Acme Lan #2
ip address 134.4.4.1 255.255.255.0
!
interface Loopback1
description lan Link to Omega Lan #1
ip address 195.5.4.113 255.255.255.248
!
interface FastEthernet0/0
description Lan link to Acme Lan #1
ip address 134.4.0.1 255.255.252.0
duplex auto
speed auto
!
interface Serial0/0
description Serial link to Acme Router Two
ip address 134.4.5.81 255.255.255.252
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/1
description Serial Link to Omega Router One
ip address 195.5.4.122 255.255.255.252
clockrate 64000
!
router eigrp 1
redistribute rip
network 195.5.4.112 0.0.0.7
network 195.5.4.120 0.0.0.3
default-metric 10000 100 255 1 1500
auto-summary
!
router rip
version 2
redistribute eigrp 1 metric 1
network 134.4.0.0
no auto-summary
!
ip classless
no ip http server
!
!
!
dial-peer cor custom
!
!
!
!
banner motd ^C
===================================================
=============Welcome to Acme Router 1==============
===================================================
^C
!
line con 0
line aux 0
line vty 0 4
password cisco
login
!
end
ACME_R1#

You might also like