<?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 About the Mib2 ifIndex numbering scheme used by the DFE in FAQs</title>
    <link>https://community.extremenetworks.com/t5/faqs/about-the-mib2-ifindex-numbering-scheme-used-by-the-dfe/m-p/44668#M265</link>
    <description>Article ID: 5456 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
DFE &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
Determine logical port number from MIB-2 ifIndex value&lt;BR /&gt;
Interface Numbering Scheme Explained &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Cause&lt;/B&gt;&lt;BR /&gt;
The ifIndex values show up as Instance information for all of the branches under the MIB 'ifEntry=1.3.6.1.2.1.2.2.1'. Knowing the formulation of the ifIndex field can be useful in determining the (typically) cli-referencing logical port number that corresponds to the entry in question. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
You can find the MIB ifIndex at ifIndex=1.3.6.1.2.1.2.2.1.1, defined as &lt;BR /&gt;
  ifIndex  OBJECT-TYPE&lt;BR /&gt;
           SYNTAX  INTEGER&lt;BR /&gt;
           ACCESS  read-only&lt;BR /&gt;
           STATUS  mandatory&lt;BR /&gt;
           DESCRIPTION&lt;BR /&gt;
    "A unique value, greater than zero, for each &lt;BR /&gt;
                 interface.  It is recommended that values are assigned &lt;BR /&gt;
                 contiguously starting from 1.  The value for each &lt;BR /&gt;
                 interface sub-layer must remain constant at least from &lt;BR /&gt;
                 one re-initialization of the entity's network &lt;BR /&gt;
                 management system to the next re-initialization."&lt;BR /&gt;
           :: =  { ifEntry 1 }&lt;BR /&gt;
           --1.3.6.1.2.1.2.2.1.1&lt;BR /&gt;
The ifIndex numbering scheme for the DFE is as follows: &lt;BR /&gt;
&lt;BR /&gt;
If one digit long... &lt;BR /&gt;
  x&lt;BR /&gt;
  |_ (1=host, 2=loopback)&lt;BR /&gt;
If five digits long... &lt;BR /&gt;
  x x x x x&lt;BR /&gt;
  | | |_|_|_ 3-digit physical Port number &lt;BR /&gt;
  | |_______ 1-digit Media type (1=fe, 2=ge, 5001=com, 5100=FTM1, 5501=rtr)&lt;BR /&gt;
  |_________ 1-digit Slot number&lt;BR /&gt;
If seven digits long... &lt;BR /&gt;
  1 0 0 5 x x x&lt;BR /&gt;
  | | | | |_|_|_ 3-digit LAG Port number (format 'lag.x.xx')&lt;BR /&gt;
  |_|_|_|_______ 4-digit LAG port indicator 0x1005&lt;BR /&gt;
