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.

 

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.

 

Interface Net Edit Action Example

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

 

  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.

 

  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.

 

  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>#