Дерево страниц

Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

To simplify the commands, the whole command system has a hierarchical structure. There are special branch commands for transition between levels of the hierarchy. This allows to use brief commands on each level. To designate a current level where a user is located, the system prompt string changes dynamically.

Example:
Блок кода
languagetext
LTP-16N# 
LTP-16N# configure terminal // switch to the device configuration mode
LTP-16N(configure)# 
LTP-16N(configure)# exit // return to the previous level
LTP-16N# 

...

For ease of reading, page-by-page output of a wealth of information is added.

Example:
Блок кода
languagetext
LTP-16N# show running-config all 
configure terminal
    interface gpon-port 1
        no shutdown
    exit
    interface gpon-port 2
        no shutdown
    exit
    interface gpon-port 3
        no shutdown
    exit
    interface gpon-port 4
        no shutdown
    exit
    interface gpon-port 5
        no shutdown
    exit
    interface gpon-port 6
        no shutdown
    exit
    interface gpon-port 7
        no shutdown
    exit
    interface gpon-port 8
        no shutdown
    exit
(Enter:next line Space:next page Q:quit R:show the rest)

...