NOPE LinkedIn

Catégories:
Extreme

Extreme Network Fabric creation

Note

Remarque

Les deux VOSS ont été créés dans GNS3 à partir des images disponibles sur le Github de la société Extreme Networks ==> VOSS

Configuration des routeurs

Une fois les appliances lancées et la phase de démarrage terminée, on peut se connecter sur les consoles

Login: rwa
Password: ***


        This is an initial attempt using the default password.
        Please change the password to continue.

Enter the New password : ****
Re-enter the New password : ****

Password changed successfully

A l’heure de la rédaction de ce tutoriel, l’utilisateur et le mot de passe par défauts sont rwa/rwa On va changer les prompts pour se repérer plus facilement, autrement les deux VOSS auront les même noms.

5520-24T-FabricEngine:1>enable
5520-24T-FabricEngine:1#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
5520-24T-FabricEngine:1(config)#prompt vsp-1
vsp-1:1(config)#

et pour le deuxième

5520-24T-FabricEngine:1>enable
5520-24T-FabricEngine:1#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
5520-24T-FabricEngine:1(config)#prompt vsp-2
vsp-2:1(config)#

On lance le wizard run spbm

vsp-1:1(config)#run spbm
I-SIDs are configured, please delete all I-SIDs to continue
vsp-1:1(config)#

Cette erreur est due aux I-SID générés par le système qui bloque le lancement du script. il y a un WorkAround

vsp-1:1(config)#mgmt vlan
vsp-1:1(mgmt:vlan)#no enable
vsp-1:1(mgmt:vlan)#exit
vsp-1:1(config)#mgmt oob
vsp-1:1(mgmt:oob)#no enable
vsp-1:1(mgmt:oob)#exit
vsp-1:1(config)#no auto-sense onboarding i-sid
vsp-1:1(config)#no i-sid name 15999999
vsp-1:1(config)#vlan delete 4048

Ce WorkAround est a appliquer sur les deux VOSS On peut ensuite relancer le script run spbm sur chaque équipement.

vsp-1:1(config)#run spbm
**********************************************************
*** This script will guide you through configuring the ***
*** Extreme Networks switch for optimal operation of SPB.         ***
*** Extreme Networks switch for optimal operation of SPB.         ***
*** ---------------------------------------------------***
*** The values in [] are the default values, you can   ***
*** input alternative values at any of the prompts.    ***
*** If you wish to terminate or exit this script       ***
*** enter ^C <control-C> at any prompt.                ***
*** NOTE: THE COMMAND WILL TEMPORARILY FLAP IS-IS,SPBM ***
**********************************************************
SPB Ethertype <0x8100,0x88a8> [0x8100]:
SPBM instance <1-100> [1]:
SPB primary BVLAN <2-4059> [4051]:
SPB secondary BVLAN <2-4059> [4052]:
ISIS system id <xxxx.xxxx.xxxx> [0c91.1a7e.0084]:02bb.0000.4100
SPB nickname <x.xx.xx> [e.00.84]: b.00.23
SPB Manual Area <xx.xxxx.xxxx...xxxx> [49.0000]:
ISIS System Name [vsp-1]:
Enable SPBM multicast (y/n) [n]:y
Enable IP shortcuts (y/n) [n]:y
Loopback interface ID <1-256> [1]:
Loopback interface IP and subnet <a.b.c.d/x>:1.1.1.1/32
Configure SPBM SMLT? (y/n) [n]:y
Peer system id <xxxx.xxxx.xxxx>:02bb.0000.4200
SMLT virtual BMAC <0x00:0x00:0x00:0x00:0x00:0x00>[]:0x00:0xbb:0x00:0x01:0x00:0xff
Virtual-IST VLAN ID <2-4059> [4053]:
Virtual-IST VLAN I-SID <0-16777215>:1004053
Virtual-IST VLAN IP and subnet <a.b.c.d/x>:192.168.0.253/30
Virtual-IST VLAN peer IP <a.b.c.d>:192.168.0.254
ISIS port interfaces <a/b,c/d>[]:1/1
ISIS MLT interface <MLT ID LIST> []:
Enable CFM SPBM (y/n) [n]:y
Enter CFM SPBM MEPID <1-8191> [1]:100
Enter CFM SPBM level <0-7> [4]:

****CONFIGURATION IN PROGRESS****

Le script affiche ensuite les commandes qui vont être lancées pour configurer la fabric. la ligne suivante apparait à la fin de l’exécution du script

****SCRIPT EXECUTION COMPLETE****

On peux ensuite sauvegarder la configuration

vsp-1:1(config)#wr mem
CP-1: Save config to file /intflash/config.cfg successful.

On lance la même chose sur le deuxième VSP

