Passer au contenu principal
  • Passer des commandes rapidement et facilement
  • Afficher les commandes et suivre l’état de votre expédition
  • Créez et accédez à une liste de vos produits
  • Gérer vos sites, vos produits et vos contacts au niveau des produits Dell EMC à l’aide de la rubrique Gestion des informations de l’entreprise.

Dell PowerEdge FN I/O Module Configuration Guide 9.10(0.0)

PDF

Configuring VLAN-Stack over VLT

To configure VLAN-stack over VLT, follow these steps.

  1. Configure the VLT LAG as VLAN-stack access or trunk mode on both the peers. INTERFACE PORT-CHANNEL mode vlan-stack {access | trunk}
  2. Configure VLAN as VLAN-stack compatible on both the peers. INTERFACE VLAN mode vlan-stack compatible
  3. Add the VLT LAG as a member to the VLAN-stack on both the peers. INTERFACE VLAN mode member port-channel port—channel ID
  4. Verify the VLAN-stack configurations. EXEC Privilege show running-config
Sample configuration of VLAN-stack over VLT (Peer 1)

Configure VLT domain

                                 Dell(conf)#vlt domain 1
                                 Dell(conf-vlt-domain)#peer-link port-channel 1
                                 Dell(conf-vlt-domain)#back-up destination 10.16.151.116
                                 Dell(conf-vlt-domain)#primary-priority 100
                                 Dell(conf-vlt-domain)#system-mac mac-address 00:00:00:11:11:11
                                 Dell(conf-vlt-domain)#unit-id 0
                                 Dell(conf-vlt-domain)#
                                 
                                 Dell#show running-config vlt
                                 !
                                 vlt domain 1 
                                 peer-link port-channel 1 
                                 back-up destination 10.16.151.116 
                                 primary-priority 100 
                                 system-mac mac-address 00:00:00:11:11:11 
                                 unit-id 0
                                 Dell#
                                 
                              

Configure VLT LAG as VLAN-Stack Access or Trunk Port

                                 Dell(conf)#interface port-channel 10
                                 Dell(conf-if-po-10)#switchport
                                 Dell(conf-if-po-10)#vlt-peer-lag port-channel 10
                                 Dell(conf-if-po-10)#vlan-stack access
                                 Dell(conf-if-po-10)#no shutdown
                                 
                                 Dell#show running-config interface port-channel 10
                                 !
                                 interface Port-channel 10
                                 no ip address
                                 switchport
                                 
                                  vlan-stack access
                                 vlt-peer-lag port-channel 10
                                 no shutdown
                                 Dell#
                                 
                                 Dell(conf)#interface port-channel 20
                                 Dell(conf-if-po-20)#switchport
                                 Dell(conf-if-po-20)#vlt-peer-lag port-channel 20
                                 Dell(conf-if-po-20)#vlan-stack trunk
                                 Dell(conf-if-po-20)#no shutdown
                                 
                                 Dell#show running-config interface port-channel 20
                                 !
                                 interface Port-channel 20
                                 no ip address
                                 switchport
                                 
                                 vlan-stack trunk
                                 vlt-peer-lag port-channel 20
                                 no shutdown
                                 Dell#
                              

Configure VLAN as VLAN-Stack VLAN and add the VLT LAG as Members to the VLAN

Dell(conf)#interface vlan 50
                                 Dell(conf-if-vl-50)#vlan-stack compatible 
                                 Dell(conf-if-vl-50-stack)#member port-channel 10
                                 Dell(conf-if-vl-50-stack)#member port-channel 20
                                 
                                 Dell#show running-config interface vlan 50
                                 !
                                 interface Vlan 50
                                 
                                 vlan-stack compatible
                                  member Port-channel 10,20
                                 shutdown
                                 Dell#
                              

Verify that the Port Channels used in the VLT Domain are Assigned to the VLAN-Stack VLAN

Sample Configuration of VLAN-Stack Over VLT (Peer 2)

Configure VLT domain

Dell(conf)#vlt domain 1
                                 Dell(conf-vlt-domain)#peer-link port-channel 1
                                 Dell(conf-vlt-domain)#back-up destination 10.16.151.115
                                 Dell(conf-vlt-domain)#system-mac mac-address 00:00:00:11:11:11
                                 Dell(conf-vlt-domain)#unit-id 1
                                 Dell(conf-vlt-domain)#
                                 
                                 Dell#show running-config vlt
                                 vlt domain 1 
                                 peer-link port-channel 1 
                                 back-up destination 10.16.151.115 
                                 system-mac mac-address 00:00:00:11:11:11 
                                 unit-id 1
                                 Dell#
                              

Configure VLT LAG as VLAN-Stack Access or Trunk Port

Dell(conf)#interface port-channel 10
                                 Dell(conf-if-po-10)#switchport
                                 Dell(conf-if-po-10)#vlt-peer-lag port-channel 10
                                 Dell(conf-if-po-10)#vlan-stack access 
                                 Dell(conf-if-po-10)#no shutdown
                                 
                                 Dell#show running-config interface port-channel 10
                                 !
                                 interface Port-channel 10
                                 no ip address
                                 switchport
                                 
                                 vlan-stack access
                                  vlt-peer-lag port-channel 10
                                 no shutdown
                                 Dell#
                                 
                                 Dell(conf)#interface port-channel 20
                                 Dell(conf-if-po-20)#switchport
                                 Dell(conf-if-po-20)#vlt-peer-lag port-channel 20
                                 Dell(conf-if-po-20)#vlan-stack trunk 
                                 Dell(conf-if-po-20)#no shutdown
                                 
                                 Dell#show running-config interface port-channel 20
                                 !
                                 interface Port-channel 20
                                 no ip address
                                 switchport
                                 
                                 vlan-stack trunk
                                 vlt-peer-lag port-channel 20
                                 no shutdown
                                 Dell#
                              

Configure the VLAN as VLAN-Stack VLAN and add the VLT LAG as members to the VLAN

Dell(conf)#interface vlan 50
                                 Dell(conf-if-vl-50)#vlan-stack compatible 
                                 Dell(conf-if-vl-50-stack)#member port-channel 10
                                 Dell(conf-if-vl-50-stack)#member port-channel 20
                                 Dell(conf-if-vl-50-stack)#
                                 
                                 Dell#show running-config interface vlan 50
                                 !
                                 interface Vlan 50
                                 
                                  vlan-stack compatible
                                 member Port-channel 10,20
                                 shutdown
                                 Dell#
                                 
                              

Verify that the Port Channels used in the VLT Domain are Assigned to the VLAN-Stack VLAN


Évaluez ce contenu

Précis
Utile
Facile à comprendre
Avez-vous trouvé cet article utile ?
0/3000 characters
  Veuillez attribuer une note (1 à 5 étoiles).
  Veuillez attribuer une note (1 à 5 étoiles).
  Veuillez attribuer une note (1 à 5 étoiles).
  Veuillez indiquer si l’article a été utile ou non.
  Les commentaires ne doivent pas contenir les caractères spéciaux : <>()\