Configuration 2006.11.17.14.40.38.N.18, Device R3!
! Last configuration change at 14:37:23 EST Fri Nov 17 2006
! NVRAM config last updated at 14:40:48 EST Fri Nov 17 2006
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R3
!
boot-start-marker
boot-end-marker
!
!
clock timezone EST -5
no network-clock-participate slot 1 
no network-clock-participate wic 0 
no aaa new-model
ip subnet-zero
!
!
!
ip cef
no ip domain lookup
ip audit po max-events 100
!
!
!
!
!
!
!
!
!
!
!
!
username George password 0 bosco
username George autocommand access-enable timeout 2
username jb privilege 15
!
!
!
! 
!
crypto isakmp policy 10
 authentication pre-share
crypto isakmp key cisco address 180.40.7.2
!
!
crypto ipsec transform-set Prob10 ah-sha-hmac 
!
crypto map Prob11 10 ipsec-isakmp 
 set peer 180.40.7.2
 set transform-set Prob10 
 match address Prob11
!
!
!
!
interface FastEthernet0/0
 no ip address
 shutdown
 speed auto
 duplex auto
!
interface BRI0/0
 no ip address
 shutdown
!
interface FastEthernet0/1
 ip address 180.40.7.129 255.255.255.224
 ip access-group 100 in
 speed auto
 duplex auto
 no shutdown
!
interface Serial1/0
 ip address 180.40.7.33 255.255.255.224
 encapsulation frame-relay
 ip ospf network point-to-multipoint
 frame-relay map ip 180.40.7.34 301 broadcast
 frame-relay map ip 180.40.7.35 302 broadcast
 no shutdown
!
interface Serial1/1
 no ip address
 shutdown
!
interface Serial1/2
 ip address 180.40.7.3 255.255.255.224
 crypto map Prob11
 no shutdown
!
interface Serial1/3
 no ip address
 shutdown
!
interface Serial1/4
 no ip address
 shutdown
!
interface Serial1/5
 no ip address
 shutdown
!
interface Serial1/6
 no ip address
 shutdown
!
interface Serial1/7
 no ip address
 shutdown
!
router ospf 1
 log-adjacency-changes
 network 0.0.0.0 255.255.255.255 area 0
!
ip classless
!
no ip http server
no ip http secure-server
!
ip access-list extended Prob11
 deny   ospf any any
 deny   tcp any any
 deny   udp any any
 permit ip any any
!
access-list 100 permit udp any any eq ntp
access-list 100 permit ospf any any
access-list 100 permit tcp 180.40.7.128 0.0.0.31 host 180.40.7.129 eq telnet
access-list 100 dynamic Prob9 timeout 60 permit ip any any
access-list 100 deny   ip 180.40.7.128 0.0.0.31 any
access-list 100 permit ip any any
!
!
!
!
!
!
!
!
!
line con 0
 exec-timeout 0 0
 logging synchronous
line aux 0
line vty 0 4
 privilege level 15
 login local
!
ntp authentication-key 1 md5 112400311E1F0E 7
ntp clock-period 17208219
ntp server 180.40.7.98 key 1
!
end