How to Install and Configure Cacti

Install and Configure Cacti

1.Extract the distribution tarball.

shell> tar xzvf cacti-version.tar.gz

2. Create the MySQL database:

shell> mysqladmin –user=root create cacti

3. Import the default cacti database: shell> mysql cacti < cacti.sql

4.Optional: Create a MySQL username and password for Cacti.

shell> mysql –user=root mysql mysql> GRANT ALL ON cacti.* TO cactiuser@localhost IDENTIFIED BY [...]

Limited user account on a Cisco Pix Firewall

This is a snippet for the Cisco Pix firewall that create a ‘limited user’ account on the firewall itself. That user will have access to all ‘show’ diagnostic commands,

as well as the ability to clear the error/usage counters on interfaces and to ping other devices.

This configuration does the following things:

* Defines two [...]