home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / dcom / sys / cisco / 1927 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  1.4 KB

  1. Path: sparky!uunet!noc.near.net!hri.com!spool.mu.edu!agate!boulder!recnews
  2. From: billw@glare.cisco.com (WilliamChops Westfield)
  3. Newsgroups: comp.dcom.sys.cisco
  4. Subject: Re: RFC 951 and BOOTP (fwd)
  5. Message-ID: <726370199.21725@news.Colorado.EDU>
  6. Date: 6 Jan 93 23:27:33 GMT
  7. Sender: news
  8. Lines: 21
  9. Approved: news
  10. In-Reply-To: Your message of 5 Jan 93 18:26:16 PST
  11. X-Note1: message-id generated by recnews
  12. X-Note2: mail msgid was   <CMM.0.90.2.726362853.billw@glare.cisco.com>
  13.  
  14.  
  15.     By default, the Cisco router will not forward BOOTP requests
  16.     (UDP broadcats).  You must configure the Cisco router to forward
  17.     these UDP broadcasts.
  18.  
  19.     This can be done by using the ip forward-protocol global con-
  20.     figuration command and an ip helper-address.  The ip forward-
  21.     protocol command allows you to specify protocols and ports to
  22.     be forwarded by the router.  The ip helper-address defines the
  23.     destination host to receive the UDP broadcasts.
  24.  
  25. I believe that bootp is amoung the protocols that are forwarded by
  26. default when a helper-address has been specified.
  27.  
  28. It's worth adding that the cisco routers DO fill in the protocol
  29. fields within the bootp packet as described in the RFC (eg it is not
  30. a simple forwarding of the raw packet - we provide the additional
  31. info that is necessary for the bootp server to be able to send the
  32. reply back to the host that issued the bootp request.)
  33.  
  34. BillW
  35.