Des informations vont biensurs changer, le nickname SPBM et l’ID ISIS, les adresses sur le subnet virtuel ISIS

vsp-2:1(config)#run spbm
**********************************************************
*** This script will guide you through configuring the ***
*** Extreme Networks switch for optimal operation of SPB.         ***
*** Extreme Networks switch for optimal operation of SPB.         ***
*** ---------------------------------------------------***
*** The values in [] are the default values, you can   ***
*** input alternative values at any of the prompts.    ***
*** If you wish to terminate or exit this script       ***
*** enter ^C <control-C> at any prompt.                ***
*** NOTE: THE COMMAND WILL TEMPORARILY FLAP IS-IS,SPBM ***
**********************************************************
SPB Ethertype <0x8100,0x88a8> [0x8100]:
SPBM instance <1-100> [1]:
SPB primary BVLAN <2-4059> [4051]:
SPB secondary BVLAN <2-4059> [4052]:
ISIS system id <xxxx.xxxx.xxxx> [0c08.e144.0084]:02bb.0000.4200
SPB nickname <x.xx.xx> [4.00.84]: b.00.24
SPB Manual Area <xx.xxxx.xxxx...xxxx> [49.0000]:
ISIS System Name [vsp-2]:
Enable SPBM multicast (y/n) [n]:y
Enable IP shortcuts (y/n) [n]:y
Loopback interface ID <1-256> [1]:
Loopback interface IP and subnet <a.b.c.d/x>:2.2.2.2/32
Configure SPBM SMLT? (y/n) [n]:y
Peer system id <xxxx.xxxx.xxxx>:02bb.0000.4100
SMLT virtual BMAC <0x00:0x00:0x00:0x00:0x00:0x00>[]:0x00:0xbb:0x00:0x01:0x00:0xff
Virtual-IST VLAN ID <2-4059> [4053]:
Virtual-IST VLAN I-SID <0-16777215>:1004053
Virtual-IST VLAN IP and subnet <a.b.c.d/x>:192.168.0.254/30
Virtual-IST VLAN peer IP <a.b.c.d>:192.168.0.253
ISIS port interfaces <a/b,c/d>[]:1/1
ISIS MLT interface <MLT ID LIST> []:
Enable CFM SPBM (y/n) [n]:y
Enter CFM SPBM MEPID <1-8191> [1]:101
Enter CFM SPBM level <0-7> [4]:

****CONFIGURATION IN PROGRESS****

On active ensuite les deux interfaces connectants les VOSS

vsp-2:1(config)#int gigabitEthernet 1/1
vsp-2:1(config-if)#no shut
vsp-2:1(config-if)#wr mem
CP-1: Save config to file /intflash/config.cfg successful.

Et sur le premier

vsp-1:1(config)#int GigabitEthernet 1/1
vsp-1:1(config-if)#no shut
vsp-1:1(config)#wr mem
CP-1: Save config to file /intflash/config.cfg successful.

Il y aurait un soucis avec la configuration smlt-virtual-bmac dans le script. Il faut faire la cration manuellement et réactiver ISIS

vsp-1:1(config-if)#router isis
vsp-1:1(config-isis)#no router isis enable
WARNING:Disable ISIS will cause traffic disruption
Do you want to continue (y/n) ? y
vsp-1:1(config)#router isis
vsp-1:1(config-isis)#spbm 1 smlt-virtual-bmac 0x00:0xbb:0x00:0x01:0x00:0xff
vsp-1:1(config-isis)#router isis enable

Opérations à effectuer sur les deux switches.

vsp-1:1(config)#show virtual-ist
************************************************************************************
                Command Execution Time: Tue Apr 30 22:15:46 2024 UTC
************************************************************************************

====================================================================================================
                                    IST Info
====================================================================================================
PEER-IP              VLAN     ENABLE   IST
ADDRESS              ID       IST      STATUS
-----------------------------------------------------------------------------------------------------------
192.168.0.254        4053     true     up


NEGOTIATED                                    MASTER/
DIALECT      IST STATE                        SLAVE
-----------------------------------------------------------------------------------------------------------
v6.0         Up                               Slave

Et sur le deuxième switch

vsp-2:1(config)#show virtual-ist
************************************************************************************
                Command Execution Time: Tue Apr 30 22:15:55 2024 UTC
************************************************************************************

====================================================================================================
                                    IST Info
====================================================================================================
PEER-IP              VLAN     ENABLE   IST
ADDRESS              ID       IST      STATUS
-----------------------------------------------------------------------------------------------------------
192.168.0.253        4053     true     up


NEGOTIATED                                    MASTER/
DIALECT      IST STATE                        SLAVE
-----------------------------------------------------------------------------------------------------------
v6.0         Up                               Master