SNMP v3 switch setup

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
akepley
Posts: 138
Joined: Wed Sep 11, 2013 1:09 pm

SNMP v3 switch setup

Post by akepley »

I'm trying to setup SNMP v3 for our new extreme network switches using Nagios XI 2014R1.0. We use Authpriv, MD5, DES protocol. When I click next on the first wizard page, it goes to page 2 and says "No ports were detected on the switch". A troubleshooting step says to run the following command on the nagios server:

Code: Select all

/usr/bin/cfgmaker --show-op-down --noreversedns --zero-speed '100000000' --enablesnmpv3 --snmp-options=:::::3 --username='admin' --authprotocol='MD5' --authpassword='password' --privprotocol='DES' --privpassword='password' --contextengineid=0 '172.17.35.7'
I ran this command on the nagiosxi server, and it returned the following:

Code: Select all

--base: SNMP V3 libraries found, SNMP V3 enabled.
Only des, 3des, 3desede, aes, aes128 are defined for --privprotocol at /usr/bin/cfgmaker line 1540.
I decided to run the same command with lower case 'des' and got the following (Warning - Wall of text incoming):

Code: Select all

# Created by
# /usr/bin/cfgmaker --show-op-down --noreversedns --zero-speed 100000000 --enablesnmpv3 --snmp-options=:::::3 --username=admin --authprotocol=MD5 --authpassword=password --privprotocol=des --privpassword=password --contextengineid=0 172.17.35.7


### Global Config Options

#  for UNIX
# WorkDir: /home/http/mrtg

#  or for NT
# WorkDir: c:\mrtgdata

### Global Defaults

#  to get bits instead of bytes and graphs growing to the right
# Options[_]: growright, bits

EnableIPv6: no

######################################################################
# System: SWStack_FL7
# Description: ExtremeXOS (Stack) version 15.3.3.5 v1533b5-patch1-6 by release-manager on Mon Mar 17 16:39:24 EDT 2014
# Contact: [email protected], +1 888 257 3000
# Location:
######################################################################


### Interface 1000 >> Descr: 'Management-Port' | Name: 'Management' | Ip: 'No Ip' | Eth: 'No Ethernet Id' ###

Target[172.17.35.7_1000]: 1000:[email protected]:::::3
SnmpOptions[172.17.35.7_1000]: privpassword=>'password',authpassword=>'password',authprotocol=>'md5',privprotocol=>'des',username=>'admin'
noHC[172.17.35.7_1000]: yes
SetEnv[172.17.35.7_1000]: MRTG_INT_IP="No Ip" MRTG_INT_DESCR="Management-Port"
MaxBytes[172.17.35.7_1000]: 12500000
Title[172.17.35.7_1000]: Traffic Analysis for 1000 -- SWStack_FL7
PageTop[172.17.35.7_1000]: <h1>Traffic Analysis for 1000 -- SWStack_FL7</h1>
                <div id="sysdetails">
                        <table>
                                <tr>
                                        <td>System:</td>
                                        <td>SWStack_FL7 in </td>
                                </tr>
                                <tr>
                                        <td>Maintainer:</td>
                                        <td>[email protected], +1 888 257 3000</td>
                                </tr>
                                <tr>
                                        <td>Description:</td>
                                        <td>Management-Port MgmtPort </td>
                                </tr>
                                <tr>
                                        <td>ifType:</td>
                                        <td>ethernetCsmacd (6)</td>
                                </tr>
                                <tr>
                                        <td>ifName:</td>
                                        <td>Management</td>
                                </tr>
                                <tr>
                                        <td>Max Speed:</td>
                                        <td>12.5 MBytes/s</td>
                                </tr>
                                <tr>
                                        <td>Ip:</td>
                                        <td>No Ip (No DNS name)</td>
                                </tr>
                        </table>
                </div>


### Interface 1001 >> Descr: 'Stack-Port-1:1' | Name: '1:1' | Ip: 'No Ip' | Eth: 'No Ethernet Id' ###

Target[172.17.35.7_1001]: 1001:[email protected]:::::3
SnmpOptions[172.17.35.7_1001]: privpassword=>'password',authpassword=>'password',authprotocol=>'md5',privprotocol=>'des',username=>'admin'
SetEnv[172.17.35.7_1001]: MRTG_INT_IP="No Ip" MRTG_INT_DESCR="Stack-Port-1:1"
MaxBytes[172.17.35.7_1001]: 125000000
Title[172.17.35.7_1001]: Traffic Analysis for 1001 -- SWStack_FL7
PageTop[172.17.35.7_1001]: <h1>Traffic Analysis for 1001 -- SWStack_FL7</h1>
                <div id="sysdetails">
                        <table>
                                <tr>
                                        <td>System:</td>
                                        <td>SWStack_FL7 in </td>
                                </tr>
                                <tr>
                                        <td>Maintainer:</td>
                                        <td>[email protected], +1 888 257 3000</td>
                                </tr>
                                <tr>
                                        <td>Description:</td>
                                        <td>Stack-Port-1:1  </td>
                                </tr>
                                <tr>
                                        <td>ifType:</td>
                                        <td>ethernetCsmacd (6)</td>
                                </tr>
                                <tr>
                                        <td>ifName:</td>
                                        <td>1:1</td>
                                </tr>
                                <tr>
                                        <td>Max Speed:</td>
                                        <td>125.0 MBytes/s</td>
                                </tr>
                                <tr>
                                        <td>Ip:</td>
                                        <td>No Ip (No DNS name)</td>
                                </tr>
                        </table>
                </div>


