 | reply to Necrofuzzy
Re: simple point to point 1841 to 1841 through a T1 here is my configuration files, as we have yet to get this right
REMOTE SIDE ------------------------------------ Current configuration : 3330 bytes ! ! Last configuration change at 09:12:30 PCTime Mon Jul 6 2009 by buddha ! NVRAM config last updated at 14:24:17 PCTime Wed Jul 1 2009 by buddha ! 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 ema2gsv ! boot-start-marker boot-end-marker ! security authentication failure rate 3 log security passwords min-length 6 logging buffered 51200 debugging logging console critical enable secret 5 $1$DH.o$FTjatYmUUyVIDUIPeLvBE/ ! no aaa new-model ! resource policy ! clock timezone PCTime -6 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 bootp server ip domain name mcc ! username buddha privilege 15 secret 5 $1$lI7B$3ndLe94EF02YErpwx5sM4/ ! ! ! interface FastEthernet0/0 description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0$$ES_LAN$$FW_INSIDE$ ip address 192.168.200.1 255.255.255.0 ip helper-address 131.107.1.14 no ip redirects no ip unreachables no ip proxy-arp ip nat inside ip route-cache flow duplex auto speed auto no mop enabled ! interface FastEthernet0/1 no ip address no ip redirects no ip unreachables no ip proxy-arp ip route-cache flow shutdown duplex auto speed auto no mop enabled ! interface Serial0/0/0 description $ES_WAN$$FW_OUTSIDE$ ip address 10.10.52.2 255.255.255.252 no ip redirects no ip unreachables no ip proxy-arp ip nat outside ip route-cache flow ! ip classless ip route 0.0.0.0 0.0.0.0 10.10.52.1 permanent ! ip http server ip http authentication local ip http timeout-policy idle 60 life 86400 requests 10000 ip nat inside source list 1 interface Serial0/0/0 overload ! logging trap debugging access-list 1 remark INSIDE_IF=FastEthernet0/0 access-list 1 remark SDM_ACL Category=2 access-list 1 permit 192.168.200.0 0.0.0.255 no cdp run ! control-plane ! banner exec ^C % Password expiration warning. -----------------------------------------------------------------------
Cisco Router and Security Device Manager (SDM) is installed on this device and it provides the default username "cisco" for one-time use. If you have already used the username "cisco" to login to the router and your IOS image supports the "one-time" user option, then this username has already expired. You will not be able to login to the router with this username after you exit this session.
It is strongly suggested that you create a new username with a privilege level of 15 using the following command.
username privilege 15 secret 0
Replace and with the username and password you want to use.
----------------------------------------------------------------------- ^C banner login ^CAuthorized access only! Disconnect IMMEDIATELY if you are not an authorized user!^C ! line con 0 login local transport output telnet line aux 0 login local transport output telnet line vty 0 4 privilege level 15 login local transport input telnet line vty 5 15 privilege level 15 login local transport input telnet ! scheduler allocate 4000 1000 end
CORP SIDE ---------------------------------------------------------- Current configuration : 1980 bytes ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname gsv@ema ! 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 ! ! ! ! ip domain name mcc ! username buddha privilege 15 secret 5 $1$l9TE$dGB/kZA79E7NgqLZyxmtR1 ! ! ! interface FastEthernet0/0 description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0$$ES_LAN$ ip address 131.107.15.5 255.255.0.0 duplex auto speed auto ! interface FastEthernet0/1 no ip address shutdown duplex auto speed auto ! interface Serial0/0/0 ip address 10.10.52.1 255.255.255.252 service-module t1 clock source internal ! ip classless ip route 192.168.200.0 255.255.255.0 10.10.52.2 permanent ! ip http server ip http authentication local ip http timeout-policy idle 60 life 86400 requests 10000 ! ! control-plane ! banner login ^C ----------------------------------------------------------------------- Cisco Router and Security Device Manager (SDM) is installed on this device. This feature requires the one-time use of the username "cisco" with the password "cisco". The default username and password have a privilege level of 15.
Please change these publicly known initial credentials using SDM or the IOS CLI. Here are the Cisco IOS commands.
username privilege 15 secret 0 no username cisco
Replace and with the username and password you want to use.
For more information about SDM please follow the instructions in the QUICK START GUIDE for your router or go to »www.cisco.com/go/sdm ----------------------------------------------------------------------- ^C ! line con 0 login local line aux 0 line vty 0 4 privilege level 15 login local transport input telnet line vty 5 15 privilege level 15 login local transport input telnet ! end
like i said we are complete noobs at this. Hope you can help us with this. |
|
 aryobaPremium,MVM join:2002-08-22 kudos:1 | 1. Is there a reason why the remote office router does NAT?
2. Why do you want route on corp router to reach remote office to be permanent? |
|