cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1959
Views
9
Helpful
8
Replies

Point to Point T1 problem

wesoly1977
Level 1
Level 1

I have a T1 connection between two locations. Some while ago we started having latency issues with the lines.  when I run a ping from the router to the other routher this is the result I get.

Success rate is 100 percent (5/5), round-trip min/avg/max = 8/8/8 ms
SCFU01#ping 192.168.2.2

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.2.2, timeout is 2 seconds:
!!...
Success rate is 40 percent (2/5), round-trip min/avg/max = 8/8/8 ms
SCFU01#ping 192.168.2.2

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.2.2, timeout is 2 seconds:
..!!!
Success rate is 60 percent (3/5), round-trip min/avg/max = 8/8/8 ms
SCFU01#ping 192.168.2.2

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.2.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/4/4 ms

The telco company is telling me that the line was tested for over one hour on several occasions and it is clean, but it was working before fine and I did not change anything on the routers. I replaced the Wic t1 cards in both routers and get the same issue. Below are the router configs.

Router 1

memory-size iomem 25
tdm clock T1 0/0 both export line
tdm clock T1 0/1 both import T1 0/0 internal
voice-card 0
!
ip subnet-zero
!
!
!
!
!
!
!
!
!
!
!
!
no voice hpi capture buffer
no voice hpi capture destination
!
!
!
!
controller T1 0/0
framing esf
linecode b8zs
channel-group 0 timeslots 1-24
no yellow generation
no yellow detection
!
controller T1 0/1
framing esf
linecode b8zs
no yellow generation
no yellow detection
!
!
interface FastEthernet0/0
ip address 192.168.1.30 255.255.255.0
speed auto
!
interface Serial0/0:0
ip address 172.16.254.1 255.255.255.192
encapsulation ppp
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.1.32
ip route 192.168.2.0 255.255.255.0 Serial0/0:0
ip route 192.168.3.0 255.255.255.0 Serial0/0:0
no ip http server
!
!
!
!
call rsvp-sync
!
dial-peer cor custom
!
!
!
!
line con 0
login local
transport output pad udptn telnet rlogin
line aux 0
line vty 0 4
login local
transport input telnet
line vty 5 15
login local
transport input telnet
!
end

Router 2

memory-size iomem 25
clock timezone EST -5
clock summer-time EDT recurring
tdm clock T1 0/0 both export line
tdm clock T1 0/1 both import T1 0/0 internal
voice-card 0
!
ip subnet-zero
!
!
!
!
!
!
!
!
!
!
!
!
no voice hpi capture buffer
no voice hpi capture destination
!
!
!
!
controller T1 0/0
framing esf
linecode b8zs
channel-group 0 timeslots 1-24
no yellow generation
no yellow detection
!
controller T1 0/1
framing esf
linecode b8zs
no yellow generation
no yellow detection
!
!
interface FastEthernet0/0
description Data
ip address 192.168.2.2 255.255.255.0
speed auto
!
interface Serial0/0:0
description point-to-point to Elmsford
ip address 172.16.254.2 255.255.255.192
encapsulation ppp
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.2.1
ip route 192.168.1.0 255.255.255.0 Serial0/0:0
ip route 192.168.3.0 255.255.255.0 192.168.2.1
no ip http server
!
!
!
!
call rsvp-sync
!
dial-peer cor custom
!
!
!
!
line con 0
login local
transport output pad udptn telnet rlogin
line aux 0
session-timeout 10
login local
modem InOut
modem autoconfigure type mt56k
transport input all
transport output pad udptn telnet rlogin
autohangup
stopbits 1
speed 2400
flowcontrol hardware
line vty 0 4
login local
transport input telnet
line vty 5 15
login local
transport input telnet
!
end

Any help would be really appreciated as I cant figure what the problem is.

Thanks.

8 Replies 8