Configuring A Default Interface - Cisco 7604-RSP720C-R Configuration Manual

Nx-os interfaces
Table of Contents

Advertisement

Chapter 3
Configuring Layer 2 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
Command
Step 3
switchport trunk allowed vlan {vlan-list
add vlan-list | all |except vlan-list |
none | remove vlan-list}
Example:
switch(config-if)# switchport trunk
allowed vlan add 15-20#
Step 4
exit
Example:
switch(config-if)# exit
switch(config)#
Step 5
show vlan
Example:
switch# show vlan
Step 6
copy running-config startup-config
Example:
switch(config)# copy running-config
startup-config
This example shows how to add VLANs 15 to 20 to the list of allowed VLANs on the Ethernet 3/1, Layer
2 trunk port:
switch# configure terminal
switch(config)# interface ethernet 3/1
switch(config-if)# switchport trunk allowed vlan 15-20
switch(config-if)#

Configuring a Default Interface

The default interface feature allows you to clear the existing configuration of multiple interfaces such as
Ethernet, loopback, VLAN network, port-channel, and tunnel interfaces. All user configuration under a
specified interface will be deleted. You can optionally create a checkpoint before clearing the interface
configuration so that you can later restore the deleted configuration.
The default interface feature is not supported for management interfaces because the device could go to
Note
an unreachable state.
OL-23435-03
Purpose
Sets the allowed VLANs for the trunk interface. The
default is to allow all VLANs on the trunk interface: 1
to 3967 and 4048 to 4094. VLANs 3968 to 4047 are the
default VLANs reserved for internal use by default. By
default, all VLANs are allowed on all trunk interfaces.
Beginning with Cisco Release 5.2(1), the default
reserved VLANs are 3968 to 4094, and you can change
the block of reserved VLANs. See the Cisco Nexus
7000 Series NX-OS Layer 2 Switching Configuration
Guide, Release 5.x, for more information.
You cannot add internally allocated VLANs as
Note
allowed VLANs on trunk ports. The system
returns a message if you attempt to list an
internally allocated VLAN as an allowed
VLAN.
Exits the interface mode.
(Optional) Displays the status and information for
VLANs.
(Optional) Copies the running configuration to the
startup configuration.
Cisco Nexus 7000 Series NX-OS Interfaces Configuration Guide, Release 5.x
Configuring Access and Trunk Interfaces
3-17

Advertisement

Table of Contents
loading

Table of Contents