home hardware prices news articles forums photos user reviews
Go Back   Tech Support Forums - TechIMO.com > PC Hardware and Tech > Networking and Internet
Ask a Tech Support Question (free)!

Cisco IP routing problem

Reply Get bargains at  »  Dealighted.com
 
Thread Tools Search this Thread
Currently Active Users: 1451
Discussions: 195,859, Posts: 2,328,015, Members: 241,383
Old October 18th, 2008, 06:27 AM   Digg it!   #1 (permalink)
Junior Member
 
Join Date: Oct 2008
Posts: 1
Cisco IP routing problem

Hi All just got a little routing problem from one ip range to another

I cannot ping 192.168.6.10 from the switch below, but i can ping the 2nd switch.

Router 1

version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname
!
enable secret 5 $1$czy0$GIewA.bfI5V6vOTglFViz/
!
ip subnet-zero
ip routing
no ip domain-lookup
ip host Donc 192.168.203.2
ip host Barn 192.168.202.2
ip host Shef 192.168.201.2
ip host rtr 192.168.204.1
!
mls qos map ip-prec-dscp 0 8 16 26 32 46 48 56
mls qos min-reserve 5 170
mls qos min-reserve 6 10
mls qos min-reserve 7 65
mls qos min-reserve 8 26
mls qos
!
class-map match-all Voice
match access-group 10
!
!
policy-map Voice
class Voice
set ip dscp 46
!
!
spanning-tree mode pvst
spanning-tree extend system-id
!
!
interface Loopback0
ip address 192.168.204.2 255.255.255.255
!
interface FastEthernet0/1
description ** connection to 2610 Router **
no switchport
bandwidth 10000
ip address 192.168.204.6 255.255.255.252
duplex full
speed 10
service-policy input Voice
priority-queue out
!
interface FastEthernet0/2
description ** connection to Sheffield **
no switchport
bandwidth 10000
ip address 192.168.201.9 255.255.255.252
duplex full
speed 10
mls qos trust dscp
priority-queue out
!
interface FastEthernet0/3
description ** connection to Barnsley **
no switchport
bandwidth 10000
ip address 192.168.202.9 255.255.255.252
duplex full
speed 10
mls qos trust dscp
priority-queue out
!
interface FastEthernet0/4
description ** connection to Doncaster **
no switchport
bandwidth 10000
ip address 192.168.203.9 255.255.255.252
duplex full
speed 10
mls qos trust dscp
priority-queue out
!
interface FastEthernet0/5
no ip address
!
interface FastEthernet0/6
no ip address
!
interface FastEthernet0/7
no ip address
!
interface FastEthernet0/8
no ip address
!
interface FastEthernet0/9
no ip address
!
interface FastEthernet0/10
no ip address
!
interface FastEthernet0/11
no ip address
!
interface FastEthernet0/12
no ip address
!
interface FastEthernet0/13
no ip address
!
interface FastEthernet0/14
no ip address
!
interface FastEthernet0/15
no ip address
!
interface FastEthernet0/16
no ip address
!
interface FastEthernet0/17
no ip address
!
interface FastEthernet0/18
no ip address
!
interface FastEthernet0/19
no ip address
!
interface FastEthernet0/20
no ip address
!
interface FastEthernet0/21
no ip address
!
interface FastEthernet0/22
no ip address
!
interface FastEthernet0/23
no ip address
!
interface FastEthernet0/24
description ** connection to local Dat
no ip address
arp timeout 3600
!
interface GigabitEthernet0/1
no ip address
!
interface GigabitEthernet0/2
no ip address
!
interface Vlan1
description ** local Data LAN **
bandwidth 10000
ip address 172.18.16.16 255.255.240.0
arp timeout 3600
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.203.10
ip route 10.60.30.0 255.255.255.0 192.168.203.10
ip route 172.18.32.0 255.255.240.0 192.168.203.10
ip route 172.18.32.0 255.255.255.0 172.18.33.250
ip route 172.18.48.0 255.255.240.0 192.168.202.10
ip route 172.18.64.0 255.255.240.0 192.168.201.10
ip route 192.168.6.0 255.255.255.0 192.168.203.10
ip route 192.168.6.0 255.255.255.0 172.18.32.16
ip route 192.168.201.0 255.255.255.0 192.168.201.10
ip route 192.168.202.0 255.255.255.0 192.168.202.10
ip route 192.168.203.0 255.255.255.0 192.168.203.10
ip route 192.168.204.1 255.255.255.255 FastEthernet0/1
no ip http server
!
!
access-list 10 permit 192.168.204.5
snmp-server community public RO
banner motd ^CC
************************************
* *
* Secure router *
* *
* *
* UNAUTHORISED ACCESS PROHIBITED *
* *
* *
************************************^C
!
line con 0
exec-timeout 5 0
password 7 045802150C2E5E411D11
logging synchronous
login

