<?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 perfect worked like a charm in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/how-to-check-a-ifindex-of-the-interface-in-router/m-p/756155#M1027780</link>
    <description>&lt;P&gt;perfect worked like a charm&lt;/P&gt;</description>
    <pubDate>Wed, 28 Sep 2016 20:59:49 GMT</pubDate>
    <dc:creator>karthikeyan gopinathan</dc:creator>
    <dc:date>2016-09-28T20:59:49Z</dc:date>
    <item>
      <title>how to check a ifindex of the interface in router</title>
      <link>https://community.cisco.com/t5/network-security/how-to-check-a-ifindex-of-the-interface-in-router/m-p/756146#M1027771</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am looking for a command which can tell me all the ifindex assigned to interface in router. i know that there is one command in catos show ifindex but i couldn't find the similar command in router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 09:39:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-check-a-ifindex-of-the-interface-in-router/m-p/756146#M1027771</guid>
      <dc:creator>arumugam006</dc:creator>
      <dc:date>2020-02-21T09:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to check a ifindex of the interface in router</title>
      <link>https://community.cisco.com/t5/network-security/how-to-check-a-ifindex-of-the-interface-in-router/m-p/756147#M1027772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show ifindex and show port ifindex only exists on CAT code.&lt;/P&gt;&lt;P&gt;For CAT 6k running IOS (native IOS), there is no command for this info.  So if you want to check what snmp index is associated with what port/interface, you can do this as you would do on any router (IOS):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to poll ifName and ifIndex from a host machine and then correlate the two output to see what snmp index is assigned to what port.  It's easiest to do from a UNIX server, but if you load any of the freeware polling software on to a PC you can also do it.  Here's an example of the poll, and what to look for:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;% snmpwalk -c public 172.16.100.30 ifName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF-MIB::ifName.1 = STRING: Gi1/1&lt;/P&gt;&lt;P&gt;IF-MIB::ifName.2 = STRING: Gi1/2&lt;/P&gt;&lt;P&gt;IF-MIB::ifName.3 = STRING: Gi5/1&lt;/P&gt;&lt;P&gt;IF-MIB::ifName.4 = STRING: Gi5/2&lt;/P&gt;&lt;P&gt;IF-MIB::ifName.5 = STRING: Gi5/3&lt;/P&gt;&lt;P&gt;IF-MIB::ifName.6 = STRING: Gi5/4&lt;/P&gt;&lt;P&gt;IF-MIB::ifName.7 = STRING: Gi5/5&lt;/P&gt;&lt;P&gt;IF-MIB::ifName.8 = STRING: Gi5/6&lt;/P&gt;&lt;P&gt;IF-MIB::ifName.9 = STRING: Gi5/7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;% snmpwalk -c public 172.16.100.30 ifIndex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF-MIB::ifIndex.1 = INTEGER: 1&lt;/P&gt;&lt;P&gt;IF-MIB::ifIndex.2 = INTEGER: 2&lt;/P&gt;&lt;P&gt;IF-MIB::ifIndex.3 = INTEGER: 3&lt;/P&gt;&lt;P&gt;IF-MIB::ifIndex.4 = INTEGER: 4&lt;/P&gt;&lt;P&gt;IF-MIB::ifIndex.5 = INTEGER: 5&lt;/P&gt;&lt;P&gt;IF-MIB::ifIndex.6 = INTEGER: 6&lt;/P&gt;&lt;P&gt;IF-MIB::ifIndex.7 = INTEGER: 7&lt;/P&gt;&lt;P&gt;IF-MIB::ifIndex.8 = INTEGER: 8&lt;/P&gt;&lt;P&gt;IF-MIB::ifIndex.9 = INTEGER: 9&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the above 2 outputs, Gi5/7 is snmp index 9.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ifName is Oid .1.3.6.1.2.1.31.1.1.1.1 and ifIndex is oid .1.3.6.1.2.1.2.2.1.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 15:20:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-check-a-ifindex-of-the-interface-in-router/m-p/756147#M1027772</guid>
      <dc:creator>jreekers</dc:creator>
      <dc:date>2007-08-29T15:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to check a ifindex of the interface in router</title>
      <link>https://community.cisco.com/t5/network-security/how-to-check-a-ifindex-of-the-interface-in-router/m-p/756148#M1027773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your immediate response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arumugam M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2007 09:51:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-check-a-ifindex-of-the-interface-in-router/m-p/756148#M1027773</guid>
      <dc:creator>arumugam006</dc:creator>
      <dc:date>2007-08-31T09:51:38Z</dc:date>
    </item>
    <item>
      <title>how to check a ifindex of the interface in router</title>
      <link>https://community.cisco.com/t5/network-security/how-to-check-a-ifindex-of-the-interface-in-router/m-p/756149#M1027774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;show snmp mib ifmib ifindex &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Swap&lt;/P&gt;&lt;P&gt;CCIE # 19804&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 10:18:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-check-a-ifindex-of-the-interface-in-router/m-p/756149#M1027774</guid>
      <dc:creator>swapnendum</dc:creator>
      <dc:date>2012-08-14T10:18:18Z</dc:date>
    </item>
    <item>
      <title>is there a similar command</title>
      <link>https://community.cisco.com/t5/network-security/how-to-check-a-ifindex-of-the-interface-in-router/m-p/756150#M1027775</link>
      <description>&lt;P&gt;is there a similar command for n5k?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;-Greg&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2014 13:07:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-check-a-ifindex-of-the-interface-in-router/m-p/756150#M1027775</guid>
      <dc:creator>axfalk</dc:creator>
      <dc:date>2014-09-10T13:07:42Z</dc:date>
    </item>
    <item>
      <title>Try show interface snmp</title>
      <link>https://community.cisco.com/t5/network-security/how-to-check-a-ifindex-of-the-interface-in-router/m-p/756151#M1027776</link>
      <description>&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&amp;nbsp;show interface snmp-ifindex&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;HTH&lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2014 20:38:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-check-a-ifindex-of-the-interface-in-router/m-p/756151#M1027776</guid>
      <dc:creator>muca</dc:creator>
      <dc:date>2014-09-10T20:38:58Z</dc:date>
    </item>
    <item>
      <title>thanks - that worked... _</title>
      <link>https://community.cisco.com/t5/network-security/how-to-check-a-ifindex-of-the-interface-in-router/m-p/756152#M1027777</link>
      <description>&lt;P&gt;thanks - that worked...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;_ Greg&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2014 01:16:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-check-a-ifindex-of-the-interface-in-router/m-p/756152#M1027777</guid>
      <dc:creator>axfalk</dc:creator>
      <dc:date>2014-09-11T01:16:14Z</dc:date>
    </item>
    <item>
      <title>is there a similar command on</title>
      <link>https://community.cisco.com/t5/network-security/how-to-check-a-ifindex-of-the-interface-in-router/m-p/756153#M1027778</link>
      <description>&lt;P&gt;is there a similar command on IOS XR?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2014 07:48:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-check-a-ifindex-of-the-interface-in-router/m-p/756153#M1027778</guid>
      <dc:creator>adrianioanvalean</dc:creator>
      <dc:date>2014-09-25T07:48:34Z</dc:date>
    </item>
    <item>
      <title>In IOS XR, show snmp</title>
      <link>https://community.cisco.com/t5/network-security/how-to-check-a-ifindex-of-the-interface-in-router/m-p/756154#M1027779</link>
      <description>&lt;P&gt;In IOS XR, show snmp interface&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ifName : TenGigE0/3/0/0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ifIndex : 1581&lt;BR /&gt;ifName : TenGigE0/3/0/1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ifIndex : 1582&lt;BR /&gt;ifName : TenGigE0/3/0/2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ifIndex : 1583&lt;BR /&gt;ifName : TenGigE0/3/0/3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ifIndex : 1584&lt;BR /&gt;ifName : TenGigE0/3/1/0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ifIndex : 1579&lt;BR /&gt;ifName : TenGigE0/3/1/1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ifIndex : 1580&lt;BR /&gt;ifName : Bundle-Ether100&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ifIndex : 11105&lt;BR /&gt;ifName : Bundle-Ether101&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ifIndex : 11106&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;...&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2015 13:30:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-check-a-ifindex-of-the-interface-in-router/m-p/756154#M1027779</guid>
      <dc:creator>Don Muthukumarana</dc:creator>
      <dc:date>2015-01-08T13:30:45Z</dc:date>
    </item>
    <item>
      <title>perfect worked like a charm</title>
      <link>https://community.cisco.com/t5/network-security/how-to-check-a-ifindex-of-the-interface-in-router/m-p/756155#M1027780</link>
      <description>&lt;P&gt;perfect worked like a charm&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2016 20:59:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-check-a-ifindex-of-the-interface-in-router/m-p/756155#M1027780</guid>
      <dc:creator>karthikeyan gopinathan</dc:creator>
      <dc:date>2016-09-28T20:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to check a ifindex of the interface in router</title>
      <link>https://community.cisco.com/t5/network-security/how-to-check-a-ifindex-of-the-interface-in-router/m-p/3756279#M1027781</link>
      <description>This worked, thanks!</description>
      <pubDate>Sat, 01 Dec 2018 13:38:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-check-a-ifindex-of-the-interface-in-router/m-p/3756279#M1027781</guid>
      <dc:creator>Alex Pfeil</dc:creator>
      <dc:date>2018-12-01T13:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Try show interface snmp</title>
      <link>https://community.cisco.com/t5/network-security/how-to-check-a-ifindex-of-the-interface-in-router/m-p/3893202#M1027782</link>
      <description>&lt;P&gt;Please let me know the cmd to check the ifIndex for SG500X-24P-K9. Switch&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2019 02:51:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-check-a-ifindex-of-the-interface-in-router/m-p/3893202#M1027782</guid>
      <dc:creator>balzee_85</dc:creator>
      <dc:date>2019-07-19T02:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to check a ifindex of the interface in router</title>
      <link>https://community.cisco.com/t5/network-security/how-to-check-a-ifindex-of-the-interface-in-router/m-p/3893207#M1027783</link>
      <description>&lt;P&gt;how to check ifindex of the interface in&amp;nbsp;SG500X-24P series Switch&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2019 03:09:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-check-a-ifindex-of-the-interface-in-router/m-p/3893207#M1027783</guid>
      <dc:creator>balzee_85</dc:creator>
      <dc:date>2019-07-19T03:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Try show interface snmp</title>
      <link>https://community.cisco.com/t5/network-security/how-to-check-a-ifindex-of-the-interface-in-router/m-p/3921758#M1027784</link>
      <description>&lt;P&gt;Thanks that worked&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 13:16:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-check-a-ifindex-of-the-interface-in-router/m-p/3921758#M1027784</guid>
      <dc:creator>Amardeep</dc:creator>
      <dc:date>2019-09-10T13:16:30Z</dc:date>
    </item>
  </channel>
</rss>

