Manual de instrucciones de Radio Shack RadioShackFC-241

Manual de instrucciones del aparato Radio Shack RadioShackFC-241

Aparato: Radio Shack RadioShackFC-241
Categoría: Router
Fabricante: Radio Shack
Tamaño: 0.24 MB
Fecha de añadido: 6/16/2013
Número de páginas: 14
Imprimir el manual

Descargar

¿Cómo se utiliza?

Nuestro propósito es proporcionarte el acceso más rápido posible a los contenidos incluidos en los manuales de instrucciones del aparato Radio Shack RadioShackFC-241. Utilizando la vista previa online, puedes ver rápidamente el índice de contenidos y pasar a la página donde encontrarás la solución a tu problema con Radio Shack RadioShackFC-241.

Para tu comodidad

Si ver los manuales de instrucción de Radio Shack RadioShackFC-241 directamente en esta página no es cómodo para ti, puedes utilizar dos soluciones posibles:

  • Vista en pantalla completa – Para ver cómodamente los manuales de instrucciones (sin descargarlos en tu ordenador) puedes utilizar el modo de vista en pantalla completa. Para activar la vista del manual Radio Shack RadioShackFC-241 en pantalla completa, utiliza el botón Pantalla completa
  • Descargar al ordenador – también puedes descargar el manual de instrucciones de Radio Shack RadioShackFC-241 a tu ordenador y guardarlo en tu colección. Sin embargo, si no quieres ocupar espacio en tu dispositivo, siempre podrás descargarlo de ManualsBase.
Radio Shack RadioShackFC-241 Manual de instrucciones - Online PDF
Advertisement
« Page 1 of 14 »
Advertisement
Versión impresa

Muchas personas prefieren no leer el documento en la pantalla, sino en versión impresa. La opción de impresión también está prevista y puedes utilizarla haciendo clic en el enlace más arriba - Imprimir el manual. No tienes que imprimir el manual completo de Radio Shack RadioShackFC-241, solo las páginas que elijas. Ahorra papel.

Resúmenes

A continuación encontrarás resúmenes de los contenidos incluidos en las páginas posteriores del manual de instrucciones para Radio Shack RadioShackFC-241. Puedes utilizarlos si quieres ver rápidamente el contenido que se encuentra en la siguientes páginas del manual.

Resúmenes de contenidos
Resumen del contenido incluido en la página 1


Configuring Additional File Transfer Functions
This chapter describes how to configure a router as a server, change MOP parameters, configure the
router to forward extended BOOTP requests over asynchronous interfaces, and configure rcp, rsh, and
FTP.
For a complete description of the file transfer function commands mentioned in this chapter, refer to the
“Additional File Transfer Functions Commands” chapter in the Configuration Fundamentals Command
Reference. To locate documentation of ot

Resumen del contenido incluido en la página 2

Configuring Additional File Transfer Functions Configuring a Router as a Server In addition, you can configure the Cisco IOS software to forward extended BOOTP requests over asynchronous interfaces. Refer to the “Configuring SLIP and PPP” chapter of the Dial Solutions Configuration Guide for more information. Configuring a Router as a TFTP Server As a TFTP server host, the router responds to TFTP Read Request messages by sending a copy of the system image contained in ROM or one of the sys

Resumen del contenido incluido en la página 3

Configuring Additional File Transfer Functions Configuring a Router as a Server Caution For full functionality, the software image sent to the client must be the same type as the ROM software installed on the client router. For example, if the server has X.25 software, and the client does not have X.25 software in ROM, the client will not have X.25 capabilities after booting from the server’s image in Flash memory. Configuring the Server To specify TFTP server operation, use the following c

Resumen del contenido incluido en la página 4

Configuring Additional File Transfer Functions Configuring a Router as a Server The following example a router to send a copy of the file gs7-k.9.17 in Flash memory in response to a TFTP Read Request. The client router must reside on a network specified by access list 1. Thus, in the example, the any clients on network 172.16.101.0 are permitted access to the file. Server# configure terminal Enter configuration commands, one per line. End with CTRL/Z Server(config)# tftp-server flash gs7-k.

Resumen del contenido incluido en la página 5

Configuring Additional File Transfer Functions Configuring a Router as a Server The following example shows how to configure a router to use a TFTP server: Client# configure terminal Enter configuration commands, one per line. End with CTRL/Z Client(config)# no boot system Client(config)# boot system gs7-k.9.17 172.31.111.111 Client(config)# boot system rom Client(config)# config-register 0x010F Client(config)# end Client# copy running-config startup-config [ok] Client# reload In this example,

Resumen del contenido incluido en la página 6

Configuring Additional File Transfer Functions Configuring a Router as a Server Configuring a Router as a RARP Server Reverse Address Resolution Protocol (RARP) is a protocol in the TCP/IP stack that provides a method for finding IP addresses based on MAC (physical) addresses. This functionality is the reverse of broadcasting Address Resolution Protocols (ARPs), through which a host can dynamically discover the MAC-layer address corresponding to a particular IP network-layer address. RARP m