### Interface 1002 >> Descr: 'Stack-Port-1:2' | Name: '1:2' | Ip: 'No Ip' | Eth: 'No Ethernet Id' ###

Target[172.17.35.7_1002]: 1002:[email protected]:::::3
SnmpOptions[172.17.35.7_1002]: privpassword=>'password',authpassword=>'password',authprotocol=>'md5',privprotocol=>'des',username=>'admin'
SetEnv[172.17.35.7_1002]: MRTG_INT_IP="No Ip" MRTG_INT_DESCR="Stack-Port-1:2"
MaxBytes[172.17.35.7_1002]: 125000000
Title[172.17.35.7_1002]: Traffic Analysis for 1002 -- SWStack_FL7
PageTop[172.17.35.7_1002]: <h1>Traffic Analysis for 1002 -- SWStack_FL7</h1>
                <div id="sysdetails">
                        <table>
                                <tr>
                                        <td>System:</td>
                                        <td>SWStack_FL7 in </td>
                                </tr>
                                <tr>
                                        <td>Maintainer:</td>
                                        <td>[email protected], +1 888 257 3000</td>
                                </tr>
                                <tr>
                                        <td>Description:</td>
                                        <td>Stack-Port-1:2  </td>
                                </tr>
                                <tr>
                                        <td>ifType:</td>
                                        <td>ethernetCsmacd (6)</td>
                                </tr>
                                <tr>
                                        <td>ifName:</td>
                                        <td>1:2</td>
                                </tr>
                                <tr>
                                        <td>Max Speed:</td>
                                        <td>125.0 MBytes/s</td>
                                </tr>
                                <tr>
                                        <td>Ip:</td>
                                        <td>No Ip (No DNS name)</td>
                                </tr>
                        </table>
                </div>
### Interface 1003 >> Descr: 'Stack-Port-1:3' | Name: '1:3' | Ip: 'No Ip' | Eth: 'No Ethernet Id' ###

Target[172.17.35.7_1003]: 1003:[email protected]:::::3
SnmpOptions[172.17.35.7_1003]: privpassword=>'password',authpassword=>'password',authprotocol=>'md5',privprotocol=>'des',username=>'admin'
SetEnv[172.17.35.7_1003]: MRTG_INT_IP="No Ip" MRTG_INT_DESCR="Stack-Port-1:3"
MaxBytes[172.17.35.7_1003]: 125000000
Title[172.17.35.7_1003]: Traffic Analysis for 1003 -- SWStack_FL7
PageTop[172.17.35.7_1003]: <h1>Traffic Analysis for 1003 -- SWStack_FL7</h1>
                <div id="sysdetails">
                        <table>
                                <tr>
                                        <td>System:</td>
                                        <td>SWStack_FL7 in </td>
                                </tr>
                                <tr>
                                        <td>Maintainer:</td>
                                        <td>[email protected], +1 888 257 3000</td>
                                </tr>
                                <tr>
                                        <td>Description:</td>
                                        <td>Stack-Port-1:3  </td>
                                </tr>
                                <tr>
                                        <td>ifType:</td>
                                        <td>ethernetCsmacd (6)</td>
                                </tr>
                                <tr>
                                        <td>ifName:</td>
                                        <td>1:3</td>
                                </tr>
                                <tr>
                                        <td>Max Speed:</td>
                                        <td>125.0 MBytes/s</td>
                                </tr>
                                <tr>
                                        <td>Ip:</td>
                                        <td>No Ip (No DNS name)</td>
                                </tr>
                        </table>
                </div>


### Interface 1004 >> Descr: 'Stack-Port-1:4' | Name: '1:4' | Ip: 'No Ip' | Eth: 'No Ethernet Id' ###

