How to restart SNMP service on Director
search cancel

How to restart SNMP service on Director

book

Article ID: 168355

calendar_today

Updated On:

Products

Director

Issue/Introduction

How to restart SNMP service on Director 

Resolution

To disable the SNMP server:

1. At the (config) command prompt, disable SNMP server connections.
director (config)# no snmp-server enable [traps]

2. Disable all authtraps, inform and SNMP traps.
director (config)# no snmp-server enable inform
director (config)# no snmp-server enable traps


3. Save the configuration.
director (config)# write memory

To enable the SNMP server:
1. At the (config) command prompt, enable SNMP connections.
director (config)# snmp-server enable [traps]
The optional traps parameter enables SNMP traps to be sent. SNMP traps are limited to Director startup and shutdown.

2. Specify the SNMP management station to which SNMP notifications will be sent:
director (config)# snmp-server host hostname_or_ip traps version 2c public

3. Save the configuration.
director (config)# write memory