Extreme Networks: VRRP und das Problem mit den sieben (7) VRRP Instanzen

Diese Limitierung ist nicht einfach zu verstehen, ich versuche es mir hier etwas verständlicher zu machen, diese Info findet sich im Concept Quide:

VRRP Guidelines

EN

  • Up to seven unique VRIDs can be configured on the router. VRIDs can be re-used, but not on the same interface.
  • Duplicate VRIDs are allowed on the router but not on the same IP interface or VLAN.
  • A maximum of 128 VRID instances are supported on the router.

DE

  • Bis zu sieben eindeutigen VRIDs können auf dem Router konfiguriert werden.
    VRIDs können wieder verwendet werden, jedoch nicht auf demselben interface.
  • Gleiche VRIDs sind auf dem Router erlaubt, jedoch nicht auf demselben interface oder VLAN.
  • Maximal werden 128 VRID Instanzen auf dem Router unterstützt

Hier eine Anfrage eines Nutzers, der besorgt ist, ob er zukünftig kein Problem mit den VRIDs bekommt: http://www.tek-tips.com/viewthread.cfm?qid=1600311

I have 2 BD8806 working in VRRP. I have more than 20 vlans configuring as VRRP.
Each vrid was used by more than one Vlan. When I add to vlan X tagged port it displays a warning message “ port belong to multiple vrrp vlans ? Is it possible to use vrid to multiple vlans with differents Virtual route ip address?

Antwort:

Extreme Networks has individual Forwarding Database (FDB) entries per VLAN. So even though you have Virtual MAC addresses (linked to VRRP intances) for several VLANS per VRRP instance and these VLANs are all sharing the same Virtual MAC address there is no collision or problem with forwarding, routing or switch functionality. The same VRRP virtual MAC can appear for several VLANs where VRRP is configured (with the same VRRP ID on several VLANs). This is supported on Extreme, which is why only having 7 VRID’s is not a problem and why you can have several VLANs assigned to each VRID.

Es sieht so aus, dass man durchweg EINE VRRP IP für alle VRRP Instanzen nutzen kann. D.h es spricht nichts dagagen, die vrid 1 überall einzusetzen, es sei denn, ein mehrere VLANs mit ihrer virtuellen VRRP IP (und der VRRP MAC) wird pro Port einzeln herausgeführt wird und ein gegenüberliegender Switch eine MAC an zwei unterschiedlichen Ports zu sehen bekommt. Das ist in der Praxis jedoch sehr unwahrscheinlich, da man den Switch gewöhnlich mit einem Transportnetz/Trunk an den VRRP Router anbindet – also nicht mit mehreren Port-zu-Port Verbindungen.

create vrrp vlan V81 vrid 1
create vrrp vlan V82 vrid 1
create vrrp vlan V83 vrid 1
….
configure vrrp vlan V81 vrid 1 add 10.136.81.1
configure vrrp vlan V82 vrid 1 add 10.136.82.1
configure vrrp vlan V83 vrid 1 add 10.136.83.1
….
enable vrrp vlan V81 vrid 1
enable vrrp vlan V82 vrid 1
enable vrrp vlan V83 vrid 1
….