Users Guide
471 | interface fastethernet | gigabitethernet Dell Networking W-Series ArubaOS 6.4.x| User Guide
4. A contract that applies to a specific application category
5. A generic bandwidth contract, not specific to any application or application category
Example
The following commands configure an interface as a trunk port for a set of VLANs:
(host) (config) # interface fastethernet 1/2
(host) (config-range)# switchport mode trunk
(host) (config-range)# switchport trunk native vlan 10
(host) (config-range)# switchport trunk allowed vlan 1,10,100
The following commands configure trunk port 1/2 with test-acl session for VLAN 2.
(host) (config) # interface range fastethernet 1/2
(host) (config-range)# switchport mode trunk
(host) (config-range)# ip access-group
(host) (config-range) # ip access-group test session vlan 2
The following commands configure a interface bandwidth contract for a high-priority application.
(host) (config) # interface gigabitethernet 1/1
(host) (config) # bw-contract protectlync exclude app alg-lync-voice downstream
Related Commands
(host) #show interface {fastethernet|gigabitethernet} <slot>/<port>
(host) #show datapath port vlan-table <slot>/<port>
Command History
Release Modification
ArubaOS 3.0 Command introduced
ArubaOS 3.4 The trusted VLAN and ip access-group session vlan parameters were
introduced.
ArubaOS 3.4.1 The trusted vlan <word> parameter was added.
ArubaOS 6.1
The parameter muxport was changed to tunneled-node-port
ArubaOS 6.3 The jumbo parameter was added to enable or disable jumbo frame MTU
configured via firewall on port.
ArubaOS 6.4 The lldp parameter was added.
ArubaOS 6.4.3.0 The bw-contract parameter was introduced.
The bpduguard, point-to-point, and vlan parameters were introduced as
part of spanning-tree.