To restart page or slide advancement once all pages or slides are displayed, check Return to beginning and continue advancing pages. Select Start. Optional Close the Automatically Advance Pages dialog box by selecting the Close button in the upper-right corner of the dialog box.
The pages or slides continue to advance at the specified interval. To stop automatic page or slide advancement, reopen the Automatically Advance Pages dialog box and select Stop. When sharing a Microsoft PowerPoint slide presentation in the content viewer, you can animate text and slide transitions, just as you can when using the Slide Show option in PowerPoint. Animations and transitions are not supported for Office users sharing PowerPoint slides. Instead, use Application or Desktop share.
To show slide animations and transitions, you must share the presentation as a Universal Communications Format UCF file. If at least one training session participant is using the Java Training Manager, animations and slide transitions won't display during the training session. The training session host can prevent participants from joining a training session using the Java Training Manager when scheduling the training session.
Ensure that the content viewer has input focus by clicking in the viewer. The content viewer has input focus if a blue border appears around the outside of the slide in the viewer. On the toolbar, select the appropriate arrows to move through your presentation.
When sharing a file or whiteboard in the content viewer, you can add a new, blank page for annotation. In the content viewer, select the tab for the document, presentation, or whiteboard to which you want to add a page or slide. A new page appears in the content viewer at the end of the currently selected document, presentation, or whiteboard. If you have added multiple pages to a shared file or whiteboard tab, you can view thumbnails to make it easy to view and navigate around your added pages.
If you copy any bitmap image to your computer's clipboard, you can paste the image on a new page, slide, or whiteboard in the content viewer. For example, you can copy an image on a web page or in an application, then quickly share that image by pasting it in the content viewer.
In the content viewer, select the tab for the document, presentation, or whiteboard in which you want to paste an image. The image appears on a new page in the content viewer, at the end of the currently selected document, presentation, or whiteboard. You can save any shared document, presentation, or whiteboard that appears in the content viewer.
A saved file contains all the pages or slides in the document, presentation, or whiteboard that is currently displayed in the content viewer, including any annotations and pointers that you or other attendees added to them. You can open a. Once you save a new document, presentation, or whiteboard to a file, you can save it again to overwrite the file or save a copy to another file.
Choose a location at which to save the file. Type a name for the file in the filename box. If you saved a document, presentation, or whiteboard that appeared in the content viewer, you can do either of the following:. Add Slides Downloader Feature. Git stats 58 commits.
Failed to load latest commit information. Initial commit. May 23, Jun 2, Temporary fix for downloading the courses. Feb 17, View code. INE courses downloader How to use? Step 4 Copy the configuration file to the appropriate server location. Step 5 Make sure the permissions on the file are set to world-read. You can configure the switch by using configuration files you create, download from another switch, or download from a TFTP server. You can copy upload configuration files to a TFTP server for storage.
To restart the daemon, either stop the inetd process and restart it, or enter a fastboot command on the SunOS 4. For more information on the TFTP daemon, see the documentation for your workstation. The switch and the TFTP server must be in the same subnetwork if you do not have a router to route traffic between subnets. Check connectivity to the TFTP server by using the ping command. The permission on the file should be world-read. To create an empty file, enter the touch filename command, where filename is the name of the file you will use when uploading it to the server.
Permissions on the file should be world-write. To configure the switch by using a configuration file downloaded from a TFTP server, follow these steps:.
Step 3 Log into the switch through the console port, the Ethernet management port, or a Telnet session. The configuration file downloads, and the commands are executed as the file is parsed line-by-line. This example shows how to configure the software from the file tokyo-confg at IP address To upload a configuration file from a switch to a TFTP server for storage, follow these steps:. Step 2 Log into the switch through the console port, the Ethernet management port, or a Telnet session.
This example shows how to upload a configuration file from a switch to a TFTP server:. When you copy a configuration file from the switch to a server by using FTP, the Cisco IOS software sends the first valid username in this list:. The variable username is the username associated with the current session, switchname is the configured hostname, and domain is the domain of the switch.
The username and password must be associated with an account on the FTP server. Use the ip ftp username and ip ftp password commands to specify a username and password for all copies. Include the username in the copy command if you want to specify only a username for that copy operation. If the server has a directory structure, the configuration file is written to or copied from the directory associated with the username on the server.
For example, if the configuration file resides in the home directory of a user on the server, specify that user's name as the remote username. Before you begin downloading or uploading a configuration file, do the following:. The switch and the FTP server must be in the same subnetwork if you do not have a router to route traffic between subnets. Check connectivity to the FTP server by using the ping command. You can enter the show users privileged EXEC command to view the valid username.
If you do not want to use this username, create a new FTP username by using the ip ftp username username global configuration command during all copy operations. If you are accessing the switch through a Telnet session and you have a valid username, this username is used, and you do not need to set the FTP username. Include the username in the copy command if you want to specify a username for only that copy operation. This step is required only if you override the default remote username or password.
Copies the configuration file from the FTP server to the running configuration or to the startup configuration file. This example shows how to copy a configuration file named host1-confg from the home directory for user netadmin1 on the remote server with an IP address of This example shows how to specify a remote username of netadmin1. The software copies the configuration file host2-confg from the home directory for user netadmin1 on the remote server with an IP address of Copies the specified configuration file to the specified location on the FTP server.
This example shows how to copy the running configuration file named switch2-confg to the netadmin1 directory on the remote host with an IP address of This example shows how to store a startup configuration file on a server by using FTP to copy the file:.
To copy configuration files using RCP you need access to a server that supports the remote shell rsh. Most UNIX systems support rsh. Because you are copying a file from one place to another, you must have read permission on the source file and write permission on the destination file.
If the destination file does not exist, RCP creates it for you. When you copy a configuration file from the switch to a server, the Cisco IOS software sends the first valid username in this list:. For example, if the user is connected to the router through Telnet and was authenticated through the username command, the switch software sends the Telnet username as the remote username. For a successful RCP copy request, you must define an account on the network server for the remote username.
If the server has a directory structure, the configuration file is written to or copied from the directory associated with the remote username on the server. For example, if the configuration file is in the home directory of a user on the server, specify that user's name as the remote username. Before you begin downloading or uploading a configuration file by using RCP, do the following:.
The switch and the server must be in the same subnetwork if you do not have a router to route traffic between subnets. Check connectivity to the RCP server by using the ping command. If you do not want to use this username, create a new RCP username by using the ip rcmd remote-username username global configuration command to be used during all copy operations.
If you are accessing the switch through a Telnet session and you have a valid username, this username is used, and you do not need to set the RCP username. For UNIX systems, you must add an entry to the. For example, suppose that the switch contains these configuration lines:. If the switch IP address translates to Switch1. Using RCP, copies the configuration file from a network server to the running configuration or to the startup configuration file.
This example shows how to copy a configuration file named host1-confg from the netadmin1 directory on the remote server with an IP address of Then it copies the configuration file host2-confg from the netadmin1 directory on the remote server with an IP address of Using RCP, copies the specified configuration file from the switch running to the specified network server.
You can clear the configuration information from the startup configuration. If you reboot the switch with no startup configuration, the switch enters the setup program so that you can reconfigure the switch with new settings.
To clear the contents of your startup configuration, use the erase nvram: or the erase startup-config privileged EXEC command. To delete a saved configuration from flash memory, use the delete flash: filename privileged EXEC command. Depending on the setting of the file prompt global configuration command, you might be prompted for confirmation before you delete a file. By default, the switch prompts for confirmation on destructive file operations.
The configuration replacement and rollback feature replaces the running configuration with any saved Cisco IOS configuration file. You can use the rollback function to roll back to a previous configuration. The configuration archive provides a mechanism to store, organize, and manage an archive of configuration files.
The configure replace privileged EXEC command increases the configuration rollback capability. As an alternative, you can save copies of the running configuration by using the copy running-config destination-url privileged EXEC command, storing the replacement file either locally or remotely. However, this method lacks any automated file management. The configuration replacement and rollback feature can automatically save copies of the running configuration to the configuration archive.
You use the archive config privileged EXEC command to save configurations in the configuration archive by using a standard location and filename prefix that is automatically appended with an incremental version number and optional timestamp as each consecutive file is saved.
You can specify how many versions of the running configuration are kept in the archive. After the maximum number of files are saved, the oldest file is automatically deleted when the next, most recent file is saved. The show archive privileged EXEC command displays information for all the configuration files saved in the configuration archive. The configure replace privileged EXEC command replaces the running configuration with any saved configuration file.
When you enter the configure replace command, the running configuration is compared with the specified replacement configuration, and a set of configuration differences is generated. The resulting differences are used to replace the configuration. The configuration replacement operation is usually completed in no more than three passes.
To prevent looping behavior no more than five passes are performed. You can use the copy source-url running-config privileged EXEC command to copy a stored configuration file to the running configuration.
When using this command as an alternative to the configure replace target-url privileged EXEC command, note these major differences:. This command does not remove commands from the running configuration that are not present in the source file. In contrast, the configure replace target-url command removes commands from the running configuration that are not present in the replacement file and adds commands to the running configuration that are not present.
You must use a complete configuration file as the replacement file for the configure replace target-url command. You can also use the configure replace command to roll back changes that were made since the previous configuration was saved.
Instead of basing the rollback operation on a specific set of changes that were applied, the configuration rollback capability reverts to a specific configuration based on a saved configuration file. If you want the configuration rollback capability, you must first save the running configuration before making any configuration changes. Then, after entering configuration changes, you can use that saved configuration file to roll back the changes by using the configure replace target-url command.
You can specify any saved configuration file as the rollback configuration. You are not limited to a fixed number of rollbacks, as is the case in some rollback models. Follow these guidelines when configuring and performing configuration replacement and rollback:.
Otherwise, the configuration replacement operation fails. The replacement file must be a complete configuration generated by a Cisco IOS device for example, a configuration generated by the copy running-config destination-url command. Note If you generate the replacement configuration file externally, it must comply with the format of files generated by Cisco IOS devices. Using the configure replace command with the configuration archive and with the archive config command is optional but offers significant benefit for configuration rollback scenarios.
Before using the archive config command , you must first configure the configuration archive. Starting in privileged EXEC mode, follow these steps to configure the configuration archive:. Specifies the location and filename prefix for the files in the configuration archive. Optional Sets the maximum number of archive files of the running configuration to be saved in the configuration archive. Valid values are from 1 to The default is Note Before using this command, you must first enter the path archive configuration command to specify the location and filename prefix for the files in the configuration archive.
Optional Sets the time increment for automatically saving an archive file of the running configuration in the configuration archive. Starting in privileged EXEC mode, follow these steps to replace the running configuration file with a saved configuration file:.
Note Enter the path archive configuration command before using this command. The total number of passes also appears. If you do not enter the configure confirm command within the specified time limit, the configuration replacement operation is automatically stopped. In other words, the running configuration file is restored to the configuration that existed before you entered the configure replace command. Note You must first enable the configuration archive before you can use the time seconds command line option.
Optional Confirms replacement of the running configuration with a saved configuration file. Note Use this command only if the time seconds keyword and argument of the configure replace command are specified. This section describes how to download, upload, and install Cisco IOS XE software bundle files, which contain the system software packages.
You can use this uploaded bundle for future downloads to the same switch or to another switch of the same type. You can install the package files on the switch or you can boot the switch from the IOS XE bundle itself. To display information about the provisioning software that is currently running on the switch, use the show version privileged EXEC command. In the display, check the line that begins with.
0コメント