home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / base / root.15 / usr / lib / hpnp / examples / tftp.cfg / tftp
Text File  |  1998-08-19  |  5KB  |  124 lines

  1. #ident    "@(#)tftp.cfg    1.2"
  2. #        copyright    "%c%"
  3.  
  4. #
  5. # Example TFTP config file for HP network peripheral interface
  6. #
  7. # Comments begin with '#' and end at the end of the line.
  8. # Blank lines are ignored.  Entries cannot span lines.
  9.  
  10. # Name is the system name.  It is displayed on the test page and
  11. # when sysName is looked up with SNMP.  This name can be provided
  12. # in the BOOTP response.  Alternately, it can be specified in this
  13. # configuration file to prevent the BOOTP response from overflowing
  14. # the packet.  The domain is not necessary since the peripheral
  15. # doesn't make any DNS lookups.  Name is limited to 64 characters.
  16.  
  17. name: picasso
  18.  
  19. # Location describes the physical location of the peripheral.
  20. # Location is limited to 64 characters.
  21.  
  22. location: 1st floor, south of post P2
  23.  
  24. # Contact is the name of the system's administrative contact,
  25. # plus information on how to contact this person.  Contact is limited 
  26. # to 64 characters.  
  27.  
  28. contact: Bob Jones x2815
  29.  
  30. # The access list limits which hosts or networks of hosts
  31. # can connect.  The format is "allow: network-number [mask]" where
  32. # network-number can be a network number or an host IP address.
  33. # Mask is a mask of bits to apply to the network number
  34. # and connecting host's IP address when doing the access check.
  35. # The mask usually matches the network or subnet mask, but it
  36. # doesn't have to.  If network-number is a host IP address, the mask
  37. # is 255.255.255.255 and can be omitted.  Up to 10 access list
  38. # items are permitted.
  39.  
  40. # Allow all of network 10
  41. allow: 10.0.0.0  255.0.0.0
  42.  
  43. # Allow a single host specifying the mask
  44. allow: 15.1.2.3  255.255.255.255
  45.  
  46. # Allow a single host letting the mask default
  47. allow: 15.2.3.4
  48.  
  49. # Idle timeout is the period in seconds after which an idle 
  50. # print data connection is closed.  A value of zero disables
  51. # the timeout mechanism.  The default timeout is 90 seconds.
  52.  
  53. idle-timeout: 120
  54.  
  55. # If subnets-local is "on", the peripheral treats all the subnets
  56. # of a network as local.  This means that the peripheral expects all
  57. # hosts on the network to send MTU size or smaller packets and the peripheral
  58. # calculates window sizes appropriately.  Turning subnets-local "on" when
  59. # hosts crossing a gateway send 512 byte packets instead of MTU size packets
  60. # will cause the printjob transfer performance to degrade.
  61. #
  62. # If subnets-local is "off", MTU sized packets are only expected from 
  63. # hosts attached to the same cable as the peripheral.  Hosts that must
  64. # cross a gateway are expected to send 512 byte or smaller packets.
  65.  
  66. subnets-local: off
  67.  
  68. # The SNMP get community name is used to validate SNMP GetRequest
  69. # and GetNextRequests.  By default, all SNMP get requests are answered.
  70. # The get community name is limited to 32 characters.
  71. #
  72. # For hpnpstat and hpnpadmin, the community name must be stored in
  73. # /usr/lib/hpnp/hpnpsnmp if it is to be found automatically
  74. # instead of being supplied at the command line each time.
  75. #
  76. # Here is an example entry in /usr/lib/hpnp/hpnpsnmp:
  77. #
  78. #        polar blue
  79. #
  80. # The first field is the peripheral name.  The second field is the community
  81. # name.  Comments in the community name file start with a # and go to
  82. # the end of the line.
  83.  
  84. get-community-name: blue
  85.  
  86. # The SNMP set community name is used to validate SNMP SetRequests.
  87. # By default, no SNMP set requests are answered.
  88. # The set community name is limited to 32 characters.
  89. # The set community name can come from /usr/lib/hpnp/hpnpsnmp
  90. # if it is the same as the get community name.  We recommend that the
  91. # set community name be different from the get community name though.
  92. # You'll have to supply the set community name at the command line each time 
  93. # hpnpadmin is run with the -k, -r, or -D options if the set community name 
  94. # is different from the get community name.
  95.  
  96. set-community-name: yellow
  97.  
  98. # The SNMP trap community name is sent with SNMP traps.  By default, 
  99. # "public" is used.  The trap community name is limited to 32 characters.
  100.  
  101. trap-community-name: red
  102.  
  103. # The SNMP trap destination list specifies systems to which SNMP
  104. # traps are sent.  Up to four IP addresses are allowed.  If no
  105. # trap destinations are listed, traps are not sent.
  106.  
  107. trap-dest: 15.1.2.3
  108. trap-dest: 15.2.3.4
  109.  
  110. # The SNMP authentication trap parameter turns on or off the sending
  111. # of SNMP authentication traps.  By default, the parameter is off.
  112.  
  113. authentication-trap: on
  114.  
  115. # Syslog messages are sent out as the facility lpr.  The facility can
  116. # be changed to local0 - local7.  
  117. #
  118. # Example /etc/syslog.conf file entry for local0:
  119. #
  120. #        local0.info: /usr/adm/hpnp
  121.  
  122. syslog-facility: local0
  123.