!
version 15.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R2
!
!
!
!
!
!
!
!
ip cef
no ipv6 cef
!
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface Loopback0
 ip address 10.0.2.6 255.255.255.255
!
interface GigabitEthernet0/0/0
 ip address 10.0.0.5 255.255.255.252
 duplex auto
 speed auto
!
interface GigabitEthernet0/0/1
 ip address 10.0.0.9 255.255.255.252
 duplex auto
 speed auto
!
interface Serial0/1/0
 ip address 88.45.33.14 255.255.255.252
!
interface Serial0/1/1
 no ip address
 clock rate 2000000
!
interface Vlan1
 no ip address
 shutdown
!
router eigrp 10
 redistribute static 
 redistribute connected 
 network 10.0.0.4 0.0.0.3
 network 10.0.0.8 0.0.0.3
 network 0.0.0.0
 
!
router rip
!
ip classless
ip route 0.0.0.0 0.0.0.0 88.45.33.13 
!
ip flow-export version 9
!
!
!
banner motd 
This device is for authorized personnel only.
If you have not been provided with permission to
access this device - disconnect at once.

!
!
!
!
!
line con 0
 password Ansible
 login
!
line aux 0
!
line vty 0 4
 password Ansible
 login
line vty 5 15
 login
!
!
!
end

