SNMP
This section describes the Cisco Nexus 3550-T Programmable Switch Platform's support for SNMP v2c.
Show Configuration
To obtain the current configuration for SNMP, use the following command:
admin@NX-3550-T# sh snmp
Location: Somewhere over a rainbow
Contact: The Sys Admin <sysadmin@company.org>
Community Access
--------- ------
public ro
Configure SNMP
Before using SNMP, you must set the shared read community. This is shared between the Nexus 3550-T and the system making the SNMP requests.
To set the read community to public
, use the following command:
admin@NX-3550-T> config snmp-server community public
Added SNMP community "public"
You can set the location of the Nexus Fusion in the SNMP configuration. This is available to SNMP through the OID SNMPv2-MIB::sysLocation.0
. Similarly, the configured contact details are available through SNMPv2-MIB::sysContact.0
admin@NX-3550-T> config snmp location "Somewhere over a rainbow"
Set sysLocation to "Somewhere over a rainbow"
admin@NX-3550-T> config snmp contact "The Sys Admin <sysadmin@company.org>"
Set sysContact to "The Sys Admin <sysadmin@company.org>"
This page was last updated on Mar-23-2021.