Capability

VIP and IP Scenarios

Manage VIPs not just as IP addresses — but with interface type, VLAN, cluster role and transition method.

TR7 ADC VIP and IP Scenarios treats VIPs — the real entry points of application traffic — not as a flat IP list but as part of the network topology. Seven interface types are supported: Ethernet, VLAN, Bond, LACP, V-ETH, V-ETH(peer) and Bridge. Multiple VLANs, multiple subnets and many VIPs can all be defined on the same physical interface. Every VIP belongs to the cluster model, not to a single node. VIP ownership is managed through MASTER and BACKUP slots; in an Active-Active setup, some VIPs can be active on one node while others run on the peer node. During failover, gratuitous ARP updates switch MAC tables on the network side immediately. TR7 does not leave VIP transition behavior entirely to classic VRRP. For each VIP the operator can choose from four transition methods: VRRP only, TR7 link check, TR7 gateway check, or TR7 link and gateway check — so interface link state, gateway reachability or both can factor into the failover decision. The result: TR7 ADC brings VIP management — including the TR7 network model, dual-stack addressing, cluster-wide VIP ownership, interface-level transition control and Active-Active distribution — into a single management surface.

7
Supported interface types: Ethernet, VLAN, Bond, LACP, V-ETH, V-ETH(peer), Bridge
2
VRRP slots per interface: MASTER + BACKUP — the foundation of Active-Active distribution
4
clusterIpMethod options: vrrp / link / gw / link+gw

A VIP is not just an IP address — it must live on the right interface, in the right cluster role and with the right failover logic.

Production traffic usually starts with DNS but ultimately flows to IP addresses. When VIP management is treated as nothing more than "bind to an address," the real network topology is left out of the picture. If VLAN, LACP, Bridge, V-ETH, V-ETH(peer), namespace, IPv6 and cluster failover behavior are not considered together, a VIP may appear operational while traffic does not arrive over the expected path.

In multi-VLAN environments the problem becomes more apparent. An operator first creates the VLAN on the network side, then adjusts Bond or Bridge relationships, and finally defines the VIP on the ADC. When these pieces are managed in isolation, a wrong VLAN tag, MTU mismatch, incorrect parent interface selection or missing gateway check all lead to the classic "VIP is up but no traffic" situation.

Classic VIP transition approaches are also insufficient in some scenarios. A node may appear healthy, VRRP peer communication may continue, yet the relevant link may have gone down or the gateway may have become unreachable. If the VIP stays on a device that cannot reach upstream, no failover occurs and a service outage follows.

The right model binds the VIP to the cluster, not to a physical device. Interface type, parent interface relationship, VLAN or Bond structure, IPv4/IPv6 addresses, MASTER/BACKUP role and transition method must all be defined together in the same configuration model.

TR7 VIP and IP Scenarios meets this need: it makes VIPs manageable together with network topology, cluster ownership and link/gateway awareness.

Our approach

TR7 builds VIP management on an interface model, VIP communication pairing, MASTER/BACKUP distribution and multi-layer interface composition.

Seven interface types managed in a single network model

Ethernet, VLAN, Bond, LACP, V-ETH, V-ETH(peer) and Bridge interfaces are all defined through the same configuration approach. Only the options relevant to each type are shown, so operators cannot write the wrong network parameter into the wrong field.

VIP ownership is determined through VIP communication pairing

A VIP communication pair is defined for each interface and cluster nodes match through those addresses. The VIP is not pinned to a single node; it is owned on whichever node holds the active cluster role.

MASTER and BACKUP VIP lists are managed separately

VIPs are separated into master and backup lists. In Active-Active deployments one node holds the master VIP list and the peer holds the backup list. If a node fails, all VIPs converge on the healthy node.

VLAN, Bond and Bridge layers can be stacked

Parent interface relationships, Bond members, Bridge members and virtual interface associations are all defined in the same tree. Real-world topologies such as VLAN over Bond, V-ETH inside a Bridge, or namespace-attached V-ETH(peer) are all represented in a single model.

Capabilities

VIP and IP Scenarios combines physical and virtual network structure with cluster-aware VIP management.

Seven interface types support physical and virtual network topologies

TR7 supports Ethernet, VLAN, Bond, LACP, V-ETH, V-ETH(peer) and Bridge interface types. Physical interfaces, VLAN sub-interfaces, Bond, LACP, Bridge, virtual Ethernet and virtual Ethernet pairs can all be included in the same network model. This makes the ADC a network-topology-aware management point rather than just an IP assignment layer. Operators manage the actual network layout of their production environment from the TR7 interface.

IPv4 and IPv6 VIPs are defined within the same service model

TR7 handles IPv4 and IPv6 address families together in VIP management. Both v4 and v6 addresses can run in parallel for the same service or interface. Gateway health checks can also be separated per address family. This treats IPv6 adoption as a natural extension of the existing VIP model rather than a separate project.

VLAN-based VIPs enable multi-tenant and multi-subnet separation

VLAN interfaces can be defined with a parent Ethernet, Bond or LACP interface. Each VLAN can carry its own subnet and its own VIP set. This is particularly valuable for service provider, multi-tenant and segmentation-driven architectures. Different customers or security zones are separated over the same physical link.

Bond and LACP provide redundancy and capacity in production networks

Bond and LACP interfaces allow multiple physical ports to operate as a single logical interface. Bond covers redundancy scenarios such as active-backup mode; LACP covers 802.3ad link aggregation. Production VIPs placed on these logical interfaces become more resilient to single-port or single-link failures. A VLAN layer can also run on top of Bond or LACP for flexible topology design.

Bridge, V-ETH and V-ETH(peer) cover virtual network integrations

