Hot Keys and ShortcutsThe IOS CLI provides hot keys and shortcuts that การแปล - Hot Keys and ShortcutsThe IOS CLI provides hot keys and shortcuts that ไทย วิธีการพูด

Hot Keys and ShortcutsThe IOS CLI p

Hot Keys and Shortcuts

The IOS CLI provides hot keys and shortcuts that make configuring, monitoring, and troubleshooting easier.

The figure shows most of the shortcuts. The following are worthy of special note:
Tab - Completes the remainder of the command or keyword
Ctrl-R - Redisplays a line
Ctrl-Z - Exits configuration mode and returns to the EXEC
Down Arrow - Allows user to scroll forward through former commands
Up Arrow - Allows user to scroll backward through former commands
Ctrl-Shift-6 - Allows the user to interrupt an IOS process such as ping or traceroute
Ctrl-C - Aborts the current command and exits the configuration mode

Examining these in more detail:

Tab - Tab complete is used to complete the remainder of abbreviated commands and parameters if the abbreviation contains enough letters to be different from any other currently available commands or parameters. When enough of the command or keyword has been entered to appear unique, press the Tab key and the CLI will display the rest of the command or keyword.

This is a good technique to use when you are learning because it allows you to see the full word used for the command or keyword.

Ctrl-R - Redisplay line will refresh the line just typed. Use Ctrl-R to redisplay the line. For example, you may find that the IOS is returning a message to the CLI just as you are typing a line. You can use Ctrl-R to refresh the line and avoid having to retype it.

In this example, a message regarding a failed interface is returned in the middle of a command.

Switch#show mac-
16w4d: %LINK-5-CHANGED: Interface FastEthernet0/10, changed state to down
16w4d: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/10, changed state to down

To redisplay to line that you were typing use Ctrl-R:

Switch#show mac

Ctrl-Z - Exit configuration mode. To leave a configuration mode and return to privileged EXEC mode, use Ctrl-Z. Because the IOS has a hierarchal mode structure, you may find yourself several levels down. Rather than exit each mode individually, use Ctrl-Z to return directly to the privileged EXEC prompt at the top level.

Up and Down arrows - Using previous commands. The Cisco IOS software buffers several past commands and characters so that entries can be recalled. The buffer is useful for reentering commands without retyping.

Key sequences are available to scroll through these buffered commands. Use the up arrow key (Ctrl P) to display the previously entered commands. Each time this key is pressed, the next successively older command will be displayed. Use the down arrow key (Ctrl N) to scroll forward through the history to display the more recent commands.

Ctrl-Shift-6 - Using the escape sequence. When an IOS process is initiated from the CLI, such as a ping or traceroute, the command runs until it is complete or is interrupted. While the process is running, the CLI is unresponsive. To interrupt the output and interact with the CLI, press Ctrl-Shift-6.

Ctrl-C - This interrupts the entry of a command and exits the configuration mode. This is useful when entering a command you may decide that you wish to cancel the command and exits the configuration mode.

Abbreviated commands or keywords. Commands and keywords can be abbreviated to the minimum number of characters that identifies a unique selection. For example, the configure command can be abbreviated to conf because configure is the only command that begins with conf. An abbreviation of con will not work because more than one command begins with con.

Keywords can also be abbreviated.

As another example, show interfaces can be abbreviated like this:

Router#show interfaces
Router#show int

You can abbreviate both the command and the keywords, for example:

Router#sh int


0/5000
จาก: -
เป็น: -
ผลลัพธ์ (ไทย) 1: [สำเนา]
คัดลอก!
ร้อนคีย์และลัด

IOS ไม่ให้แป้นพิมพ์ลัดที่กำหนดค่า ตรวจสอบ และง่ายในการแก้ไขปัญหา

รูปแสดงส่วนใหญ่ของทางลัด ต่อไปนี้เป็นที่น่าสังเกต:
แท็บ--เสร็จสมบูรณ์ส่วนเหลือของคำสั่งหรือคำสำคัญ
Ctrl-R - แสดงบรรทัด
Ctrl-Z - ออกจากโหมดการกำหนดค่าและกลับสู่การ EXEC
ลูกศร - ลงช่วยให้ผู้ใช้สามารถเลื่อนไปข้างหน้าผ่านคำสั่งอดีต
ขึ้นลูกศร - ช่วยให้ผู้ใช้สามารถเลื่อนย้อนกลับคำสั่งเดิม
Ctrl-กะ-6 - ช่วยให้ผู้ใช้ขัดจังหวะกระบวนการ IOS เช่นปิงหรือ traceroute
Ctrl-C-- คำสั่งปัจจุบัน Aborts และออกจากโหมดการกำหนดค่า

