<?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 Fabric Attach Standalone Proxy Uplink Port (EXOS) in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/fabric-attach-standalone-proxy-uplink-port-exos/m-p/83251#M20327</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Just considering the use of this feature in release 30, of which the following statement is provided in the CLI Guide says:&lt;BR /&gt;
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;Standalone Proxy/Uplink Port&lt;BR /&gt;
&lt;BR /&gt;
If there is no Fabric Attach-capable server available, configuring an uplink makes the device a&lt;BR /&gt;
standalone proxy. This works like a proxy, but without having discovered a Fabric Attach server. The&lt;BR /&gt;
uplink port is treated as the server port.&lt;BR /&gt;
&lt;BR /&gt;
To enable standalone proxy mode and specify the uplink port, use the following command using the&lt;BR /&gt;
port keyword:&lt;BR /&gt;
&lt;BR /&gt;
configure fabric attach uplink [port | none]&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;
&lt;BR /&gt;
What I'm not sure is what the 'uplink' port should be i.e:&lt;BR /&gt;
&lt;BR /&gt;
&lt;UL&gt; 
&lt;LI&gt;Spare not used port? 
&lt;/LI&gt;&lt;LI&gt;ISC link of an MLAG (if being used)? 
&lt;/LI&gt;&lt;LI&gt;Link to a Fabric attach switch? 
&lt;/LI&gt;&lt;LI&gt;Just one port or many? 
&lt;/LI&gt;&lt;/UL&gt;
Found a little more information in relation to ERS switches, although it hasn't helped me further find an answer:&lt;BR /&gt;
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;FA Standalone Proxy introduces FA Proxy functionality in environments without an FA Server.&lt;BR /&gt;
&lt;BR /&gt;
Regardless of whether the FA Standalone Proxy upstream device is a non-Extreme Networks component or an Extreme Networks device on which FA Server functionality is not available, FA Standalone Proxy operation supports standard FA Proxy processing as if an FA Server has been&lt;BR /&gt;
discovered.&lt;BR /&gt;
&lt;BR /&gt;
You can enable or disable FA Standalone Proxy support. By default, it is disabled. Enabling the FA Standalone Proxy mode enables immediate processing of pending I-SID/VLAN bindings, if other configuration data such as static uplink data allows the processing. Previously established settings based on FA Proxy operation, if present, are reset when FA Standalone Proxy operation is enabled.&lt;BR /&gt;
&lt;BR /&gt;
Note:&lt;BR /&gt;
In FA Standalone Proxy mode, I-SID values are not specified and are implicitly 0. Only bindings with an I-SID value equal to 0 are accepted for processing.&lt;BR /&gt;
&lt;BR /&gt;
Disabling the FA Standalone Proxy mode resets configured I-SID/VLAN binding data to its default state and enables full FA Proxy operation.&lt;BR /&gt;
 &lt;BR /&gt;
