enable configure terminal hostname p1r1 no ip domain-lookup line con 0 logging synchronous exec-timeout 0 0 interface Serial 0/0 ip address 192.168.1.17 255.255.255.240 no shutdown interface Serial 0/1 ip address 192.168.1.33 255.255.255.240 no shutdown interface Serial 0/2 ip address 192.168.1.49 255.255.255.240 no shutdown interface Serial 0/3 description currently a DTE interface ip address 10.1.1.1 255.255.255.0 no shutdown router eigrp 101 redistribute ospf 101 metric 64 2000 255 1 1500 network 10.0.0.0 network 192.168.1.0 router ospf 101 redistribute eigrp 101 subnets network 10.0.0.0 0.255.255.255 area 0 end copy running-config startup-config enable configure terminal router eigrp 101 distribute-list 10 out ospf 101 exit access-list 10 deny 172.16.11.0 access-list 10 permit any end copy run start enable configure terminal router ospf 101 summary-address 192.168.1.0 255.255.255.0 end copy run start