When a portion of the EX switch configuration is displayed in another window on your terminal or computer and you want to copy it to another EX switch and activate it, the load merge terminal or load override terminal command comes in handy. This is a great technique when you are copying configuration text from a browser or email window or when you are propagating identical or similar configurations from one EX switch to another.
Including the override option with the load override terminal command replaces the entire candidate configuration with the contents of the terminal you are loading. If you are just adding a new section to the configuration, use the load merge terminal command instead.
If the user types CTRL +Z instead of CTRL +D after load merge/override terminal the user root is first dumped into the shell prompt. Once the user root logs into the CLI and then goes into edit mode, the edit mode hangs and does not accept any commands. For example:
root@switch> configure root@switch# load merge terminal [Type ^D at a new line to end input] poe { interface all; } ^Z pressed here instead of ^ D by Error Suspended root@switch%
In order to restore the CLI edit mode view output, follow the steps described below:
user@switch% fg cli NOTE: At this point the CLI process comes back to the foreground
user@switch% fg cli
poe { interface all; } ^D load complete user@switch# commit commit complete
root@switch> cli root@switch# edit <this edit mode is not responsive> ^Z Suspended root@switch%
root@switch% jobs [1] +Suspended cli root@switch% kill %1 [1] Terminated cli
root@switch% cli root@switch> edit root@switch# show poe interface all; root@switch# commit