cancel
Showing results for 
Search instead for 
Did you mean: 

XOS Fabric Attached

XOS Fabric Attached

Andre_Brits_Kan
Contributor II
Hi Community

I recently started playing with the Extreme Fabric Connect (Old Avaya Fabric) and some Fabric Attached XOS switches and 39xx AP's.

I have two questions/comments that I thought would be good to share here and get some feedback.

1. When I connect a default XOS (X440-g2) switch to the Fabric (Via a FA port configured on the VSP fabric swithces) I expected the management vlan and all other fabric related info, to be pushed the the XOS switch from the fabric via LLDP. This would be a typical ZTP deployment scenario.
The problem I have is with the latest version of XOS (22.4.1.4) , LLDP is not enabled by default.
The FA management vlan and all other settings is only pushed to the XOS switch once I run the "Enble LLDP ports all" command.
Comment: LLDP should be enabled by default when you unpack a new switch.

2. On the Fabric Attached XOS switch I create a vlan and map an I-SID to the vlan. This mapping is then advertised via LLDP to the Fabric and learnt accordingly.
Why can I not map a i-sid to a VMAN? surely mapping a I-Sid to a vlan should be the same as mapping it to a VMAN. A typical scenario would be if I have various tenants on a network and each tenant was a Voice,Video and Data vlan. I would like to map the tenant a single port on a XOS switch, that is mapped to a VMAN, and what ever traffic is ingressing on this port should arrive on the remote side of the fabric and egressed. (Similar to how I would map a VMAN to a VPLS service across a MPLS network).
If this client connected directly to the Fabric connect switch I would be able to Map the interface to a I-Sid (isid 1234 elan-transparent port x/x) and that would work fine, but what if I had a XOS fabric attached switch between client and Fabric?

Looking forward to some comments on Fabric 
14 REPLIES 14

Andre_Brits_Kan
Contributor II
Hi Stephane

The x440 is single port uplinked to the Fabric.

The VSP Interface connecting to the x440 looks as follows:

interface GigabitEthernet 1/12
default-vlan-id 0
no shutdown
no spanning-tree mstp force-port-state enable
fa
fa enable
no fa message-authentication
fa management i-sid 1000 c-vid 1000
exit

Yes FA Auth is disabled.

I wait for the 30 sec LLDP timer and see nothing learned regarding the VLAN and ISID mappings, I have given it over 5 minutes and nothing.

Only once I enable the lldp ports all do I see the mappings advertised via LLDP, as soon as the 30sec timer expires.

The current code version is as follows:

Primary ver: 22.4.1.4

Stephane_Grosj1
Extreme Employee
Hi,

I've tested that with many beta versions and GA, also on a x440G2, and never ran into such an issue. Can you paste your VSP interface config? btw, is the x440g2 single-homed or dual-homed to the Fabric? FA authentication is disabled, correct? When you do your test, how long do you wait before re-enabling lldp?

Andre_Brits_Kan
Contributor II
So I have been playing some more in my LAB.
we are running XOS 22.4 in the x440-g2 switches.

I can confirm that when I connect a default x440 to the fabric it does indeed learn the LLDP neighbor:
- Avaya/Extreme Fabric Attach element
Element Type : 4
State : 8
Management Vlan: 1000
SystemId : bc??ab:08:f4:00
Link Info : 00-00-00-cb

The problem I have is when I create a vlan and add a ISID mapping, this is not advertised via LLDP to the fabric.
Only after I run "enable lldp ports all" does the x440 start advertising the newly created ISID service to the fabric and the output looks as follows:

- Avaya/Extreme Fabric Attach element
Element Type : 4
State : 8
Management Vlan: 1000
SystemId : bc??ab:08:f4:00
Link Info : 00-00-00-cb

- Extreme Fabric Attach NSI/VLAN map
Status VlanID NSI
------ ------ --------
2 20 20020

Stephane_Grosj1
Extreme Employee
As stated by Ludo, LLDP is enabled by default since... 22.2 maybe. So a default config from that version onward will have lldp enabled on all ports. A switch, currently, is not shipped in that release, but if you have XMC, you can use ZTP+ to have that automatic upgrade to the release you need.

Ludovico_Steven
Extreme Employee
On my XOS switches LLDP is enabled by default on all ports.
Did you start from factory defaults with 22.4 or did you simply upgrade from an existing config ?

About your 2nd question.. keep in mind that the link between the FA Proxy (XOS) and the FA Server (VSP) only runs regular 802.1Q tagging. VMAN would require QinQ on that link and this is not currently supported.
The Transparent-UNI approach, if it does what you want, will only work on a Fabric Connect switch (.i.e. an SPB ISIS BEB, like the VSP) but not on a FA Proxy switch (like the XOS).

GTM-P2G8KFN