|
Question : Config file for a Cisco 1840 router
|
|
Does anyone have a router config file for a cisco 1841 router. I know I would have to change the IP#s in the config file but was hoping to use a existing config file to upload to it with a tftp server.
I have my T1 line down and I am a beginer with the routher work. I was told that I could probably just load a config file using a tftp server (which i already have - Tftpd32 version 3.00) but i obviously need to make the changes to the IP address area first.
|
Answer : Config file for a Cisco 1840 router
|
|
Current configuration : 3562 bytes ! ! Last configuration change at 19:14:01 PCTime Wed Sep 28 2005 by ! NVRAM config last updated at 16:41:17 PCTime Wed Sep 28 2005 by s ! version 12.4 no service pad service tcp-keepalives-in service tcp-keepalives-out service timestamps debug datetime msec localtime show-timezone service timestamps log datetime msec localtime show-timezone service password-encryption service sequence-numbers ! hostname asnnet ! boot-start-marker boot-end-marker ! security authentication failure rate 3 log security passwords min-length 6 logging buffered 51200 debugging enable secret 5 $1$mJUs$bNgWjfOluxaMJ2EBIkLj41 enable password 7 094E431E145646 ! no aaa new-model ! resource policy ! clock timezone PCTime -5 clock summer-time PCTime date Apr 6 2003 2:00 Oct 26 2003 2:00 mmi polling-interval 60 no mmi auto-configure no mmi pvc mmi snmp-timeout 180 ip subnet-zero no ip source-route ip cef ! ! ip tcp synwait-time 10 no ip dhcp use vrf connected ! ! no ip bootp server ! username skinner privilege 15 secret 5 $1$pG9H$PZOIE7xVXAAtIiMzBuRkF. ! ! ! interface Null0 no ip unreachables ! interface FastEthernet0/0 description $ETH-LAN$$FW_INSIDE$ ip address 192.168.20.145 255.255.255.0 ip access-group sdm_fastethernet0/0_in in no ip redirects no ip unreachables no ip proxy-arp ip nat inside speed auto full-duplex no mop enabled ! interface FastEthernet0/1 description $ETH-LAN$$FW_OUTSIDE$ ip address 172.21.38.249 255.255.255.252 ip access-group sdm_fastethernet0/1_in in no ip redirects no ip unreachables no ip proxy-arp ip nat outside duplex auto speed auto no mop enabled ! ip classless ip route 0.0.0.0 0.0.0.0 172.21.38.250 ip route 10.3.1.0 255.255.255.0 192.168.20.8 ip route 10.5.1.0 255.255.255.0 192.168.20.8 ip route 10.31.17.0 255.255.255.0 172.21.38.250 ip route 192.168.15.0 255.255.255.0 192.168.20.8 ! ip http server ip http access-class 1 ip http authentication local ip nat inside source static tcp 192.168.15.41 5060 172.21.38.3 5060 extendable ip nat inside source static tcp 192.168.20.206 9080 172.21.38.4 9080 extendable ip nat inside source static tcp 192.168.20.200 80 172.21.38.5 80 extendable ip nat inside source static tcp 192.168.20.200 445 172.21.38.5 445 extendable ip nat inside source static 192.168.20.200 172.21.38.5 ip nat inside source static tcp 192.168.20.200 1494 172.21.38.249 1494 extendable ! ip access-list extended ASNROUTE remark SDM_ACL Category=2 deny ip host 192.168.20.200 192.168.186.0 0.0.0.255 log permit ip any any log ip access-list extended sdm_fastethernet0/0_in remark SDM_ACL Category=1 permit ip any any log ip access-list extended sdm_fastethernet0/1_in remark SDM_ACL Category=1 permit ip any any log ip access-list extended test remark SDM_ACL Category=2 permit ip host 192.168.20.200 host 192.168.186.0 deny ip any any ! logging trap debugging access-list 1 remark HTTP Access-class list access-list 1 remark SDM_ACL Category=1 access-list 1 permit 192.168.15.0 0.0.0.255 access-list 1 permit 192.168.20.0 0.0.0.255 access-list 1 deny any access-list 100 remark VTY Access-class list access-list 100 remark SDM_ACL Category=1 access-list 100 permit ip 192.168.15.0 0.0.0.255 any access-list 100 permit ip 192.168.20.0 0.0.0.255 any access-list 100 deny ip any any no cdp run ! control-plane ! banner login ^Cm^C ! line con 0 login local transport output telnet line aux 0 login local transport output telnet line vty 0 4 access-class 100 in password 7 0204094C06555F73 login local transport input telnet ! scheduler allocate 4000 1000 end
|
|
|