Resumen del contenido incluido en la página 7

Configuring Additional File Transfer Functions Specifying Asynchronous Interface Extended BOOTP Requests Router A has the following configuration: ! Allow the router to forward broadcast portmapper requests ip forward-protocol udp 111 ! Provide the router with the IP address of the diskless sun arp 172.30.2.5 0800.2002.ff5b arpa interface ethernet 0 ! Configure the router to act as a RARP server, using the Sun Server's IP ! address in the RARP response packet. ip rarp-server 172.30.3.100 ! Por

Resumen del contenido incluido en la página 8

Configuring Additional File Transfer Functions Configuring a Router to Use rsh and rcp Configuring a Router to Use rsh and rcp Remote shell (rsh) gives users the ability to execute commands remotely. Remote copy (rcp) allows users to copy files to and from a file system residing on a remote host or server on the network. Cisco's implementation of rsh and rcp interoperates with the industry standard implementations. Note Cisco uses the abbreviation RCMD (Remote Command) to indicate both rsh

Resumen del contenido incluido en la página 9

Configuring Additional File Transfer Functions Configuring a Router to Use rsh and rcp This feature is enabled by default. You can disable the DNS check for RCMD (rsh and rcp) access using the the following command in global configuration mode: Command Purpose no ip rcmd domain-lookup Disables Domain Name Service (DNS) lookup for rsh and rcp communications. Configuring a Router to Use rsh You can use rsh to execute commands on remote systems to which you have access. When you issue the rsh

Resumen del contenido incluido en la página 10

Configuring Additional File Transfer Functions Configuring a Router to Use rsh and rcp Note When support of incoming rsh commands is disabled, you can still issue an rsh command to be executed on other routers that support the remote shell protocol and on UNIX hosts on the network. The following example shows how to add two entries for remote users to the authentication database, and enable a router to support rsh commands from remote users: ip rcmd remote-host Router1 172.16.101.101 rmtne

Resumen del contenido incluido en la página 11

Configuring Additional File Transfer Functions Configuring a Router to Use rsh and rcp The following example executes the “ls -a” command in the home directory of the user sharon on mysys.cisco.com using rsh: Router# enable Router# rsh mysys.cisco.com /user sharon ls -a . .. .alias .cshrc .emacs .exrc .history .login .mailrc .newsrc .oldnewsrc .rhosts .twmrc .xsession jazz Router# Configuring a Router to Use rcp The rcp copy commands rely on the rsh server (or daemon) on the remote system. To

Resumen del contenido incluido en la página 12

Configuring Additional File Transfer Functions Configuring a Router to Use rsh and rcp Note When support for incoming rcp requests is disabled, you can still use the rcp commands to copy images from remote servers. The support for incoming rcp requests is distinct from its ability to handle outgoing rcp requests. The following example shows how to add two entries for remote users to the authentication database and then enable the software to support remote copy requests from remote users. T

Resumen del contenido incluido en la página 13

Configuring Additional File Transfer Functions Configuring a Router to Use FTP Connections If the server has a directory structure, the configuration file or image is written or copied relative to the directory associated with the remote username on the server. Use the ip rcmd remote-username command to specify which directory on the server to use. For example, if the system image resides in the home directory of a user on the server, you can specify that user’s name as the remote username.

Resumen del contenido incluido en la página 14

Configuring Additional File Transfer Functions Configuring a Router to Use FTP Connections The following example demonstrates how to capture a core dump using the Cisco IOS FTP feature. The router accesses a server at IP address 192.168.10.3 with login name zorro and password sword. The default passive-mode FTP is used, and the server is accessed using Token Ring interface to1 on the router where the core dump will occur: ip ftp username zorro ip ftp password sword ip ftp passive ip ftp sou


Manuales de instrucciones similares
# Manual de instrucciones Categoría Descargar
1 Radio Shack Universal Broadband Link 25-3187 Manual de instrucciones Router 3
2 Sony BKS-R3202/R3210/R3220 Manual de instrucciones Router 77
3 Sony DVS-V3232B/V3232M Manual de instrucciones Router 3
4 Sony BVS-V3232 Manual de instrucciones Router 8
5 Sony DMX-WL1 Manual de instrucciones Router 6
6 Sony BVS-A3232 Manual de instrucciones Router 6
7 Sony BKS-R1601 Manual de instrucciones Router 3
8 Sony CI-100 Manual de instrucciones Router 0
9 Sony ECM-3711 Manual de instrucciones Router 0
10 Sony AIRLINK HELIX 2140847 Manual de instrucciones Router 2
11 Sony DVS-V1616 Manual de instrucciones Router 0
12 Sony HKJ-101 Manual de instrucciones Router 0
13 Sony 3-855-935-02(1) Manual de instrucciones Router 0
14 2Wire 802.11g Manual de instrucciones Router 1
15 2Wire 1000S Manual de instrucciones Router 4