Loader

LAG Samples

The interface net commands are used to act on the Uplink LAGs.  The system names the Uplink LAGs as NET1.. NET12 and any allowed NET interface can be configured to use any port.  If the system on the far end is not using a LAG, simply place a single port in the LAG, and it will be treated as a normal port.  This allows the addition of ports to the NET interface without any loss of service or hits to the link. 

LAG Add Uplink Ports

The following command will Add new Uplink ports to the LAG.

Note: When entering list-based attributes, the user must enclose the members of the list in square brackets; the user MUST have spaces between the brackets and the first and last data member.
  • Command Path – tolt>interfaces>net>add-ports>
  • Module  – tolt
  • Container – interfaces
  • Container – net 
  • Command – add-ports
  • Types – Example Parameters
    • *aid  NET3
    • ports [ QSFP1-2-6 ]

 

  1. From the MDS1-ESUA<config># command line, input tolt interfaces net add-ports aid NET3 ports [ QSFP1-2-6 ] and press Enter
  2. Input commit and press Enter. Outputs similar to the following are displayed:
MDS1-ESUA<config># no tolt interfaces net config NET3 ports [ QSFP1-2-5 QSFP1-2-6 ] <enter>
MDS1-ESUA<config-config-NET3># commit <enter>
Commit performed by admin via tcp using net_add_ports. 
MDS1-ESUA<config>#_
 

Add List of Uplink Ports to LAG

The following command will Add a list of Uplink ports to the LAG.

  • Command Path – tolt>interfaces>net>config>
  • Module – tolt
  • Container – interfaces
  • Container – net 
  • Command – config
  • Types – Example Parameters
    • *aid  NET3
    • ports [ QSFP1-2-5 QSFP1-2-6 ]

 

  1. From the MDS1-ESUA<config># command line, input config tolt interfaces net config NET3 ports [ QSFP1-2-5 QSFP1-2-6 ] and press Enter
  2. Input commit and press Enter. Outputs similar to the following are displayed:
MDS1-ESUA<config># tolt interfaces net config NET3 ports [ QSFP1-2-5 QSFP1-2-6 ] <enter>
MDS1-ESUA<config-config-NET3># commit <enter>
commit complete 
MDS1-ESUA<config-config-NET3># exit <enter>
MDS1-ESUA<config># _

Remove a Single Port From a LAG

The following command will Remove a single port from a LAG.

  • Command Path – tolt>interfaces>net>
  • Module – tolt
  • Container – interface
  • Container – net 
  • Command – remove-ports
  • Types – Example Parameters
    • aid NET4
    • ports [ QSFP1-2-6 ]

 

  1. From the MDS1-ESUA<config># command line, input tolt interfaces net remove-ports aid NET4 ports QSFP1-2-6 and press Enter. Output similar to the following is displayed:
MDS1-ESUA<config># tolt interfaces net remove-ports aid NET4 ports QSFP1-2-6 <enter>
action-success true 
MDS1-ESUA<config>#_
System message at 2021-01-01 06:19:47... 
Commit performed by admin via tcp using net_remove_ports.
MDS1-ESUA<config>#_
 

Add Description to Existing LAG

The following command will Add a Description to an existing LAG.

  • Command Path – tolt>interfaces>net>
  • Module – tolt
  • Container – interfaces
  • Container – net 
  • Command – config
  • Types – Example Parameters
    • *aid  NET3
    • Description "Uplink LAG to Internet"

 

  1. From the MDS1-ESUA<config># command line, input tolt interfaces net config net3 description "Uplink LAG to Internet" and press Enter
  2. Input commit and press Enter. Outputs similar to the following are displayed:
MDS1-ESUA<config># tolt interfaces net config NET3 description "Uplink LAG to Internet" <enter>
MDS1-ESUA<config-config NET3># commit <enter>
Commit complete. 
MDS1-ESUA<config-config NET3># exit <enter>
MDS1-ESUA<config>#

Set LAG Untagged VLAN

Note 1: The PVID determines the VLAN to apply to untagged traffic on ingress at this LAG. 
Note 2: This can also be set at lag creation time in the tolt interface net create command. 

LAG Interface  Set the PVID for a LAG to make it the untagged VLAN for that LAG.

  • Command Path – tolt>interfaces>net>
  • Module – tolt
  • Container – interfaces
  • Container – net 
  • Command – config
  • Types –  Example Parameters
    • *aid – NET2
    • Pvid 2929

 

  1. From the MDS1-ESUA<config># command line, input tolt interfaces net config net2 pvid 2992, and press Enter. Output similar to the following is displayed:
    MDS1-ESUA<config># tolt interfaces net config net2 pvid 2929 <enter>
    MDS1-ESUA<config>#_
    
 

Set LAG Untagged Priority 

Note 1: This sets the priority of untagged traffic ingressing at the uplink for this LAG. 

Note 2: This can also be set at lag creation time in the tolt interface net create command

LAG Interface  Set Priority of untagged traffic.

  • Command Path – tolt>interfaces>net>
  • Module – tolt
  • Container – interfaces
  • Container – net 
  • Container – config
  • Types – Example Parameters
    • *aid – NET3
    • Pvid-prIority 7

 

  1. From a MDS1-ESUA<config># command line, input tolt interfaces net config NET3, and press Enter
  2. Input pvid-priority 7 and press Enter. 
  3. Input commit and press Enter. Outputs similar to the following are displayed:
    MDS1-ESUA<config># tolt interfaces net config net3 <enter>
    MDS1-ESUA<config-config-NET3># pvid-priority 7 <enter>
    MDS1-ESUA<config-config-NET3># commit <enter>
    Commit complete.
    MDS1-ESUA<config-config-NET3># exit<enter>
    MDS1-ESUA<config>#
    

     

 

 

FEEDBACK: Are you happy with this material?