Dear Sir!
I've such configuration lab scheme:
R1(new)---F/R---R2---TFTPsrv
Then I use such config (there are FRswitch in my network):
A. Configuration-1
hostname R2
!
interface serial 0
description F/R side
ip address 1.1.1.1 255.255.255.0
encapsulation frame-relay
ip helper-address <TFTPsrv-ip>
frame-relay map ip 1.1.1.2 100 broadcast
!
interface ethernet 0
description TFTPsrv side
ip address 2.2.2.1 255.255.255.0
!
When I use such configuration, I see on R1 (new router):
interface s0
no ip address
encapsulation frame-relay
frame-relay lmi-type cisco
shutdown
Then I'm trying Configuration-1 PLUS ip dhcp option.
B. Configuration-2:
<Configuration-1>
+
ip dhcp pool 1
host 1.1.1.2 /24
Then I see on R1 (new router):
interface s0
no ip address
encapsulation frame-relay
frame-relay lmi-type cisco
shutdown
Then I'm trying Configuration-1 PLUS other ip dhcp option.
C. Configuration-3:
<Configuration-1>
+
ip dhcp excluded-address 1.1.1.1
ip dhcp pool 1
network 1.1.1.0 /24
Then I see on R1 (new router):
interface s0
no ip address
encapsulation frame-relay
frame-relay lmi-type cisco
i.e. w/o shutdown option.
What can I say? - it's seems, Frame-Relay autoinstall don't work,
because all other configs (i.e. FRswitch, TFTPsrv ... :) are absolutely correct.
Can you explain me, where I mistaken /or
can you tell me correct configuration
Best regards,
Nick