Users Guide
stack-unit 1 port 37 portmode quad
--More--
Disabling and Re-enabling a Physical Interface
By default, all port interfaces on an Aggregator are operationally enabled (no shutdown) to send and receive Layer 2 trac. You can
recongure a physical interface to shut it down by entering the shutdown command. To re-enable the interface, enter the no shutdown
command.
1 Enter the keyword interface followed by the type of interface and slot/port information:
• For a 10GbE interface, enter the keyword TenGigabitEthernet followed by the slot/port numbers; for example, interface
tengigabitethernet 0/5.
• For the management interface on a stack-unit, enter the keyword ManagementEthernet followed by the slot/port numbers; for
example, interface managementethernet 0/0.
CONFIGURATION mode
interface interface
2 Enter the shutdown command to disable the interface.
INTERFACE mode
shutdown
To conrm that the interface is enabled, use the show config command in INTERFACE mode.
To leave INTERFACE mode, use the exit command or end command.
You cannot delete a physical interface.
The management IP address on the D-fabric provides a dedicated management access to the system.
The switch interfaces support Layer 2 trac over the 10-Gigabit Ethernet interfaces. These interfaces can also become part of virtual
interfaces such as VLANs or port channels.
For more information about VLANs, refer to VLANs and Port Tagging. For more information about port channels, refer to Port Channel
Interfaces.
Dell Networking OS Behavior: The Aggregator uses a single MAC address for all physical interfaces.
Layer 2 Mode
On an Aggregator, physical interfaces, port channels, and VLANs auto-congure to operate in Layer 2 mode. Following example
demonstrates about the basic congurations found in Layer 2 interface.
NOTE
: Layer 3 (Network) mode is not supported on Aggregator physical interfaces, port channels and VLANs. Only management
interfaces operate in Layer 3 mode.
Dell(conf-if-te-0/1)#show config
!
interface TenGigabitEthernet 0/1
mtu 12000
portmode hybrid
switchport
auto vlan
!
protocol lldp
advertise management-tlv system-name
dcbx port-role auto-downstream
no shutdown
Dell(conf-if-te-0/1)#
98
Interfaces