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: 2218
Discussions: 200,920, Posts: 2,379,019, Members: 246,286
Old October 18th, 2008, 07: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 28th, 2008, 12:45 AM     #2 (permalink)
Member
 
Join Date: Mar 2006
Location: Colombo Sri Lanka
Posts: 144
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 06:25 AM
mail server routing cisco PIX aussie2008 Networking and Internet 0 July 27th, 2008 05:34 AM
Internet routing problem to techimo.com?? Mickwish Networking and Internet 7 September 20th, 2004 07:09 PM
A unix box not seeing the network, a routing problem? dbsgi Networking and Internet 2 January 27th, 2004 11:16 AM
cisco 678 problem mostro09 Networking and Internet 5 March 9th, 2003 11:41 AM


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Most Active Discussions
Is It Just Me? (2838)
Why is Khalid Sheikh Mohammed even .. (9)
Obama the Muslim (8)
Is the PSU I received dead? (10)
windows vista security holes (7)
Install XP pro and a Vista laptop ?.. (9)
HIS HD5770 graphic card question (15)
A good PSU? (10)
Dept. of HS: NSA 'Helped' Develop V.. (15)
Foreign voltage (7)
Print spooler problem (10)
New Computer wont recognize XP disc (7)
EVGA 9800 gtx help with finding a g.. (8)
Ideal cheap graph card for PC-Gamin.. (15)
Recent Discussions
Dept. of HS: NSA 'Helped' Develop Vis.. (15)
Help getting around port 80 for camer.. (0)
[F@H SPAM 11/16/09] ! 1/2 months to r.. (30)
windows vista security holes (7)
I need help getting around blocked po.. (0)
Install XP pro and a Vista laptop ?? (9)
Virus Doctor Popup? (0)
EVGA 9800 gtx help with finding a goo.. (8)
Modern Warfare For the PC (32)
Browsers wont load websites (0)
Problem with speed step/turbo boost? (1)
monitor will not turn on at all, (0)
Modern Warfare 2: Who Bought It? (61)
World's largest Monopoly Game using G.. (330)
Print spooler problem (10)
SIS 740 and Widescreen (8)
Baffling Problem with my CPU/MoBo's. .. (0)
Display shows 3x5 inch in middle of s.. (0)
HIS HD5770 graphic card question (15)
Best file format to play on Windows H.. (0)
PSP Go bought in Japan (0)
Foreign voltage (7)
Asus P4G8X Mobo (3)
Need hard disk drivers (4)
windows 7 internet problem (4)


All times are GMT -4. The time now is 03:45 PM.
TechIMO Copyright 2009 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