Send document comments to nexus7k-docfeedback@cisco.com
2-35
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
SUMMARY STEPS
1. configure terminal
2. interface ethernet slot/port
3. bandwidth kbps
4. show interface ethernet slot/port
5. exit
6. copy running-config startup-config
DETAILED STEPS
This example shows how to configure an informational value of 1,000,000 Kb for the Ethernet slot 3,
port 1 interface bandwidth parameter:
switch# configure terminal
switch(config)# interface ethernet 3/1
switch(config-if)# bandwidth 1000000
switch(config-if)#
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-if)#
Specifies an Ethernet interface to
configure, and enters interface
configuration mode.
Step 3
bandwidth kbps
Example:
switch(config-if)# bandwidth 1000000
switch(config-if)#
Specifies the bandwidth as an
informational-only value between 1 and
10,000,000.
Step 4
show interface ethernet slot/port
Example:
switch(config)# show interface ethernet 2/1
Displays the interface status, which
includes the bandwidth value.
Step 5
exit
Example:
switch(config-if)# exit
switch(config)#
Exits the interface mode.
Step 6
copy running-config startup-config
Example:
switch(config)# copy running-config startup-config
(Optional) Copies the running
configuration to the startup configuration.