Target[172.17.35.7_1004]: 1004:[email protected]:::::3
SnmpOptions[172.17.35.7_1004]: privpassword=>'password',authpassword=>'password',authprotocol=>'md5',privprotocol=>'des',username=>'admin'
noHC[172.17.35.7_1004]: yes
SetEnv[172.17.35.7_1004]: MRTG_INT_IP="No Ip" MRTG_INT_DESCR="Stack-Port-1:4"
MaxBytes[172.17.35.7_1004]: 12500000
Title[172.17.35.7_1004]: Traffic Analysis for 1004 -- SWStack_FL7
PageTop[172.17.35.7_1004]: <h1>Traffic Analysis for 1004 -- SWStack_FL7</h1>
                <div id="sysdetails">
                        <table>
                                <tr>
                                        <td>System:</td>
                                        <td>SWStack_FL7 in </td>
                                </tr>
                                <tr>
                                        <td>Maintainer:</td>
                                        <td>[email protected], +1 888 257 3000</td>
                                </tr>
                                <tr>
                                        <td>Description:</td>
                                        <td>Stack-Port-1:4  </td>
                                </tr>
                                <tr>
                                        <td>ifType:</td>
                                        <td>ethernetCsmacd (6)</td>
                                </tr>
                                <tr>
                                        <td>ifName:</td>
                                        <td>1:4</td>
                                </tr>
                                <tr>
                                        <td>Max Speed:</td>
                                        <td>12.5 MBytes/s</td>
                                </tr>
                                <tr>
                                        <td>Ip:</td>
                                        <td>No Ip (No DNS name)</td>
                                </tr>
                        </table>
                </div>


### Interface 1005 >> Descr: 'Stack-Port-1:5' | Name: '1:5' | Ip: 'No Ip' | Eth: 'No Ethernet Id' ###

Target[172.17.35.7_1005]: 1005:[email protected]:::::3
SnmpOptions[172.17.35.7_1005]: privpassword=>'password',authpassword=>'password',authprotocol=>'md5',privprotocol=>'des',username=>'admin'
noHC[172.17.35.7_1005]: yes
SetEnv[172.17.35.7_1005]: MRTG_INT_IP="No Ip" MRTG_INT_DESCR="Stack-Port-1:5"
MaxBytes[172.17.35.7_1005]: 12500000
Title[172.17.35.7_1005]: Traffic Analysis for 1005 -- SWStack_FL7
PageTop[172.17.35.7_1005]: <h1>Traffic Analysis for 1005 -- SWStack_FL7</h1>
                <div id="sysdetails">
                        <table>
                                <tr>
                                        <td>System:</td>
                                        <td>SWStack_FL7 in </td>
                                </tr>
                                <tr>
                                        <td>Maintainer:</td>
                                        <td>[email protected], +1 888 257 3000</td>
                                </tr>
                                <tr>
                                        <td>Description:</td>
                                        <td>Stack-Port-1:5  </td>
                                </tr>
                                <tr>
                                        <td>ifType:</td>
                                        <td>ethernetCsmacd (6)</td>
                                </tr>
                                <tr>
                                        <td>ifName:</td>
                                        <td>1:5</td>
                                </tr>
                                <tr>
                                        <td>Max Speed:</td>
                                        <td>12.5 MBytes/s</td>
                                </tr>
                                <tr>
                                        <td>Ip:</td>
                                        <td>No Ip (No DNS name)</td>
                                </tr>
                        </table>
                </div>


### Interface 1006 >> Descr: 'Stack-Port-1:6' | Name: '1:6' | Ip: 'No Ip' | Eth: 'No Ethernet Id' ###

Target[172.17.35.7_1006]: 1006:[email protected]:::::3
SnmpOptions[172.17.35.7_1006]: privpassword=>'password',authpassword=>'password',authprotocol=>'md5',privprotocol=>'des',username=>'admin'
noHC[172.17.35.7_1006]: yes
SetEnv[172.17.35.7_1006]: MRTG_INT_IP="No Ip" MRTG_INT_DESCR="Stack-Port-1:6"
MaxBytes[172.17.35.7_1006]: 12500000
Title[172.17.35.7_1006]: Traffic Analysis for 1006 -- SWStack_FL7
PageTop[172.17.35.7_1006]: <h1>Traffic Analysis for 1006 -- SWStack_FL7</h1>
                <div id="sysdetails">
                        <table>
                                <tr>
                                        <td>System:</td>
                                        <td>SWStack_FL7 in </td>
                                </tr>
                                <tr>
                                        <td>Maintainer:</td>
                                        <td>[email protected], +1 888 257 3000</td>
                                </tr>
                                <tr>
                                        <td>Description:</td>
                                        <td>Stack-Port-1:6  </td>
                                </tr>
                                <tr>
                                        <td>ifType:</td>
                                        <td>ethernetCsmacd (6)</td>
                                </tr>
                                <tr>
                                        <td>ifName:</td>
                                        <td>1:6</td>
                                </tr>
                                <tr>
                                        <td>Max Speed:</td>
                                        <td>12.5 MBytes/s</td>
                                </tr>
                                <tr>
                                        <td>Ip:</td>
                                        <td>No Ip (No DNS name)</td>
                                </tr>
                        </table>
                </div>


