C H A P T E R 24 |
![]() |
Reflective relay allows the packet from a device to be returned back from the same downstream port that delivered the packets. The most common use case is when the same interface is used to transmit and receive packets. This can be seen while using Virtual Ethernet Packet Aggregation (VEPA).
In the Virtual Ethernet Bridging (VEB) model, the hypervisor has a virtual switch or vswitch which acts as Layer2 switch in software. This allows intra-VM communication in software and packets do not have to leave the server. This requires a highly complex and expensive server and accounts for high overhead to accomplish network processing.
VEPA can be installed on the server to aggregate virtyal machine packets and pass them to the physical switch. The physical switch thus offloads the switching activities from the servers vswitch.
When aggregated packets are received on the switch, reflective relay and disabling loopback suppression must be configured on the switch, as some of the packets may have to be sent back to the same server, destined to another virtual machine residing on the same server. This will return those packets to the original device using the same port that delivered the packet to the switch.
Note - By default Reflective Relay is disabled in every VLAN created and Loopback Suppression is enabled on each interface. |
Display the current VLAN settings.
Enable Reflective Relay and verify the VLAN settings.
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.