cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
970
Views
0
Helpful
2
Replies

Leased line frequent disconnecting in router Ethernet port.

amitpanwar
Level 1
Level 1
 

- 90 Mb MTNL leased line is frequently disconnect  in router ethernet port in 1 or 2 hrs.

- Then start working if we physically remove and refix cable.

- Other 90 Mb Railtel leased line is working fine on same port.

- But same line is working fine when connected with Laptop with out any issue.

- Tried ethernet port swap in router and in l2 switch provided by Exchange.

Router ports config details

interface GigabitEthernet0/3
description LL - 90 Mbps PDUUB_DLI - SM6_DLI_MTNL
bandwidth 92160
ip address 10.205.49.162 255.255.255.252
ip flow ingress
ip flow egress
ip pim sparse-dense-mode
rate-limit input access-group 10 20480000 20480 20480 conform-action transmit exceed-action drop
rate-limit output access-group 10 20480000 20480 20480 conform-action transmit exceed-action drop
ip igmp join-group 238.192.238.192
ip ospf network point-to-point
ip ospf mtu-ignore
ip ospf cost 4
duplex auto
speed auto
no cdp enable

 

 

2 Replies 2

balaji.bandi
Hall of Fame
Hall of Fame

what router is this ? and what IOS running ?

Can you post -  show interface gi 0/3  ( see any Drops here ?)  what L2 Switch ? do you have acces - see any Logs ?

what you see Logs on the router when you lost connection before remove cable and plug the cable ?

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Hello,

 

hard to tell. Is the rate limiting mandatory ? You might want to try traffic shaping instead (if your IOS and router supports this).

 

Remove the lines:

 

rate-limit input access-group 10 20480000 20480 20480 conform-action transmit exceed-action drop
rate-limit output access-group 10 20480000 20480 20480 conform-action transmit exceed-action drop

 

from the interface, and add the below to your configuration (the exact syntax on your device might differ):

 

policy-map SHAPE_90

class class-default

shape average 90000000

 

interface GigabitEthernet0/3

service-policy output SHAPE_90