Re: Auto Install over Frame Relay

From: ccie2be (ccie2be@nyc.rr.com)
Date: Fri Sep 24 2004 - 11:07:20 GMT-3


Hey Dennis,

Thanks for getting back to me.

But, I still don't understand something.

In the example you provided, how does the new router find out what it's ip
address is?

In the example I have below, the new router gets it ip address from the
command,
frame-relay interface-dlci xyz protocol ip x.x.x.y

and the ip helper-address command tells the new router where it can find the
TFTP server.

Thanks again, Tim

----- Original Message -----
From: "Dennis E. Bates" <dbates@batesdevelopment.net>
To: "ccie2be" <ccie2be@nyc.rr.com>; "Group Study" <ccielab@groupstudy.com>
Sent: Friday, September 24, 2004 9:59 AM
Subject: RE: Auto Install over Frame Relay

Use the "frame-relay map" statements:

interface Serial0/0
 ip address 172.16.1.254 255.255.255.0
 ip helper-address 192.168.1.46
 encapsulation frame-relay IETF
 cdp enable
 frame-relay map ip 172.16.1.3 36 broadcast
 frame-relay map ip 172.16.1.4 46 broadcast
 frame-relay map ip 172.16.1.5 56 broadcast
 frame-relay map ip 172.16.1.6 66 broadcast
 frame-relay map ip 172.16.1.7 76 broadcast
 frame-relay map ip 172.16.1.8 86 broadcast
 frame-relay map ip 172.16.1.9 96 broadcast
 frame-relay map ip 172.16.1.10 116 broadcast
 frame-relay map ip 172.16.1.11 126 broadcast
 frame-relay map ip 172.16.1.1 16 broadcast
 frame-relay map ip 172.16.1.2 26 broadcast

Dennis

-----Original Message-----
From: ccie2be [mailto:ccie2be@nyc.rr.com]
Sent: Friday, September 24, 2004 8:29 AM
To: Group Study
Subject: Auto Install over Frame Relay

Hi guys,

When configuring this, does the F/R connection to the new router have to
be
p2p like in the example below?

Rx

int s0.1 point-to-point
ip addr x.x.x.x m.m.m.m
ip helper-address y.y.y.y
frame-relay interface-dlci xyz protocol ip x.x.x.y

How would I configure the F/R interface if it were p2m?

Thanks, Tim



This archive was generated by hypermail 2.1.4 : Fri Oct 01 2004 - 15:00:48 GMT-3