routing [7:38071]

2002-03-12 Thread kaushalender

Hi group ,

I have cisco 2610 router on which I am using static routing .I have new 
customer which is directly connected on my 2610 router.I have problem 
that from router i am able to ping the lan ip of the customers end 
router but from outside i am not able to ping the customer ip means that 
from my machine i am not able to trace the lan ip of the 
customer.Althoug I have put route in the router.Can somebody help me in 
resolving thip prob.

The serial of customer at our end

interface Serial0/3
 description "BACK OFFICE 64-SHARED CIRCUIT"
 bandwidth 64
 ip address 216.252.243.9 255.255.255.252
 ip access-group 107 in
 ip access-group 107 out
 rate-limit input 64000 64000 64000 conform-action transmit 
exceed-action drop
 rate-limit output 64000 64000 64000 conform-action transmit 
exceed-action drop
 encapsulation ppp

The route i have put in router
ip route 216.252.243.32 255.255.255.248 216.252.243.10

the output of sh ip route



 64.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C   64.110.105.76/30 is directly connected, Serial0/0
C   64.110.93.192/28 is directly connected, Ethernet0/0
 216.252.243.0/24 is variably subnetted, 10 subnets, 4 masks
S   216.252.243.192/28 [1/0] via 216.252.243.6
S   216.252.243.176/28 [1/0] via 216.252.243.2
C   216.252.243.160/28 is directly connected, Ethernet0/0
C   216.252.243.6/32 is directly connected, Serial0/1
C   216.252.243.4/30 is directly connected, Serial0/1
C   216.252.243.2/32 is directly connected, Serial0/2
C   216.252.243.0/30 is directly connected, Serial0/2
C   216.252.243.10/32 is directly connected, Serial0/3
C   216.252.243.8/30 is directly connected, Serial0/3
S   216.252.243.32/29 [1/0] via 216.252.243.10
 10.0.0.0/22 is subnetted, 1 subnets
C   10.101.0.0 is directly connected, Ethernet0/0
S*   0.0.0.0/0 is directly connected, Serial0/0

Plz help me




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=38071&t=38071
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: routing [7:38071]

2002-03-12 Thread Tshon

Have you tried to redistribute the static route.  If not how are your 
other routers suppose to find out about that
network.  Check their route tables.

kaushalender wrote:

>Hi group ,
>
>I have cisco 2610 router on which I am using static routing .I have new 
>customer which is directly connected on my 2610 router.I have problem 
>that from router i am able to ping the lan ip of the customers end 
>router but from outside i am not able to ping the customer ip means that 
>from my machine i am not able to trace the lan ip of the 
>customer.Althoug I have put route in the router.Can somebody help me in 
>resolving thip prob.
>
>The serial of customer at our end
>
>interface Serial0/3
> description "BACK OFFICE 64-SHARED CIRCUIT"
> bandwidth 64
> ip address 216.252.243.9 255.255.255.252
> ip access-group 107 in
> ip access-group 107 out
> rate-limit input 64000 64000 64000 conform-action transmit 
>exceed-action drop
> rate-limit output 64000 64000 64000 conform-action transmit 
>exceed-action drop
> encapsulation ppp
>
>The route i have put in router
>ip route 216.252.243.32 255.255.255.248 216.252.243.10
>
>the output of sh ip route
>
>
>
> 64.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
>C   64.110.105.76/30 is directly connected, Serial0/0
>C   64.110.93.192/28 is directly connected, Ethernet0/0
> 216.252.243.0/24 is variably subnetted, 10 subnets, 4 masks
>S   216.252.243.192/28 [1/0] via 216.252.243.6
>S   216.252.243.176/28 [1/0] via 216.252.243.2
>C   216.252.243.160/28 is directly connected, Ethernet0/0
>C   216.252.243.6/32 is directly connected, Serial0/1
>C   216.252.243.4/30 is directly connected, Serial0/1
>C   216.252.243.2/32 is directly connected, Serial0/2
>C   216.252.243.0/30 is directly connected, Serial0/2
>C   216.252.243.10/32 is directly connected, Serial0/3
>C   216.252.243.8/30 is directly connected, Serial0/3
>S   216.252.243.32/29 [1/0] via 216.252.243.10
> 10.0.0.0/22 is subnetted, 1 subnets
>C   10.101.0.0 is directly connected, Ethernet0/0
>S*   0.0.0.0/0 is directly connected, Serial0/0
>
>Plz help me




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=38079&t=38071
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: routing [7:38071]

2002-03-13 Thread Ivan

Hi,

I think that is the routing problem of the remote router,  if you can ping
the remote LAN ip at local router.
The remote router need to add the route to access your local LAN(your pc).

Ivan
""kaushalender""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi group ,
>
> I have cisco 2610 router on which I am using static routing .I have new
> customer which is directly connected on my 2610 router.I have problem
> that from router i am able to ping the lan ip of the customers end
> router but from outside i am not able to ping the customer ip means that
> from my machine i am not able to trace the lan ip of the
> customer.Althoug I have put route in the router.Can somebody help me in
> resolving thip prob.
>
> The serial of customer at our end
>
> interface Serial0/3
>  description "BACK OFFICE 64-SHARED CIRCUIT"
>  bandwidth 64
>  ip address 216.252.243.9 255.255.255.252
>  ip access-group 107 in
>  ip access-group 107 out
>  rate-limit input 64000 64000 64000 conform-action transmit
> exceed-action drop
>  rate-limit output 64000 64000 64000 conform-action transmit
> exceed-action drop
>  encapsulation ppp
>
> The route i have put in router
> ip route 216.252.243.32 255.255.255.248 216.252.243.10
>
> the output of sh ip route
>
>
>
>  64.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
> C   64.110.105.76/30 is directly connected, Serial0/0
> C   64.110.93.192/28 is directly connected, Ethernet0/0
>  216.252.243.0/24 is variably subnetted, 10 subnets, 4 masks
> S   216.252.243.192/28 [1/0] via 216.252.243.6
> S   216.252.243.176/28 [1/0] via 216.252.243.2
> C   216.252.243.160/28 is directly connected, Ethernet0/0
> C   216.252.243.6/32 is directly connected, Serial0/1
> C   216.252.243.4/30 is directly connected, Serial0/1
> C   216.252.243.2/32 is directly connected, Serial0/2
> C   216.252.243.0/30 is directly connected, Serial0/2
> C   216.252.243.10/32 is directly connected, Serial0/3
> C   216.252.243.8/30 is directly connected, Serial0/3
> S   216.252.243.32/29 [1/0] via 216.252.243.10
>  10.0.0.0/22 is subnetted, 1 subnets
> C   10.101.0.0 is directly connected, Ethernet0/0
> S*   0.0.0.0/0 is directly connected, Serial0/0
>
> Plz help me




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=38094&t=38071
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]