You are on page 1of 5

hostname SOUTH no ip domain-lookup enable secret cisco username NORTH password 0 ciscochap ip dhcp excluded-address 10.10.10.97 10.10.10.

101 ip dhcp pool DHCP_SOUTH network 10.10.10.96 255.255.255.240 default-router 10.10.10.97 banner motd ^ *********************************** !!!Unauthorized access strictly prohibited and prosecuted to the full extent of the law!!! *********************************** ^ int fa 0/0 ip add 10.10.10.65 255.255.255.224 no shut int s0/0/0 ip add 10.255.1.2 255.255.255.252 no shut int s0/0/1 ip add 10.255.1.5 255.255.255.252 encapsulation ppp ppp authentication chap clock rate 2000000 no shut router eigrp 50 passive-interface FastEthernet0/0 network 10.10.0.0 network 10.255.0.0 no auto-summary logging trap debugging line con 0 exec-timeout 0 0 password cisco logging synchronous login line vty 0 4 elogin line vty 5 15 exec-timeout 0 0 password cisco logging synchronous login ntp update-calendar endxec-timeout 0 0 password cisco

logging synchronous

R2 hostname NORTH no ip domain-lookup enable secret cisco username SOUTH password 0 Nschap banner motd ^ *********************************** !!!Unauthorized access strictly prohibited and prosecuted to the full extent of the law!!! *********************************** ^ int s0/0/0 ip add 10.255.1.6 255.255.255.252 encapsulation ppp ppp authentication chap ip nat inside no shut interface Serial0/0/1 no ip address no shut encapsulation frame-relay interface Serial0/0/1.35 point-to-point ip address 192.168.20.2 255.255.255.252 frame-relay interface-dlci 35 ip nat inside no shut interface Serial0/1/0 ip address 192.133.219.2 255.255.255.252 ip access-group FIREWALL in ip nat outside no shut router eigrp 50 redistribute static passive-interface Serial0/1/0 network 10.255.0.0 network 192.0.0.0 no auto-summary default-information originate

ip nat inside source list 1 interface Serial0/1/0 overload ip route 0.0.0.0 0.0.0.0 Serial0/1/0 access-list 5 permit 10.10.0.0 0.0.0.127 ip access-list extended FIREWALL deny icmp any any echo deny tcp any any eq telnet deny tcp any any eq www permit ip any any logging trap debugging line con 0 exec-timeout 0 0 password cisco logging synchronous login line vty 0 4 exec-timeout 0 0 password cisco logging synchronous login line vty 5 15 exec-timeout 0 0 password cisco logging synchronous login ntp update-calendar end

hostname EAST no ip domain-lookup enable secret cisco banner motd ^ *********************************** !!!Unauthorized access strictly prohibited and prosecuted to the full extent of the law!!! *********************************** ^ int fa0/0 ip add 10.10.10.65 255.255.255.224 ip access-group 60 out no shut int s0/0/0

ip add 10.255.1.1 255.255.255.252 clock rate 2000000 no shut interface Serial0/0/1 no ip address no shut encapsulation frame-relay interface Serial0/0/1.25 point-to-point ip address 192.168.20.1 255.255.255.252 frame-relay interface-dlci 25 no shut router eigrp 50 passive-interface FastEthernet0/0 network 10.10.0.0 network 10.255.0.0 network 192.0.0.0 no auto-summary access-list 60 deny 10.10.10.96 0.0.0.15 access-list 60 permit any logging trap debugging line con 0 exec-timeout 0 0 password cisco logging synchronous login line vty 0 4 exec-timeout 0 0 password cisco logging synchronous login line vty 5 15 exec-timeout 0 0 password cisco logging synchronous login ntp update-calendar end

You might also like