<?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 General Port Administration tasks on Enterasys Products in FAQs</title>
    <link>https://community.extremenetworks.com/t5/faqs/general-port-administration-tasks-on-enterasys-products/m-p/46327#M387</link>
    <description>Article ID: 5298 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Related to&lt;/B&gt;&lt;BR /&gt;
MIBs&lt;BR /&gt;
MAU-MIB &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
Enable user ports&lt;BR /&gt;
Disable user ports&lt;BR /&gt;
Disable backplane ports&lt;BR /&gt;
Change port speed&lt;BR /&gt;
Change port duplex mode&lt;BR /&gt;
Hard-set port speed and duplex&lt;BR /&gt;
Auto-negotiate speed and duplex &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;Disabling a port&lt;/U&gt; &lt;BR /&gt;
&lt;BR /&gt;
Switch ports are typically enabled by default, and cannot be readily disabled. &lt;BR /&gt;
&lt;BR /&gt;
The first option is disabling the Port or Spanning Tree status in either local/Telnet management or higher-level GUI tool (such as the NetSight products). Such a step generally manipulates only the dot1dStpPortEnable MIB, which, when disabled, disables Spanning Tree on that port while also preventing trafic from being transmitted - &lt;I&gt;but not preventing it from being received&lt;/I&gt;. &lt;BR /&gt;
&lt;B&gt;Note:&lt;/B&gt; NetSight &lt;I&gt;Atlas&lt;/I&gt; (vs &lt;I&gt;Element Manager&lt;/I&gt;) products toggle ifAdminStatus as expected, when the Port status is disabled/enabled in the GUI - making the remainder of this document unnecessary for Atlas users. &lt;BR /&gt;
&lt;BR /&gt;
The simplest way to effectively stop all switched traffic on a port without resorting to MIB manipulation, is to administer all of the following 802.1Q VLAN configuration changes on the port:&lt;OL&gt; 
&lt;LI&gt;ensure that it is not an "802.1Q-Trunk" mode port (disabled by default, applicable to only SmartSwitch 2000/6000 and Vertical Horizon); 
&lt;/LI&gt;&lt;LI&gt;enable Ingress Filtering (aka "Filter using VLAN List", generally disabled by default); 
&lt;/LI&gt;&lt;LI&gt;disable GVRP (generally enabled by default); 
&lt;/LI&gt;&lt;LI&gt;disable Dynamic VLAN Egress (generally disabled by default); 
&lt;/LI&gt;&lt;LI&gt;remove all static VLAN egresses (generally VLAN 1 by default).&lt;/LI&gt;&lt;/OL&gt;&lt;B&gt;Caution:&lt;/B&gt; Since 802.1D/W Spanning Tree operation is unaffected by VLAN manipulations, this will still appear to be a viable path to STP. If a true network path is inappropriately STP-blocking in favor of this one, disable STP on this port as well - Combine the first two suggestions. &lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;Miscellaneous Port MIB manipulations&lt;/U&gt; &lt;BR /&gt;
&lt;BR /&gt;
Moving on to MIB possibilities, a port may be fully disabled by setting its ifAdminStatus MIB to a value of "2". &lt;BR /&gt;
&lt;BR /&gt;
Most of our older products (SmartSwitch 9000, SmartSwitch 2000, SmartSwitch 6000/Matrix E7) use MIBs&lt;UL&gt; 
&lt;LI&gt;&lt;B&gt;ifAdminStatus&lt;/B&gt;, to administratively enable/disable a port; 
&lt;/LI&gt;&lt;LI&gt;&lt;B&gt;dot1dStpPortEnable&lt;/B&gt;, to STP/traffic enable/disable a port; 
&lt;/LI&gt;&lt;LI&gt;&lt;B&gt;ctAutoNegAdminStatus&lt;/B&gt;, to enable/disable auto-neg; 
&lt;/LI&gt;&lt;LI&gt;&lt;B&gt;ctAutoNegAdvertisedTechnologyAbility&lt;/B&gt;, to control auto-neg advertisements; 
&lt;/LI&gt;&lt;LI&gt;&lt;B&gt;ctEtherSpeedAdminStatus&lt;/B&gt;, to set a port's default speed; 
&lt;/LI&gt;&lt;LI&gt;&lt;B&gt;ctEtherDuplexAdminStatus&lt;/B&gt;, to set a port's default duplex.&lt;/LI&gt;&lt;/UL&gt;Our newer products (Vertical Horizon, Matrix DFE/E1/V2/C1/C2) use MIBs&lt;UL&gt; 
&lt;LI&gt;&lt;B&gt;ifAdminStatus&lt;/B&gt;, to administratively enable/disable a port; 
&lt;/LI&gt;&lt;LI&gt;&lt;B&gt;dot1dStpPortEnable&lt;/B&gt;, to STP/traffic enable/disable a port; 
&lt;/LI&gt;&lt;LI&gt;&lt;B&gt;ifMauAutoNegAdminStatus&lt;/B&gt;, to enable/disable auto-neg; 
&lt;/LI&gt;&lt;LI&gt;&lt;B&gt;ifMauAutoNegCapAdvertisedBits&lt;/B&gt;, to control auto-neg advertisements; 
&lt;/LI&gt;&lt;LI&gt;&lt;B&gt;ifMauDefaultType&lt;/B&gt;, to set a port's default speed/duplex.&lt;/LI&gt;&lt;/UL&gt;Further detail, for the MIBs discussed: &lt;BR /&gt;
&lt;BR /&gt;
                        ifAdminStatus=1.3.6.1.2.1.2.2.1.7&lt;BR /&gt;
                             (1=enable, 2=disable)&lt;BR /&gt;
 &lt;BR /&gt;
                   dot1dStpPortEnable=1.3.6.1.2.1.17.2.15.1.4&lt;BR /&gt;
                             (1=enable, 2=disable)&lt;BR /&gt;
 &lt;BR /&gt;
                     ifMauDefaultType=1.3.6.1.2.1.26.2.1.1.11&lt;BR /&gt;
                        (=one of dot3MauType entry OIDs)&lt;BR /&gt;
 &lt;BR /&gt;
                          dot3MauType=1.3.6.1.2.1.26.4&lt;BR /&gt;
                       dot3MauTypeAUI=1.3.6.1.2.1.26.4.1&lt;BR /&gt;
                                   . . .&lt;BR /&gt;
               dot3MauType1000BaseTFD=1.3.6.1.2.1.26.4.30&lt;BR /&gt;
 &lt;BR /&gt;
              ifMauAutoNegAdminStatus=1.3.6.1.2.1.26.5.1.1.1&lt;BR /&gt;
                           (1=enable, 2=disable)&lt;BR /&gt;
 &lt;BR /&gt;
        ifMauAutoNegCapAdvertisedBits=1.3.6.1.2.1.26.5.1.1.10.11013.1&lt;BR /&gt;
                     (value based on bit manipulation)&lt;BR /&gt;
 &lt;BR /&gt;
                 ctAutoNegAdminStatus=1.3.6.1.4.1.52.4.1.2.4.2.1.1.1.1&lt;BR /&gt;
                           (1=enable, 2=disable)&lt;BR /&gt;
 &lt;BR /&gt;
 ctAutoNegAdvertisedTechnologyAbility=1.3.6.1.4.1.52.4.1.2.4.2.1.1.1.5&lt;BR /&gt;
                     (value based on bit manipulation)&lt;BR /&gt;
 &lt;BR /&gt;
              ctEtherSpeedAdminStatus=1.3.6.1.4.1.52.4.1.2.4.2.3.1.1.2&lt;BR /&gt;
                      (ex: 2=10Mb, 3=100Mb, 4=1000Mb)&lt;BR /&gt;
             ctEtherDuplexAdminStatus=1.3.6.1.4.1.52.4.1.2.4.2.3.1.1.5&lt;BR /&gt;
                        (2=HalfDuplex, 3=FullDuplex)&lt;BR /&gt;