In FA Standalone Proxy mode you must provide the FA Server uplink information, which is typically gathered through FA Server discovery. Once you provide this information, FA Standalone Proxy mode operates as if an FA Server has been discovered and is accepting I-SID/VLAN binding requests. The binding clean-up is similar to an FA Server timeout event, and occurs when the static uplink is deleted and when FA Standalone Proxy operation is disabled.&lt;BR /&gt;
&lt;BR /&gt;
Note:&lt;BR /&gt;
No interactions with an FA Server are supported in FA Standalone Proxy mode.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;
&lt;BR /&gt;
Configuring FA Standalone Proxy mode&lt;BR /&gt;
&lt;BR /&gt;
Use this procedure to enable or disable the FA Standalone Proxy mode on the switch.&lt;BR /&gt;
&lt;BR /&gt;
Procedure&lt;BR /&gt;
&lt;BR /&gt;
1. Enter Global Configuration mode:&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;enable&lt;BR /&gt;configure terminal&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
2. To enable FA Standalone Proxy mode, enter the following command:&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;fa standalone-proxy&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
3. To disable FA Standalone Proxy mode, enter the following command:&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;no fa standalone-proxy&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
4. To restore the FA Standalone Proxy mode to default, enter the following command:&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;default fa standalone-proxy&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
Configuring the static uplink for FA Standalone Proxy mode&lt;BR /&gt;
&lt;BR /&gt;
Use this procedure to specify a port or trunk to use as a static uplink associated with FA Standalone Proxy operation.&lt;BR /&gt;
&lt;BR /&gt;
Procedure&lt;BR /&gt;
&lt;BR /&gt;
1. Enter Global Configuration mode:&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;enable&lt;BR /&gt;configure terminal&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
2. To specify a port uplink or a trunk uplink to use in FA Standalone Proxy mode, enter the&lt;BR /&gt;
following command:&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;fa uplink {port  | trunk }&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
3. To clear static uplink data, enter the following command:&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;no fa uplink&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
Variable Definitions&lt;BR /&gt;
&lt;BR /&gt;
The following table describes the parameters for the fa uplink command.&lt;BR /&gt;
&lt;BR /&gt;
Variable Value&lt;BR /&gt;
&lt;BR /&gt;
 Specifies the port to use as a static uplink.&lt;BR /&gt;
 Specifies the trunk ID to use as a static uplink.&lt;BR /&gt;
&lt;BR /&gt;
Should be working on this soon, so will post back the findings if there is no answer beforehand.&lt;BR /&gt;
&lt;BR /&gt;
Many thanks in advance</description>
    <pubDate>Tue, 28 May 2019 03:40:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-05-28T03:40:42Z</dc:date>
    <item>
      <title>Fabric Attach Standalone Proxy Uplink Port (EXOS)</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/fabric-attach-standalone-proxy-uplink-port-exos/m-p/83251#M20327</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Just considering the use of this feature in release 30, of which the following statement is provided in the CLI Guide says:&lt;BR /&gt;
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;Standalone Proxy/Uplink Port&lt;BR /&gt;
&lt;BR /&gt;
If there is no Fabric Attach-capable server available, configuring an uplink makes the device a&lt;BR /&gt;
standalone proxy. This works like a proxy, but without having discovered a Fabric Attach server. The&lt;BR /&gt;
uplink port is treated as the server port.&lt;BR /&gt;
&lt;BR /&gt;
To enable standalone proxy mode and specify the uplink port, use the following command using the&lt;BR /&gt;
port keyword:&lt;BR /&gt;
&lt;BR /&gt;
configure fabric attach uplink [port | none]&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;
&lt;BR /&gt;
What I'm not sure is what the 'uplink' port should be i.e:&lt;BR /&gt;
&lt;BR /&gt;
&lt;UL&gt; 
&lt;LI&gt;Spare not used port? 
&lt;/LI&gt;&lt;LI&gt;ISC link of an MLAG (if being used)? 
&lt;/LI&gt;&lt;LI&gt;Link to a Fabric attach switch? 
&lt;/LI&gt;&lt;LI&gt;Just one port or many? 
&lt;/LI&gt;&lt;/UL&gt;
Found a little more information in relation to ERS switches, although it hasn't helped me further find an answer:&lt;BR /&gt;
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;FA Standalone Proxy introduces FA Proxy functionality in environments without an FA Server.&lt;BR /&gt;
&lt;BR /&gt;
Regardless of whether the FA Standalone Proxy upstream device is a non-Extreme Networks component or an Extreme Networks device on which FA Server functionality is not available, FA Standalone Proxy operation supports standard FA Proxy processing as if an FA Server has been&lt;BR /&gt;
discovered.&lt;BR /&gt;
&lt;BR /&gt;
You can enable or disable FA Standalone Proxy support. By default, it is disabled. Enabling the FA Standalone Proxy mode enables immediate processing of pending I-SID/VLAN bindings, if other configuration data such as static uplink data allows the processing. Previously established settings based on FA Proxy operation, if present, are reset when FA Standalone Proxy operation is enabled.&lt;BR /&gt;
&lt;BR /&gt;
Note:&lt;BR /&gt;
In FA Standalone Proxy mode, I-SID values are not specified and are implicitly 0. Only bindings with an I-SID value equal to 0 are accepted for processing.&lt;BR /&gt;
&lt;BR /&gt;
Disabling the FA Standalone Proxy mode resets configured I-SID/VLAN binding data to its default state and enables full FA Proxy operation.&lt;BR /&gt;
 &lt;BR /&gt;
