Net Edit Action
.png?Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9kemY4dnF2MjRlcWhnLmNsb3VkZnJvbnQubmV0L3VzZXJmaWxlcy80MTcwMy81NDk1Mi9ja2ZpbmRlci9pbWFnZXMvcXUvMjAyNS9pbWFnZSgyNDkpLnBuZyIsIkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTc2NTQ4MDI3Mn19fV19&Signature=EwmGCo5MpB6y4K7C3xH8PQ9wbPbwpFSAu4ZxYiSC6LoSZ5LfeB1AGFa4ElU22M0vDLH0tvu3gTkwUnI50GY0L2PImnnDlkhbqphDhphJBiZteHX0GuaCubYSF8BmT0OzZqo4syvXI1M4wcZvKn8XeMm6Skzn3c8-5L4qQUJZm6j-8i2kVmmexxxJn28-m8VJb2B2GWnun9sK8Y-wdEIhOa4yGystf3yTxBaUXyLUJNIDHrjscVtfRoWsGjbj9l~fh2xjA6UCqRr~SgjkFIRjfo~oVOlXTEQKCagR7rfLTWOLmuAKjkCi8NWt8Bwxtw-Zb35uzyEXsYjcf1mTgBZa8Q__&Key-Pair-Id=K2TK3EG287XSFC)
Interface Net Edit Attributes
|
Attribute |
Values |
Default |
Required |
Description |
|
edit |
|
|
|
The create action for LAGs. |
|
Admin-state |
enabled | disabled |
Enabled |
N |
Enabled by default on creation can be overridden. |
|
Aid |
NET<id> |
N/A |
Y |
The name of the current LAG, values are NET1 through NET12 |
|
Description |
Text |
N/A |
N |
Description of the port entered by user. Should be enclosed in quotes. |
|
Enable-pause-frames |
true | false |
False |
N |
Enable-pause-frame |
|
Hashing-algorithm |
Src-mac | dst-mac | src-dst-mac | src-ip | dst-ip | src-dst-ip |
Src-dst-mac |
N |
Hashing algorithm for load balancing of packets across the link. |
|
Lacp-admin-state |
enabled | disabled |
Disable |
N |
Whether LACP is enabled on the port. |
|
lacp-mode |
active | passive |
Active |
N |
Whether LACP is in the active or passive mode |
|
Lacp-timer |
long | short |
Short |
N |
Whether to use a short or long timer for the LAG. |
|
Ports |
[ <SFP1-1-x> |
N/A |
Y |
List of ports to add to the LAG. LAG is only operational after ports have been assigned. |
|
Pvid |
1..4094 |
1 |
N |
Vlan to assign to untagged traffic. VLANs 4000-4007, 4010-4012 are reserved for internal use. |
|
Pvid-priority |
0..7 |
0 |
N |
Priority to assign to untagged traffic |
- 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 ]
- *ports – List of ports to add to the LAG. LAG is only operational after ports have been assigned.
- Admin-state – Enabled by default on creation can be overridden
- 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-algorithm – 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"
- From the MDS1-ESUA<config># command line, input tolt interfaces net config net3 description "Uplink LAG to Internet" and press Enter.
- 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
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
- 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
- From a MDS1-ESUA<config># command line, input tolt interfaces net config NET3, and press Enter.
- Input pvid-priority 7 and press Enter.
- 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>#