! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec service password-encryption ! hostname router ! boot-start-marker boot-end-marker ! logging buffered 51200 warnings enable secret 5 xxxxxx ! no aaa new-model ! resource policy ! clock timezone gmt 0 clock summer-time bst recurring last Sun Mar 2:00 last Sun Oct 3:00 mmi polling-interval 60 no mmi auto-configure no mmi pvc mmi snmp-timeout 180 ip subnet-zero ip cef ! ! no ip dhcp use vrf connected ! ! ip flow-cache timeout active 1 ip tftp source-interface FastEthernet0/0 no ip domain lookup ip domain name domain.com login on-failure log login on-success log ! username xxx privilege 10 password 7 xxx username xxx privilege 15 password 7 xxx archive log config logging enable logging size 200 notify syslog hidekeys ! ! ! interface FastEthernet0/0 description *** LAN INTERFACE *** ip address 192.168.x.x 255.255.255.0 ip nbar protocol-discovery ip nat inside ip route-cache flow duplex auto speed auto ! interface FastEthernet0/1 ip address 10.152.16.226 255.255.255.224 ip nbar protocol-discovery ip nat outside duplex auto speed auto ! ip classless ip route 170.x.x.x 255.255.0.0 10.x.x.x ip flow-export source FastEthernet0/0 ip flow-export version 5 ip flow-export destination 192.168.x.x 9996 ! ip http server ip http authentication local ip http timeout-policy idle 600 life 86400 requests 10000 ip nat pool Fin 10.x.x.x 10.x.x.x netmask 255.255.255.224 ip nat inside source list 100 pool Fin overload ip nat inside source static 192.168.x.x 10.x.x.x ! logging trap notifications logging source-interface FastEthernet0/0 logging 192.168.x.x logging 170.20.x.x access-list 100 remark UKFinance access-list 100 permit ip 192.168.x.x 0.0.0.255 170.20.x.x 0.0.255.255 snmp-server community xxx RO snmp-server community xxx RO snmp-server community xxx RW snmp-server ifindex persist snmp-server enable traps tty snmp-server host 192.168.x.x xxx ! control-plane ! ! line con 0 password 7 xxx login line aux 0 line vty 0 4 privilege level 15 password 7 xxx login local transport input telnet line vty 5 15 privilege level 15 password 7 xxx login local transport input telnet line vty 16 807 password 7 xxx login ! end