In FA Standalone Proxy mode you must provide the FA Server uplink information, which is typically gathered through FA Server discovery. Once you provide this information, FA Standalone Proxy mode operates as if an FA Server has been discovered and is accepting I-SID/VLAN binding requests. The binding clean-up is similar to an FA Server timeout event, and occurs when the static uplink is deleted and when FA Standalone Proxy operation is disabled.&lt;BR /&gt;
&lt;BR /&gt;
Note:&lt;BR /&gt;
No interactions with an FA Server are supported in FA Standalone Proxy mode.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;
&lt;BR /&gt;
Configuring FA Standalone Proxy mode&lt;BR /&gt;
&lt;BR /&gt;
Use this procedure to enable or disable the FA Standalone Proxy mode on the switch.&lt;BR /&gt;
&lt;BR /&gt;
Procedure&lt;BR /&gt;
&lt;BR /&gt;
1. Enter Global Configuration mode:&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;enable&lt;BR /&gt;configure terminal&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
2. To enable FA Standalone Proxy mode, enter the following command:&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;fa standalone-proxy&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
3. To disable FA Standalone Proxy mode, enter the following command:&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;no fa standalone-proxy&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
4. To restore the FA Standalone Proxy mode to default, enter the following command:&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;default fa standalone-proxy&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
Configuring the static uplink for FA Standalone Proxy mode&lt;BR /&gt;
&lt;BR /&gt;
Use this procedure to specify a port or trunk to use as a static uplink associated with FA Standalone Proxy operation.&lt;BR /&gt;
&lt;BR /&gt;
Procedure&lt;BR /&gt;
&lt;BR /&gt;
1. Enter Global Configuration mode:&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;enable&lt;BR /&gt;configure terminal&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
2. To specify a port uplink or a trunk uplink to use in FA Standalone Proxy mode, enter the&lt;BR /&gt;
following command:&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;fa uplink {port  | trunk }&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
3. To clear static uplink data, enter the following command:&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;no fa uplink&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
Variable Definitions&lt;BR /&gt;
&lt;BR /&gt;
The following table describes the parameters for the fa uplink command.&lt;BR /&gt;
&lt;BR /&gt;
Variable Value&lt;BR /&gt;
&lt;BR /&gt;
 Specifies the port to use as a static uplink.&lt;BR /&gt;
 Specifies the trunk ID to use as a static uplink.&lt;BR /&gt;
&lt;BR /&gt;
Should be working on this soon, so will post back the findings if there is no answer beforehand.&lt;BR /&gt;
&lt;BR /&gt;
Many thanks in advance</description>
      <pubDate>Tue, 28 May 2019 03:40:42 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/fabric-attach-standalone-proxy-uplink-port-exos/m-p/83251#M20327</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-28T03:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Attach Standalone Proxy Uplink Port (EXOS)</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/fabric-attach-standalone-proxy-uplink-port-exos/m-p/83252#M20328</link>
      <description>After speaking to one of the SE's it would seem I have the concept in reverse. The standalone proxy feature would be enabled at the edge, not on the core as I was expecting.&lt;BR /&gt;
&lt;BR /&gt;
The term of configuring an uplink port then makes sense.&lt;BR /&gt;
&lt;BR /&gt;
On the down link port from the core you would manually add every VLAN, with the dynamic assignment of the VLAN being added to the uplink on the edge by the fabric feature.&lt;BR /&gt;
&lt;BR /&gt;
Will be trying this soon, so once done I will post back any lessons learnt.</description>
      <pubDate>Sat, 08 Jun 2019 02:32:13 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/fabric-attach-standalone-proxy-uplink-port-exos/m-p/83252#M20328</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-08T02:32:13Z</dc:date>
    </item>
  </channel>
</rss>