2nd switch

This switch can ping 192.168.6.10 the first switch cannot

version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname
!
enable secret 5 $1$MAjX$oWMI/y0PQeWIcvJ0UJRRK1
!
ip subnet-zero
ip routing
no ip domain-lookup
ip host rtr 192.168.203.1
ip host Shef 192.168.201.2
ip host Roth 192.168.204.2
ip host Barn 192.168.202.2
!
mls qos map ip-prec-dscp 0 8 16 26 32 46 48 56
mls qos min-reserve 5 170
mls qos min-reserve 6 10
mls qos min-reserve 7 65
mls qos min-reserve 8 26
mls qos
!
class-map match-all Voice
match access-group 10
!
!
policy-map Voice
class Voice
set ip dscp 46
!
!
spanning-tree mode pvst
spanning-tree extend system-id
!
!
interface Loopback0
ip address 192.168.203.2 255.255.255.255
!
interface FastEthernet0/1
description ** connection to 2610 router **
no switchport
bandwidth 10000
ip address 192.168.203.6 255.255.255.252
duplex full
speed 10
service-policy input Voice
priority-queue out
!
interface FastEthernet0/2
description ** connection to Rotherham **
no switchport
bandwidth 10000
ip address 192.168.203.10 255.255.255.252
duplex full
speed 10
mls qos trust dscp
priority-queue out
!
interface FastEthernet0/3
no ip address
!
interface FastEthernet0/4
no ip address
!
interface FastEthernet0/5
no ip address
!
interface FastEthernet0/6
no ip address
!
interface FastEthernet0/7
no ip address
!
interface FastEthernet0/8
no ip address
!
interface FastEthernet0/9
no ip address
!
interface FastEthernet0/10
no ip address
!
interface FastEthernet0/11
no ip address
!
interface FastEthernet0/12
no ip address
!
interface FastEthernet0/13
no ip address
!
interface FastEthernet0/14
no ip address
!
interface FastEthernet0/15
no ip address
!
interface FastEthernet0/16
no ip address
!
interface FastEthernet0/17
no ip address
!
interface FastEthernet0/18
no ip address
!
interface FastEthernet0/19
no ip address
!
interface FastEthernet0/20
no ip address
!
interface FastEthernet0/21
no ip address
!
interface FastEthernet0/22
no ip address
!
interface FastEthernet0/23
description *** Data Server ***
no ip address
duplex full
speed 100
!
interface FastEthernet0/24
description ** connection to local Data LAN **
no ip address
duplex full
speed 100
!
interface GigabitEthernet0/1
no ip address
!
interface GigabitEthernet0/2
no ip address
!
interface Vlan1
description ** local Data LAN **
ip address 172.18.32.16 255.255.240.0
!
ip classless
ip route 0.0.0.0 0.0.0.0 172.18.33.250
ip route 10.60.30.0 255.255.255.0 172.18.32.100
ip route 172.18.0.0 255.255.0.0 192.168.0.0
ip route 172.18.16.0 255.255.240.0 192.168.203.9
ip route 192.168.6.0 255.255.255.0 172.18.33.250
ip route 192.168.6.0 255.255.255.0 172.18.16.16
ip route 192.168.203.1 255.255.255.255 FastEthernet0/1
no ip http server
!
!
access-list 10 permit 192.168.203.5
snmp-server community public RO
banner motd ^CCC

************************************

* *

* Router 2 *

* *

* *

* UNAUTHORISED ACCESS PROHIBITED *

* *

* *

************************************^C
!
line con 0
exec-timeout 5 0
password 7 045802150C2E
logging synchronous
login
line vty 0 4
exec-timeout 3 0
password 7 060506324F41
logging synchronous
login
length 0
line vty 5 15
exec-timeout 3 0
password 7 070C285F4D06
logging synchronous


Thx in advance any help would be really helpfull

Sh IP route

