Interface Net Create
he 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.
The command tolt interfaces net config will create a new LAG.
Note 1: * = required parameter
Note 2: User must disable links before moving them out of LAG.
- Command Path – tolt>interface>net>config>
- Module – tolt
- Container – interfaces
- Container – net
- Container – config
- Types –
- *aid – The name of the current LAG, values are NET1 through NET12
- net <1..12> – ID of the net
- Interface-type – Only Uplink LAGS supported
- Uplink – Default
- Admin-state – Enabled by default on creation can be overridden
- enabled (default) | disabled
- Uplink-interface – Uplink interface configuration parameters
- *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 ]
- *aid – The name of the current LAG, values are NET1 through NET12
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)
- Lag Speed – LAG speed of autodetect will be detected based on the installed module. The first module installed will be populated to all members of the LAG. It can be explicitly configured. Removing all modules will return the lag to auto.
- auto (default)| 1g |10g | 25g | 40g | 50g | 100g | auto-1-g | auto-10g
- 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)
Lag Creation with Ports
- Command Path – tolt>interfaces>net>create>
- Module – tolt
- Container – interfaces
- Container – net
- Command – create
- Types – Example Parameters
- aid NET4
- Admin-state enabled
- description "NET4 LAG to Core"
- ports [ QSFP1-2-5 QSFP1-2-6 ]
- action-success true
- aid NET4
- From the MDS1-ESUA# command line, input tolt interfaces net create aid NET4 admin-state enabled description "NET4 LAG to Core" hashing-algorithm src-dst-mac lacp-admin-state disabled action-success true aid NET4,and press Enter. Output similar to the following is displayed:
Lag Creation without Ports
Note: Uses all standard defaults and LAGs are enabled by default. Port IDs must be specified. List members are enclosed in square brackets and require a space around square brackets.
- Command Path – tolt>interfaces>net>create>
- Module – tolt
- Container – interfaces
- Container – net
- Command – create
- Types – Example Parameters
- aid NET4
- Admin-state enabled
- description "NET4 LAG to Core"
- hashing-algorithm src-dst-mac
- lacp-admin-state disabled
- action-success true
- aid NET4
- From the MDS1-ESUA# command line, input tolt interfaces net create aid NET4 admin-state enabled description "NET4 LAG to Core" ports [ QSFP1-2-5 QSFP1-2-6 ] hashing-algorithm src-dst-mac lacp-admin-state disabled action-success true aid NET4,and press Enter. Output similar to the following is displayed:
FEEDBACK: Are you happy with this material?
Thank you Your feedback helps us to continually improve our content.
On this page