From: Kevin Baumgartner (kbaumgar@xxxxxxxxx)
Date: Sat Feb 03 2001 - 03:51:35 GMT-3
I got auto-install to work over Framerelay with the host router
acting as a tftp server.
Host Router
int e0/0
ip add 144.254.249.90 255.255.255.0
!
Int s0/0
encapsulation frame-relay
interface Serial0/0.1 point-to-point
ip address 192.168.2.1 255.255.255.0
ip helper-address 144.254.249.90 <<<< Point to ethernet interface of router
frame-relay interface-dlci 200 protocol ip 192.168.2.2 <<< IP add remote
autoinstall router
tftp-server flash:network-confg <<<< Router act as a tftp-server
Auto-install router will look
for network-confg to tftp.
-----------------------------------------------------------
network-confg
ip host c3600 192.168.2.2
ip route 0.0.0.0 0.0.0.0 192.168.2.1
enable password cisco
line vty 0 4
password cisco
end
------------------------------------------------------------
So the tricky part is to get the network-confg file on the router. For this yo
u
need a tftpserver to download this to the router from a PC. Haven't found a way
to create this file on the router.
Saw that xmodem is available on the 3600 router so will give this a try.
In my mind this part of the configuration makes it questionable for the
lab. Unless there is a tftpserver available.
Kevin
>
> Kevin,
>
> If you copied the network-confg and r1-confg ( for eg) to your flash and set
> ur router as a tftp server ..ur autoinstall should use the router/tftp
> server ...I remember doing this a few months ago .... I'll try it again
> after i am back from vacation ...No labbing for another month ..
>
> run debug tftp events and see whats cookin
>
> Cheers,Padhu
>
> -----Original Message-----
> From: Kevin Baumgartner [mailto:kbaumgar@cisco.com]
> Sent: Friday, February 02, 2001 3:27 PM
> To: Brian Hescock
> Cc: ccielab@groupstudy.com
> Subject: Re: autoinstall over frame (update)
>
>
> Actually I tried using a router (on the other side of the framerelay) as the
> tftp server. Using tftp-server flash:config. Had no success doing this.
> Only when I went back to a external tftpserver could I get autoinstall to
> work. Plus all the Cisco configurations that I have seen for autoinstall
> for ethernet or framerelay show a external tftpserver.
>
> Maybe this is some "magic" to get this to work using a router as the
> tftpserver other than I what I mentioned above but it doesn't seem possible.
>
> Kevin
>
> At 04:01 PM 2/2/01 -0500, Brian Hescock wrote:
> >Something I've been thinking about trying in the lab today, just for sh**s
> >and grins is putting the two config files on the flash and add two
> >tftp-server commands (on the existing router, not the new router). I
> >wouldn't need the ip helper address command. Not sure if it will
> >work but I don't know why not.
> >
> >B.
> >
> >On Fri, 2 Feb 2001, Kevin Baumgartner wrote:
> >
> > > I have done it and I believe I posted something to the group a while
> back.
> > > Note for autoinstall to work you need a tftp server.
> > >
> > > Kevin
> > >
> > > At 02:17 PM 2/2/01 -0500, Brian Hescock wrote:
> > > >I noticed in the archive that some people had questions if you could do
> > > >autoinstall over frame using point-to-point, no one had tried it. I
> read
> > > >over the doc on univercd (search on "autoinstall") and you can do it:
> > > >
> > > >4R3(config-subif)#frame interface-dlci 105 prot ip 10.1.1.1
> > > >
> > > >10.1.1.1 is the ip address of the remote router that's being installed.
> > > >
> > > >But now to actually try it (should work).
> > > >
> > > >Brian
> > > >
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:28:34 GMT-3