<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: Login failed through SNMPv3 - wrong digest in ExtremeCloud IQ- Site Engine Management Center</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/login-failed-through-snmpv3-wrong-digest/m-p/21859#M1350</link>
    <description>you welcome , i have been wondering similarly earlier &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
glad i was able to help.&lt;BR /&gt;</description>
    <pubDate>Wed, 21 Mar 2018 17:37:00 GMT</pubDate>
    <dc:creator>Ahmed_Haroun</dc:creator>
    <dc:date>2018-03-21T17:37:00Z</dc:date>
    <item>
      <title>Login failed through SNMPv3 - wrong digest</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/login-failed-through-snmpv3-wrong-digest/m-p/21856#M1347</link>
      <description>Hi &lt;BR /&gt;
&lt;BR /&gt;
Have an issue where each of the core switches in the network are continually reporting this error in the logs:&lt;BR /&gt;
&lt;BR /&gt;
&lt;SNMP.MASTER.AUTHFAIL&gt; Login failed through SNMPv3 - wrong digest  (10.23.23.12)&lt;BR /&gt;
&lt;BR /&gt;
&lt;SNMP.MASTER.AUTHFAIL&gt; Login failed through SNMPv3 - wrong digest  (10.23.23.142)&lt;BR /&gt;
&lt;BR /&gt;
Those IP addresses listed (10.23.23.12 &amp;amp; 142) are NAC appliances. None of the core switches are configured in NAC switches configuration.&lt;BR /&gt;
&lt;BR /&gt;
The SNMP configuration on the core switch looks like the following:&lt;BR /&gt;
&lt;BR /&gt;
configure snmpv3 delete user "admin" engine-id 80:00:07:7c:03:00:04:96:9a:6a:54&lt;BR /&gt;
configure snmpv3 delete user "initial" engine-id 80:00:07:7c:03:00:04:96:9a:6a:54&lt;BR /&gt;
configure snmpv3 delete user "initialmd5" engine-id 80:00:07:7c:03:00:04:96:9a:6a:54&lt;BR /&gt;
configure snmpv3 delete user "initialsha" engine-id 80:00:07:7c:03:00:04:96:9a:6a:54&lt;BR /&gt;
configure snmpv3 delete user "initialmd5Priv" engine-id 80:00:07:7c:03:00:04:96:9a:6a:54&lt;BR /&gt;
configure snmpv3 delete user "initialshaPriv" engine-id 80:00:07:7c:03:00:04:96:9a:6a:54&lt;BR /&gt;
configure snmpv3 delete group "v1v2c_ro" user "v1v2c_ro" sec-model snmpv1&lt;BR /&gt;
configure snmpv3 delete group "v1v2c_rw" user "v1v2c_rw" sec-model snmpv1&lt;BR /&gt;
configure snmpv3 delete group "v1v2c_ro" user "v1v2c_ro" sec-model snmpv2c&lt;BR /&gt;
configure snmpv3 delete group "v1v2c_rw" user "v1v2c_rw" sec-model snmpv2c&lt;BR /&gt;
configure snmpv3 delete group "admin" user "admin" sec-model usm&lt;BR /&gt;
configure snmpv3 delete group "initial" user "initial" sec-model usm&lt;BR /&gt;
configure snmpv3 delete group "initial" user "initialmd5" sec-model usm&lt;BR /&gt;
configure snmpv3 delete group "initial" user "initialsha" sec-model usm&lt;BR /&gt;
configure snmpv3 delete group "initial" user "initialmd5Priv" sec-model usm&lt;BR /&gt;
configure snmpv3 delete group "initial" user "initialshaPriv" sec-model usm&lt;BR /&gt;
configure snmpv3 delete access "admin" sec-model usm sec-level priv&lt;BR /&gt;
configure snmpv3 delete access "initial" sec-model usm sec-level noauth&lt;BR /&gt;
configure snmpv3 delete access "initial" sec-model usm sec-level authnopriv&lt;BR /&gt;
configure snmpv3 delete access "v1v2c_ro" sec-model snmpv1 sec-level noauth&lt;BR /&gt;
configure snmpv3 delete access "v1v2c_ro" sec-model snmpv2c sec-level noauth&lt;BR /&gt;
configure snmpv3 delete access "v1v2c_rw" sec-model snmpv1 sec-level noauth&lt;BR /&gt;
configure snmpv3 delete access "v1v2c_rw" sec-model snmpv2c sec-level noauth&lt;BR /&gt;
configure snmpv3 delete access "v1v2cNotifyGroup" sec-model snmpv1 sec-level noauth&lt;BR /&gt;
configure snmpv3 delete access "v1v2cNotifyGroup" sec-model snmpv2c sec-level noauth&lt;BR /&gt;
configure snmpv3 delete mib-view "defaultUserView" subtree 1.0&lt;BR /&gt;
configure snmpv3 delete mib-view "defaultUserView" subtree 1.3.6.1.6.3.16&lt;BR /&gt;
configure snmpv3 delete mib-view "defaultUserView" subtree 1.3.6.1.6.3.18&lt;BR /&gt;
configure snmpv3 delete mib-view "defaultUserView" subtree 1.3.6.1.6.3.15.1.2.2.1.4&lt;BR /&gt;
configure snmpv3 delete mib-view "defaultUserView" subtree 1.3.6.1.6.3.15.1.2.2.1.6&lt;BR /&gt;
configure snmpv3 delete mib-view "defaultUserView" subtree 1.3.6.1.6.3.15.1.2.2.1.9&lt;BR /&gt;
configure snmpv3 delete mib-view "defaultNotifyView" subtree 1.0&lt;BR /&gt;
configure snmpv3 delete community "private"&lt;BR /&gt;
configure snmpv3 delete community "public"&lt;BR /&gt;
configure snmpv3 add user "NetSight" engine-id 80:00:07:7c:03:00:04:96:9a:6a:54 authentication sha auth-encrypted localized-key 23??23:b8:23?4c:23:f3:66:35:23:05:30:23:09:60:55:79:23:92:23:ea:44:4d:35:23?23:82 privacy aes 128 privacy-encrypted localized-key 23:cb:58:23:9e:51:23:b0:45:23:d9:6c:23:c1:23??23:86:23:f3:23:eb:23:b3:23:d2:6d&lt;BR /&gt;
configure snmpv3 add user "NetSight" engine-id 80:00:1f:88:80:2f:51:09:53:4c:29:33:57 authentication sha auth-encrypted localized-key 23:aa:23:1a:23:a6:23:a6:65:23:ae:53:23:c5:47:23:c3:23:b6:33:38:46:30:23:b8:25:34:23:1f:23:d1 privacy aes 128 privacy-encrypted localized-key 23:0e:23:1d:23:f6:23:a5:48:23:ed:23:bf:23:de:23:f5:23:11:5f:23:09:23:8d:27:23:90:23:ea&lt;BR /&gt;
configure snmpv3 add group "NetAdmin" user "NetSight" sec-model usm&lt;BR /&gt;
configure snmpv3 add access "NetAdmin" sec-model usm sec-level priv read-view "defaultAdminView" write-view "defaultAdminView" notify-view "defaultAdminView"&lt;BR /&gt;
configure snmpv3 add target-addr "TV1NetSight" param "TV1NetSight" ipaddress 10.23.23.20 transport-port 162 from 10.255.0.3 vr "VR-Default" tag-list "TVTrapTag"&lt;BR /&gt;
configure snmpv3 add target-params "TV1NetSight" user "NetSight" mp-model snmpv3 sec-model usm sec-level priv&lt;BR /&gt;
configure snmpv3 add notify "TVInformTag" tag "TVInformTag" type inform&lt;BR /&gt;
configure snmpv3 add notify "TVTrapTag" tag "TVTrapTag"&lt;BR /&gt;
disable snmp access snmp-v1v2c&lt;BR /&gt;
disable snmpv3 default-group&lt;BR /&gt;
disable snmpv3 default-user&lt;BR /&gt;
disable snmp access vr "VR-Mgmt"&lt;BR /&gt;
&lt;BR /&gt;
Little overkill, but generally just using SNMPv3 which works fine just for traps to be sent to 10.23.23.20, which is Extreme Management.&lt;BR /&gt;
&lt;BR /&gt;
When I take a packet trace from the NAC appliance (10.23.23.12) I get the following:&lt;BR /&gt;
&lt;BR /&gt;
Frame 6: 294 bytes on wire (2352 bits), 294 bytes captured (2352 bits)&lt;BR /&gt;
Ethernet II, Src: ExtremeN_9a:6a:17 (00:04:96:9a:6a:17), Dst: Vmware_3a:43:d0 (00:0c:29:3a:43:d0)&lt;BR /&gt;
Internet Protocol Version 4, Src: 10.255.0.2, Dst: 10.23.23.20&lt;BR /&gt;
    0100 .... = Version: 4&lt;BR /&gt;
    .... 0101 = Header Length: 20 bytes (5)&lt;BR /&gt;
    Differentiated Services Field: 0x00 (DSCP: CS0, ECN: Not-ECT)&lt;BR /&gt;
    Total Length: 280&lt;BR /&gt;
    Identification: 0x0000 (0)&lt;BR /&gt;
    Flags: 0x02 (Don't Fragment)&lt;BR /&gt;
    Fragment offset: 0&lt;BR /&gt;
    Time to live: 64&lt;BR /&gt;
    Protocol: UDP (17)&lt;BR /&gt;
    Header checksum: 0x0daa [validation disabled]&lt;BR /&gt;
    Source: 10.255.0.2&lt;BR /&gt;
    Destination: 10.23.23.20&lt;BR /&gt;
    [Source GeoIP: Unknown]&lt;BR /&gt;
    [Destination GeoIP: Unknown]&lt;BR /&gt;
User Datagram Protocol, Src Port: 56970 (56970), Dst Port: 162 (162)&lt;BR /&gt;
    Source Port: 56970&lt;BR /&gt;
    Destination Port: 162&lt;BR /&gt;
    Length: 260&lt;BR /&gt;
    Checksum: 0xdf2c [validation disabled]&lt;BR /&gt;
    [Stream index: 0]&lt;BR /&gt;
Simple Network Management Protocol&lt;BR /&gt;
    msgVersion: snmpv3 (3)&lt;BR /&gt;
    msgGlobalData&lt;BR /&gt;
        msgID: 508&lt;BR /&gt;
        msgMaxSize: 8192&lt;BR /&gt;
        msgFlags: 03&lt;BR /&gt;
            .... .0.. = Reportable: Not set&lt;BR /&gt;
            .... ..1. = Encrypted: Set&lt;BR /&gt;
            .... ...1 = Authenticated: Set&lt;BR /&gt;
        msgSecurityModel: USM (3)&lt;BR /&gt;
    msgAuthoritativeEngineID: 8000077c030004969a6a17&lt;BR /&gt;
        1... .... = Engine ID Conformance: RFC3411 (SNMPv3)&lt;BR /&gt;
        Engine Enterprise ID: Extreme Networks (1916)&lt;BR /&gt;
        Engine ID Format: MAC address (3)&lt;BR /&gt;
        Engine ID Data: MAC address: ExtremeN_9a:6a:17 (00:04:96:9a:6a:17)&lt;BR /&gt;
    msgAuthoritativeEngineBoots: 42&lt;BR /&gt;
    msgAuthoritativeEngineTime: 602683&lt;BR /&gt;
    msgUserName: NetSight&lt;BR /&gt;
    msgAuthenticationParameters: bc5ee08e1e5cc1d2b2d1a5c9&lt;BR /&gt;
        [Authentication: OK]&lt;BR /&gt;
            [Expert Info (Chat/Checksum): SNMP Authentication OK]&lt;BR /&gt;
    msgPrivacyParameters: 00000000000098e6&lt;BR /&gt;
    msgData: encryptedPDU (1)&lt;BR /&gt;
        encryptedPDU: 8412a3dd665bcdaf76713921a83bafac03569062096d8789...&lt;BR /&gt;
            Decrypted ScopedPDU: 3081a5040b8000077c030004969a6a170400a78193020201...&lt;BR /&gt;
                contextEngineID: 8000077c030004969a6a17&lt;BR /&gt;
                    1... .... = Engine ID Conformance: RFC3411 (SNMPv3)&lt;BR /&gt;
                    Engine Enterprise ID: Extreme Networks (1916)&lt;BR /&gt;
                    Engine ID Format: MAC address (3)&lt;BR /&gt;
                    Engine ID Data: MAC address: ExtremeN_9a:6a:17 (00:04:96:9a:6a:17)&lt;BR /&gt;
                contextName: &lt;BR /&gt;
                data: snmpV2-trap (7)&lt;BR /&gt;
                    snmpV2-trap&lt;BR /&gt;
                        request-id: 424&lt;BR /&gt;
                        error-status: noError (0)&lt;BR /&gt;
                        error-index: 0&lt;BR /&gt;
                        variable-bindings: 6 items&lt;BR /&gt;
                            1.3.6.1.2.1.1.3.0: 60283163&lt;BR /&gt;
                                Object Name: 1.3.6.1.2.1.1.3.0 (iso.3.6.1.2.1.1.3.0)&lt;BR /&gt;
                                Value (Timeticks): 60283163&lt;BR /&gt;
                            1.3.6.1.6.3.1.1.4.1.0: 1.3.6.1.6.3.1.1.5.5 (iso.3.6.1.6.3.1.1.5.5)&lt;BR /&gt;
                                Object Name: 1.3.6.1.6.3.1.1.4.1.0 (iso.3.6.1.6.3.1.1.4.1.0)&lt;BR /&gt;
                                Value (OID): 1.3.6.1.6.3.1.1.5.5 (iso.3.6.1.6.3.1.1.5.5)&lt;BR /&gt;
                            1.3.6.1.4.1.1916.1.1.1.30.0: 10.23.23.12&lt;BR /&gt;
                                Object Name: 1.3.6.1.4.1.1916.1.1.1.30.0 (iso.3.6.1.4.1.1916.1.1.1.30.0)&lt;BR /&gt;
                                Value (IpAddress): 10.23.23.12&lt;BR /&gt;
                            1.3.6.1.4.1.1916.1.1.1.50.0: &lt;BR /&gt;
                                Object Name: 1.3.6.1.4.1.1916.1.1.1.50.0 (iso.3.6.1.4.1.1916.1.1.1.50.0)&lt;BR /&gt;
                                Value (Integer32): 1&lt;BR /&gt;
                            1.3.6.1.4.1.1916.1.1.1.51.0: 0a17170c&lt;BR /&gt;
                                Object Name: 1.3.6.1.4.1.1916.1.1.1.51.0 (iso.3.6.1.4.1.1916.1.1.1.51.0)&lt;BR /&gt;
                                Value (OctetString): 0a17170c&lt;BR /&gt;
                            1.3.6.1.4.1.1916.1.1.1.52.0: 56522d44656661756c74&lt;BR /&gt;
                                Object Name: 1.3.6.1.4.1.1916.1.1.1.52.0 (iso.3.6.1.4.1.1916.1.1.1.52.0)&lt;BR /&gt;
                                Value (OctetString): 56522d44656661756c74&lt;BR /&gt;
&lt;BR /&gt;
So the packet is from the core switch itself on IP 10.255.0.2 to NetSight on 10.23.23.20 as you expect.&lt;BR /&gt;
&lt;BR /&gt;
What I don't understand are the OIDs showing authentication failures to the NAC IP of 10.23.23.12 using SNMPv2-trap?&lt;BR /&gt;
&lt;BR /&gt;
I'm not sure why that's being sent by the switch?&lt;BR /&gt;
&lt;BR /&gt;
This is the packet capture I was running on the NAC device 10.23.23.12:&lt;BR /&gt;
&lt;BR /&gt;
tcpdump -vvv -i eth0 port 162 -w snmp.pcap&lt;BR /&gt;
&lt;BR /&gt;
The only packets it collects are similar to the one shown above.&lt;BR /&gt;
&lt;BR /&gt;
Any ideas?&lt;BR /&gt;
&lt;BR /&gt;
Many thanks in advance&lt;BR /&gt;
&lt;BR /&gt;&lt;/SNMP.MASTER.AUTHFAIL&gt;&lt;/SNMP.MASTER.AUTHFAIL&gt;</description>
      <pubDate>Wed, 21 Mar 2018 15:53:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/login-failed-through-snmpv3-wrong-digest/m-p/21856#M1347</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-21T15:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: Login failed through SNMPv3 - wrong digest</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/login-failed-through-snmpv3-wrong-digest/m-p/21857#M1348</link>
      <description>I think this is related to IP Router Discovery part of NAC IP resolution.&lt;BR /&gt;
&lt;BR /&gt;
NAC will connect to the default gateway to try to resolve the IP of the end system, and i think it will use port 161 not 162 , 162 is the port used for SNMP trap.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Mar 2018 17:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/login-failed-through-snmpv3-wrong-digest/m-p/21857#M1348</guid>
      <dc:creator>Ahmed_Haroun</dc:creator>
      <dc:date>2018-03-21T17:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: Login failed through SNMPv3 - wrong digest</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/login-failed-through-snmpv3-wrong-digest/m-p/21858#M1349</link>
      <description>Hi Ahmed,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for posting.... think you might be spot on there!&lt;BR /&gt;
&lt;BR /&gt;
Should have captured on 161 and I might have seen and understood the request from NAC &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
Checked the setting and was set too --Use Switch SNMP Credentials--, so changed it to match the actual credentials I use for the switches, and as of yet not see this message popup in the logs.&lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="61575cc816f34114931012c86166d48a_RackMultipart20180321-35642-16d8y2f-IPRes_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/5225i790CFEBC98DB49E7/image-size/large?v=v2&amp;amp;px=999" role="button" title="61575cc816f34114931012c86166d48a_RackMultipart20180321-35642-16d8y2f-IPRes_inline.png" alt="61575cc816f34114931012c86166d48a_RackMultipart20180321-35642-16d8y2f-IPRes_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
Nice one, thanks for the help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Mar 2018 17:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/login-failed-through-snmpv3-wrong-digest/m-p/21858#M1349</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-21T17:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: Login failed through SNMPv3 - wrong digest</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/login-failed-through-snmpv3-wrong-digest/m-p/21859#M1350</link>
      <description>you welcome , i have been wondering similarly earlier &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
glad i was able to help.&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Mar 2018 17:37:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/login-failed-through-snmpv3-wrong-digest/m-p/21859#M1350</guid>
      <dc:creator>Ahmed_Haroun</dc:creator>
      <dc:date>2018-03-21T17:37:00Z</dc:date>
    </item>
  </channel>
</rss>