### Interface 1007 >> Descr: 'Stack-Port-1:7' | Name: '1:7' | Ip: 'No Ip' | Eth: 'No Ethernet Id' ###

Target[172.17.35.7_1007]: 1007:[email protected]:::::3
SnmpOptions[172.17.35.7_1007]: privpassword=>'password',authpassword=>'password',authprotocol=>'md5',privprotocol=>'des',username=>'admin'
noHC[172.17.35.7_1007]: yes
SetEnv[172.17.35.7_1007]: MRTG_INT_IP="No Ip" MRTG_INT_DESCR="Stack-Port-1:7"
MaxBytes[172.17.35.7_1007]: 12500000
Title[172.17.35.7_1007]: Traffic Analysis for 1007 -- SWStack_FL7
PageTop[172.17.35.7_1007]: <h1>Traffic Analysis for 1007 -- SWStack_FL7</h1>
                <div id="sysdetails">
                        <table>
                                <tr>
                                        <td>System:</td>
                                        <td>SWStack_FL7 in </td>
                                </tr>
                                <tr>
                                        <td>Maintainer:</td>
                                        <td>[email protected], +1 888 257 3000</td>
                                </tr>
                                <tr>
                                        <td>Description:</td>
                                        <td>Stack-Port-1:7  </td>
                                </tr>
                                <tr>
                                        <td>ifType:</td>
                                        <td>ethernetCsmacd (6)</td>
                                </tr>
                                <tr>
                                        <td>ifName:</td>
                                        <td>1:7</td>
                                </tr>
                                <tr>
                                        <td>Max Speed:</td>
                                        <td>12.5 MBytes/s</td>
                                </tr>
                                <tr>
                                        <td>Ip:</td>
                                        <td>No Ip (No DNS name)</td>
                                </tr>
                        </table>
                </div>


### Interface 1008 >> Descr: 'Stack-Port-1:8' | Name: '1:8' | Ip: 'No Ip' | Eth: 'No Ethernet Id' ###

Target[172.17.35.7_1008]: 1008:[email protected]:::::3
SnmpOptions[172.17.35.7_1008]: privpassword=>'password',authpassword=>'password',authprotocol=>'md5',privprotocol=>'des',username=>'admin'
noHC[172.17.35.7_1008]: yes
SetEnv[172.17.35.7_1008]: MRTG_INT_IP="No Ip" MRTG_INT_DESCR="Stack-Port-1:8"
MaxBytes[172.17.35.7_1008]: 12500000
Title[172.17.35.7_1008]: Traffic Analysis for 1008 -- SWStack_FL7
PageTop[172.17.35.7_1008]: <h1>Traffic Analysis for 1008 -- SWStack_FL7</h1>
                <div id="sysdetails">
                        <table>
                                <tr>
                                        <td>System:</td>
                                        <td>SWStack_FL7 in </td>
                                </tr>
                                <tr>
                                        <td>Maintainer:</td>
                                        <td>[email protected], +1 888 257 3000</td>
                                </tr>
                                <tr>
                                        <td>Description:</td>
                                        <td>Stack-Port-1:8  </td>
                                </tr>
                                <tr>
                                        <td>ifType:</td>
                                        <td>ethernetCsmacd (6)</td>
                                </tr>
                                <tr>
                                        <td>ifName:</td>
                                        <td>1:8</td>
                                </tr>
                                <tr>
                                        <td>Max Speed:</td>
                                        <td>12.5 MBytes/s</td>
                                </tr>
                                <tr>
                                        <td>Ip:</td>
                                        <td>No Ip (No DNS name)</td>
                                </tr>
                        </table>
                </div>


### Interface 1009 >> Descr: 'Stack-Port-1:9' | Name: '1:9' | Ip: 'No Ip' | Eth: 'No Ethernet Id' ###

Target[172.17.35.7_1009]: 1009:[email protected]:::::3
SnmpOptions[172.17.35.7_1009]: privpassword=>'password',authpassword=>'password',authprotocol=>'md5',privprotocol=>'des',username=>'admin'
noHC[172.17.35.7_1009]: yes
SetEnv[172.17.35.7_1009]: MRTG_INT_IP="No Ip" MRTG_INT_DESCR="Stack-Port-1:9"
MaxBytes[172.17.35.7_1009]: 12500000
Title[172.17.35.7_1009]: Traffic Analysis for 1009 -- SWStack_FL7
PageTop[172.17.35.7_1009]: <h1>Traffic Analysis for 1009 -- SWStack_FL7</h1>
                <div id="sysdetails">
                        <table>
                                <tr>
                                        <td>System:</td>
                                        <td>SWStack_FL7 in </td>
                                </tr>
                                <tr>
                                        <td>Maintainer:</td>
                                        <td>[email protected], +1 888 257 3000</td>
                                </tr>
                                <tr>
                                        <td>Description:</td>
                                        <td>Stack-Port-1:9  </td>
                                </tr>
                                <tr>
                                        <td>ifType:</td>
                                        <td>ethernetCsmacd (6)</td>
                                </tr>
                                <tr>
                                        <td>ifName:</td>
                                        <td>1:9</td>
                                </tr>
                                <tr>
                                        <td>Max Speed:</td>
                                        <td>12.5 MBytes/s</td>
                                </tr>
                                <tr>
                                        <td>Ip:</td>
                                        <td>No Ip (No DNS name)</td>
                                </tr>
                        </table>
                </div>