Bridge can be used for layer-2 bridging behavior in VM or container-based network backplanes. V-ETH provides a MAC-level virtual Ethernet interface for virtualization environments. V-ETH(peer) creates a virtual Ethernet pair for namespace and container isolation. This support means TR7 operates flexibly in virtual and on-premises cloud architectures, not only on physical appliances.

The VIP communication model decouples VIPs from individual nodes

VIPs are managed as cluster-owned service addresses rather than as local IP lists on a single node. VIP communication pairs and VIP objects are defined per interface. When failover occurs, VIP ownership can move to the peer node. This model preserves service addresses through both maintenance and failure scenarios.

The VIP transition method is chosen from four decision models

TR7 offers four transition methods per VIP: VRRP only, TR7 link check, TR7 gateway check and TR7 link and gateway check. VRRP only uses classic protocol behavior; TR7 link check monitors the physical interface carrier state; TR7 gateway check tests upstream reachability; TR7 link and gateway check evaluates both signals together. Critical VIPs can therefore move based on real network reachability rather than just device liveness. This behavior — which typically requires custom monitoring scripts in standard deployments — is offered as a policy selection from the TR7 interface.

Active-Active VIP distribution keeps both nodes carrying live traffic

The master VIP list and backup VIP list are maintained separately. In an Active-Active setup one group of VIPs is active on one node while the other group is active on the peer. If a node goes down, the healthy node takes ownership of both VIP sets. This means both devices serve as active traffic sources rather than one being an idle standby.

Operational depth

VIP management is planned together with interface hierarchy, VRRP slots, unicast communication, namespace, zone and gateway checks.

01

Interface hierarchy

VLAN, Bond, LACP, Bridge, V-ETH and V-ETH(peer) relationships are defined through parent interface and member interface fields. This allows compositions such as VLAN over Bond, V-ETH inside a Bridge, or namespace-attached V-ETH(peer) to be modeled accurately. Operations teams manage the network structure together with its dependencies rather than as disconnected pieces.

02

VRRP slot separation

Two VRRP slots — MASTER and BACKUP — can be generated per interface. In Active-Active deployments this separation is the foundation of VIP distribution. virtual_router_id values are assigned automatically, reducing the risk of collisions within the same subnet.

03

Unicast VRRP behavior

TR7 can use a unicast approach for VRRP peer communication. This provides more predictable behavior in modern data center networks where multicast traffic is filtered. Peer node communication is defined explicitly through unicast_src_ip and unicast_peer fields.

04

Gateway monitor check

Gateway reachability can be monitored with a health check per interface. IPv4 and IPv6 families can be checked independently. When gateway access is lost and the transition method is TR7 gateway check or TR7 link and gateway check, the failover decision takes this signal into account.

05

Namespace and zone awareness

VIPs can be associated with a namespace and zone context. This makes VIP ownership more clearly defined in multi-tenant or multi-zone deployments. Separate network isolation and separate VIP management can be configured for each tenant or zone.

06

Gratuitous ARP update

When a VIP fails over, a gratuitous ARP is sent to update switch MAC tables on the network side. This accelerates L2-level traffic redirection to the newly active node. It helps reduce service interruption time particularly during VIP transitions within the same subnet.

When to use it

Multi-VLAN telecom and service provider architecture

Telecom teams can define many VLANs on a trunk port and run a separate VIP set for each customer or service segment. Multiple subnets and multiple customer separations are managed over a single physical link.

Production VIP redundancy over LACP

Operations teams can aggregate multiple physical ports into a single LACP interface and place production VIPs on that logical interface. Service continuity is strengthened against link failure or capacity demands.

VIP distribution across Active-Active nodes

In large deployments, some VIPs can be active on one node while others run on the peer. Both devices carry live traffic, and if one node fails the healthy node takes ownership of the full VIP set.

Namespace-based tenant network isolation

In multi-tenant environments each tenant can be placed in its own namespace. VIPs are defined as belonging to that namespace, and tenant traffic is separated at the network plane.

Frequently asked questions

Which interface types does TR7 support?
TR7 supports seven interface types: Ethernet, VLAN, Bond, LACP, V-ETH, V-ETH(peer) and Bridge. Each type is defined with its own configuration options, and layered compositions such as VLAN over Bond, LACP over Bond or V-ETH inside a Bridge can all be modeled.
What is clusterIpMethod and what options are available?
clusterIpMethod determines which signal drives the failover decision for each VIP. Four options are available: vrrp (classic VRRP protocol only), link (physical interface carrier state), gw (gateway reachability) and link+gw (both signals together). This allows critical VIPs to move based on real network reachability rather than device liveness alone.
How does Active-Active VIP distribution work?
Two VRRP slots — MASTER and BACKUP — are defined per interface. In an Active-Active setup one node owns the master VIP list and the peer owns the backup VIP list. If a node fails, the healthy node takes over both VIP sets. This model ensures both devices carry live traffic at all times.
Can IPv4 and IPv6 VIPs run simultaneously?
Yes. TR7 handles IPv4 and IPv6 address families together in the same VIP management model. Both v4 and v6 addresses can run in parallel on the same interface or service. Gateway health checks can also be separated per address family.
How is network traffic redirected during a VIP failover?
During failover, TR7 sends a gratuitous ARP to update switch MAC tables on the network side. This causes L2-level traffic to redirect quickly to the newly active node. It reduces service interruption time especially for VIP transitions within the same subnet.
When should unicast VRRP be used?
In modern data center networks, multicast traffic is often filtered or unsupported. TR7 supports a unicast-based approach for VRRP peer communication through the unicast_src_ip and unicast_peer fields. This provides more predictable cluster node communication in environments with multicast restrictions.

Integrate VIP management with your network topology

Seven interface types, four failover methods and cluster-wide VIP ownership. Let us walk you through a live setup in your own environment.