Perintah dalam Cisco I

Disini coba saya postingkan dari berbagai perintah yang ada dalam Cisco, walaupun tidak dalam keseluruhan, dan ini juga memperlengkap sebagian dari posting saya yang sebelumnya.


Memulai Cisco yang baru :


Continue with configuration dialog? [yes/no]: yes

At any point you may enter a question mark '?' for help.

Use ctrl-c to abort configuration dialog at any prompt.

Default settings are in square brackets '[]'.

Basic management setup configures only enough connectivity

for management of the system, extended setup will ask you

to configure each interface on the system

Would you like to enter basic management setup? [yes/no]: yes

Configuring global parameters:

Enter host name [Router]: (press ctrl+c)

Press RETURN to get started!Moving Between Modes


Router Configuration Modes


User EXEC

mode Limited to basic monitoring commands

contoh : Router>

Privileged EXEC

mode Provides access to all other router commands

contoh : Router#


Moving Between Modes


Router>enable

Changes from user EXEC to privileged EXEC mode

Router#disable

Changes to user EXEC from privileged EXEC mode

Router#config term

Changes to global configuration mode from privileged mode

Router(config)#exit

Exits from any configuration mode to privileged mode (Ctrl+Z is also commonly used)

Router(config)#interface

Enters interface configuration mode from globalconfiguration mode

Router(config)#interface

Enters subinterface configuration mode from global configuration mode

Router(config)#line

Enters line configuration mode from global configuration mode

Router(config)#router eigrp 1

Enters router configuration mode from globalconfiguration mode


CLI Editing Command


Ctrl+P or Up arrow

Shows last command entered

Ctrl+N or Down arrow

Shows previous commands entered

show history

Shows last 10 commands entered by default

show terminal

Shows terminal configurations and history buffer size

terminal history size

Changes buffer size (the maximum is 256)

Ctrl+A

Moves your cursor to the beginning of the line

Ctrl+E

Moves your cursor to the end of the line

Esc+B

Moves back one word

Ctrl+B

Moves back one character

Ctrl+F

Moves forward one character

Esc+F

Moves forward one word

Ctrl+D

Deletes a single character

Backspace

Deletes a single character

Ctrl+R

Redisplays a line

Ctrl+U

Erases a line

Ctrl+W

Erases a word

Ctrl+Z

Ends configuration mode and returns to EXEC mode

Tab

Finishes typing a command for you

No comments:

Post a Comment