Cisco Systems N5KC5596TFA Switch User Manual


 
This example shows how to enable err-disabled recovery under all conditions:
switch(config)#errdisable recovery cause all
switch(config)#
Port Profiles
Creating a Port Profile
You can create a port profile on the switch. Each port profile must have a unique name across interface types
and the network.
Procedure
PurposeCommand or Action
Enters configuration mode.configure terminal
Example:
switch# configure terminal
switch(config)#
Step 1
Creates and names a port profile for the
specified type of interface and enters the
port profile configuration mode.
port-profile [type {ethernet | interface-vlan |
port channel}] name
Example:
switch(config)# port-profile type ethernet
test
switch(config-port-prof)#
Step 2
Exits port profile configuration mode.exit
Example:
switch(config-port-prof)# exit
switch(config)#
Step 3
(Optional)
Displays the port profile configuration.
show port-profile
Example:
switch(config)# show port-profile name
Step 4
(Optional)
Copies the running configuration to the
startup configuration.
copy running-config startup-config
Example:
switch(config)# copy running-config
startup-config
Step 5
This example shows how to create a port profile named test for Ethernet interfaces:
switch# configure terminal
switch(config)# port-profile type ethernet test
switch(config-port-prof)#
Cisco Nexus 5000 Series NX-OS Interfaces Configuration Guide, Release 5.2(1)N1(1)
78-26881-OL 19
Configuring Layer 2 Interfaces
Port Profiles