### Interface 1010 >> Descr: 'Stack-Port-1:10' | Name: '1:10' | Ip: 'No Ip' | Eth: 'No Ethernet Id' ###

Target[172.17.35.7_1010]: 1010:[email protected]:::::3
SnmpOptions[172.17.35.7_1010]: privpassword=>'password',authpassword=>'password',authprotocol=>'md5',privprotocol=>'des',username=>'admin'
noHC[172.17.35.7_1010]: yes
SetEnv[172.17.35.7_1010]: MRTG_INT_IP="No Ip" MRTG_INT_DESCR="Stack-Port-1:10"
MaxBytes[172.17.35.7_1010]: 12500000
Title[172.17.35.7_1010]: Traffic Analysis for 1010 -- SWStack_FL7
PageTop[172.17.35.7_1010]: <h1>Traffic Analysis for 1010 -- SWStack_FL7</h1>
                <div id="sysdetails">
                        <table>
                                <tr>
                                        <td>System:</td>
                                        <td>SWStack_FL7 in </td>
                                </tr>
                                <tr>
                                        <td>Maintainer:</td>
                                        <td>[email protected], +1 888 257 3000</td>
                                </tr>
                                <tr>
                                        <td>Description:</td>
                                        <td>Stack-Port-1:10  </td>
                                </tr>
                                <tr>
                                        <td>ifType:</td>
                                        <td>ethernetCsmacd (6)</td>
                                </tr>
                                <tr>
                                        <td>ifName:</td>
                                        <td>1:10</td>
                                </tr>
                                <tr>
                                        <td>Max Speed:</td>
                                        <td>12.5 MBytes/s</td>
                                </tr>
                                <tr>
                                        <td>Ip:</td>
                                        <td>No Ip (No DNS name)</td>
                                </tr>
                        </table>
                </div>


### Interface 1011 >> Descr: 'Stack-Port-1:11' | Name: '1:11' | Ip: 'No Ip' | Eth: 'No Ethernet Id' ###

Target[172.17.35.7_1011]: 1011:[email protected]:::::3
SnmpOptions[172.17.35.7_1011]: privpassword=>'password',authpassword=>'password',authprotocol=>'md5',privprotocol=>'des',username=>'admin'
SetEnv[172.17.35.7_1011]: MRTG_INT_IP="No Ip" MRTG_INT_DESCR="Stack-Port-1:11"
MaxBytes[172.17.35.7_1011]: 12500000
Title[172.17.35.7_1011]: Traffic Analysis for 1011 -- SWStack_FL7
PageTop[172.17.35.7_1011]: <h1>Traffic Analysis for 1011 -- SWStack_FL7</h1>
                <div id="sysdetails">
                        <table>
                                <tr>
                                        <td>System:</td>
                                        <td>SWStack_FL7 in </td>
                                </tr>
                                <tr>
                                        <td>Maintainer:</td>
                                        <td>[email protected], +1 888 257 3000</td>
                                </tr>
                                <tr>
                                        <td>Description:</td>
                                        <td>Stack-Port-1:11  </td>
                                </tr>
                                <tr>
                                        <td>ifType:</td>
                                        <td>ethernetCsmacd (6)</td>
                                </tr>
                                <tr>
                                        <td>ifName:</td>
                                        <td>1:11</td>
                                </tr>
                                <tr>
                                        <td>Max Speed:</td>
                                        <td>12.5 MBytes/s</td>
                                </tr>
                                <tr>
                                        <td>Ip:</td>
                                        <td>No Ip (No DNS name)</td>
                                </tr>
                        </table>
                </div>


### Interface 1012 >> Descr: 'Stack-Port-1:12' | Name: '1:12' | Ip: 'No Ip' | Eth: 'No Ethernet Id' ###

