Radio Shack RadioShackFC-241 دليل المستخدم

دليل المستخدم للجهاز Radio Shack RadioShackFC-241

جهاز: Radio Shack RadioShackFC-241
فئة: راوتر الشبكة
الصانع: Radio Shack
مقاس: 0.24 MB
مضاف: 6/16/2013
عدد الصفحات: 14
اطبع الدليل

تحميل

كيفية استخدام هذا الموقع؟

هدفنا هو أن نوفر لك وصولاً سريعًا إلى محتوى دليل المستخدم الخاص بـ Radio Shack RadioShackFC-241. باستخدام المعاينة عبر الإنترنت ، يمكنك عرض المحتويات بسرعة والانتقال إلى الصفحة حيث ستجد الحل لمشكلتك مع Radio Shack RadioShackFC-241.

لراحتك

إذا لم يكن البحث في دليل المستخدم Radio Shack RadioShackFC-241 مباشرة على موقع الويب هذا مناسبًا لك ، فهناك حلان محتملان:

  • عرض ملء الشاشة - لعرض دليل المستخدم بسهولة (بدون تنزيله على جهاز الكمبيوتر الخاص بك) ، يمكنك استخدام وضع العرض بملء الشاشة. لبدء مشاهدة دليل المستخدم Radio Shack RadioShackFC-241 بملء الشاشة ، استخدم الزر تكبير الشاشة.
  • التنزيل على جهاز الكمبيوتر الخاص بك - يمكنك أيضًا تنزيل دليل المستخدم Radio Shack RadioShackFC-241 على جهاز الكمبيوتر لديك والاحتفاظ به في ملفاتك. ومع ذلك ، إذا كنت لا تريد أن تشغل مساحة كبيرة على القرص الخاص بك ، فيمكنك دائمًا تنزيله في المستقبل من ManualsBase.
Radio Shack RadioShackFC-241 دليل الاستخدام - Online PDF
Advertisement
« Page 1 of 14 »
Advertisement
النسخة المطبوعة

يفضل العديد من الأشخاص قراءة المستندات ليس على الشاشة ، ولكن في النسخة المطبوعة. تم أيضًا توفير خيار طباعة الدليل ، ويمكنك استخدامه بالنقر فوق الارتباط أعلاه - اطبع الدليل. لا يتعين عليك طباعة الدليل بالكامل Radio Shack RadioShackFC-241 ولكن الصفحات المحددة فقط. ورق.

الملخصات

ستجد أدناه معاينات لمحتوى أدلة المستخدم المقدمة في الصفحات التالية لـ Radio Shack RadioShackFC-241. إذا كنت ترغب في عرض محتوى الصفحات الموجودة في الصفحات التالية من الدليل بسرعة ، فيمكنك استخدامها.

ملخصات المحتويات
ملخص المحتوى في الصفحة رقم 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

ملخص المحتوى في الصفحة رقم 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

ملخص المحتوى في الصفحة رقم 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

ملخص المحتوى في الصفحة رقم 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.

ملخص المحتوى في الصفحة رقم 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,

ملخص المحتوى في الصفحة رقم 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

ملخص المحتوى في الصفحة رقم 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

ملخص المحتوى في الصفحة رقم 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

ملخص المحتوى في الصفحة رقم 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

ملخص المحتوى في الصفحة رقم 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

ملخص المحتوى في الصفحة رقم 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

ملخص المحتوى في الصفحة رقم 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

ملخص المحتوى في الصفحة رقم 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.

ملخص المحتوى في الصفحة رقم 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


أدلة المستخدم البديلة
# دليل الاستخدام فئة تحميل
1 Radio Shack Universal Broadband Link 25-3187 دليل الاستخدام راوتر الشبكة 3
2 Sony BKS-R3202/R3210/R3220 دليل الاستخدام راوتر الشبكة 77
3 Sony DVS-V3232B/V3232M دليل الاستخدام راوتر الشبكة 3
4 Sony BVS-V3232 دليل الاستخدام راوتر الشبكة 8
5 Sony DMX-WL1 دليل الاستخدام راوتر الشبكة 6
6 Sony BVS-A3232 دليل الاستخدام راوتر الشبكة 6
7 Sony BKS-R1601 دليل الاستخدام راوتر الشبكة 3
8 Sony CI-100 دليل الاستخدام راوتر الشبكة 0
9 Sony ECM-3711 دليل الاستخدام راوتر الشبكة 0
10 Sony AIRLINK HELIX 2140847 دليل الاستخدام راوتر الشبكة 2
11 Sony DVS-V1616 دليل الاستخدام راوتر الشبكة 0
12 Sony HKJ-101 دليل الاستخدام راوتر الشبكة 0
13 Sony 3-855-935-02(1) دليل الاستخدام راوتر الشبكة 0
14 2Wire 802.11g دليل الاستخدام راوتر الشبكة 1
15 2Wire 1000S دليل الاستخدام راوتر الشبكة 4