Changeset 225 for trunk/klask


Ignore:
Timestamp:
Feb 18, 2017, 10:41:52 PM (7 years ago)
Author:
g7moreau
Message:
  • Very few doc lines before sleeping...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/klask

    r224 r225  
    27072707=head1 COMMANDS
    27082708
     2709Some command are defined in the source code but are not documented here.
     2710Theses could be not well defined, not finished, not well tested...
     2711You can read the source code and use them at your own risk
     2712(like for all the Klask code).
    27092713
    27102714=head2 search
     
    27202724This command activate a port on a switch by SNMP.
    27212725So you need to give the switch name and a port on the command line.
    2722 See L<ABBREVIATION FOR PORT>.
     2726See L</ABBREVIATION FOR PORT>.
    27232727
    27242728You need to have the SNMP write access on the switch in order to modify it's configuration.
     
    27312735This command deactivate a port on a switch by SNMP.
    27322736So you need to give the switch name and a port on the command line.
    2733 See L<ABBREVIATION FOR PORT>.
     2737See L</ABBREVIATION FOR PORT>.
    27342738
    27352739You need to have the SNMP write access on the switch in order to modify it's configuration.
     
    27432747The return value could be C<enable> or C<disable> word.
    27442748So you need to give the switch name and a port on the command line.
    2745 See L<ABBREVIATION FOR PORT>.
     2749See L</ABBREVIATION FOR PORT>.
    27462750
    27472751
     
    28142818IP returned could have been never used or no computer have been detected since the number of days specified
    28152819(2 years by default).
    2816 This parameter could also be define in the configuration file F</etc/klask/klask.conf> (SEE CONFIGURATION).
     2820This parameter could also be define in the configuration file F</etc/klask/klask.conf> (see L</CONFIGURATION>).
    28172821
    28182822 default:
     
    28302834and another prior trace where they had the good IP (good DNS name).
    28312835The computer must stay connected on a bad VLAN more than XX days (15 days by default) before alert.
    2832 This parameter could also define in the configuration file F</etc/klask/klask.conf> (SEE CONFIGURATION).
     2836This parameter could also define in the configuration file F</etc/klask/klask.conf> (see L</CONFIGURATION>).
    28332837
    28342838 default:
Note: See TracChangeset for help on using the changeset viewer.