RE: Frame Question

From: Brian Dennis (bdennis@internetworkexpert.com)
Date: Tue Jul 26 2005 - 01:08:40 GMT-3


Scott,
        Your suggestion will not work. The "protocol ip" option on the
end of the "frame-relay interface-dlci" command is used for auto-install
as it's the IP address to assign to the remote end during BootP. From
the DocCD:

<DocCD>
protocol ip ip-address
(Optional) Indicates the IP address of the main interface of a new
router or access server onto which a router configuration file is to be
automatically installed over a Frame Relay network. Use this option only
when this device will act as the BOOTP server for automatic installation
over Frame Relay.
</DocCD>

        Lastly what isn't stated in the documentation is that the
"protocol ip" option is only available under a point-to-point
subinterface. Since it's a point-to-point subinterface, no layer 3 to
layer 2 mapping is ever required anyways. See below:

Rack2R2(config)#int s0/0
Rack2R2(config-if)#fram interface-dlci 201 ?
  ppp Use RFC1973 Encapsulation to support PPP over FR
  switched Define a switched DLCI
  <cr>

Rack2R2(config-if)#fram interface-dlci 201 protocol
                                            ^
% Invalid input detected at '^' marker.

Rack2R2(config-if)#int s0/0.1 multipoint
Rack2R2(config-subif)#fram interface-dlci 201 ?
  ppp Use RFC1973 Encapsulation to support PPP over FR
  <cr>

Rack2R2(config-subif)#fram interface-dlci 201 protocol
                                               ^
% Invalid input detected at '^' marker.

Rack2R2(config-subif)#int s0/0.2 point-to-point
Rack2R2(config-subif)#fram interface-dlci 201 ?
  cisco Use CISCO Encapsulation
  ietf Use RFC1490/RFC2427 Encapsulation
  ppp Use RFC1973 Encapsulation to support PPP over FR
  protocol Optional protocol information for remote end
  <cr>

Rack2R2(config-subif)#fram interface-dlci 201 pro ip 10.1.1.5
Rack2R2(config-fr-dlci)#

Brian Dennis, CCIE #2210 (R&S/ISP-Dial/Security)
bdennis@internetworkexpert.com
 
Internetwork Expert, Inc.
http://www.InternetworkExpert.com
Toll Free: 877-224-8987
Direct: 775-745-6404 (Outside the US and Canada)
 
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Scott Morris
Sent: Monday, July 25, 2005 6:05 PM
To: 'Schulz, Dave'; 'Bob Sinclair'; ccielab@groupstudy.com
Subject: RE: Frame Question

Depending on your IOS version, you can also use "frame-relay
interface-dlce
(#) protocol ip (ip#)" in order to map to the other side.

http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/
fwan
_r/frcmds/wrffr2.htm#wp1029352

But other than that, PPPoFR would be something worth looking at.

Scott

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Schulz, Dave
Sent: Monday, July 25, 2005 11:19 AM
To: Bob Sinclair; ccielab@groupstudy.com
Subject: RE: Frame Question

Thanks, Bob.....They limit you in the lab to using 2 subinterfaces to do
this on R2 (one is already a point to point, which is working). They
state
"Do not use map statements on R2". Is there a way to accomplish this
using
a class map and map-lists? Or, could this be an error on the lab? I'll
was
going to try the sub interface on two point to points, but it didn't
look
right considering I only have one subnet.

Dave Schulz, CCDP, CCNP, CCSP
Project Manager / TAC Supervisor
Data Processing Sciences Corporation
10810 Kenwood Road
Cincinnati, Ohio 45242
Phone - (513) 791-7100 ext.7411
Fax - (513) 791-4676
Email: dschulz@dpsciences.com <mailto:dschulz@dpsciences.com%20>

________________________________

From: Bob Sinclair [mailto:bsinclair@netmasterclass.net]
Sent: Monday, July 25, 2005 10:56 AM
To: Schulz, Dave; ccielab@groupstudy.com
Subject: Re: Frame Question

Dave,

Seems to me that if your frame-relay interface is multipoint (physical
or
subif), then mapping is required (either static or dynamic). If both
static
and dynamic mapping is ruled out, then you must use point-to-point
subinterfaces. Does the scenario explicity rule out p-p subifs? Have
you
considered puttiing the same subnet on two p-p subifs?

HTH,

Bob Sinclair
CCIE #10427, CCSI 30427, CISSP
www.netmasterclass.net

        ----- Original Message -----

        From: Schulz, Dave <mailto:DSchulz@dpsciences.com>

        To: ccielab@groupstudy.com

        Sent: Monday, July 25, 2005 10:46 AM

        Subject: Frame Question

        I have a lab question that has a multipoint frame terminating at
R2 with
        two DLCIs going to two different routers. You must disable
inverse
arp,
        and must use sub-interfaces. The last catch on this is .....
You cannot
        use the map statement. This makes it so you can only use the
        frame-relay interface-dlci command. However, this won't work
for
        mapping to the IP address at each location. Any ideas on how to
make
        this one work? Everything on the doc cd for static mapping on a
        multipoint requires map statements. Hmmmm.

        Dave Schulz,
        Email: dschulz@dpsciences.com <mailto:dschulz@dpsciences.com >



This archive was generated by hypermail 2.1.4 : Sun Sep 04 2005 - 17:00:31 GMT-3