<?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: Limit Port via CLI in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/limit-port-via-cli/m-p/7108875#M34404</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/2025469"&gt;@Benjamin89&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;configure
interface 45 speed-duplex auto-10

OR

configure
interface 45
 speed-duplex auto-10
exit&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Nov 2020 09:18:17 GMT</pubDate>
    <dc:creator>Ivan_B</dc:creator>
    <dc:date>2020-11-12T09:18:17Z</dc:date>
    <item>
      <title>Limit Port via CLI</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/limit-port-via-cli/m-p/7108872#M34403</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I have an Aruba 2530 switch and want to limit port 45 to 10 MBit via the "CLI".&lt;BR /&gt;The command "int 45 speed-duplex auto-10-10" causes the error message "Invalid input: int".&lt;BR /&gt;Can someone give me the correct syntax?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 09:08:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/limit-port-via-cli/m-p/7108872#M34403</guid>
      <dc:creator>Benjamin89</dc:creator>
      <dc:date>2020-11-12T09:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Port via CLI</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/limit-port-via-cli/m-p/7108875#M34404</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/2025469"&gt;@Benjamin89&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;configure
interface 45 speed-duplex auto-10

OR

configure
interface 45
 speed-duplex auto-10
exit&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 09:18:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/limit-port-via-cli/m-p/7108875#M34404</guid>
      <dc:creator>Ivan_B</dc:creator>
      <dc:date>2020-11-12T09:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Port via CLI</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/limit-port-via-cli/m-p/7108878#M34405</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;You are probably not in the global configuration context. You need to enter configure terminal or shortened config before you can change any config settings.&lt;/P&gt;&lt;P&gt;Here is what happens when I enter directly int 34 speed-duplex&lt;/P&gt;&lt;P&gt;HP-2530-48#&lt;BR /&gt;HP-2530-48# int 45 speed-duplex&lt;/P&gt;&lt;P&gt;Invalid input: int&lt;/P&gt;&lt;P&gt;Here I first enter conf, the promt changes and after that I can enter interface 45 speed-duplex. You can see all the options for your reference&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;HP-2530-48# conf&lt;BR /&gt;HP-2530-48(config)# int 45 speed-duplex ?&lt;BR /&gt;10-half 10 Mbps only, half duplex.&lt;BR /&gt;100-half 100 Mbps only, half duplex.&lt;BR /&gt;10-full 10 Mbps only, full duplex.&lt;BR /&gt;100-full 100 Mbps only, full duplex.&lt;BR /&gt;1000-full 1000 Mbps only, full duplex.&lt;BR /&gt;auto Auto-negotiate link parameters.&lt;BR /&gt;auto-10 10 Mbps only, auto-negotiate link parameters.&lt;BR /&gt;auto-100 100 Mbps only, auto-negotiate link parameters.&lt;BR /&gt;auto-2500 2500 Mbps only, auto-negotiate link parameters.&lt;BR /&gt;auto-5000 5000 Mbps only, auto-negotiate link parameters.&lt;BR /&gt;auto-2500-5000 2500 or 5000 Mbps only, auto-negotiate link parameters.&lt;BR /&gt;auto-1000 1000 Mbps only, auto-negotiate link parameters.&lt;BR /&gt;auto-10-100 10 or 100 Mbps only, auto-negotiate link parameters.&lt;BR /&gt;auto-1000-2500 1000 or 2500 Mbps only, auto-negotiate link parameters.&lt;BR /&gt;auto-1000-2500-5000 1000, 2500, or 5000 Mbps only, auto-negotiate link&lt;BR /&gt;parameters.&lt;BR /&gt;auto-10g 10 Gbps only, auto-negotiate link parameters.&lt;BR /&gt;HP-2530-48(config)# int 45 speed-duplex&lt;/P&gt;&lt;P&gt;I think&amp;nbsp;&lt;SPAN&gt;auto-10-10 is also not a valid option. You need to determine if the end device supports autenogotiation or only fixed settings, if it supports full or only half duplex.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 09:20:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/limit-port-via-cli/m-p/7108878#M34405</guid>
      <dc:creator>Emil_G</dc:creator>
      <dc:date>2020-11-12T09:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Port via CLI</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/limit-port-via-cli/m-p/7109034#M34409</link>
      <description>&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;It works &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 07:44:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/limit-port-via-cli/m-p/7109034#M34409</guid>
      <dc:creator>Benjamin89</dc:creator>
      <dc:date>2020-11-13T07:44:49Z</dc:date>
    </item>
  </channel>
</rss>