Target[172.17.35.7_1012]: 1012:[email protected]:::::3
SnmpOptions[172.17.35.7_1012]: privpassword=>'password',authpassword=>'password',authprotocol=>'md5',privprotocol=>'des',username=>'admin'
noHC[172.17.35.7_1012]: yes
SetEnv[172.17.35.7_1012]: MRTG_INT_IP="No Ip" MRTG_INT_DESCR="Stack-Port-1:12"
MaxBytes[172.17.35.7_1012]: 12500000
Title[172.17.35.7_1012]: Traffic Analysis for 1012 -- SWStack_FL7
PageTop[172.17.35.7_1012]: <h1>Traffic Analysis for 1012 -- SWStack_FL7</h1>
                <div id="sysdetails">
                        <table>
                                <tr>
                                        <td>System:</td>
                                        <td>SWStack_FL7 in </td>
                                </tr>
                                <tr>
                                        <td>Maintainer:</td>
                                        <td>[email protected], +1 888 257 3000</td>
                                </tr>
                                <tr>
                                        <td>Description:</td>
                                        <td>Stack-Port-1:12  </td>
                                </tr>
                                <tr>
                                        <td>ifType:</td>
                                        <td>ethernetCsmacd (6)</td>
                                </tr>
                                <tr>
                                        <td>ifName:</td>
                                        <td>1:12</td>
                                </tr>
                                <tr>
                                        <td>Max Speed:</td>
                                        <td>12.5 MBytes/s</td>
                                </tr>
                                <tr>
                                        <td>Ip:</td>
                                        <td>No Ip (No DNS name)</td>
                                </tr>
                        </table>
                </div>


### Interface 1013 >> Descr: 'Stack-Port-1:13' | Name: '1:13' | Ip: 'No Ip' | Eth: 'No Ethernet Id' ###

Target[172.17.35.7_1013]: 1013:[email protected]:::::3
SnmpOptions[172.17.35.7_1013]: privpassword=>'password',authpassword=>'password',authprotocol=>'md5',privprotocol=>'des',username=>'admin'
noHC[172.17.35.7_1013]: yes
SetEnv[172.17.35.7_1013]: MRTG_INT_IP="No Ip" MRTG_INT_DESCR="Stack-Port-1:13"
MaxBytes[172.17.35.7_1013]: 12500000
Title[172.17.35.7_1013]: Traffic Analysis for 1013 -- SWStack_FL7
PageTop[172.17.35.7_1013]: <h1>Traffic Analysis for 1013 -- SWStack_FL7</h1>
                <div id="sysdetails">
                        <table>
                                <tr>
                                        <td>System:</td>
                                        <td>SWStack_FL7 in </td>
                                </tr>
                                <tr>
                                        <td>Maintainer:</td>
                                        <td>[email protected], +1 888 257 3000</td>
                                </tr>
                                <tr>
                                        <td>Description:</td>
                                        <td>Stack-Port-1:13  </td>
                                </tr>
                                <tr>
                                        <td>ifType:</td>
                                        <td>ethernetCsmacd (6)</td>
                                </tr>
                                <tr>
                                        <td>ifName:</td>
                                        <td>1:13</td>
                                </tr>
                                <tr>
                                        <td>Max Speed:</td>
                                        <td>12.5 MBytes/s</td>
                                </tr>
                                <tr>
                                        <td>Ip:</td>
                                        <td>No Ip (No DNS name)</td>
                                </tr>
                        </table>
                </div>


### Interface 1014 >> Descr: 'Stack-Port-1:14' | Name: '1:14' | Ip: 'No Ip' | Eth: 'No Ethernet Id' ###

Target[172.17.35.7_1014]: 1014:[email protected]:::::3
SnmpOptions[172.17.35.7_1014]: privpassword=>'password',authpassword=>'password',authprotocol=>'md5',privprotocol=>'des',username=>'admin'
noHC[172.17.35.7_1014]: yes
SetEnv[172.17.35.7_1014]: MRTG_INT_IP="No Ip" MRTG_INT_DESCR="Stack-Port-1:14"
MaxBytes[172.17.35.7_1014]: 12500000
Title[172.17.35.7_1014]: Traffic Analysis for 1014 -- SWStack_FL7
PageTop[172.17.35.7_1014]: <h1>Traffic Analysis for 1014 -- SWStack_FL7</h1>
                <div id="sysdetails">
                        <table>
                                <tr>
                                        <td>System:</td>
                                        <td>SWStack_FL7 in </td>
                                </tr>
                                <tr>
                                        <td>Maintainer:</td>
                                        <td>[email protected], +1 888 257 3000</td>
                                </tr>
                                <tr>
                                        <td>Description:</td>
                                        <td>Stack-Port-1:14  </td>
                                </tr>
                                <tr>
                                        <td>ifType:</td>
                                        <td>ethernetCsmacd (6)</td>
                                </tr>
                                <tr>
                                        <td>ifName:</td>
                                        <td>1:14</td>
                                </tr>
                                <tr>
                                        <td>Max Speed:</td>
                                        <td>12.5 MBytes/s</td>
                                </tr>
                                <tr>
                                        <td>Ip:</td>
                                        <td>No Ip (No DNS name)</td>
                                </tr>
                        </table>
                </div>