172.18.0.0/16 is variably subnetted, 3 subnets, 2 masks
S 172.18.32.0/24 [1/0] via 172.18.33.250
S 172.18.32.0/20 [1/0] via 192.168.203.10
C 172.18.16.0/20 is directly connected, Vlan1
10.0.0.0/24 is subnetted, 1 subnets
S 10.60.30.0 [1/0] via 192.168.203.10
S 192.168.6.0/24 [1/0] via 192.168.203.10
[1/0] via 172.18.32.16
192.168.203.0/24 is variably subnetted, 2 subnets, 2 masks
S 192.168.203.0/24 [1/0] via 192.168.203.10
C 192.168.203.8/30 is directly connected, FastEthernet0/4
192.168.204.0/24 is variably subnetted, 3 subnets, 2 masks
C 192.168.204.4/30 is directly connected, FastEthernet0/1
S 192.168.204.1/32 is directly connected, FastEthernet0/1
C 192.168.204.2/32 is directly connected, Loopback0
S* 0.0.0.0/0 [1/0] via 192.168.203.10

Switch 2

Sh ip route

172.18.0.0/20 is subnetted, 2 subnets
C 172.18.32.0 is directly connected, Vlan1
S 172.18.16.0 [1/0] via 192.168.203.9
10.0.0.0/24 is subnetted, 1 subnets
S 10.60.30.0 [1/0] via 172.18.32.100
S 192.168.6.0/24 [1/0] via 172.18.33.250
[1/0] via 172.18.16.16
192.168.203.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.203.2/32 is directly connected, Loopback0
C 192.168.203.8/30 is directly connected, FastEthernet0/2
S* 0.0.0.0/0 [1/0] via 172.18.33.250
easthope31 is offline   Reply With Quote
Old October 27th, 2008, 11:45 PM     #2 (permalink)
Member
 
Join Date: Mar 2006
Location: Colombo Sri Lanka
Posts: 142
Send a message via Yahoo to demha
1st one u have marker router 1 is it RTR 1 or swt1
__________________
DemhaTec
demha is offline   Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Similar Threads
Thread Thread Starter Forum Replies Last Post
routing problem with switch layer 3 fsjohn Networking and Internet 0 October 8th, 2008 05:25 AM
mail server routing cisco PIX aussie2008 Networking and Internet 0 July 27th, 2008 04:34 AM
Internet routing problem to techimo.com?? Mickwish Networking and Internet 7 September 20th, 2004 06:09 PM
A unix box not seeing the network, a routing problem? dbsgi Networking and Internet 2 January 27th, 2004 10:16 AM
cisco 678 problem mostro09 Networking and Internet 5 March 9th, 2003 10:41 AM


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Most Active Discussions
Is It Just Me? (1447)
Palin Resigning as Governor (45)
Budget PC Build, first time - Need .. (14)
[F@H SPAM 28 JUN 09] Today's the da.. (138)
Looking for Some good PC games. (9)
Worth upgrading GFX card? (38)
build advice (20)
You guys might like this one (22)
Crap, my graphics have gone to hell (17)
4gb RAM (7)
Is this a decent gaming system??? (25)
Gigabyte 770 vs 790GX (cant decide) (8)
Need Technical Expierience (78)
need a laptop (5)
Recent Discussions
Broken Sound Card? Maybe. (4)
Worth upgrading GFX card? (38)
Desktop Computer on Laptop Screen (2)
Need Technical Expierience (78)
Gigabyte 770 vs 790GX (cant decide) (8)
build advice (20)
Windows 7 Beta won't install (6)
[F@H SPAM 28 JUN 09] Today's the day... (138)
Gaming Laptop (2)
[Seriously need help] External hard d.. (0)
Not enough RAM... (1)
wifes laptop (1)
Apple no longer using nVidia? (0)
internet connection is breaking (10)
please help (1)
What salary can I expect once I gradu.. (0)
Windows Product Key (5)
Looking for Some good PC games. (9)
Weird Battlefield 2 errors (3)
ps3 connection- no video signal (1)
firefox 3.5 is slow to start (10)
Apple iPhone 3G S 32GB Unlocked (0)
Explorer page shuts down...HELP.. (0)
video card (2)
need a laptop (5)


All times are GMT -4. The time now is 08:53 PM.
TechIMO Copyright 2008 All Enthusiast, Inc.



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28