• 网络与数据中心管理
  • 服务器与应用性能管理
  • IT服务管理
  • Windows AD域管理
  • 终端管理
  • IT安全
  • MSP
  • IT运维平台
 
 
应用性能管理(APM)
保证物理、虚拟、云环境的应用性能
 
 
简化终端设备管理
全面管控PC计算机、智能手机以及平板电脑,确保网络安全
 
 
IT运维外包服务工具
多租户模式,为您的客户提供更好的服务
IT运维管理平台
统一监控、集中运维
 

Enable SNMP Cisco Router

Enabling SNMP in Cisco Routers / Switches

Summary

This article will guide your through the steps to enable SNMP in Cisco Routers and Switches

Description

  1. Telnet to the router/switch

    prompt#telnet testrouter
  2. Go to the enable mode by specifying the password:

    Router>enable
    Password:
    Router#
  3. Go into configuration mode:

    Router#configure terminal
    Enter configuration commands, one per line. End
    with CNTL/Z.
    Router(config)#
  4. Use the command below to add a Read-Only community string:

    Router(config)#snmp-server community public RO
    where "public" is the Read-only community string.
  5. To add a Read-Write Community string, use the command below:

    Router(config)#snmp-server community private RW
    where "private" is the Read-write community string.
  6. Exit the configuration mode and save the settings:

    Router(config)#exit
    Router#write memory
    Building configuration...
    [OK]
    Router#

To enable SNMP traps, follow the steps below in the Configuration mode of the Router/Switch:

First, set the host to which the traps have to be sent using the folowing command:
snmp-server host <IP Address> version <v1 or 2c> <RO community string>
where,
<IP Address> refers to the IP Address of the device to which the traps have to be sent
<v1 or 2c> refers to the SNMP version
<RO community string> refers to the Read-Only community string
Then, enable SNMP Traps using the command below:
snmp-server enable traps [notification-type] [notification-option]
Ex: snmp-server enable traps config [this will send all configurationnotifications as traps]

我们的客户

展开