Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

opAddress automatically creates address entries, inferred from the subnets it knows of.  When opAddress FIRST creates the address entry it will give it an "admin status" this defaults to an "admin status" of "unknown" which is a very safe option but not so useful if we want the IP address to be scanned and reported on in a useful way.  We recommend in most instances to change the default "admin status" on creation to "allocated" or "unallocated".

To change the " default " status In address status,  edit the following opCommon.nmis (using vi or nano etc).

Change:

 

Code Block
languageperl
title/usr/local/omk/conf/opCommon.nmis
 
'opaddress_default_address_state' => undef,
 

 

To:

Code Block
languageperl
title/usr/local/omk/conf/opCommon.nmis
 

...


'opaddress_default_address_state' => "allocated",        # or "unallocated"
 

 

 

 

 

Info

Content by Label
showLabelsfalse
max5
spacesopAddress
sortmodified
showSpacefalse
reversetrue
typepage
labelsopaddress setup