Send document comments to nexus7k-docfeedback@cisco.com
2-48
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
SUMMARY STEPS
1. configure terminal
2. port-profile name
3. inherit port-profile name
4. exit
5. show port-profile
6. copy running-config startup-config
DETAILED STEPS
This example shows how to inherit the port profile named adam onto the port profile named test:
switch# configure terminal
switch(config)# port-profile test
switch(config-ppm)# inherit port-profile adam
switch(config-ppm)#
Removing a Port Profile from a Range of Interfaces
You can remove a port profile from some or all of the interfaces to which you have applied the profile.
You do this in the interfaces configuration mode.
Command Purpose
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Enters configuration mode.
Step 2
port-profile name
Example:
switch(config)# port-profile test
switch(config-ppm)#
Enters the port-profile configuration mode
for the specified port profile.
Step 3
inherit port-profile name
Example:
switch(config-ppm)# inherit port-profile adam
switch(config-ppm)#
Inherits another port profile onto the
existing one. The original port profile
assumes all the configurations of the
inherited port profile.
Step 4
exit
Example:
switch(config-ppm)# exit
switch(config)#
Exits the port-profile configuration mode.
Step 5
show port-profile
Example:
switch(config)# show port-profile
(Optional) Displays the port-profile
configuration.
Step 6
copy running-config startup-config
Example:
switch(config)# copy running-config startup-config
(Optional) Copies the running
configuration to the startup configuration.