Ensure that R1 can ping R2 and ensure any optimizations are retained. Interfaces are in an up/up state and there are no ACL or security features restricting access. Some configuration and debug outputs are included below. Please provide a working configuration.
R1
__
R1(config)#do ping 10.0.0.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.0.0.2, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
interface Serial1/0
ip address 10.0.0.1 255.255.255.0
load-interval 30
serial restart-delay 0
end
R2
__
R2#
*Mar 1 01:31:40.499: Serial1/0: COMPRESS: (expansion) status: 6, size in: 20, size out: 15
*Mar 1 01:31:50.499: Serial1/0: COMPRESS: (expansion) status: 6, size in: 20, size out: 15
*Mar 1 01:32:00.499: Serial1/0: COMPRESS: (expansion) status: 6, size in: 20, size out: 15
*Mar 1 01:32:10.499: Serial1/0: COMPRESS: (expansion) status: 6, size in: 20, size out: 15
1 comments:
R1(config-if)#compress stac
R1(config-if)#do ping 10.0.0.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.0.0.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 8/58/120 ms
R1(config-if)#do debug compress
COMPRESS debugging is on
*Mar 1 00:04:19.491: Serial0/0: COMPRESS: (expansion) status: 6, size in: 20, size out: 1
Post a Comment