ตรวจสอบในรายละเอียดเพิ่มเติม:

ใช้แท็บ - แท็บทั้งหมดให้เสร็จสมบูรณ์ส่วนเหลือของคำย่อ และพารามิเตอร์ถ้าตัวย่อประกอบด้วยเพียงพอสำหรับตัวอักษรแตกต่างจากอื่น ๆ ปัจจุบันมีคำสั่งใด ๆ หรือพารามิเตอร์ กดแป้น Tab เมื่อพอของคำสั่งหรือคำสำคัญที่ถูกป้อนให้ปรากฏเฉพาะ และ CLI จะแสดงส่วนเหลือของคำสั่งหรือคำสำคัญ.

เป็นเทคนิคที่ดีจะใช้เมื่อคุณกำลังเรียนรู้ เพราะจะช่วยให้คุณสามารถดูคำเต็มที่ใช้สำหรับคำสั่งหรือคำสำคัญ.

Ctrl R - การแสดงรายการจะรีเฟรชบรรทัดเพียงพิมพ์ ใช้ Ctrl R เพื่อแสดงบรรทัด ตัวอย่าง คุณอาจพบว่า IOS ที่มีความข้อความที่ไม่เหมือนคุณพิมพ์บรรทัด คุณสามารถใช้ Ctrl R เพื่อรีเฟรชบรรทัด และหลีกเลี่ยงให้

ในตัวอย่างนี้ ข้อความเกี่ยวกับอินเทอร์เฟซที่ล้มเหลวถูกส่งกลับกลางสั่งการ

แม็ค Switch#show-
16w4d: %ลิงค์-5-เปลี่ยน: FastEthernet0/10 อินเตอร์เฟซ เปลี่ยนสถานะลง
16w4d: % LINEPROTO-5-UPDOWN: โพรโทคอลบนอินเทอร์เฟซ FastEthernet0/10 เปลี่ยนสถานะการลงรายการ

อีกบรรทัดที่คุณได้พิมพ์การ Ctrl R:

แม็ค Switch#show

Ctrl Z - ออกจากโหมดการตั้งค่าคอนฟิก เพื่อออกจากโหมดการตั้งค่าคอนฟิก และกลับไปยังโหมด EXEC อภิสิทธิ์ ใช้ Ctrl Z เนื่องจาก IOS มีโครงสร้างเป็นโหมด hierarchal คุณอาจพบว่าตัวเองหลายระดับลง ค่อนข้าง มากกว่าออกจากโหมดแต่ละที ใช้ Ctrl Z เพื่อกลับตรงไป EXEC อภิสิทธิ์พร้อมท์ในสุดระดับ

ขึ้นลูกศร-- ใช้คำสั่งก่อนหน้านี้ ซอฟต์แวร์ Cisco IOS buffers หลายผ่านอักขระและคำสั่งนั้นสามารถจะยกเลิกรายการ บัฟเฟอร์จะเป็นประโยชน์สำหรับลูกค้าสั่งไม่พิมพ์

ลำดับคีย์มีการเลื่อนคำสั่งเหล่านี้ถูกบัฟเฟอร์ ใช้คีย์ลูกศรขึ้น (Ctrl P) เพื่อแสดงคำสั่งที่ป้อนไว้ก่อนหน้านี้ ทุกครั้งที่มีกดคีย์นี้ คำสั่งติด ๆ กันเก่าถัดไปจะแสดงขึ้น ใช้แป้นลูกศรลง (Ctrl N) เพื่อเลื่อนไปข้างหน้ามาแสดงสุดคำสั่ง

Ctrl-กะ-6 ใช้ลำดับหนี เมื่อเริ่มต้นกระบวนการ IOS จาก CLI เช่นปิงหรือ traceroute คำสั่งทำงานจนกว่าจะเสร็จสิ้น หรือถูกขัดจังหวะ ขณะกระบวนการกำลังทำงาน ไม่จะไม่ตอบสนอง หยุดการแสดงผล และโต้ตอบกับ CLI กด Ctrl-กะ-6.

Ctrl-C--นี้ขัดจังหวะรายการของคำสั่ง และออกจากโหมดการตั้งค่าคอนฟิก การทำเช่นนี้มีประโยชน์เมื่อป้อนคำสั่งคุณอาจตัดสินใจว่า คุณต้องการยกเลิกคำสั่ง และออกจากโหมดการตั้งค่าคอนฟิก

