From: afiddler (afiddler@xxxxxxxxx)
Date: Sun Nov 04 2001 - 16:08:12 GMT-3
I am wondering if you are referring to the following (from CCO)
http://www.cisco.com/univercd/cc/td/doc/product/software/ios121/121cgcr/wan_
r/wrdfrely.htm#xtocid2753541:
frame-relay local-dlci
To set the source data-link connection identifier (DLCI) for use when the
Local Management Interface (LMI) is not supported, use the frame-relay
local-dlci interface configuration command. To remove the DLCI number, use
the no form of this command.
frame-relay local-dlci number
no frame-relay local-dlci
Syntax Description number
Local (source) DLCI number to be used.
Defaults
No source DLCI is set.
Command Modes
Interface configuration
Command History Release Modification
10.0
This command was introduced.
Usage Guidelines
If LMI is supported and the multicast information element is present, the
network server sets its local DLCI based on information provided via the
LMI.
----------------------------------------------------------------------------
---- Note The frame-relay local-dlci command is provided mainly to allow testing of the Frame Relay encapsulation in a setting where two servers are connected back-to-back. This command is not required in a live Frame Relay network.---------------------------------------------------------------------------- ----
Examples
The following example specifies 100 as the local DLCI:
interface serial 4 frame-relay local-dlci 100
----- Original Message ----- From: "Adam Quiggle" <aquiggle@nc.rr.com> To: "dhuskey" <dhuskey@xnet.com>; <ccielab@groupstudy.com> Sent: Sunday, November 04, 2001 12:35 PM Subject: Re: frame ping local interface
> 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