Send document comments to nexus7k-docfeedback@cisco.com
2-21
Cisco Nexus 7000 Series NX-OS Interfaces Configuration Guide, Release 5.x
OL-23435-03
Chapter 2 Configuring Basic Interface Parameters
Configuring the Basic Interface Parameters
3. shutdown
4. interface ethernet slot/port, ethernet slot/port, ethernet slot/port, ethernet slot/port
5. rate-mode shared
6. no shutdown
7. show interface ethernet slot/port
8. exit
9. copy running-config startup-config
DETAILED STEPS
Command Purpose
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Enters configuration mode.
Step 2
interface ethernet slot/port
Example:
switch(config)# interface ethernet 3/1
switch(config)#
Specifies the first Ethernet interface in a
group of interfaces.
Step 3
shutdown
Example:
switch(config-if)# shutdown
Brings the port administratively down.
Step 4
interface ethernet slot/port, ethernet slot/port,
ethernet slot/port, ethernet slot/port
Example:
switch(config)# interface ethernet 3/1, ethernet
3/3, ethernet 3/5, ethernet 3/7
switch(config-if)#
Specifies four Ethernet interfaces to
configure (they must be part of the same
port group), and enters interface
configuration mode.
The example shows how to specify one
port for the dedicated mode.
Step 5
rate-mode shared
Example:
switch(config-if)# rate-mode shared
switch(config-if)#
Sets the shared rate mode for the specified
ports.
The example shows how to configure the
shared mode.
Step 6
no shutdown
Example:
switch(config-if)# no shutdown
Brings the ports administratively up.
Step 7
show interface ethernet slot/port
Example:
switch(config)# show interface ethernet 3/1
Displays the interface information
including the current rate mode.