Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Режим отображается вместе с префиксом команды в виде "RIP(режим)#"На рисунке ниже показана диаграмма переходов между режимами КО. Изначально КО находится Изначально КО находится в базовом режиме, который содержит набор команд только для просмотра текущего состояния маршрутизатора. Переход в режим конфигурации разрешен только для пользователя WANFlexпользователя системы, имеющего привилегии "super-user". После перехода в режим конфигурации выполняется его блокировка. Таким образом, вход в этот режим с другого терминала (например, другая сессия "telnet") будет невозможен. Для исключения "мертвой" блокировки КО автоматически выходит из режимов конфигурации, если в течение 2 минут не поступало никаких команд.

...

Code Block
languagetext
themeEmacs
  configure  Configuration
    access-list  Add an access list entry
    clear        Reset functions
    end          End current mode and change to root mode (CTRL+C).
    exit         Back to WANFlex command shell (CTRL+D).
    help         Print command list
    interface    Select an interface to configure
      authentication  Authentication control
      description     Interface specific description
      end             End current mode and change to root mode (CTRL+C).
      exit            Back to WANFlex command shell (CTRL+D).
      help            Print command list
      no              Negate a command or set its defaults
      receive         Advertisement reception
      send            Advertisement transmission
      show            Show running system information
      split-horizon   Perform split horizon
    key          Authentication key management
    no           Negate a command or set its defaults
    prefix-list  Build a prefix list
    route-map    Create route-map or enter route-map command mode
      end        End current mode and change to root mode (CTRL+C).
      exit       Back to WANFlex command shell (CTRL+D).
      help       Print command list
      match      Match values from routing table
      no         Negate a command or set its defaults
      on-match   Exit policy on matches
      route-map  Create route-map or enter route-map command mode
      set        Set values in destination routing protocol
      show       Show running system information
    router       Enable RIP routing process
      default-information  Control distribution of default route
      default-metric       Set a metric of redistribute routes
      distance             Administrative distance
      distribute-list      Filter networks in routing updates
      end                  End current mode and change to root mode (CTRL+C).
      exit                 Back to WANFlex command shell (CTRL+D).
      help                 Print command list
      neighbor             Specify a neighbor router
      network              Enable routing on an IP network
      no                   Negate a command or set its defaults
      offset-list          Modify RIP metric
      passive-interface    Suppress routing updates on an interface
      redistribute         Redistribute information from another routing protocol
      route                RIP static route configuration
      route-map            Route map set
      show                 Show running system information
      tagged               Tagged mode
      timers               Adjust routing timers
      version              Set routing protocol version
    show         Show running system information
    stop         stop
  debug      Set debugging print level
  end        End current mode and change to root mode (CTRL+C).
  exit       Back to WANFlex command shell (CTRL+D).
  help       Print command list
  no         Negate a command or set its defaults
  show       Show running system information
    access-list     List IP access lists
    memory          Memory statistics
    prefix-list     Build a prefix list
    rip             IP routing protocol process parameters and statistics
    route           Show RIP routes
    running-config  running configuration
    thread          Thread information
    version         Displays version

...