Send document comments to nexus7k-docfeedback@cisco.com
2-44
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
DETAILED STEPS
This example shows how to create a port profile named test for tunnel interfaces:
switch# configure terminal
switch(config)# port-profile type tunnel test
switch(config-ppm)#
Entering Port-Profile Configuration Mode and Modifying a Port Profile
You can enter the port-profile configuration mode and modify a port profile. To modify the port profile,
you must be in the port-profile configuration mode.
SUMMARY STEPS
1. configure terminal
2. port-profile [type {ethernet | interface-vlan | loopback | port channel | tunnel}] name
3. exit
4. show port-profile
5. copy running-config startup-config
Command Purpose
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Enters configuration mode.
Step 2
port-profile [type {ethernet | interface-vlan |
loopback | port channel | tunnel}] name
Example:
switch(config)# port-profile type tunnel test
switch(config-ppm)#
Creates and names a port profile for the
specified type of interface and enters the
port-profile configuration mode.
Step 3
exit
Example:
switch(config-ppm)# exit
switch(config)#
Exits the port-profile configuration mode.
Step 4
show port-profile
Example:
switch(config)# show port-profile
(Optional) Displays the port-profile
configuration.
Step 5
copy running-config startup-config
Example:
switch(config)# copy running-config startup-config
(Optional) Copies the running
configuration to the startup configuration.