Current configuration : 9107 bytes ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec service password-encryption ! hostname OFFRTR-A2.5-1 ! boot-start-marker boot-end-marker ! logging buffered 51200 warnings ! no aaa new-model ! resource policy ! mmi polling-interval 60 no mmi auto-configure no mmi pvc mmi snmp-timeout 180 ip subnet-zero ip cef ! username xxxxxxxxxxxx privilege 15 password xxxxxxxxxxxxxxxx ! ! ! ! ! interface FastEthernet0/0 description Transit$FW_INSIDE$ ip address 10.130.50.4 255.255.255.248 ip access-group STOP_PING in no ip redirects ip nat inside ip nat enable ip virtual-reassembly duplex auto speed auto ! interface FastEthernet0/1 description $FW_OUTSIDE$$ETH-LAN$ ip address 10.195.50.20 255.255.254.0 ip access-group STOP_PING in no ip redirects ip nat outside ip nat enable ip virtual-reassembly duplex auto speed auto ! interface ATM0/0/0 no ip address shutdown no atm ilmi-keepalive dsl operating-mode auto ! interface BRI0/1/0 no ip address shutdown ! router eigrp 100 network 10.130.50.0 0.0.0.7 network 10.195.50.0 0.0.0.0 no auto-summary ! ip classless ip route 0.0.0.0 0.0.0.0 10.195.50.10 ip route 10.130.0.0 255.255.0.0 10.130.50.3 ! ip http server ip http authentication local ip http secure-server ip http timeout-policy idle 60 life 86400 requests 10000 ip nat inside source list GNet interface FastEthernet0/1 overload ! ip access-list standard GNet permit 10.130.111.0 0.0.0.255 permit 10.130.50.0 0.0.0.255 permit 10.130.101.0 0.0.0.255 ! ip access-list extended STOP_PING permit ip any any deny icmp any any deny icmp any any echo deny icmp any any echo-reply deny icmp any any echo log deny icmp any any redirect log deny icmp any any timestamp-request log deny icmp any any information-request log deny icmp any any mask-request log ! line con 0 login local line aux 0 line vty 0 4 login local transport input telnet ssh line vty 5 15 login local transport input telnet ssh ! end