<?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: SNMP monitoring of Fabric Extend tunnel in ExtremeSwitching (VSP/Fabric Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/snmp-monitoring-of-fabric-extend-tunnel/m-p/8450#M123</link>
    <description>Thanks for pointing me in the right direction. I was finally able to find the right object in our SNMP software's MIB browser by drilling down to&amp;nbsp;&lt;BR /&gt;&lt;EM&gt;experimental/isisMIB/isisObjects/isisCounters/isisCircuitCountertable/isisCicNumAdj&lt;/EM&gt;</description>
    <pubDate>Thu, 13 Jan 2022 12:21:00 GMT</pubDate>
    <dc:creator>Jon_P</dc:creator>
    <dc:date>2022-01-13T12:21:00Z</dc:date>
    <item>
      <title>SNMP monitoring of Fabric Extend tunnel</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/snmp-monitoring-of-fabric-extend-tunnel/m-p/8447#M120</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We have a L3 fabric extend tunnel to between a VSP at our main site, and another at a remote facility.&lt;BR /&gt;We would like to monitor the status of the tunnel via SNMP.&lt;BR /&gt;&lt;BR /&gt;As we have service provided equipment in between our VSPs, both the physical port, and the VLAN used for the FE tunnel may stay up even if connectivity between the devices is lost. As far as I can see, the ISIS logical interface does not seem to be visible to our monitoring software. &lt;BR /&gt;&lt;BR /&gt;Any suggestions as to how can I monitor the tunnel status, or be alerted when it goes down?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 15:11:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/snmp-monitoring-of-fabric-extend-tunnel/m-p/8447#M120</guid>
      <dc:creator>Jon_P</dc:creator>
      <dc:date>2022-01-04T15:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: SNMP monitoring of Fabric Extend tunnel</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/snmp-monitoring-of-fabric-extend-tunnel/m-p/8448#M121</link>
      <description>&lt;P&gt;To expand on this slightly, we're currently monitoring these VSPs with both Statseeker &amp;amp; Castlerock SNMPc, and we also have Extreme Management Center. Ideally we'd like the ISIS logical interface to be visible as an SNMP object, but any way of creating an alert when either the logical interface or ISIS adjacency goes down would be a big help.&lt;/P&gt;
&lt;P&gt;If I go to 'Device view' in EMC I can see the link that we need to monitor on the IS-IS tab, both under 'ISIS interfaces' and 'ISIS adjacencies'. Is there any way to create an alert based on the status of these?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jan 2022 18:05:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/snmp-monitoring-of-fabric-extend-tunnel/m-p/8448#M121</guid>
      <dc:creator>Jon_P</dc:creator>
      <dc:date>2022-01-10T18:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: SNMP monitoring of Fabric Extend tunnel</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/snmp-monitoring-of-fabric-extend-tunnel/m-p/8449#M122</link>
      <description>I think the only way is to monitor the Up-Adj value of the ISIS interface; if at 0, the adjacency is down; if at 1 the adjacency is up.&lt;BR /&gt;(the op-state is up even if the adjacency is down, so won't help...)&lt;BR /&gt;(an adjacency in Init state, will have Adj = 1 but Up-Adj = 0)&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1a646c5b5f8b49c4a4f9c5583dd78cd4.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/2886i8D1B3A179CCF7511/image-size/large?v=v2&amp;amp;px=999" role="button" title="1a646c5b5f8b49c4a4f9c5583dd78cd4.png" alt="1a646c5b5f8b49c4a4f9c5583dd78cd4.png" /&gt;&lt;/span&gt;&lt;BR /&gt;To pull that that value from the MIB, first find the ifIndex of the logical interface:&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV style="padding-left: 40px;"&gt;lstevens@toolbox:~$ snmpwalk -v 2c -c public 10.8.4.28 .1.3.6.1.4.1.2272.1.63.26&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;RAPID-CITY::rcIsisLogicalInterfaceIfIndex.1 = INTEGER: 1600&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;RAPID-CITY::rcIsisLogicalInterfaceIfIndex.2 = INTEGER: 1601&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;RAPID-CITY::rcIsisLogicalInterfaceIfIndex.3 = INTEGER: 1602&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;RAPID-CITY::rcIsisLogicalInterfaceIfIndex.4 = INTEGER: 1603&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;RAPID-CITY::rcIsisLogicalInterfaceIfIndex.5 = INTEGER: 1604&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;[...]&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;RAPID-CITY::rcIsisLogicalInterfaceName.1 = STRING: "Site1-VSP4450-1"&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;RAPID-CITY::rcIsisLogicalInterfaceName.2 = STRING: "Site2-VSP4450-3"&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;RAPID-CITY::rcIsisLogicalInterfaceName.3 = STRING: "Site3-VSP4900-4"&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;RAPID-CITY::rcIsisLogicalInterfaceName.4 = STRING: "Site4-XA1480-2"&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;RAPID-CITY::rcIsisLogicalInterfaceName.5 = STRING: "Site5-XA1480-1"&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;[...]&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;lstevens@toolbox:~$abc&lt;/DIV&gt;
&lt;BR /&gt;Then find the index number of that ifIndex in the ISIS interface table:&lt;BR /&gt;
&lt;DIV style="padding-left: 40px;"&gt;lstevens@toolbox:~$ snmpwalk -v 2c -c public 10.8.4.28 .1.3.6.1.3.37.1.3.2.1.2&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;RFC1155-SMI::experimental.37.1.3.2.1.2.1 = INTEGER: 192&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;RFC1155-SMI::experimental.37.1.3.2.1.2.2 = INTEGER: 193&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;RFC1155-SMI::experimental.37.1.3.2.1.2.3 = INTEGER: 194&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;RFC1155-SMI::experimental.37.1.3.2.1.2.4 = INTEGER: 198&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;RFC1155-SMI::experimental.37.1.3.2.1.2.5 = INTEGER: 232&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;RFC1155-SMI::experimental.37.1.3.2.1.2.6 = INTEGER: 236&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;RFC1155-SMI::experimental.37.1.3.2.1.2.7 = INTEGER: 296&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;RFC1155-SMI::experimental.37.1.3.2.1.2.8 = INTEGER: 300&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;RFC1155-SMI::experimental.37.1.3.2.1.2.9 = INTEGER: 1600&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;RFC1155-SMI::experimental.37.1.3.2.1.2.10 = INTEGER: 1601&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;RFC1155-SMI::experimental.37.1.3.2.1.2.11 = INTEGER: 1602&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;RFC1155-SMI::experimental.37.1.3.2.1.2.12 = INTEGER: 1603&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;RFC1155-SMI::experimental.37.1.3.2.1.2.13 = INTEGER: 1604&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;lstevens@toolbox:~$&lt;/DIV&gt;
&lt;BR /&gt;In the above, ifIndex 1600 is index 9 in the table; 1601 ==&amp;gt; 10, etc..&lt;BR /&gt;&lt;BR /&gt;Then you can poll the Up-Adj counters:&lt;BR /&gt;
&lt;DIV style="padding-left: 40px;"&gt;lstevens@toolbox:~$ snmpwalk -v 2c -c public 10.8.4.28 .1.3.6.1.4.1.2272.1.63.2.1.10&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;RAPID-CITY::rcIsisCircuitNumUpAdj.1 = INTEGER: 0&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;RAPID-CITY::rcIsisCircuitNumUpAdj.2 = INTEGER: 0&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;RAPID-CITY::rcIsisCircuitNumUpAdj.3 = INTEGER: 1&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;RAPID-CITY::rcIsisCircuitNumUpAdj.4 = INTEGER: 0&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;RAPID-CITY::rcIsisCircuitNumUpAdj.5 = INTEGER: 0&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;RAPID-CITY::rcIsisCircuitNumUpAdj.6 = INTEGER: 0&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;RAPID-CITY::rcIsisCircuitNumUpAdj.7 = INTEGER: 1&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;RAPID-CITY::rcIsisCircuitNumUpAdj.8 = INTEGER: 1&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;RAPID-CITY::rcIsisCircuitNumUpAdj.9 = INTEGER: 1&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;RAPID-CITY::rcIsisCircuitNumUpAdj.10 = INTEGER: 1&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;RAPID-CITY::rcIsisCircuitNumUpAdj.11 = INTEGER: 1&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;RAPID-CITY::rcIsisCircuitNumUpAdj.12 = INTEGER: 1&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;RAPID-CITY::rcIsisCircuitNumUpAdj.13 = INTEGER: 1&lt;/DIV&gt;
&lt;DIV style="padding-left: 40px;"&gt;lstevens@toolbox:~$&lt;/DIV&gt;
&lt;BR /&gt;Good luck!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Jan 2022 19:20:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/snmp-monitoring-of-fabric-extend-tunnel/m-p/8449#M122</guid>
      <dc:creator>Ludovico_Steven</dc:creator>
      <dc:date>2022-01-11T19:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: SNMP monitoring of Fabric Extend tunnel</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/snmp-monitoring-of-fabric-extend-tunnel/m-p/8450#M123</link>
      <description>Thanks for pointing me in the right direction. I was finally able to find the right object in our SNMP software's MIB browser by drilling down to&amp;nbsp;&lt;BR /&gt;&lt;EM&gt;experimental/isisMIB/isisObjects/isisCounters/isisCircuitCountertable/isisCicNumAdj&lt;/EM&gt;</description>
      <pubDate>Thu, 13 Jan 2022 12:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/snmp-monitoring-of-fabric-extend-tunnel/m-p/8450#M123</guid>
      <dc:creator>Jon_P</dc:creator>
      <dc:date>2022-01-13T12:21:00Z</dc:date>
    </item>
  </channel>
</rss>