For any device, the MIB &lt;B&gt;ifDescr&lt;/B&gt;=1.3.6.1.2.1.2.2.1.2 can be used to help ensure that the port being modified is the proper port instance. &lt;BR /&gt;
&lt;BR /&gt;
See also: &lt;A href="http://bit.ly/1c9dOP2" target="_blank" rel="nofollow noreferrer noopener"&gt;5277&lt;/A&gt; and &lt;A href="http://bit.ly/1gj6Is6" target="_blank" rel="nofollow noreferrer noopener"&gt;14477&lt;/A&gt;.&lt;BR /&gt;</description>
    <pubDate>Thu, 28 Nov 2013 03:48:00 GMT</pubDate>
    <dc:creator>FAQ_User</dc:creator>
    <dc:date>2013-11-28T03:48:00Z</dc:date>
    <item>
      <title>General Port Administration tasks on Enterasys Products</title>
      <link>https://community.extremenetworks.com/t5/faqs/general-port-administration-tasks-on-enterasys-products/m-p/46327#M387</link>
      <description>Article ID: 5298 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Related to&lt;/B&gt;&lt;BR /&gt;
MIBs&lt;BR /&gt;
MAU-MIB &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
Enable user ports&lt;BR /&gt;
Disable user ports&lt;BR /&gt;
Disable backplane ports&lt;BR /&gt;
Change port speed&lt;BR /&gt;
Change port duplex mode&lt;BR /&gt;
Hard-set port speed and duplex&lt;BR /&gt;
Auto-negotiate speed and duplex &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;Disabling a port&lt;/U&gt; &lt;BR /&gt;
&lt;BR /&gt;
Switch ports are typically enabled by default, and cannot be readily disabled. &lt;BR /&gt;
&lt;BR /&gt;
The first option is disabling the Port or Spanning Tree status in either local/Telnet management or higher-level GUI tool (such as the NetSight products). Such a step generally manipulates only the dot1dStpPortEnable MIB, which, when disabled, disables Spanning Tree on that port while also preventing trafic from being transmitted - &lt;I&gt;but not preventing it from being received&lt;/I&gt;. &lt;BR /&gt;
&lt;B&gt;Note:&lt;/B&gt; NetSight &lt;I&gt;Atlas&lt;/I&gt; (vs &lt;I&gt;Element Manager&lt;/I&gt;) products toggle ifAdminStatus as expected, when the Port status is disabled/enabled in the GUI - making the remainder of this document unnecessary for Atlas users. &lt;BR /&gt;
&lt;BR /&gt;
The simplest way to effectively stop all switched traffic on a port without resorting to MIB manipulation, is to administer all of the following 802.1Q VLAN configuration changes on the port:&lt;OL&gt; 
&lt;LI&gt;ensure that it is not an "802.1Q-Trunk" mode port (disabled by default, applicable to only SmartSwitch 2000/6000 and Vertical Horizon); 
&lt;/LI&gt;&lt;LI&gt;enable Ingress Filtering (aka "Filter using VLAN List", generally disabled by default); 
&lt;/LI&gt;&lt;LI&gt;disable GVRP (generally enabled by default); 
&lt;/LI&gt;&lt;LI&gt;disable Dynamic VLAN Egress (generally disabled by default); 
&lt;/LI&gt;&lt;LI&gt;remove all static VLAN egresses (generally VLAN 1 by default).&lt;/LI&gt;&lt;/OL&gt;&lt;B&gt;Caution:&lt;/B&gt; Since 802.1D/W Spanning Tree operation is unaffected by VLAN manipulations, this will still appear to be a viable path to STP. If a true network path is inappropriately STP-blocking in favor of this one, disable STP on this port as well - Combine the first two suggestions. &lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;Miscellaneous Port MIB manipulations&lt;/U&gt; &lt;BR /&gt;
&lt;BR /&gt;
Moving on to MIB possibilities, a port may be fully disabled by setting its ifAdminStatus MIB to a value of "2". &lt;BR /&gt;
&lt;BR /&gt;
Most of our older products (SmartSwitch 9000, SmartSwitch 2000, SmartSwitch 6000/Matrix E7) use MIBs&lt;UL&gt; 
&lt;LI&gt;&lt;B&gt;ifAdminStatus&lt;/B&gt;, to administratively enable/disable a port; 
&lt;/LI&gt;&lt;LI&gt;&lt;B&gt;dot1dStpPortEnable&lt;/B&gt;, to STP/traffic enable/disable a port; 
&lt;/LI&gt;&lt;LI&gt;&lt;B&gt;ctAutoNegAdminStatus&lt;/B&gt;, to enable/disable auto-neg; 
&lt;/LI&gt;&lt;LI&gt;&lt;B&gt;ctAutoNegAdvertisedTechnologyAbility&lt;/B&gt;, to control auto-neg advertisements; 
&lt;/LI&gt;&lt;LI&gt;&lt;B&gt;ctEtherSpeedAdminStatus&lt;/B&gt;, to set a port's default speed; 
&lt;/LI&gt;&lt;LI&gt;&lt;B&gt;ctEtherDuplexAdminStatus&lt;/B&gt;, to set a port's default duplex.&lt;/LI&gt;&lt;/UL&gt;Our newer products (Vertical Horizon, Matrix DFE/E1/V2/C1/C2) use MIBs&lt;UL&gt; 
&lt;LI&gt;&lt;B&gt;ifAdminStatus&lt;/B&gt;, to administratively enable/disable a port; 
&lt;/LI&gt;&lt;LI&gt;&lt;B&gt;dot1dStpPortEnable&lt;/B&gt;, to STP/traffic enable/disable a port; 
&lt;/LI&gt;&lt;LI&gt;&lt;B&gt;ifMauAutoNegAdminStatus&lt;/B&gt;, to enable/disable auto-neg; 
&lt;/LI&gt;&lt;LI&gt;&lt;B&gt;ifMauAutoNegCapAdvertisedBits&lt;/B&gt;, to control auto-neg advertisements; 
&lt;/LI&gt;&lt;LI&gt;&lt;B&gt;ifMauDefaultType&lt;/B&gt;, to set a port's default speed/duplex.&lt;/LI&gt;&lt;/UL&gt;Further detail, for the MIBs discussed: &lt;BR /&gt;
&lt;BR /&gt;
                        ifAdminStatus=1.3.6.1.2.1.2.2.1.7&lt;BR /&gt;
                             (1=enable, 2=disable)&lt;BR /&gt;
 &lt;BR /&gt;
                   dot1dStpPortEnable=1.3.6.1.2.1.17.2.15.1.4&lt;BR /&gt;
                             (1=enable, 2=disable)&lt;BR /&gt;
 &lt;BR /&gt;
                     ifMauDefaultType=1.3.6.1.2.1.26.2.1.1.11&lt;BR /&gt;
                        (=one of dot3MauType entry OIDs)&lt;BR /&gt;
 &lt;BR /&gt;
                          dot3MauType=1.3.6.1.2.1.26.4&lt;BR /&gt;
                       dot3MauTypeAUI=1.3.6.1.2.1.26.4.1&lt;BR /&gt;
                                   . . .&lt;BR /&gt;
               dot3MauType1000BaseTFD=1.3.6.1.2.1.26.4.30&lt;BR /&gt;
 &lt;BR /&gt;
              ifMauAutoNegAdminStatus=1.3.6.1.2.1.26.5.1.1.1&lt;BR /&gt;
                           (1=enable, 2=disable)&lt;BR /&gt;
 &lt;BR /&gt;
        ifMauAutoNegCapAdvertisedBits=1.3.6.1.2.1.26.5.1.1.10.11013.1&lt;BR /&gt;
                     (value based on bit manipulation)&lt;BR /&gt;
 &lt;BR /&gt;
                 ctAutoNegAdminStatus=1.3.6.1.4.1.52.4.1.2.4.2.1.1.1.1&lt;BR /&gt;
                           (1=enable, 2=disable)&lt;BR /&gt;
 &lt;BR /&gt;
 ctAutoNegAdvertisedTechnologyAbility=1.3.6.1.4.1.52.4.1.2.4.2.1.1.1.5&lt;BR /&gt;
                     (value based on bit manipulation)&lt;BR /&gt;
 &lt;BR /&gt;
              ctEtherSpeedAdminStatus=1.3.6.1.4.1.52.4.1.2.4.2.3.1.1.2&lt;BR /&gt;
                      (ex: 2=10Mb, 3=100Mb, 4=1000Mb)&lt;BR /&gt;
             ctEtherDuplexAdminStatus=1.3.6.1.4.1.52.4.1.2.4.2.3.1.1.5&lt;BR /&gt;
                        (2=HalfDuplex, 3=FullDuplex)&lt;BR /&gt;
For any device, the MIB &lt;B&gt;ifDescr&lt;/B&gt;=1.3.6.1.2.1.2.2.1.2 can be used to help ensure that the port being modified is the proper port instance. &lt;BR /&gt;
&lt;BR /&gt;
See also: &lt;A href="http://bit.ly/1c9dOP2" target="_blank" rel="nofollow noreferrer noopener"&gt;5277&lt;/A&gt; and &lt;A href="http://bit.ly/1gj6Is6" target="_blank" rel="nofollow noreferrer noopener"&gt;14477&lt;/A&gt;.&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Nov 2013 03:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/faqs/general-port-administration-tasks-on-enterasys-products/m-p/46327#M387</guid>
      <dc:creator>FAQ_User</dc:creator>
      <dc:date>2013-11-28T03:48:00Z</dc:date>
    </item>
  </channel>
</rss>

