home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / dcom / sys / cisco / 1916 < prev    next >
Encoding:
Text File  |  1993-01-06  |  1.5 KB  |  49 lines

  1. Newsgroups: comp.dcom.sys.cisco
  2. Path: sparky!uunet!wupost!spool.mu.edu!agate!boulder!recnews
  3. From: Gary Kunis <gkunis@cisco.com>
  4. Subject: RFC 951 and BOOTP (fwd)
  5. Message-ID: <726295334.29506@news.Colorado.EDU>
  6. Sender: news
  7. Date: 5 Jan 93 18:26:16 PST
  8. Approved: news
  9. X-Mailer: ELM [version 2.3 PL11]
  10. X-Note1: message-id generated by recnews
  11. X-Note2: mail msgid was   <199301060229.AA16874@spot.Colorado.EDU>
  12. Lines: 35
  13.  
  14. William,
  15.  
  16. By default, the Cisco router will not forward BOOTP requests
  17. (UDP broadcats).  You must configure the Cisco router to forward
  18. these UDP broadcasts.
  19.  
  20. This can be done by using the ip forward-protocol global con-
  21. figuration command and an ip helper-address.  The ip forward-
  22. protocol command allows you to specify protocols and ports to
  23. be forwarded by the router.  The ip helper-address defines the
  24. destination host to receive the UDP broadcasts.
  25.  
  26. An example:
  27.  
  28. ip forward-protocol udp
  29. !
  30. interface ethernet 0
  31. ip address 131.12.1.1 255.255.255.0
  32. ip helper-address 131.12.4.12
  33. > FC 951 states that routers can be configured to forward BOOTP
  34. > requests. How does cisco handle such requests? Are the packets
  35. > forwarded as-is or are they altered in some way? Does the 
  36. > router need any specific parameters set or is it a default
  37. > process in the router software itself? I'm trying to determine
  38. > how interoperable cisco is with other router vendors.
  39. > W. Smith     575-2363    wildbill@lobby.ti.com
  40.  
  41.   -- Gary Kunis --
  42. PS - this is found on pages 13-13 and 13-14 in volume II of the
  43. Configuration Reference Manuals
  44.  
  45.  
  46.