Dit document beschrijft hoe u het Gateway-taakverdeling (GLBP) op een Nexus 7000 Series-Switch kunt configureren om de lading van de standaardgateway op een LAN te delen.
Zorg ervoor dat u aan deze vereisten voldoet voordat u deze configuratie probeert:
beschikken over basiskennis van de configuratie op Nexus 7000 Series Switches
hebben basisbegrip van het protocol voor het in evenwicht brengen van gateways (GLBP)
De informatie in dit document is gebaseerd op Nexus 7000 Series NX-OS apparaten.
De informatie in dit document is gebaseerd op de apparaten in een specifieke laboratoriumomgeving. Alle apparaten die in dit document worden beschreven, hadden een opgeschoonde (standaard)configuratie. Als uw netwerk live is, moet u de potentiële impact van elke opdracht begrijpen.
Raadpleeg de Cisco Technical Tips Convention voor meer informatie over documentconventies.
GLBP verstrekt gateway-back-up voor IP-hosts door virtueel IP-adres en virtueel Media Access Control (MAC)-adres te delen tussen de gateways die betrokken zijn bij de GLBP-groep.
GLBP staat gateways toe om de lading van de standaardgateway op een IEEE 802.3 LAN te delen.
In vergelijking met het Hot Standby Router Protocol (HSRP) en Virtual Router Redundancy Protocol (VRRP) voert GLBP een extra functie voor het taakverdeling uit die de andere protocollen niet bieden.
GLBP-taakverdeling over meerdere routers (gateways) met het gebruik van één virtueel IP-adres en meerdere virtuele MAC-adressen, en biedt ook redundante gateways die actief worden als een van de bestaande verzendgateways niet werkt.
GLBP deelt de verzendlading tussen alle routers in een GLBP-groep.
GLBP-leden communiceren met elkaar door middel van periodieke hallo-berichten.
In deze sectie, wordt u voorgesteld met de informatie om GLBP te configureren op twee Nexus 7000 Series Switches.
Laat eerst mondiaal de GLBP-functie in beide switches.
U kunt GLBP alleen op Layer 3 interfaces configureren.
Het LBP virtuele IP-adres moet in hetzelfde subtype zijn als het IP-adres van de interface.
U dient alle aanpassingsopties voor GLBP te configureren op alle GLBP-aangesloten gateways voordat u een GLBP-groep in staat stelt met de configuratie van een virtueel IP-adres.
Opmerking: Gebruik het Opname Gereedschap (alleen geregistreerde klanten) om meer informatie te verkrijgen over de opdrachten die in deze sectie worden gebruikt.
Het netwerk in dit document is als volgt opgebouwd:
Dit document gebruikt deze configuraties:
Nexus 7000 switch 1 |
---|
Nexus1#configure terminal !--- Enables GLBP. Nexus1(config)#feature glbp Nexus1(config)#interface Vlan2 Nexus1(config-if)#ip address 10.193.33.252/24 !--- Creates a GLBP group. Nexus1(config-if)#glbp 2 !--- Configures the hello and hold times. Nexus1(config-if-glbp)#timers 1 4 !--- Configures the redirect and timeout timers. Nexus1(config-if-glbp)#timers redirect 600 7200 !--- Sets the priority level. Nexus1(config-if-glbp)#priority 10 Nexus1(config-if-glbp)#preempt delay minimum 60 !--- Sets the GLBP load-balancing method. Nexus1(config-if-glbp)#load-balancing host-dependent Nexus1(config-if-glbp)#forwarder preempt delay minimum 50 !--- Enables GLBP on an interface. Nexus1(config-if-glbp)#ip 10.193.33.3 Nexus1(config-if-glbp)#exit !--- Save the configurations in the device. Nexus1(config)#copy running-config startup-config Nexus1(config)#exit |
Nexus 7000 switch 2 |
---|
Nexus2#configure terminal !--- Enables GLBP. Nexus2(config)#feature glbp Nexus2(config)#interface Vlan2 Nexus2(config-if)#ip address 10.193.33.251/24 !--- Creates a GLBP group. Nexus2(config-if)#glbp 2 !--- Configures the hello and hold times. Nexus2(config-if-glbp)#timers 1 4 !--- Configures the redirect and timeout timers. Nexus2(config-if-glbp)#timers redirect 600 7200 !--- Sets the priority level. Nexus2(config-if-glbp)#priority 110 Nexus2(config-if-glbp)#preempt delay minimum 60 !--- Sets the GLBP load-balancing method. Nexus2(config-if-glbp)#load-balancing host-dependent Nexus2(config-if-glbp)#forwarder preempt delay minimum 50 !--- Enables GLBP on an interface. Nexus2(config-if-glbp)#ip 10.193.33.3 Nexus2(config-if-glbp)#exit !--- Save the configurations in the device. Nexus2(config)#copy running-config startup-config Nexus2(config)#exit |
Gebruik dit gedeelte om te bevestigen dat de configuratie correct werkt.
Het Uitvoer Tolk (uitsluitend geregistreerde klanten) (OIT) ondersteunt bepaalde show opdrachten. Gebruik de OIT om een analyse van tonen opdrachtoutput te bekijken.
Gebruik de opdracht BEELD om de GLBP-instellingen en -status weer te geven.
Bijvoorbeeld:
Nexus1(config-if-glbp)#show glbp Extended-hold (NSF) is Disabled Vlan2 - Group 2 State is Init (Interface is up) 1 state change(s), last state change(s) 00:01:11 Virtual IP address is 10.193.33.3 Hello time 1 sec, hold time 4 sec Redirect time 600 sec, forwarder time-out 7200 sec Preemption enabled, min delay 60 sec Active is unknown Standby is unknown Priority 110 (configured) Weighting 100 (default 100), thresholds: lower 1, upper 100 Load balancing: host-dependent Group members: 0026.980C.2AC1 (10.193.33.252) local There are no forwarders
Gebruik het tonen in werking stellen-enig in werking stellen-enig interface vlan2 bevel om informatie over de in werking gestelde configuratie voor VLAN interface 2 te tonen.
Bijvoorbeeld:
Nexus1(config-if-glbp)#show running-config interface Vlan2 version 5.1(2) interface Vlan2 no ip redirects ip address 10.193.33.252/24 glbp 2 ip 10.193.33.3 timers 1 4 timers redirect 600 7200 priority 110 preempt preempt delay minimum 60 load-balancing host-dependent forwarder preempt delay minimum 50
Dit zijn een paar van de GLBP-verificatieopdrachten:
Er is momenteel geen specifieke troubleshooting-informatie beschikbaar voor deze configuratie.
Revisie | Publicatiedatum | Opmerkingen |
---|---|---|
1.0 |
29-Mar-2012 |
Eerste vrijgave |