<?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 with the same OID, two firewall can return different results? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/with-the-same-oid-two-firewall-can-return-different-results/m-p/3344844#M1033341</link>
    <description>No matter the same OID value of the  primary and secondary firewall , can I distinguish the status（primary or secondary） of the devices.

for example:
what's mean of the OID?is the 1.3.6.1.4.1.9.9.147.1.2.1.1.1.2.6 represent the primary device?
1：
OID=.1.3.6.1.4.1.9.9.147.1.2.1.1.1.2.6, Type=OctetString, Value=Primary unit (this device)  
OID=.1.3.6.1.4.1.9.9.147.1.2.1.1.1.2.7, Type=OctetString, Value=Secondary unit

2：
OID=.1.3.6.1.4.1.9.9.147.1.2.1.1.1.2.6, Type=OctetString, Value=Primary unit
OID=.1.3.6.1.4.1.9.9.147.1.2.1.1.1.2.7, Type=OctetString, Value=Secondary unit (this device)</description>
    <pubDate>Fri, 21 Feb 2020 15:29:36 GMT</pubDate>
    <dc:creator>jack lee</dc:creator>
    <dc:date>2020-02-21T15:29:36Z</dc:date>
    <item>
      <title>with the same OID, two firewall can return different results?</title>
      <link>https://community.cisco.com/t5/network-security/with-the-same-oid-two-firewall-can-return-different-results/m-p/3344844#M1033341</link>
      <description>No matter the same OID value of the  primary and secondary firewall , can I distinguish the status（primary or secondary） of the devices.

for example:
what's mean of the OID?is the 1.3.6.1.4.1.9.9.147.1.2.1.1.1.2.6 represent the primary device?
1：
OID=.1.3.6.1.4.1.9.9.147.1.2.1.1.1.2.6, Type=OctetString, Value=Primary unit (this device)  
OID=.1.3.6.1.4.1.9.9.147.1.2.1.1.1.2.7, Type=OctetString, Value=Secondary unit

2：
OID=.1.3.6.1.4.1.9.9.147.1.2.1.1.1.2.6, Type=OctetString, Value=Primary unit
OID=.1.3.6.1.4.1.9.9.147.1.2.1.1.1.2.7, Type=OctetString, Value=Secondary unit (this device)</description>
      <pubDate>Fri, 21 Feb 2020 15:29:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/with-the-same-oid-two-firewall-can-return-different-results/m-p/3344844#M1033341</guid>
      <dc:creator>jack lee</dc:creator>
      <dc:date>2020-02-21T15:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: with the same OID, two firewall can return different results?</title>
      <link>https://community.cisco.com/t5/network-security/with-the-same-oid-two-firewall-can-return-different-results/m-p/3344949#M1033342</link>
      <description>&lt;P&gt;The OID you are looking at is only part of the status for the ASA primary/secondary status.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You also want to look at 1.3.6.1.4.1.9.9.147.1.2.1.1.1.3 which will give you the actual status values and you can get all this information from the primary ASA without needing to SNMP walk both ASA units.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example when I walk 1.3.6.1.4.1.9.9.147.1.2.1.1.1.2 on a firewall I get this as a result:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;08/03/18 11:19:11 AM (38 ms) : 1.3.6.1.4.1.9.9.147.1.2.1.1.1.2.4 = "Failover LAN Interface" [ASN_OCTET_STR]&lt;BR /&gt;08/03/18 11:19:11 AM (45 ms) : 1.3.6.1.4.1.9.9.147.1.2.1.1.1.2.6 = "Primary unit (this device)" [ASN_OCTET_STR]&lt;BR /&gt;08/03/18 11:19:11 AM (51 ms) : 1.3.6.1.4.1.9.9.147.1.2.1.1.1.2.7 = "Secondary unit" [ASN_OCTET_STR]&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;Now, when I walk 1.3.6.1.4.1.9.9.147.1.2.1.1.1.3 I get the following values:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;08/03/18 11:16:47 AM (26 ms) : 1.3.6.1.4.1.9.9.147.1.2.1.1.1.3.4 = "2" [ASN_INTEGER]&lt;BR /&gt;08/03/18 11:16:47 AM (32 ms) : 1.3.6.1.4.1.9.9.147.1.2.1.1.1.3.6 = "9" [ASN_INTEGER]&lt;BR /&gt;08/03/18 11:16:47 AM (39 ms) : 1.3.6.1.4.1.9.9.147.1.2.1.1.1.3.7 = "10" [ASN_INTEGER]&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;Here is the translation for the integer values for this particular OID:&lt;/FONT&gt;&lt;/P&gt;
&lt;TABLE width="100%" class="tblBorder" border="0" cellspacing="1" cellpadding="5"&gt;
&lt;TBODY&gt;
&lt;TR bgcolor="#ffffff"&gt;
&lt;TD width="25%" align="left" class="modulecontent" valign="TOP"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD align="left"&gt;&lt;A class="contentboldlink" href="http://snmp.cloudapps.cisco.com/Support/SNMP/do/BrowseOID.do?local=en&amp;amp;translate=Translate&amp;amp;typeName=HardwareStatus" target="_blank"&gt;&lt;FONT color="#0066cc"&gt; HardwareStatus &lt;/FONT&gt;&lt;/A&gt;&lt;BR /&gt;&lt;SPAN class="modulecontentbold"&gt;1:other&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="modulecontentbold"&gt;2:up&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="modulecontentbold"&gt;3:down&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="modulecontentbold"&gt;4:error&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="modulecontentbold"&gt;5:overTemp&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="modulecontentbold"&gt;6:busy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="modulecontentbold"&gt;7:noMedia&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="modulecontentbold"&gt;8:backup&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="modulecontentbold"&gt;9:active&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="modulecontentbold"&gt;10:standby&lt;/SPAN&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;I can now find the status based on the last number of the OIDs &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;Failover LAN Interface&lt;/FONT&gt;&lt;/STRONG&gt; status = &lt;STRONG&gt;&lt;FONT size="2"&gt;2&lt;/FONT&gt;&lt;/STRONG&gt; which is "up"&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;Primary unit&lt;/FONT&gt;&lt;/STRONG&gt; status = &lt;STRONG&gt;&lt;FONT size="2"&gt;9&lt;/FONT&gt;&lt;/STRONG&gt; which is "active"&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;Secondary unit&lt;/FONT&gt;&lt;/STRONG&gt; status = &lt;STRONG&gt;&lt;FONT size="2"&gt;10&lt;/FONT&gt;&lt;/STRONG&gt; which is "standby"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hopefully this helps you get the information you need.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 16:21:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/with-the-same-oid-two-firewall-can-return-different-results/m-p/3344949#M1033342</guid>
      <dc:creator>Ben Walters</dc:creator>
      <dc:date>2018-03-08T16:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: with the same OID, two firewall can return different results?</title>
      <link>https://community.cisco.com/t5/network-security/with-the-same-oid-two-firewall-can-return-different-results/m-p/3346424#M1033343</link>
      <description>thank your reply</description>
      <pubDate>Mon, 12 Mar 2018 02:17:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/with-the-same-oid-two-firewall-can-return-different-results/m-p/3346424#M1033343</guid>
      <dc:creator>jack lee</dc:creator>
      <dc:date>2018-03-12T02:17:26Z</dc:date>
    </item>
  </channel>
</rss>

