A virtual link aggregation group (VLAG) allows links that are physically connected to two different Pluribus Networks devices to appear as a single trunk to a third device. The third device can be a switch, server, or any Ethernet device. A VLAG can provide Layer 2 multipathing, which allows you to create redundancy by increasing bandwidth, enabling multiple parallel paths between nodes and loadbalancing traffic where alternative paths exist.
Specify the LACP fallback mode as bundles or individual.
pn_lacp_fallback_timeout
-
Specify the LACP fallback timeout in seconds. The range is between 30 and 60 seconds with a default value of 50 seconds.
pn_lacp_mode
-
Choices:
off
passive
active
Specify the LACP mode.
pn_lacp_timeout
-
Choices:
slow
fast
Specify the LACP timeout as slow(30 seconds) or fast(4 seconds).
pn_mode
-
Choices:
active-active
active-standby
Specify the mode for the VLAG. Active-standby indicates one side is active and the other side is in standby mode. Active-active indicates that both sides of the vlag are up by default.
pn_name
-
/ required
The pn_name takes a valid name for vlag configuration.
pn_peer_port
-
Specify the peer VLAG port.
Required for vlag-create.
pn_peer_switch
-
Specify the fabric-name of the peer switch.
pn_port
-
Specify the local VLAG port.
Required for vlag-create.
state
-
/ required
Choices:
present
absent
update
State the action to perform. Use 'present' to create vlag, 'absent' to delete vlag and 'update' to modify vlag.
-name:create a VLAGpn_vlag:state:'present'pn_name:spine-to-leafpn_port:'spine01-to-leaf'pn_peer_port:'spine02-to-leaf'pn_peer_switch:spine02pn_mode:'active-active'-name:delete VLAGspn_vlag:state:'absent'pn_name:spine-to-leaf