Cisco 7206 - VXR Router Configuration Manual page 57

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
Command
Step 3
{switchport | no switchport}
Example:
switch(config-if)# no switchport
switch(config-if)#
Step 4
mtu size
Example:
switch(config-if)# mtu 9216
switch(config-if)#
Step 5
show interface ethernet slot/port
Example:
switch(config)# show interface ethernet 2/1
Step 6
exit
Example:
switch(config-if)# exit
switch(config)#
Step 7
copy running-config startup-config
Example:
switch(config)# copy running-config startup-config
This example shows how to configure the Layer 2 Ethernet port 3/1 with the default MTU size (1500):
switch# configure terminal
switch(config)# interface ethernet 3/1
switch(config-if)# switchport
switch(config-if)# mtu 1500
switch(config-if)#
Configuring the System Jumbo MTU Size
You can configure the system jumbo MTU size, which can be used to specify the MTU size for Layer 2
interfaces. You can specify an even number between 1500 and 9216. If you do not configure the system
jumbo MTU size, it defaults to 9216 bytes.
SUMMARY STEPS
1.
2.
3.
4.
5.
6.
7.
OL-23435-03
configure terminal
system jumbomtu size
show running-config all
interface type slot/port
mtu size
exit
copy running-config startup-config
Cisco Nexus 7000 Series NX-OS Interfaces Configuration Guide, Release 5.x
Configuring the Basic Interface Parameters
Purpose
Specifies to use Layer 2 or Layer 3.
For a Layer 2 interface, specifies either the
default MTU size (1500) or the system
jumbo MTU size (9216 unless you have
changed the system jumbo MTU size).
For a Layer 3 interface, specifies any even
number between 576 and 9216.
Displays the interface status, which
includes the MTU size.
Exits the interface mode.
(Optional) Copies the running
configuration to the startup configuration.
2-33

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents