Configuring The Bandwidth On An Interface - Cisco 7604-RSP720C-R Configuration Manual

Nx-os interfaces
Table of Contents

Advertisement

Chapter 4
Configuring Layer 3 Interfaces
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
DETAILED STEPS
Command
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 2
interface ethernet slot/port.number
Example:
switch(config)# interface ethernet 2/1.1
switch(config-subif)#
Step 3
ip address ip-address/length
Example:
switch(config-subif)# ip address
192.0.2.1/8
ipv6 address ipv6-address/length
Example:
switch(config-subif)# ipv6 address
2001:0DB8::1/8
Step 4
encapsulation dot1Q vlan-id
Example:
switch(config-subif)# encapsulation
dot1Q 33
Step 5
show interfaces
Example:
switch(config-subif)# show interfaces
ethernet 2/1.1
Step 6
copy running-config startup-config
Example:
switch(config-subif)# copy
running-config startup-config
This example shows how to create a subinterface:
switch# configure terminal
switch(config)# interface ethernet 2/1.1
switch(config-if)# ip address 192.0.2.1/8
switch(config-if)# encapsulation dot1Q 33
switch(config-if)# copy running-config startup-config

Configuring the Bandwidth on an Interface

You can configure the bandwidth for a routed interface, port channel, or subinterface. Higher layer
protocols use bandwidth parameter to calculate path costs. You can configure the bandwidth on a
subinterface with one of the following methods:
OL-23435-03
Explicit—Set the bandwidth value for the subinterface directly.
Purpose
Enters configuration mode.
Creates a subinterface and enters subinterface
configuration mode. The number range is from 1 to
4094.
Configures an IP address for this subinterface. See the
Cisco Nexus 7000 Series NX-OS Unicast Routing
Configuration Guide, Release 5.x, for more
information on IP addresses.
Configures an IPv6 address for this subinterface. See
the Cisco Nexus 7000 Series NX-OS Unicast Routing
Configuration Guide, Release 5.x, for more
information on IPv6 addresses.
Configures IEEE 802.1Q VLAN encapsulation on the
subinterface. The range is from 2 to 4093.
(Optional) Displays the Layer 3 interface statistics.
(Optional) Saves this configuration change.
Cisco Nexus 7000 Series NX-OS Interfaces Configuration Guide, Release 5.x
Configuring Layer 3 Interfaces
4-9

Advertisement

Table of Contents
loading

Table of Contents