ย่อคำสั่งหรือคำสำคัญ สามารถ abbreviated คำสั่งและคำสำคัญเพื่อหมายเลขต่ำสุดของอักขระที่ระบุเลือกเฉพาะ ตัวอย่าง คำสั่งการตั้งค่าคอนฟิกสามารถ abbreviated การ conf เนื่องจากกำหนดค่า คำสั่งเฉพาะที่ขึ้นต้น ด้วย conf. ตัวย่อของแอร์จะไม่ทำงานเนื่องจากคำสั่งมากกว่าหนึ่งขึ้นต้น ด้วย con.

ยังมี abbreviated คำสำคัญ

เป็นอย่างอื่น แสดงสามารถ abbreviated อินเทอร์เฟซนี้:

อินเทอร์เฟซ Router#show
Router#show int

คุณสามารถย่อคำสั่งและคำสำคัญ ตัวอย่าง:

Router#sh int


การแปล กรุณารอสักครู่..
ผลลัพธ์ (ไทย) 2:[สำเนา]
คัดลอก!
Hot Keys and Shortcuts

The IOS CLI provides hot keys and shortcuts that make configuring, monitoring, and troubleshooting easier.

The figure shows most of the shortcuts. The following are worthy of special note:
Tab - Completes the remainder of the command or keyword
Ctrl-R - Redisplays a line
Ctrl-Z - Exits configuration mode and returns to the EXEC
Down Arrow - Allows user to scroll forward through former commands
Up Arrow - Allows user to scroll backward through former commands
Ctrl-Shift-6 - Allows the user to interrupt an IOS process such as ping or traceroute
Ctrl-C - Aborts the current command and exits the configuration mode

Examining these in more detail:

Tab - Tab complete is used to complete the remainder of abbreviated commands and parameters if the abbreviation contains enough letters to be different from any other currently available commands or parameters. When enough of the command or keyword has been entered to appear unique, press the Tab key and the CLI will display the rest of the command or keyword.

This is a good technique to use when you are learning because it allows you to see the full word used for the command or keyword.

Ctrl-R - Redisplay line will refresh the line just typed. Use Ctrl-R to redisplay the line. For example, you may find that the IOS is returning a message to the CLI just as you are typing a line. You can use Ctrl-R to refresh the line and avoid having to retype it.

In this example, a message regarding a failed interface is returned in the middle of a command.

Switch#show mac-
16w4d: %LINK-5-CHANGED: Interface FastEthernet0/10, changed state to down
16w4d: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/10, changed state to down

To redisplay to line that you were typing use Ctrl-R:

Switch#show mac

Ctrl-Z - Exit configuration mode. To leave a configuration mode and return to privileged EXEC mode, use Ctrl-Z. Because the IOS has a hierarchal mode structure, you may find yourself several levels down. Rather than exit each mode individually, use Ctrl-Z to return directly to the privileged EXEC prompt at the top level.

Up and Down arrows - Using previous commands. The Cisco IOS software buffers several past commands and characters so that entries can be recalled. The buffer is useful for reentering commands without retyping.

Key sequences are available to scroll through these buffered commands. Use the up arrow key (Ctrl P) to display the previously entered commands. Each time this key is pressed, the next successively older command will be displayed. Use the down arrow key (Ctrl N) to scroll forward through the history to display the more recent commands.

Ctrl-Shift-6 - Using the escape sequence. When an IOS process is initiated from the CLI, such as a ping or traceroute, the command runs until it is complete or is interrupted. While the process is running, the CLI is unresponsive. To interrupt the output and interact with the CLI, press Ctrl-Shift-6.

Ctrl-C - This interrupts the entry of a command and exits the configuration mode. This is useful when entering a command you may decide that you wish to cancel the command and exits the configuration mode.

Abbreviated commands or keywords. Commands and keywords can be abbreviated to the minimum number of characters that identifies a unique selection. For example, the configure command can be abbreviated to conf because configure is the only command that begins with conf. An abbreviation of con will not work because more than one command begins with con.

Keywords can also be abbreviated.

As another example, show interfaces can be abbreviated like this:

Router#show interfaces
Router#show int

You can abbreviate both the command and the keywords, for example:

Router#sh int


การแปล กรุณารอสักครู่..
ผลลัพธ์ (ไทย) 3:[สำเนา]
คัดลอก!
คีย์ร้อนและทางลัด

