Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco 2620 router resurrected, now what?

Status
Not open for further replies.

rrgrassi

MIS
Feb 5, 2004
35
0
0
US
Hi all!

I am a newbie to this, so please bear with me.

We are in the midst of changing ISPs. We have not had to use our 2620 in about 2 years. So that means I need to reconfigure it since it has the T-1 interface module. Our new ISP did not provide the router, so I need to get this one up and running before pulling the plug on the old ISP. I just need to getthis setup to bridge the t-1 and our Pixes together.

We were given a block of static IP's 80.252.37.96
Available IP's 80.252.37.98-126
Sggested router address 80.252.37.97
Subnet 255.255.255.224

Wan Serial Address 80.252.144.74
Customers Default Gateway 80.251.114.73
Subnet 255.255.255.252

Here is the current config of the 2620:

Current configuration : 2670 bytes
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname 'TheHenryGrp-GW'
!
enable secret 5 $1$8GH1$AvmMUebV0GMtUO2aNviUR/
enable password 7 082D495A041C0C19
!
!
!
!
!
ip subnet-zero
no ip finger
ip domain-name ALTER.NET
ip name-server 198.6.1.5
!
!
!
!
interface Tunnel0
ip unnumbered Serial0/0.1
!
interface Tunnel1
description EGN
ip unnumbered FastEthernet0/0
tunnel source Serial0/0.1
tunnel destination 198.172.115.74
!
interface FastEthernet0/0
description To Office FastEthernet
ip address 192.168.10.249 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0
description To UUNET (u87727)
bandwidth 1536
no ip address
encapsulation frame-relay IETF
no fair-queue
frame-relay lmi-type ansi
!
interface Serial0/0.1 point-to-point
bandwidth 1536
ip address 63.114.193.129 255.255.255.192
frame-relay interface-dlci 500 IETF
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0.1
ip route 192.168.1.0 255.255.255.0 Tunnel1
ip http server
!
access-list 1 deny 192.168.111.28
access-list 1 deny 192.168.10.29
access-list 1 permit 192.168.10.0 0.0.0.255
access-list 1 permit 192.168.108.0 0.0.3.255
access-list 101 permit udp any any eq 5004
access-list 101 permit udp any any eq 5005
access-list 101 permit udp any any eq 5567
access-list 101 permit tcp any any eq 5566
access-list 101 permit ip host 63.166.63.34 any
access-list 101 deny ip host 127.0.0.1 any
access-list 101 deny ip 192.168.10.0 0.0.0.255 any
access-list 101 deny ip 192.168.108.0 0.0.3.255 any
access-list 101 deny ip 63.114.193.128 0.0.0.63 any
access-list 101 permit icmp any any
access-list 101 permit tcp any any established
access-list 101 permit tcp any host 63.114.193.129 eq telnet
access-list 101 permit tcp any host 63.114.193.132 eq smtp
access-list 101 permit tcp any host 63.114.193.132 eq pop3
access-list 101 permit tcp any host 63.114.193.132 eq www
access-list 101 permit tcp any 63.114.193.0 0.0.0.63 eq 5405
access-list 101 permit tcp 192.168.1.0 0.0.0.255 any
access-list 101 permit ip host 198.172.115.74 any
access-list 101 permit udp any eq domain any
access-list 102 permit icmp any any
access-list 103 permit tcp any any eq 5405
snmp-server community fd2393950f RO
snmp-server enable traps snmp
!
line con 0
password 7 070E204D4D5D1A5C11140F
login
transport preferred none
transport input none
line aux 0
password 7 13041613085807732D222C
login
modem InOut
transport preferred none
transport input all
transport output pad v120 telnet rlogin udptn
stopbits 1
flowcontrol hardware
line vty 0 4
password 7 13041613085807732D222C
login
transport preferred none
!
end


Thanks for any and all help!



rrgrassi
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top