Home > Networking Solutions > Enterprise/Data Center Networking Solutions > SmartFabric OS10 Networking Solutions > Guides > Dell Networking Layer 3 Leaf-Spine Deployment and Best Practices with OS10 release 10.5.3.0.44 > Protocols used in the leaf-spine examples
Virtual Link Trunking (VLT) is a mechanism to aggregate the two connections by spreading across two upstream VLT devices. It allows connection between two different VLT switches, such as Edge, Access, or top-of-rack (ToR). As a result, the two physical switches appear as a single switch to the connected devices. VLT technology connects the devices and presents to single logical LACP end-point to connecting device/server, the device/server supports LACP sees the two VLT switch as single LACP end point. It provides multiple benefits like loop-free topology, no spanning-tree block port, load-balance traffic, port switch in link redundancy. The benefit also allows a single server to spread across two upstream switches. This allows for a nonblocking, multipathing scenario. The VLT works in Layer 2 traffic in VLT domains, the media access control (MAC) address of any host connected to the VLT peers is synchronized between the VLT nodes.
The delay-restore feature for non-VLT ports is used to delay non-VLT ports presentation. This day provides the time for the protocols and features to converge. If there is no such mechanism available, traffic may get blocked.
The delay-restore feature is similar to the VLT delay-restore mechanism for VLT port channels. The delay-restore mechanism is applicable to the following two scenarios:
There are two sets of configurations, one for non-VLT deployments and the other for VLT deployments.
Delay-restore port is used for non-VLT deployments. The configured ports are kept down after a reload and are brought up only after the configured delay-restore port timer expires. The VLT delay-restore timer that controls the VLT port channels also controls the orphan ports.
The delay-restore for orphan ports feature extends the support of the delay-restore timer for the VLT port channels to orphan ports. The timer corresponding to the VLT port channel also control the orphan-ports. When delay-restore orphan port is configured, the orphan port responds similarly to VLT port channels during VLT peer reload and VLTi link failure scenarios.
During reload, ethernet1/1/1 is kept down. The delay-restore timer is started and is run for 120 seconds. After the timer expires, ethernet1/1/1 is brought up.
Use the following script to view the current state of configurations and the timer:
Table 1 explains how to disable delay-restore port on an interface and revert the timer value to Default in 90 seconds.
Leaf | Description |
configure terminal
interface Ethernet 1/1/1
no delay-restore-port
exit
no delay-restore-port timeout | Enters Configuration mode
Enters Interface Configuration mode
Disables delay-restore port
Exits Interface configuration mode and enters configuration mode.
Reverts delay-restore timer value to default 90 s. |
Note: LAG does not provide the redundancy between switches, can only terminate to single switch where VLT can spread the peering to 2 different physical switches. Stacking incurs the faith-sharing, when you reload a switch, the entire switch will be affected.