### Interface 1015 >> Descr: 'Stack-Port-1:15' | Name: '1:15' | Ip: 'No Ip' | Eth: 'No Ethernet Id' ###

Target[172.17.35.7_1015]: 1015:[email protected]:::::3
SnmpOptions[172.17.35.7_1015]: privpassword=>'password',authpassword=>'password',authprotocol=>'md5',privprotocol=>'des',username=>'admin'
SetEnv[172.17.35.7_1015]: MRTG_INT_IP="No Ip" MRTG_INT_DESCR="Stack-Port-1:15"
MaxBytes[172.17.35.7_1015]: 12500000
Title[172.17.35.7_1015]: Traffic Analysis for 1015 -- SWStack_FL7
PageTop[172.17.35.7_1015]: <h1>Traffic Analysis for 1015 -- SWStack_FL7</h1>
                <div id="sysdetails">
                        <table>
                                <tr>
                                        <td>System:</td>
                                        <td>SWStack_FL7 in </td>
                                </tr>
                                <tr>
                                        <td>Maintainer:</td>
                                        <td>[email protected], +1 888 257 3000</td>
                                </tr>
                                <tr>
                                        <td>Description:</td>
                                        <td>Stack-Port-1:15  </td>
                                </tr>
                                <tr>
                                        <td>ifType:</td>
                                        <td>ethernetCsmacd (6)</td>
                                </tr>
                                <tr>
                                        <td>ifName:</td>
                                        <td>1:15</td>
                                </tr>
                                <tr>
                                        <td>Max Speed:</td>
                                        <td>12.5 MBytes/s</td>
                                </tr>
                                <tr>
                                        <td>Ip:</td>
                                        <td>No Ip (No DNS name)</td>
                                </tr>
                        </table>
                </div>


### Interface 1016 >> Descr: 'Stack-Port-1:16' | Name: '1:16' | Ip: 'No Ip' | Eth: 'No Ethernet Id' ###

Target[172.17.35.7_1016]: 1016:[email protected]:::::3
SnmpOptions[172.17.35.7_1016]: privpassword=>'password',authpassword=>'password',authprotocol=>'md5',privprotocol=>'des',username=>'admin'
SetEnv[172.17.35.7_1016]: MRTG_INT_IP="No Ip" MRTG_INT_DESCR="Stack-Port-1:16"
MaxBytes[172.17.35.7_1016]: 125000000
Title[172.17.35.7_1016]: Traffic Analysis for 1016 -- SWStack_FL7
PageTop[172.17.35.7_1016]: <h1>Traffic Analysis for 1016 -- SWStack_FL7</h1>
                <div id="sysdetails">
                        <table>
                                <tr>
                                        <td>System:</td>
                                        <td>SWStack_FL7 in </td>
                                </tr>
                                <tr>
                                        <td>Maintainer:</td>
                                        <td>[email protected], +1 888 257 3000</td>
                                </tr>
                                <tr>
                                        <td>Description:</td>
                                        <td>Stack-Port-1:16  </td>
                                </tr>
                                <tr>
                                        <td>ifType:</td>
                                        <td>ethernetCsmacd (6)</td>
                                </tr>
                                <tr>
                                        <td>ifName:</td>
                                        <td>1:16</td>
                                </tr>
                                <tr>
                                        <td>Max Speed:</td>
                                        <td>125.0 MBytes/s</td>
                                </tr>
                                <tr>
                                        <td>Ip:</td>
                                        <td>No Ip (No DNS name)</td>
                                </tr>
                        </table>
                </div>


### Interface 1017 >> Descr: 'Stack-Port-1:17' | Name: '1:17' | Ip: 'No Ip' | Eth: 'No Ethernet Id' ###

Target[172.17.35.7_1017]: 1017:[email protected]:::::3
SnmpOptions[172.17.35.7_1017]: privpassword=>'password',authpassword=>'password',authprotocol=>'md5',privprotocol=>'des',username=>'admin'
noHC[172.17.35.7_1017]: yes
SetEnv[172.17.35.7_1017]: MRTG_INT_IP="No Ip" MRTG_INT_DESCR="Stack-Port-1:17"
MaxBytes[172.17.35.7_1017]: 12500000
Title[172.17.35.7_1017]: Traffic Analysis for 1017 -- SWStack_FL7
PageTop[172.17.35.7_1017]: <h1>Traffic Analysis for 1017 -- SWStack_FL7</h1>
                <div id="sysdetails">
                        <table>
                                <tr>
                                        <td>System:</td>
                                        <td>SWStack_FL7 in </td>
                                </tr>
                                <tr>
                                        <td>Maintainer:</td>
                                        <td>[email protected], +1 888 257 3000</td>
                                </tr>
                                <tr>
                                        <td>Description:</td>
                                        <td>Stack-Port-1:17  </td>
                                </tr>
                                <tr>
                                        <td>ifType:</td>
                                        <td>ethernetCsmacd (6)</td>
                                </tr>
                                <tr>
                                        <td>ifName:</td>
                                        <td>1:17</td>
                                </tr>
                                <tr>
                                        <td>Max Speed:</td>
                                        <td>12.5 MBytes/s</td>
                                </tr>
                                <tr>
                                        <td>Ip:</td>
                                        <td>No Ip (No DNS name)</td>
                                </tr>
                        </table>
                </div>


