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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

2-CISCO 2600's Routing to a 3rd Router

Status
Not open for further replies.

toledoman

MIS
Joined
Feb 22, 2005
Messages
3
Location
US
Hello,

I have a CISCO 26xx configuration problem. I can not see or ping my new USR8200 router from the Cisco2 side of my T1. The USR was recently added for a high-speed Internet connection. Everyone on the Cisco1 side connects fine.

I set a rout from my USR8200 to Cisco1.
What I think I need to do is 2-adtl things. Set a default route from Cisco1 to USR8200 & also a default route from Cisco2 to Cisco1.

What I am asking for is the correct command line syntax to accomplish this.

Any help or suggestions will be be greatly appreciated!

Thanks!
Bill



Below is the basic layout.

USR8200-rtr <-> hub <-> Cisco1 <-> T1 <-> Cisco2 <-> hub

USR8200 - 172.20.100.200 255.255.0.0
Cisco1 - 172.20.100.10 255.255.0.0
Cisco2 - 172.21.100.10 255.255.0.0

----------------------------------------

Cisco1 Router Config:

User Access Verification

Password:
Cisco1>enable
Password:
Cisco1#sh run
Building configuration...

Current configuration:
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
!
hostname Cisco1
!
boot system flash 1:aaa1582.bin
no logging console
enable secret 5
enable password
!
!
!
!
!
clock timezone EST -5
clock summer-time EDT recurring
ip subnet-zero
no ip domain-lookup
!
ipx routing 0003.e3e2.b820
!
!
!
interface FastEthernet0/0
ip address 172.20.100.10 255.255.0.0
no ip mroute-cache
speed auto
half-duplex
ipx network 2B3FE51F
no mop enabled
bridge-group 1
!
interface Serial0/0
ip address 192.168.1.1 255.255.255.0
no ip mroute-cache
ipx network 1234567A
no fair-queue
bridge-group 1
!
router eigrp 100
network 10.0.0.0
network 172.20.0.0
network 192.168.1.0
no auto-summary
no eigrp log-neighbor-changes
!
router igrp 1
redistribute connected
network 172.20.0.0
network 172.21.0.0
network 192.168.1.0
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.1.2
no ip http server
!
dialer-list 1 protocol ip permit
dialer-list 1 protocol ipx permit
!
!
!
bridge 1 protocol dec
!
line con 0
exec-timeout 0 0
transport input none
line aux 0
line vty 0 4
password
login
!
end

Cisco1#

--------------------------------

Cisco2 Router Config:


User Access Verification

Password:
Cisco2>enable
Password:
Cisco2#sh run
Building configuration...

Current configuration:
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
!
hostname Cisco2
!
boot system flash 1:aaa1582.bin
no logging console
enable secret 5
enable password
!
!
!
!
!
clock timezone EST -5
clock summer-time EDT recurring
ip subnet-zero
no ip domain-lookup
!
ipx routing 0003.e377.2900
!
!
!
interface FastEthernet0/0
ip address 172.21.100.10 255.255.0.0
no ip mroute-cache
speed auto
half-duplex
ipx network 12345678
no mop enabled
bridge-group 1
!
interface Serial0/0
ip address 192.168.1.2 255.255.255.0
no ip mroute-cache
ipx network 1234567A
no fair-queue
bridge-group 1
!
router eigrp 100
network 10.0.0.0
network 172.21.0.0
network 192.168.1.0
no auto-summary
no eigrp log-neighbor-changes
!
router igrp 1
redistribute connected
network 172.20.0.0
network 172.21.0.0
network 192.168.1.0
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.1.1
no ip http server
!
dialer-list 1 protocol ip permit
dialer-list 1 protocol ipx permit
!
!
!
bridge 1 protocol dec
!
line con 0
exec-timeout 0 0
transport input none
line aux 0
line vty 0 4
password
login
!
end

Cisco2#

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top