<?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 Set port alias name on Extreme Switch in ExtremeSwitching (Other)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-other/set-port-alias-name-on-extreme-switch/m-p/11098#M2126</link>
    <description>Hello, &lt;BR /&gt;
&lt;BR /&gt;
So when it was Enterasys system and switch I could always configure the port easily. But now on the Extreme switches I am at a loss.  &lt;BR /&gt;
&lt;BR /&gt;
I would like to know what is the Extreme Network command for setting a port alias name:&lt;BR /&gt;
&lt;BR /&gt;
Enterasys:  set port alias ge.1.x [name]&lt;BR /&gt;
&lt;BR /&gt;
Below is a picture from our netsight and as you can see there are some names but my colleague has done this and is currently on vacation. &lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;A href="https://d1uyvls174j03l.cloudfront.net/extremenetworks-us/attachment/RackMultipart20150210-27390-1684872-Screenshot2015-02-1016.33.41_inline.png" rel="image" class="fancybox"&gt;&lt;IMG src="https://d1uyvls174j03l.cloudfront.net/extremenetworks-us/attachment/RackMultipart20150210-27390-1684872-Screenshot2015-02-1016.33.41_inline.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance, &lt;BR /&gt;
&lt;BR /&gt;
Ian Cooper&lt;BR /&gt;</description>
    <pubDate>Tue, 10 Feb 2015 22:50:00 GMT</pubDate>
    <dc:creator>Ian_Cooper</dc:creator>
    <dc:date>2015-02-10T22:50:00Z</dc:date>
    <item>
      <title>Set port alias name on Extreme Switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/set-port-alias-name-on-extreme-switch/m-p/11098#M2126</link>
      <description>Hello, &lt;BR /&gt;
&lt;BR /&gt;
So when it was Enterasys system and switch I could always configure the port easily. But now on the Extreme switches I am at a loss.  &lt;BR /&gt;
&lt;BR /&gt;
I would like to know what is the Extreme Network command for setting a port alias name:&lt;BR /&gt;
&lt;BR /&gt;
Enterasys:  set port alias ge.1.x [name]&lt;BR /&gt;
&lt;BR /&gt;
Below is a picture from our netsight and as you can see there are some names but my colleague has done this and is currently on vacation. &lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;A href="https://d1uyvls174j03l.cloudfront.net/extremenetworks-us/attachment/RackMultipart20150210-27390-1684872-Screenshot2015-02-1016.33.41_inline.png" rel="image" class="fancybox"&gt;&lt;IMG src="https://d1uyvls174j03l.cloudfront.net/extremenetworks-us/attachment/RackMultipart20150210-27390-1684872-Screenshot2015-02-1016.33.41_inline.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance, &lt;BR /&gt;
&lt;BR /&gt;
Ian Cooper&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Feb 2015 22:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/set-port-alias-name-on-extreme-switch/m-p/11098#M2126</guid>
      <dc:creator>Ian_Cooper</dc:creator>
      <dc:date>2015-02-10T22:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Set port alias name on Extreme Switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/set-port-alias-name-on-extreme-switch/m-p/11099#M2127</link>
      <description>Hi Ian,&lt;BR /&gt;
&lt;BR /&gt;
You can use the commands:&lt;BR /&gt;
&lt;BR /&gt;
configure ports  display-string &lt;BR /&gt;
configure ports  description-string &lt;BR /&gt;
&lt;BR /&gt;
The display-string is limited to 20 characters while the description-string allows for 255. I believe in OneView the description-string will override the display-string, but I'm not positive.&lt;BR /&gt;
&lt;BR /&gt;
Tyler</description>
      <pubDate>Tue, 10 Feb 2015 23:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/set-port-alias-name-on-extreme-switch/m-p/11099#M2127</guid>
      <dc:creator>TylerMarcotte</dc:creator>
      <dc:date>2015-02-10T23:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: Set port alias name on Extreme Switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/set-port-alias-name-on-extreme-switch/m-p/11100#M2128</link>
      <description>In "most, but not all" XOS versions (15.X), you can use spaces and other characters (colons etc.) in the description string, as long as you put quotes (") around it.&lt;BR /&gt;
&lt;BR /&gt;
configure ports 1 description-string "this is a test port:01"&lt;BR /&gt;
&lt;BR /&gt;
The description-string can be up to 255 characters. It's the one that (if set) gets pulled from snmp queries. If it's not set, snmp queries pull the "display string" (I think)&lt;BR /&gt;
&lt;BR /&gt;
The "show port ...." command in the CLI shows the display-string (20 char max, no special chars) by default&lt;BR /&gt;
&lt;BR /&gt;
"show ports  description" shows you a side-by-side of display string and description string for the ports queried.&lt;BR /&gt;
&lt;BR /&gt;
Good luck!&lt;BR /&gt;
&lt;BR /&gt;
   Frank&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Feb 2015 23:15:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/set-port-alias-name-on-extreme-switch/m-p/11100#M2128</guid>
      <dc:creator>Frank</dc:creator>
      <dc:date>2015-02-10T23:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: Set port alias name on Extreme Switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/set-port-alias-name-on-extreme-switch/m-p/11101#M2129</link>
      <description>I also have a quick note&lt;BR /&gt;
&lt;BR /&gt;
  Extreme port alias description-string&lt;BR /&gt;
&lt;BR /&gt;
* Slot-1 Stack.21 # configure port 1:1 description-string Uplink-to-Core&lt;BR /&gt;
&lt;BR /&gt;
* Slot-1 Stack.22 # sh conf vlan&lt;BR /&gt;
&lt;BR /&gt;
# Module vlan configuration.&lt;BR /&gt;
  #&lt;BR /&gt;
  configure ports 1:1 description-string "Uplink-to-Core"&lt;BR /&gt;
&lt;BR /&gt;
Note: Port description strings longer than 64 characters are only&lt;BR /&gt;
        accessible via SNMP if the following command is issued:&lt;BR /&gt;
        configure snmp ifmib ifalias size extended&lt;BR /&gt;
&lt;BR /&gt;
To remove&lt;BR /&gt;
unconfigure  port 1:1 description-string&lt;BR /&gt;
&lt;BR /&gt;
    Jason&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Feb 2015 23:17:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/set-port-alias-name-on-extreme-switch/m-p/11101#M2129</guid>
      <dc:creator>Jason_Parker</dc:creator>
      <dc:date>2015-02-10T23:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: Set port alias name on Extreme Switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/set-port-alias-name-on-extreme-switch/m-p/11102#M2130</link>
      <description>Thank you this works, &lt;BR /&gt;
&lt;BR /&gt;
This will help me finish my documentation and switch configuration. &lt;BR /&gt;
&lt;BR /&gt;
Have a nice day,&lt;BR /&gt;
&lt;BR /&gt;
Ian Cooper&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Feb 2015 23:18:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/set-port-alias-name-on-extreme-switch/m-p/11102#M2130</guid>
      <dc:creator>Ian_Cooper</dc:creator>
      <dc:date>2015-02-10T23:18:00Z</dc:date>
    </item>
  </channel>
</rss>