### Interface 1018 >> Descr: 'Stack-Port-1:18' | Name: '1:18' | Ip: 'No Ip' | Eth: 'No Ethernet Id' ###

Target[172.17.35.7_1018]: 1018:[email protected]:::::3
SnmpOptions[172.17.35.7_1018]: privpassword=>'password',authpassword=>'password',authprotocol=>'md5',privprotocol=>'des',username=>'admin'
noHC[172.17.35.7_1018]: yes
SetEnv[172.17.35.7_1018]: MRTG_INT_IP="No Ip" MRTG_INT_DESCR="Stack-Port-1:18"
MaxBytes[172.17.35.7_1018]: 12500000
Title[172.17.35.7_1018]: Traffic Analysis for 1018 -- SWStack_FL7
PageTop[172.17.35.7_1018]: <h1>Traffic Analysis for 1018 -- SWStack_FL7</h1>
                <div id="sysdetails">
                        <table>
                                <tr>
                                        <td>System:</td>
                                        <td>SWStack_FL7 in </td>
                                </tr>
                                <tr>
                                        <td>Maintainer:</td>
                                        <td>[email protected], +1 888 257 3000</td>
                                </tr>
                                <tr>
                                        <td>Description:</td>
                                        <td>Stack-Port-1:18  </td>
                                </tr>
                                <tr>
                                        <td>ifType:</td>
                                        <td>ethernetCsmacd (6)</td>
                                </tr>
                                <tr>
                                        <td>ifName:</td>
                                        <td>1:18</td>
                                </tr>
                                <tr>
                                        <td>Max Speed:</td>
                                        <td>12.5 MBytes/s</td>
                                </tr>
                                <tr>
                                        <td>Ip:</td>
                                        <td>No Ip (No DNS name)</td>
                                </tr>
This continues on for much much more and I can post the rest if it comes to it. But it appears like the cfgmaker is looking for 'des' and nagios is passing 'DES' and is not working.

thanks!
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: SNMP v3 switch setup

Post by slansing »

Are you using the new switch and router wizard (2.0.5) as shown here?:

http://support.nagios.com/forum/viewtop ... 089#p98376

Do you have access to the customer support forum sections?
akepley
Posts: 138
Joined: Wed Sep 11, 2013 1:09 pm

Re: SNMP v3 switch setup

Post by akepley »

Unfortunately I do not have access to that forum. I'm using the Network / router configuration wizard in 2014R01 for Switch configuration, SNMPv3 tab.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: SNMP v3 switch setup

Post by abrist »

Are you a current customer wit ha current maintenance contract?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
akepley
Posts: 138
Joined: Wed Sep 11, 2013 1:09 pm

Re: SNMP v3 switch setup

Post by akepley »

My License Information says the following:

Code: Select all

License Type:	Host-Based
Number of Licensed Hosts:	Unlimited
Current Hosts:	178
Maintenance Status:	Current (Expires in 102 days on 2014-09-07)
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: SNMP v3 switch setup

Post by sreinhardt »

You can get the update from exchange without issue. Here is a link. http://exchange.nagios.org/directory/Ad ... rd/details

I did verify that this is the newest version, and should resolve all known issues related to cfgmaker stuff.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
akepley
Posts: 138
Joined: Wed Sep 11, 2013 1:09 pm

Re: SNMP v3 switch setup

Post by akepley »

I'm unfamiliar with the Exchange updates, is this just uploading the plugin from the "manage plugins" admin page in Nagios XI?
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: SNMP v3 switch setup

Post by tmcdonald »

Close. You want the Manage Config Wizards page. Upload it zip and all.
Former Nagios employee
akepley
Posts: 138
Joined: Wed Sep 11, 2013 1:09 pm

Re: SNMP v3 switch setup

Post by akepley »

Ok, the actual network wizard worked that time after importing the plugin up until Applying Configuration. It fails with "Configurations failed to write to file".

Looking at the Configuration Snapshots, the newest snapshot is good and I can restore to it without issue. What should I look for to find the error during the apply?
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: SNMP v3 switch setup

Post by abrist »

The best method to locate the errors, is to use the write configs tool. Go to Configure --> Core configuration manager --> tools --> write config tool. Click "write" and then "verify". You should receive errors. Resolve those errors in the ccm and then click "write" and then "verify" once again. Only once all errors have been resolved, should you try to apply configuration.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Locked