iOS CLI ให้คีย์ร้อนและทางลัดที่ทำให้การกำหนดค่าการตรวจสอบและการแก้ไขปัญหาได้ง่ายขึ้น

รูปที่แสดงส่วนใหญ่ของทางลัด ต่อไปนี้เป็นข้อความพิเศษ
แท็บ - เติมเต็มส่วนที่เหลือของคำสั่งหรือการ ctrl-r - redisplays เส้น

ctrl-z - ออกค่าโหมดและส่งกลับไปยัง exec
ลูกศรลง - ช่วยให้ผู้ใช้เพื่อเลื่อนไปข้างหน้าด้วยคำสั่งเดิม
ลูกศรขึ้น - ช่วยให้ผู้ใช้เลื่อนย้อนหลังถึงอดีตสั่ง
ctrl-shift-6 - ช่วยให้ผู้ใช้เพื่อขัดจังหวะ iOS ขั้นตอนเช่น ping หรือ TracerouteGenericName
Ctrl - C - ยกเลิกคำสั่งปัจจุบันและออกจากการตั้งค่าโหมด

ตรวจสอบเหล่านี้ในรายละเอียดเพิ่มเติม :

แท็บ -- แท็บที่สมบูรณ์จะใช้เพื่อให้ส่วนที่เหลือของย่อคำสั่งและพารามิเตอร์หากมีตัวอักษรย่อเพียงพอจะแตกต่างจากอื่น ๆที่มีอยู่ในปัจจุบัน คำสั่ง หรือ พารามิเตอร์ เมื่อเพียงพอของคำสั่งหรือการได้รับการป้อนจะปรากฏเฉพาะ กด TAB และ CLI จะแสดงส่วนที่เหลือของคำสั่ง

หรือคำหลักนี้เป็นวิธีที่ดีที่จะใช้เมื่อคุณได้เรียนรู้ เพราะจะช่วยให้คุณเพื่อดูเต็มคำที่ใช้สำหรับสั่งการหรือคำหลัก .

ctrl-r - สต์บรรทัดจะฟื้นฟูสายพิมพ์ ใช้ ctrl-r เพื่อสต์บรรทัด ตัวอย่างเช่นคุณอาจพบว่า iOS กลับมาถึง CLI เช่นเดียวกับที่คุณกำลังพิมพ์บรรทัด คุณสามารถใช้ ctrl-r ฟื้นฟูเส้นและหลีกเลี่ยงการที่จะพิมพ์มัน

ในตัวอย่างนี้ ข้อความเกี่ยวกับอินเตอร์เฟซที่ล้มเหลวกลับมาในช่วงกลางของคำสั่ง

เปลี่ยน#แสดง Mac --
16w4d : link-5-changed : อินเตอร์เฟซ fastethernet0 / 10 เปลี่ยนรัฐลง
16w4d : lineproto-5-updown : สายโปรโตคอลอินเทอร์เฟซ fastethernet0 / 10 เปลี่ยนรัฐลง

เพื่อสต์เพื่อบรรทัดที่คุณพิมพ์ใช้ ctrl-r :

เปลี่ยน#แสดง Mac

ctrl-z - ออกจากการตั้งค่าโหมดเพื่อออกจากโหมดการตั้งค่าและกลับสู่โหมด exec สิทธิพิเศษใช้ ctrl-z. เพราะ iOS มีโครงสร้างโหมด hierarchal , คุณอาจพบว่าตัวเองหลายระดับลง แทนที่จะออกแต่ละโหมดแบบ ใช้ ctrl-z กลับไป โดยให้สิทธิพิเศษต่างๆ ที่ระดับบนสุด

ลูกศรขึ้นและลง - ใช้คำสั่งก่อนหน้าCisco IOS ซอฟต์แวร์หลายที่ผ่านมาบัฟเฟอร์คำสั่งและตัวอักษรเพื่อให้รายการสามารถเรียกคืนได้ บัฟเฟอร์ที่เป็นประโยชน์สำหรับคำสั่งโดยไม่ต้อง reentering retyping

ที่สำคัญลำดับพร้อมเลื่อนผ่านเหล่านี้ในคำสั่ง ใช้คีย์ลูกศรขึ้น ( Ctrl P ) เพื่อแสดงก่อนหน้านี้สั่ง เวลาแต่ละคีย์นี้กดต่อไปอย่างต่อเนื่องแก่คำสั่งจะปรากฏขึ้นใช้คีย์ลูกศรลง ( Ctrl ) เพื่อเลื่อนไปข้างหน้าผ่านประวัติศาสตร์เพื่อแสดงคำสั่งล่าสุด

