Cisco 7206 - VXR Router Configuration Manual page 59

Network configuration guide
Table of Contents

Advertisement

Chapter 2
Configuring Basic Interface Parameters
S e n d d o c u m e n t c o m m e n t s t o n e x u s 7 k - d o c f e e d b a c k @ c i s c o . c o m
SUMMARY STEPS
1.
2.
3.
4.
5.
6.
DETAILED STEPS
Command
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 2
interface ethernet slot/port
Example:
switch(config)# interface ethernet 3/1
switch(config-if)#
Step 3
bandwidth kbps
Example:
switch(config-if)# bandwidth 1000000
switch(config-if)#
Step 4
show interface ethernet slot/port
Example:
switch(config)# show interface ethernet 2/1
Step 5
exit
Example:
switch(config-if)# exit
switch(config)#
Step 6
copy running-config startup-config
Example:
switch(config)# copy running-config startup-config
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)#
OL-23435-03
configure terminal
interface ethernet slot/port
bandwidth kbps
show interface ethernet slot/port
exit
copy running-config startup-config
Cisco Nexus 7000 Series NX-OS Interfaces Configuration Guide, Release 5.x
Configuring the Basic Interface Parameters
Purpose
Enters configuration mode.
Specifies an Ethernet interface to
configure, and enters interface
configuration mode.
Specifies the bandwidth as an
informational-only value between 1 and
10,000,000.
Displays the interface status, which
includes the bandwidth value.
Exits the interface mode.
(Optional) Copies the running
configuration to the startup configuration.
2-35

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents