CACTI Basic settings-switching devices

Source: Internet
Author: User
Tags snmp

CACTIIt takes a long time, but it is a lot of trouble for new users to configure CACTI. This article will learn about the basic settings of CACTI.Exchange Device!

Set the switch device:

In addition to monitoring the performance parameters of each server, in actual applications, we may need to monitor the traffic of switches or routers. Similarly, we need to enable the SNMP function of the switching device so that Cacti can obtain data. The exchange device generally uses the SNMP software of the device manufacturer. The following uses the CISCO device as an example to set the Configuration:

 
 
  1. Router>enable  
  2.  
  3. Password:  
  4.  
  5. Router#  
  6.  
  7. Router#configure terminal  
  8.  
  9. Enter configuration commands, one per line.  
  10.  
  11. End  
  12.  
  13. with CNTL/Z.  
  14.  
  15. Router(config)#  
  16.  

The following command creates a read-only community name "public ":

 
 
  1. Router(config)#snmp-server community public RO  
  2.  

The following command creates a writable community name "private ":

 
 
  1. Router(config)#snmp-server community private RW  
  2.  

Exit config mode:

 
 
  1. Router(config)#exit  
  2.  
  3. Router#  
  4.  

Write the settings to NVRAM ::

 
 
  1. Router#write memory  
  2.  
  3. Building configuration...  
  4.  
  5. [OK]  
  6.  
  7. Router#  

By recognizing CACTI and setting the switch device again, you will be more proficient in using CACTI in the future!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.