ctrl-shift-6 - การหนีตามลำดับ เมื่อกระบวนการ iOS คือ เริ่มจาก CLI เช่นปิงหรือ TracerouteGenericName , สั่งวิ่งจนสมบูรณ์หรือถูกขัดจังหวะ . ในขณะที่กระบวนการทํางาน CLI ไม่ตอบสนองเลย ขัดจังหวะการแสดงผล และโต้ตอบกับ CLI ,กด Ctrl - C - ctrl-shift-6

รักษารายการของคำสั่งและออกจากการตั้งค่าโหมด นี้จะเป็นประโยชน์เมื่อมีการป้อนคำสั่ง คุณอาจตัดสินใจว่าคุณต้องการที่จะยกเลิกคำสั่งและออกจากโหมดการตั้งค่า

สั่งย่อหรือคำหลัก คำสั่งและคำหลักที่สามารถย่อขั้นต่ำที่จำนวนของอักขระที่ระบุการเลือกที่ไม่ซ้ำกัน ตัวอย่างเช่นการปรับแต่งคำสั่งสามารถย่อก็เพราะปรับแต่งเป็นเพียงคำสั่ง ที่เริ่มต้นด้วยการประชุมย่อมาจากคอนจะไม่ทำงานเพราะมากกว่าหนึ่งคำสั่งที่ขึ้นต้นด้วยคอน

คำสำคัญยังสามารถย่อ .

เป็นอีกตัวอย่างหนึ่ง การเชื่อมต่อให้สามารถย่อแบบนี้ :


#แสดงการเชื่อมต่อเราเตอร์เราเตอร์#แสดง int

คุณสามารถย่อทั้งสั่งการ และคําสําคัญตัวอย่าง :




# Sh Int เราเตอร์
การแปล กรุณารอสักครู่..
 
ภาษาอื่น ๆ
การสนับสนุนเครื่องมือแปลภาษา: กรีก, กันนาดา, กาลิเชียน, คลิงออน, คอร์สิกา, คาซัค, คาตาลัน, คินยารวันดา, คีร์กิซ, คุชราต, จอร์เจีย, จีน, จีนดั้งเดิม, ชวา, ชิเชวา, ซามัว, ซีบัวโน, ซุนดา, ซูลู, ญี่ปุ่น, ดัตช์, ตรวจหาภาษา, ตุรกี, ทมิฬ, ทาจิก, ทาทาร์, นอร์เวย์, บอสเนีย, บัลแกเรีย, บาสก์, ปัญจาป, ฝรั่งเศส, พาชตู, ฟริเชียน, ฟินแลนด์, ฟิลิปปินส์, ภาษาอินโดนีเซี, มองโกเลีย, มัลทีส, มาซีโดเนีย, มาราฐี, มาลากาซี, มาลายาลัม, มาเลย์, ม้ง, ยิดดิช, ยูเครน, รัสเซีย, ละติน, ลักเซมเบิร์ก, ลัตเวีย, ลาว, ลิทัวเนีย, สวาฮิลี, สวีเดน, สิงหล, สินธี, สเปน, สโลวัก, สโลวีเนีย, อังกฤษ, อัมฮาริก, อาร์เซอร์ไบจัน, อาร์เมเนีย, อาหรับ, อิกโบ, อิตาลี, อุยกูร์, อุสเบกิสถาน, อูรดู, ฮังการี, ฮัวซา, ฮาวาย, ฮินดี, ฮีบรู, เกลิกสกอต, เกาหลี, เขมร, เคิร์ด, เช็ก, เซอร์เบียน, เซโซโท, เดนมาร์ก, เตลูกู, เติร์กเมน, เนปาล, เบงกอล, เบลารุส, เปอร์เซีย, เมารี, เมียนมา (พม่า), เยอรมัน, เวลส์, เวียดนาม, เอสเปอแรนโต, เอสโทเนีย, เฮติครีโอล, แอฟริกา, แอลเบเนีย, โคซา, โครเอเชีย, โชนา, โซมาลี, โปรตุเกส, โปแลนด์, โยรูบา, โรมาเนีย, โอเดีย (โอริยา), ไทย, ไอซ์แลนด์, ไอร์แลนด์, การแปลภาษา.

Copyright ©2024 I Love Translation. All reserved.

E-mail: