# Specify file name for the NMM image file. NOTE this has to be # the first un-commented line in this file for the NMM to load properly. # For example: 810m102.img # # Assign local subnet mask for this NMM. # Default for Class A NMM IP Address is 255.0.0.0. # Default for Class B NMM IP Address is 255.255.0.0. # Default for Class C NMM IP Address is 255.255.255.0. # For example: netmask 255.255.255.0 # # Specify to use the agent configuration data stored in EEPROM. # If this keyword is present, the agent will ignore information in # the agent configuration file. # For example: #use-stored-config # # Specify the primary default router for this NMM. #default-router xxx.xxx.xxx.xxx # # Specify the secondary default router for this NMM. secondary-default-router 0.0.0.0 # # Enable or disable the automatic discovery of available default # router(s). Valid entries are on and off. Default is on. # For example: ping-router on # # Specify the time interval of pinging router(s) in seconds. # Maximum number is 42,949,672 seconds. (approximate 497 days) # Default/ minimum time is: 60 sec ping-time 60 # # Specify the Novell network number for this NMM. Must be exactly # eight hexadecimal digits. network-number 00000000 # # Specify the concentrator's location (64 characters max.). # For example: location Building A # # Specify the concentrator's name (64 characters max.). # For example: sysname concA.abcCompany.com # # Specify the name & phone number of the concentrator's administrator # or contact person (64 characters max.). # For example: syscontact John Smith - Network Administrator - ext 5555 # # Specify the community string used for read only operations. Specifying # no community string will default to public for read only objects. # For example: #read-community public # # Specify the community string used for read and write operations. # Specifying no community string will default to private for read and # writable objects. # For example: #write-community private # # Enter the list of IP trap receivers along with their community strings # and ageout times, in seconds. The maximum number is 42,949,672 seconds # (approx 479 days). Specifying no ageout time defaults to indefinite time. # Specify only one entry pair per line, up to a maximum of 10 entries. # For example: ip-trap-receiver 0.0.0.0 trap-community public 9000 # # Enter the list of IPX trap receivers along with their community strings # and ageout times, in seconds. The maximum number is 42,949,672 seconds # (approx 479 days). Specifying no ageout time defaults to indefinite time. # Specify only one entry pair per line, up to a maximum of 10 entries. # Entry format is: # : trap-community # For example: ipx-trap-receiver 00000000:000000000000 trap-community public 9000 # # Enable or disable the use of authentication traps. Valid entries are # on and off. Default is on. # For example: ip-authentication-traps on ipx-authentication-traps on # # Specify the image load mode for this NMM. Valid choices are # remote-only, local-only or remote-with-local-backup. # For example: image-load-mode remote-only # # Specify the config load mode for this NMM. Valid choices are # remote-only, local-only or remote-with-local-backup. # For example: config-load-mode remote-only # # Specify the boot mode for this NMM. network configures the # NMM to use the network for remote loading of the NMM's # configuration information. eeprom configures the NMM to use # data stored in EEPROM for local loading. Default is eeprom. # For example: boot-mode eeprom # # Specify the boot mode for this NMM. bootp-on configures the # NMM to use the network for remote loading of the NMM's # configuration information. bootp-off configures the NMM to # use data stored in EEPROM for downloading the image code. # bootp-xxx or boot-mode are both acceptable. However, the # boot-mode is the preferable keyword to use for 810. # For example: bootp-on # # Specify the management protocol for this NMM. Valid choices are # IP_IPX, IP, and IPX. Default is IP_IPX. # For example: management-protocol IP_IPX # # Specify the boot protocol for this NMM. Valid choices are # AUTO, IP, IPX, and IP_IPX. Default is AUTO. # For example: boot-protocol AUTO # # Save configuration data to EEPROM. #save-to-eeprom #