VOSS / EXOS command translator
A side-by-side reference between VOSS (Fabric Connect / SPBM) and EXOS. Search a task or command to see how each CLI expresses it - and where EXOS has no equivalent.
NetworkingA reference, not a config generator. EXOS does not run SPBM; it joins a fabric as a Fabric Attach edge.
enableconfigure terminalconfigure ... (runs directly)EXOS has no separate enable / configure-terminal step; configuration commands run straight from the top prompt.
vlan create 20 type port-mstprstp 0create vlan v20 tag 20In VOSS the VLAN stays local to the edge; the fabric carries the service by its I-SID (see the Layer 2 VSN row).
vlan members add 20 1/1configure vlan v20 add ports 1 untaggedVOSS ports are slot/port form (1/1); EXOS uses a port list. Use tagged instead of untagged for a trunk / uplink port.
vlan i-sid 20 20020configure fabric attach port 1 authentication enableconfigure vlan v20 add ports 1 taggedEXOS does not create I-SIDs. As a Fabric Attach edge it signals the VLAN on its uplink, and the VOSS FA Server provisions the matching I-SID into the fabric.
router isismanual-area 49.0000spbm 1spbm 1 b-vid 4051,4052 primary 4051spbm 1 nick-name c.65.01system-id 020c.0650.0001router isis enableNo equivalent: EXOS does not support SPBM. It joins the fabric through Fabric Attach instead of becoming a fabric node.
interface GigabitEthernet 1/49isisisis spbm 1isis enableNo equivalent: VOSS runs IS-IS only on fabric NNI links. On EXOS the uplink to the fabric is a Fabric Attach port (see the Fabric Attach row).
fa enableenable sharing 1 grouping 1-2configure fabric attach port 1 authentication enableconfigure fabric attach ports 1 authentication key <key>VOSS runs the FA Server; EXOS runs the FA Proxy/Client. FA rides LLDP, and the Server auto-provisions the I-SID from the edge VLAN. The sharing/grouping line is only for a LAG uplink.
ip vrf 1 vrfid 1router vrf 1ipvpni-sid 20010ipvpn enableNo equivalent: EXOS does not run L3 VSN. To exchange IP routes with the fabric, redistribute OSPF, BGP, or RIP across the boundary.
show i-sidshow isis spbm i-sid allshow vlan i-sidshow fa elementsshow fabric attachshow vlanshow portsOn VOSS you verify the I-SID in the fabric; on EXOS you verify the Fabric Attach state and the VLAN.
References
- Extreme Fabric Installation & Configuration Student Guide (2024): EXOS does not support SPBM; works with fabric via Fabric Attach
- Extreme Portal How To: Configure L3VSN (VOSS SPBM/IS-IS, L2 VSN, and L3 VSN CLI)
- Extreme VOSS command reference: vlan i-sid and vlan members syntax
- ExtremeXOS Command Reference / User Guide: create vlan, configure vlan add ports, Fabric Attach, IS-IS