Examples:&lt;UL&gt;12001 = gigabit port#1 on slot 1 = ge.1.1 
1005001 = lag.0.1 (valid range lag.0.1-lag.0.48)&lt;/UL&gt;Much of this is reflected in the port descriptions as listed in 'ifDescr=1.3.6.1.2.1.2.2.1.2'. It also ties into the "MIB2 Interface" and "Port" numbering descriptions of a 'show port counters' query: &lt;BR /&gt;
  DFE(su)-&amp;gt;show port counters&lt;BR /&gt;
 &lt;BR /&gt;
  Port: host.0.1   MIB2 Interface: 1   Bridge Port: 1&lt;BR /&gt;
  Counter Discontinuity: 6 days 15 hours 26 minutes 38 seconds ago&lt;BR /&gt;
  --------------------------------------------------------------------&lt;BR /&gt;
 &lt;BR /&gt;
  MIB2 Interface Counters&lt;BR /&gt;
  -----------------------&lt;BR /&gt;
  In Octets                        5775059&lt;BR /&gt;
  In Unicast Pkts                    40205&lt;BR /&gt;
  In Multicast Pkts                      0&lt;BR /&gt;
  In Broadcast Pkts                   1612&lt;BR /&gt;
  In Discards                            0&lt;BR /&gt;
  In Errors                              0&lt;BR /&gt;
  In Unknown Protocol                    0&lt;BR /&gt;
  Out Octets                       9509286&lt;BR /&gt;
  Out Unicasts Pkts                  41319&lt;BR /&gt;
  Out Multicast Pkts                    94&lt;BR /&gt;
  Out Broadcast Pkts                     0&lt;BR /&gt;
  Out Errors                             0&lt;BR /&gt;
  Out Queue Length                       0&lt;BR /&gt;
 &lt;BR /&gt;
  802.1Q Switch Counters&lt;BR /&gt;
  ----------------------&lt;BR /&gt;
  Frames Received                    41817&lt;BR /&gt;
  Frames Transmitted                 41413&lt;BR /&gt;
  Frames Filtered                       18&lt;BR /&gt;
 &lt;BR /&gt;
  Port: lo.0.1   MIB2 Interface: 2&lt;BR /&gt;
  Counter Discontinuity: 6 days 15 hours 26 minutes 38 seconds ago&lt;BR /&gt;
  --------------------------------------------------------------------&lt;BR /&gt;
 &lt;BR /&gt;
  MIB2 Interface Counters&lt;BR /&gt;
  -----------------------&lt;BR /&gt;
  In Octets                      118012470&lt;BR /&gt;
  In Unicast Pkts                   617438&lt;BR /&gt;
  In Multicast Pkts                      0&lt;BR /&gt;
  In Broadcast Pkts                      0&lt;BR /&gt;
  In Discards                            0&lt;BR /&gt;
  In Errors                              0&lt;BR /&gt;
  In Unknown Protocol                    0&lt;BR /&gt;
  Out Octets                     118015358&lt;BR /&gt;
  Out Unicasts Pkts                 617454&lt;BR /&gt;
  Out Multicast Pkts                     0&lt;BR /&gt;
  Out Broadcast Pkts                     0&lt;BR /&gt;
  Out Errors                             0&lt;BR /&gt;
  Out Queue Length                       0&lt;BR /&gt;
 &lt;BR /&gt;
  Port: fe.1.1   MIB2 Interface: 11001   Bridge Port: 64&lt;BR /&gt;
  No counter discontinuity time&lt;BR /&gt;
  --------------------------------------------------------------------&lt;BR /&gt;
 &lt;BR /&gt;
  MIB2 Interface Counters&lt;BR /&gt;
  -----------------------&lt;BR /&gt;
  In Octets                              0&lt;BR /&gt;
  In Unicast Pkts                        0&lt;BR /&gt;
  In Multicast Pkts                      0&lt;BR /&gt;
  In Broadcast Pkts                      0&lt;BR /&gt;
  In Discards                            0&lt;BR /&gt;
  In Errors                              0&lt;BR /&gt;
  In Unknown Protocol                    0&lt;BR /&gt;
  Out Octets                             0&lt;BR /&gt;
  Out Unicasts Pkts                      0&lt;BR /&gt;
  Out Multicast Pkts                     0&lt;BR /&gt;
  Out Broadcast Pkts                     0&lt;BR /&gt;
  Out Errors                             0&lt;BR /&gt;
  Out Queue Length                     256&lt;BR /&gt;
 &lt;BR /&gt;
  802.1Q Switch Counters&lt;BR /&gt;
  ----------------------&lt;BR /&gt;
  Frames Received                        0&lt;BR /&gt;
  Frames Transmitted                     0&lt;BR /&gt;
  Frames Filtered                        0&lt;BR /&gt;
 &lt;BR /&gt;
   . . .&lt;BR /&gt;
 &lt;BR /&gt;
  DFE(su)-&amp;gt;&lt;BR /&gt;
For an explanation of the "Bridge Port" numbering description (generally only used for Traps) of a 'show port counters' query, see &lt;A href="http://bit.ly/1hYTDrm" target="_blank" rel="nofollow noreferrer noopener"&gt;5567&lt;/A&gt;. &lt;BR /&gt;
&lt;BR /&gt;
See also: &lt;A href="http://bit.ly/1iOgowS" target="_blank" rel="nofollow noreferrer noopener"&gt;5441&lt;/A&gt;.</description>
    <pubDate>Tue, 17 Dec 2013 21:04:00 GMT</pubDate>
    <dc:creator>FAQ_User</dc:creator>
    <dc:date>2013-12-17T21:04:00Z</dc:date>
    <item>
      <title>About the Mib2 ifIndex numbering scheme used by the DFE</title>
      <link>https://community.extremenetworks.com/t5/faqs/about-the-mib2-ifindex-numbering-scheme-used-by-the-dfe/m-p/44668#M265</link>
      <description>Article ID: 5456 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
