Loader

Net Edit Action

Interface Net Edit Attributes

Attribute 

Values 

Default 

Required 

Description 

edit 

 

 

 

The create action for LAGs. 

Admin-state 

enabled | disabled 

Enabled 

Enabled by default on creation can be overridden. 

Aid 

NET<id> 

N/A 

The name of the current LAG, values are NET1 through NET12 

Description 

Text 

N/A 

Description of the port entered by user.  Should be enclosed in quotes. 

Enable-pause-frames 

true | false 

False 

Enable-pause-frame 

Hashing-algorithm 

Src-mac | dst-mac | src-dst-mac | src-ip | dst-ip | src-dst-ip 

Src-dst-mac 

Hashing algorithm for load balancing of packets across the link. 

Lacp-admin-state 

enabled | disabled

Disable 

Whether LACP is enabled on the port. 

lacp-mode 

active | passive 

Active 

Whether LACP is in the active or passive mode 

Lacp-timer 

long | short

Short 

Whether to use a short or long timer for the LAG. 

Ports 

[ <SFP1-1-x> 
| <QSFP1-2-x> ] 

N/A 

List of ports to add to the LAG.  LAG is only operational after ports have been assigned. 

Pvid 

1..4094 

Vlan to assign to untagged traffic.  VLANs 4000-4007, 4010-4012 are reserved for internal use. 

Pvid-priorit

0..7 

Priority to assign to untagged traffic 

Note 1: * = required parameter
Note 2: User must disable links before moving them out of LAG.

 

  • Command Path – tolt>interface>net>edit>
  • Module – tolt
  • Container – interfaces
  • Container  net 
  • Action – edit
  • Types 
    • Admin-state   Enabled by default on creation can be overridden
      • enabled (default) | disabled 
    • *Aid – NET<1..12>  
      • *ports – List of ports to add to the LAG. LAG is only operational after ports have been assigned.
        • [ SFP1-1-x | QSFP1-2-x ]
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.
  • Description – Description of the port entered by the user. Description must be enclosed in Quotes ("") to allow a description with spaces.  
    • "Description text" any alphanumeric name up to 32 characters
  • Enable-pause-frame – Enable pause frames on the LAG.      
    • true | false (Default)
  • lacp-mode – Whether LACP is in the active or passive mode.
    • lacpactive (default) | lacppassive
  • lacp-timer – Whether to use a short or long timer for the LAG.
    • long| short (default) 
  • lacp-wait-timer – Whether to use a short or long timer for the LAG.
    • <int, 0 .. 10> | 2 (default) 
  • hash-algorith– Hashing Algorithm.  The hashing algorithm controls which hash is used to hash the traffic into the LAG.  This allows load balancing the links within the LAG.  The hashes all ensure that packets between a source / destination pair are never re-ordered.  The default is to hash on both the source and destination.
    • Src-mac | dst-mac | src-dst-mac (default)| src-ip | dst-ip | src-dst-ip  
  • Pvid – PVID for this net, PVID will apply that VLAN ID to all untagged traffic ingressing the port and will also strip the tag for that VLAN on egress.  A Port-VLANID of 1 indicates that there is no untagged flow, and untagged traffic will not be passed. VLANs 4000-4007, 4010-4012 are reserved for internal use.
    • 1-4094 (default 1)
  • Pvid-prIority – priority to be applied to untagged frames on ingress
    • 0-7 (default 0)  

 

Interface Net Edit Action Example

This example will update the description on a LAG.  Any of the attributes noted above can be edited. 

  • 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?