January 18, 201313 yr Setup Logging to our Solarwinds Server BEFORE YOU BEGINMake sure that you are in the correct VDC. To change the VDC, use the switchto vdc command. SUMMARY STEPS switch to vdcterminal monitorconfig tlogging console 6show logging consolelogging monitor 6show logging monitorlogging message interface type ethernet descriptioncopy running-config startup-config Setup SNMP on your NX-OS BEFORE YOU BEGINMake sure that you are in the correct VDC. To change the VDC, use the switchto vdc command.SUMMARY STEPS switchto vdcconfig tsnmp-server user name [auth {md5 | sha} passphrase [priv passphrase] ]snmp-server user Admin auth sha abcd1234 priv abcdefghsnmp-server host ip-address {traps | informs} version 2c community [udp_port number:ca21d44f]switch(config)# snmp-server host 192.0.2.1 informs version 2c publicsnmp-server host ip-address filter-vrf vrf_name [udp_port number:ca21d44f]switch(config)# snmp-server host 192.0.2.1 filter-vrf Redsnmp-server enable trapssnmp-server contact ????snmp-server location ????show snmp usersnmp-server community name group {ro | rw}copy running-config startup-configconfigure your nexus snmp sever:1- create the snmp context and map it to the second VRF :snmp-server context (context name) vrf (second vrf name)2- define the second community:snmp-server community second_community_string3- set the mib parameters for the second contextsnmp-server mib community-map (second_community_string) context (second vrf name) NOTE:: This is an ongoing article that I am updating as I learn more. Solarwinds isn't downloading the configs but I found since snmp v1 and 2 are insecure, using snmp-v3 for discovery and inventory not only solves the security issue, but it works great. Use SSH and get all Nexus configs without issue
January 18, 201313 yr Moderators Here is my SNMP configuration which works except I can not pull the Configs using Solarwinds. I may be to change to SNMP v3 which you said works. snmp-server contact MyWiseGuys Helpdesk or MyWiseGuys NOC snmp-server location 9999 Hosang Blvd,, Grand Blanc, MI, 48439, Cabinet DL07snmp-server source-interface trap mgmt0snmp-server user admin network-admin auth md5 0xb477afdb0a14be4b8f3adcda26cea26d priv 0xb477afdb0a14be4b8f3adcda26cea26d localizedkeysnmp-server host 199.68.86.164 traps version 1 Winter!01snmp-server host 199.68.86.164 use-vrf managementsnmp-server enable traps callhome event-notifysnmp-server enable traps callhome smtp-send-failsnmp-server enable traps cfs state-change-notifsnmp-server enable traps cfs merge-failuresnmp-server enable traps aaa server-state-changesnmp-server enable traps upgrade UpgradeOpNotifyOnCompletionsnmp-server enable traps upgrade UpgradeJobStatusNotifysnmp-server enable traps feature-control FeatureOpStatusChangesnmp-server enable traps sysmgr cseFailSwCoreNotifyExtendedsnmp-server enable traps config ccmCLIRunningConfigChangedsnmp-server enable traps snmp authenticationsnmp-server enable traps link cisco-xcvr-mon-status-chgsnmp-server enable traps vtp notifssnmp-server enable traps vtp vlancreatesnmp-server enable traps vtp vlandeletesnmp-server enable traps poe portonoffsnmp-server enable traps poe pwrusageonsnmp-server enable traps poe pwrusageoffsnmp-server enable traps poe policesnmp-server enable traps bridge newrootsnmp-server enable traps bridge topologychangesnmp-server enable traps stpx inconsistencysnmp-server enable traps stpx root-inconsistencysnmp-server enable traps stpx loop-inconsistencysnmp-server community Winter!01 group network-operatorsnmp-server community Freeze#01 group network-adminsnmp-server community Winter!01 use-acl SNMP_Accesssnmp-server community Freeze#01 use-acl SNMP_Access
Create an account or sign in to comment