Step 5
(Optional) Enter the copy running-config startup-config command.
Step 6
Return the switch to normal mode.
See Returning to Normal Mode, on page 317.
Step 7
Take a snapshot after returning to normal mode.
See Creating a Snapshot, on page 316.
Configuring the Normal Mode Profile File
Procedure
PurposeCommand or Action
Enters global configuration mode.switch# configure terminal
Step 1
Enters a configuration session for the normal mode
profile file.
switch(config)# configure profile
normal-mode type admin
Step 2
Depending on which protocols you have
configured, you must now enter the appropriate
commands to bring up the protocols.
Note
Closes the normal mode profile file.switch# end
Step 3
This example shows how to create a normal mode profile file:
switch# configure terminal
switch(config)# configure profile normal-mode type admin
switch(config-profile)# router ospf 100
switch(config-profile-router)# no shutdown
switch(config-profile-router)# exit
switch(config-profile)# router eigrp 101
switch(config-profile-router)# no shutdown
switch(config-profile-router)# exit
switch(config-profile)# router isis 102
switch(config-profile-router)# no shutdown
switch(config-profile-router)# no set-overload-bit always
switch(config-profile-router)# exit
switch(config-profile)# router bgp 103
switch(config-profile-router)# no shutdown
switch(config-profile-router)# exit
switch(config-profile)# vpc domain 20
switch(config-profile-router)# no shutdown
switch(config-profile-router)# exit
switch(config-profile)# no system interface shutdown
switch(config-profile)# end
Exit configure profile mode.
switch#
This example shows how to create a normal mode custom profile file:
switch# configure terminal
switch(config)# configure profile normal-mode type admin
switch(config-profile)# router bgp 65501
switch(config-profile-router)# no shutdown
Cisco Nexus 5600 Series NX-OS System Management Configuration Guide, Release 7.x
OL-31641-01 315
Configuring GIR (Cisco NX-OS Release 7.1(0)N1(1))
Configuring the Normal Mode Profile File