DFE &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
Determine logical port number from MIB-2 ifIndex value&lt;BR /&gt;
Interface Numbering Scheme Explained &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Cause&lt;/B&gt;&lt;BR /&gt;
The ifIndex values show up as Instance information for all of the branches under the MIB 'ifEntry=1.3.6.1.2.1.2.2.1'. Knowing the formulation of the ifIndex field can be useful in determining the (typically) cli-referencing logical port number that corresponds to the entry in question. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
You can find the MIB ifIndex at ifIndex=1.3.6.1.2.1.2.2.1.1, defined as &lt;BR /&gt;
  ifIndex  OBJECT-TYPE&lt;BR /&gt;
           SYNTAX  INTEGER&lt;BR /&gt;
           ACCESS  read-only&lt;BR /&gt;
           STATUS  mandatory&lt;BR /&gt;
           DESCRIPTION&lt;BR /&gt;
    "A unique value, greater than zero, for each &lt;BR /&gt;
                 interface.  It is recommended that values are assigned &lt;BR /&gt;
                 contiguously starting from 1.  The value for each &lt;BR /&gt;
                 interface sub-layer must remain constant at least from &lt;BR /&gt;
                 one re-initialization of the entity's network &lt;BR /&gt;
                 management system to the next re-initialization."&lt;BR /&gt;
           :: =  { ifEntry 1 }&lt;BR /&gt;
           --1.3.6.1.2.1.2.2.1.1&lt;BR /&gt;
The ifIndex numbering scheme for the DFE is as follows: &lt;BR /&gt;
&lt;BR /&gt;
If one digit long... &lt;BR /&gt;
  x&lt;BR /&gt;
  |_ (1=host, 2=loopback)&lt;BR /&gt;
If five digits long... &lt;BR /&gt;
  x x x x x&lt;BR /&gt;
  | | |_|_|_ 3-digit physical Port number &lt;BR /&gt;
  | |_______ 1-digit Media type (1=fe, 2=ge, 5001=com, 5100=FTM1, 5501=rtr)&lt;BR /&gt;
  |_________ 1-digit Slot number&lt;BR /&gt;
If seven digits long... &lt;BR /&gt;
  1 0 0 5 x x x&lt;BR /&gt;
  | | | | |_|_|_ 3-digit LAG Port number (format 'lag.x.xx')&lt;BR /&gt;
  |_|_|_|_______ 4-digit LAG port indicator 0x1005&lt;BR /&gt;
