From: Adam Quiggle (aquiggle@xxxxxxxxx)
Date: Sun Nov 04 2001 - 15:35:12 GMT-3
David,
You need to setup a frame relay map statement. If your DLCI is 201 to a
remote site your configuration would look something like...
r2#show run int s0
Building configuration...
Current configuration : 269 bytes
!
interface Serial0
mtu 500
ip address 152.1.1.82 255.255.255.248
encapsulation frame-relay
frame-relay map ip 152.1.1.81 201 broadcast
frame-relay map ip 152.1.1.83 201 broadcast
no frame-relay inverse-arp
end
r2#ping 152.1.1.82
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 152.1.1.82, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
r2#conf t
Enter configuration commands, one per line. End with CNTL/Z.
r2(config)#int s0
r2(config-if)#frame map ip 152.1.1.82 201 broadcast
r2(config-if)#end
r2#ping 152.1.1.82
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 152.1.1.82, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 112/115/116 ms
r2#
HTH,
AQ
At 07:12 PM 11/3/01, dhuskey wrote:
>Is there any way to configure frame-relay
>without using frame map
>to ping the local interfaces
>
>policy routing (not sure)
>
>thanks in advance,
>david
This archive was generated by hypermail 2.1.4 : Fri Jun 21 2002 - 06:45:03 GMT-3