Examples:&lt;UL&gt;12001 = gigabit port#1 on slot 1 = ge.1.1 
1005001 = lag.0.1 (valid range lag.0.1-lag.0.48)&lt;/UL&gt;Much of this is reflected in the port descriptions as listed in 'ifDescr=1.3.6.1.2.1.2.2.1.2'. It also ties into the "MIB2 Interface" and "Port" numbering descriptions of a 'show port counters' query: &lt;BR /&gt;
  DFE(su)-&amp;gt;show port counters&lt;BR /&gt;
 &lt;BR /&gt;
  Port: host.0.1   MIB2 Interface: 1   Bridge Port: 1&lt;BR /&gt;
  Counter Discontinuity: 6 days 15 hours 26 minutes 38 seconds ago&lt;BR /&gt;
  --------------------------------------------------------------------&lt;BR /&gt;
 &lt;BR /&gt;
  MIB2 Interface Counters&lt;BR /&gt;
  -----------------------&lt;BR /&gt;
  In Octets                        5775059&lt;BR /&gt;
  In Unicast Pkts                    40205&lt;BR /&gt;
  In Multicast Pkts                      0&lt;BR /&gt;
  In Broadcast Pkts                   1612&lt;BR /&gt;
  In Discards                            0&lt;BR /&gt;
  In Errors                              0&lt;BR /&gt;
  In Unknown Protocol                    0&lt;BR /&gt;
  Out Octets                       9509286&lt;BR /&gt;
  Out Unicasts Pkts                  41319&lt;BR /&gt;
  Out Multicast Pkts                    94&lt;BR /&gt;
  Out Broadcast Pkts                     0&lt;BR /&gt;
  Out Errors                             0&lt;BR /&gt;
  Out Queue Length                       0&lt;BR /&gt;
 &lt;BR /&gt;
  802.1Q Switch Counters&lt;BR /&gt;
  ----------------------&lt;BR /&gt;
  Frames Received                    41817&lt;BR /&gt;
  Frames Transmitted                 41413&lt;BR /&gt;
  Frames Filtered                       18&lt;BR /&gt;
 &lt;BR /&gt;
  Port: lo.0.1   MIB2 Interface: 2&lt;BR /&gt;
  Counter Discontinuity: 6 days 15 hours 26 minutes 38 seconds ago&lt;BR /&gt;
  --------------------------------------------------------------------&lt;BR /&gt;
 &lt;BR /&gt;
  MIB2 Interface Counters&lt;BR /&gt;
  -----------------------&lt;BR /&gt;
  In Octets                      118012470&lt;BR /&gt;
  In Unicast Pkts                   617438&lt;BR /&gt;
  In Multicast Pkts                      0&lt;BR /&gt;
  In Broadcast Pkts                      0&lt;BR /&gt;
  In Discards                            0&lt;BR /&gt;
  In Errors                              0&lt;BR /&gt;
  In Unknown Protocol                    0&lt;BR /&gt;
  Out Octets                     118015358&lt;BR /&gt;
  Out Unicasts Pkts                 617454&lt;BR /&gt;
  Out Multicast Pkts                     0&lt;BR /&gt;
  Out Broadcast Pkts                     0&lt;BR /&gt;
  Out Errors                             0&lt;BR /&gt;
  Out Queue Length                       0&lt;BR /&gt;
 &lt;BR /&gt;
  Port: fe.1.1   MIB2 Interface: 11001   Bridge Port: 64&lt;BR /&gt;
  No counter discontinuity time&lt;BR /&gt;
  --------------------------------------------------------------------&lt;BR /&gt;
 &lt;BR /&gt;
  MIB2 Interface Counters&lt;BR /&gt;
  -----------------------&lt;BR /&gt;
  In Octets                              0&lt;BR /&gt;
  In Unicast Pkts                        0&lt;BR /&gt;
  In Multicast Pkts                      0&lt;BR /&gt;
  In Broadcast Pkts                      0&lt;BR /&gt;
  In Discards                            0&lt;BR /&gt;
  In Errors                              0&lt;BR /&gt;
  In Unknown Protocol                    0&lt;BR /&gt;
  Out Octets                             0&lt;BR /&gt;
  Out Unicasts Pkts                      0&lt;BR /&gt;
  Out Multicast Pkts                     0&lt;BR /&gt;
  Out Broadcast Pkts                     0&lt;BR /&gt;
  Out Errors                             0&lt;BR /&gt;
  Out Queue Length                     256&lt;BR /&gt;
 &lt;BR /&gt;
  802.1Q Switch Counters&lt;BR /&gt;
  ----------------------&lt;BR /&gt;
  Frames Received                        0&lt;BR /&gt;
  Frames Transmitted                     0&lt;BR /&gt;
  Frames Filtered                        0&lt;BR /&gt;
 &lt;BR /&gt;
   . . .&lt;BR /&gt;
 &lt;BR /&gt;
  DFE(su)-&amp;gt;&lt;BR /&gt;
For an explanation of the "Bridge Port" numbering description (generally only used for Traps) of a 'show port counters' query, see &lt;A href="http://bit.ly/1hYTDrm" target="_blank" rel="nofollow noreferrer noopener"&gt;5567&lt;/A&gt;. &lt;BR /&gt;
&lt;BR /&gt;
See also: &lt;A href="http://bit.ly/1iOgowS" target="_blank" rel="nofollow noreferrer noopener"&gt;5441&lt;/A&gt;.</description>
      <pubDate>Tue, 17 Dec 2013 21:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/faqs/about-the-mib2-ifindex-numbering-scheme-used-by-the-dfe/m-p/44668#M265</guid>
      <dc:creator>FAQ_User</dc:creator>
      <dc:date>2013-12-17T21:04:00Z</dc:date>
    </item>
  </channel>
</rss>

