diff options
Diffstat (limited to 'docs/_locale/de/cli.pot')
-rw-r--r-- | docs/_locale/de/cli.pot | 340 |
1 files changed, 254 insertions, 86 deletions
diff --git a/docs/_locale/de/cli.pot b/docs/_locale/de/cli.pot index 70bb4156..b6203b8a 100644 --- a/docs/_locale/de/cli.pot +++ b/docs/_locale/de/cli.pot @@ -8,27 +8,55 @@ msgstr "" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n==1) ? 0 : 1;\n" -#: ../../cli.rst:115 +#: ../../cli.rst:90 +msgid "\"Clear\" commands are completely non-disruptive to any system operations. Generally, they can be used freely without hesitation." +msgstr "\"Clear\" commands are completely non-disruptive to any system operations. Generally, they can be used freely without hesitation." + +#: ../../cli.rst:151 +msgid "\"Execute\" commands are for executing various diagnostic and auxilliary actions that the system would never perform by itself." +msgstr "\"Execute\" commands are for executing various diagnostic and auxilliary actions that the system would never perform by itself." + +#: ../../cli.rst:137 +msgid "\"Force\" commands force the system to perform an action that it might perform by itself at a later point." +msgstr "\"Force\" commands force the system to perform an action that it might perform by itself at a later point." + +#: ../../cli.rst:174 +msgid "\"Monitor\" commands initiate various monitoring operations that may output information continuously, until terminated with ``Ctrl-C`` or disabled." +msgstr "\"Monitor\" commands initiate various monitoring operations that may output information continuously, until terminated with ``Ctrl-C`` or disabled." + +#: ../../cli.rst:106 +msgid "\"Reset\" commands can be locally-disruptive. They may, for example, terminate a single user session or a session with a dynamic routing protocol peer." +msgstr "\"Reset\" commands can be locally-disruptive. They may, for example, terminate a single user session or a session with a dynamic routing protocol peer." + +#: ../../cli.rst:123 +msgid "\"Restart\" operations may disrupt an entire subsystem. Most often they initiate a restart of a server process, which causes it to be unavailable for a brief period and resets all the process state." +msgstr "\"Restart\" operations may disrupt an entire subsystem. Most often they initiate a restart of a server process, which causes it to be unavailable for a brief period and resets all the process state." + +#: ../../cli.rst:162 +msgid "\"Show\" commands display various system information. They may occasionally use a pager for long outputs, that you can quit by pressing the Q button. Their output is always finite, however." +msgstr "\"Show\" commands display various system information. They may occasionally use a pager for long outputs, that you can quit by pressing the Q button. Their output is always finite, however." + +#: ../../cli.rst:224 msgid "**Active** or **running configuration** is the system configuration that is loaded and currently active (used by VyOS). Any change in the configuration will have to be committed to belong to the active/running configuration." msgstr "**Active** or **running configuration** is the system configuration that is loaded and currently active (used by VyOS). Any change in the configuration will have to be committed to belong to the active/running configuration." -#: ../../cli.rst:382 +#: ../../cli.rst:491 msgid "**Example:**" msgstr "**Example:**" -#: ../../cli.rst:126 +#: ../../cli.rst:235 msgid "**Saved configuration** is the one saved to a file using the :cfgcmd:`save` command. It allows you to keep safe a configuration for future uses. There can be multiple configuration files. The default or \"boot\" configuration is saved and loaded from the file ``/config/config.boot``." msgstr "**Saved configuration** is the one saved to a file using the :cfgcmd:`save` command. It allows you to keep safe a configuration for future uses. There can be multiple configuration files. The default or \"boot\" configuration is saved and loaded from the file ``/config/config.boot``." -#: ../../cli.rst:120 +#: ../../cli.rst:229 msgid "**Working configuration** is the one that is currently being modified in configuration mode. Changes made to the working configuration do not go into effect until the changes are committed with the :cfgcmd:`commit` command. At which time the working configuration will become the active or running configuration." msgstr "**Working configuration** is the one that is currently being modified in configuration mode. Changes made to the working configuration do not go into effect until the changes are committed with the :cfgcmd:`commit` command. At which time the working configuration will become the active or running configuration." -#: ../../cli.rst:113 +#: ../../cli.rst:222 msgid "A VyOS system has three major types of configurations:" msgstr "A VyOS system has three major types of configurations:" -#: ../../cli.rst:579 +#: ../../cli.rst:688 msgid "A reboot because you did not enter ``confirm`` will not take you necessarily to the *saved configuration*, but to the point before the unfortunate commit." msgstr "A reboot because you did not enter ``confirm`` will not take you necessarily to the *saved configuration*, but to the point before the unfortunate commit." @@ -36,35 +64,39 @@ msgstr "A reboot because you did not enter ``confirm`` will not take you necessa msgid "Access opmode from config mode" msgstr "Access opmode from config mode" -#: ../../cli.rst:700 +#: ../../cli.rst:810 msgid "Access to these commands are possible through the use of the ``run [command]`` command. From this command you will have access to everything accessible from operational mode." msgstr "Access to these commands are possible through the use of the ``run [command]`` command. From this command you will have access to everything accessible from operational mode." -#: ../../cli.rst:654 +#: ../../cli.rst:769 msgid "Add comment as an annotation to a configuration node." msgstr "Add comment as an annotation to a configuration node." -#: ../../cli.rst:542 +#: ../../cli.rst:651 msgid "All changes in the working config will thus be lost." msgstr "All changes in the working config will thus be lost." -#: ../../cli.rst:355 +#: ../../cli.rst:464 msgid "All commands executed here are relative to the configuration level you have entered. You can do everything from the top level, but commands will be quite lengthy when manually typing them." msgstr "All commands executed here are relative to the configuration level you have entered. You can do everything from the top level, but commands will be quite lengthy when manually typing them." -#: ../../cli.rst:679 +#: ../../cli.rst:794 msgid "An important thing to note is that since the comment is added on top of the section, it will not appear if the ``show <section>`` command is used. With the above example, the `show firewall` command would return starting after the ``firewall {`` line, hiding the comment." msgstr "An important thing to note is that since the comment is added on top of the section, it will not appear if the ``show <section>`` command is used. With the above example, the `show firewall` command would return starting after the ``firewall {`` line, hiding the comment." -#: ../../cli.rst:493 +#: ../../cli.rst:602 msgid "Any change you do on the configuration, will not take effect until committed using the :cfgcmd:`commit` command in configuration mode." msgstr "Any change you do on the configuration, will not take effect until committed using the :cfgcmd:`commit` command in configuration mode." -#: ../../cli.rst:221 +#: ../../cli.rst:330 msgid "Both these ``show`` commands should be executed when in operational mode, they do not work directly in configuration mode. There is a special way on how to :ref:`run_opmode_from_config_mode`." msgstr "Both these ``show`` commands should be executed when in operational mode, they do not work directly in configuration mode. There is a special way on how to :ref:`run_opmode_from_config_mode`." -#: ../../cli.rst:193 +#: ../../cli.rst:330 +msgid "Both these ``show`` commands should be executed when in operational mode, they do not work directly in configuration mode. There is a special way on how to :ref:run_opmode_from_config_mode." +msgstr "Both these ``show`` commands should be executed when in operational mode, they do not work directly in configuration mode. There is a special way on how to :ref:run_opmode_from_config_mode." + +#: ../../cli.rst:302 msgid "By default, the configuration is displayed in a hierarchy like the above example, this is only one of the possible ways to display the configuration. When the configuration is generated and the device is configured, changes are added through a collection of :cfgcmd:`set` and :cfgcmd:`delete` commands." msgstr "By default, the configuration is displayed in a hierarchy like the above example, this is only one of the possible ways to display the configuration. When the configuration is generated and the device is configured, changes are added through a collection of :cfgcmd:`set` and :cfgcmd:`delete` commands." @@ -72,7 +104,7 @@ msgstr "By default, the configuration is displayed in a hierarchy like the above msgid "Command Line Interface" msgstr "Command Line Interface" -#: ../../cli.rst:704 +#: ../../cli.rst:814 msgid "Command completion and syntax help with ``?`` and ``[tab]`` will also work." msgstr "Command completion and syntax help with ``?`` and ``[tab]`` will also work." @@ -80,23 +112,23 @@ msgstr "Command completion and syntax help with ``?`` and ``[tab]`` will also wo msgid "Compare configurations" msgstr "Compare configurations" -#: ../../cli.rst:75 +#: ../../cli.rst:184 msgid "Configuration Mode" msgstr "Configuration Mode" -#: ../../cli.rst:102 +#: ../../cli.rst:211 msgid "Configuration Overview" msgstr "Configuration Overview" -#: ../../cli.rst:457 +#: ../../cli.rst:566 msgid "Configuration commands are flattened from the tree into 'one-liner' commands shown in :opcmd:`show configuration commands` from operation mode. Commands are relative to the level where they are executed and all redundant information from the current level is removed from the command entered." msgstr "Configuration commands are flattened from the tree into 'one-liner' commands shown in :opcmd:`show configuration commands` from operation mode. Commands are relative to the level where they are executed and all redundant information from the current level is removed from the command entered." -#: ../../cli.rst:538 +#: ../../cli.rst:647 msgid "Configuration mode can not be exited while uncommitted changes exist. To exit configuration mode without applying changes, the :cfgcmd:`exit discard` command must be used." msgstr "Configuration mode can not be exited while uncommitted changes exist. To exit configuration mode without applying changes, the :cfgcmd:`exit discard` command must be used." -#: ../../cli.rst:586 +#: ../../cli.rst:701 msgid "Copy a configuration element." msgstr "Copy a configuration element." @@ -104,7 +136,7 @@ msgstr "Copy a configuration element." msgid "Editing the configuration" msgstr "Editing the configuration" -#: ../../cli.rst:665 +#: ../../cli.rst:780 msgid "Example:" msgstr "Example:" @@ -112,7 +144,15 @@ msgstr "Example:" msgid "Example showing possible show commands:" msgstr "Example showing possible show commands:" -#: ../../cli.rst:433 +#: ../../cli.rst:96 +#: ../../cli.rst:140 +#: ../../cli.rst:154 +#: ../../cli.rst:166 +#: ../../cli.rst:178 +msgid "Examples:" +msgstr "Examples:" + +#: ../../cli.rst:542 msgid "Exiting from the configuration mode is done via the :cfgcmd:`exit` command from the top level, executing :cfgcmd:`exit` from within a sub-level takes you back to the top level." msgstr "Exiting from the configuration mode is done via the :cfgcmd:`exit` command from the top level, executing :cfgcmd:`exit` from within a sub-level takes you back to the top level." @@ -120,19 +160,19 @@ msgstr "Exiting from the configuration mode is done via the :cfgcmd:`exit` comma msgid "For example typing ``sh`` followed by the ``TAB`` key will complete to ``show``. Pressing ``TAB`` a second time will display the possible sub-commands of the ``show`` command." msgstr "For example typing ``sh`` followed by the ``TAB`` key will complete to ``show``. Pressing ``TAB`` a second time will display the possible sub-commands of the ``show`` command." -#: ../../cli.rst:201 +#: ../../cli.rst:310 msgid "Get a collection of all the set commands required which led to the running configuration." msgstr "Get a collection of all the set commands required which led to the running configuration." -#: ../../cli.rst:936 +#: ../../cli.rst:1052 msgid "If you are remotely connected, you will lose your connection. You may want to copy first the config, edit it to ensure connectivity, and load the edited config." msgstr "If you are remotely connected, you will lose your connection. You may want to copy first the config, edit it to ensure connectivity, and load the edited config." -#: ../../cli.rst:922 +#: ../../cli.rst:1038 msgid "In the case you want to completely delete your configuration and restore the default one, you can enter the following command in configuration mode:" msgstr "In the case you want to completely delete your configuration and restore the default one, you can enter the following command in configuration mode:" -#: ../../cli.rst:413 +#: ../../cli.rst:522 msgid "It is also possible to display all :cfgcmd:`set` commands within configuration mode using :cfgcmd:`show | commands`" msgstr "It is also possible to display all :cfgcmd:`set` commands within configuration mode using :cfgcmd:`show | commands`" @@ -148,10 +188,26 @@ msgstr "Local Archive" msgid "Managing configurations" msgstr "Managing configurations" -#: ../../cli.rst:630 +#: ../../cli.rst:77 +msgid "Many operational mode commands in VyOS are placed in families such as ``show``, ``clear``, or ``reset``. Every such family has a specific meaning to allow the user to guess how the command is going to behave — in particular, whether it will be disruptive to the system or not." +msgstr "Many operational mode commands in VyOS are placed in families such as ``show``, ``clear``, or ``reset``. Every such family has a specific meaning to allow the user to guess how the command is going to behave — in particular, whether it will be disruptive to the system or not." + +#: ../../cli.rst:93 +msgid "Most often their purpose is to remove or reset various debug and diagnostic information such as system logs and packet counters." +msgstr "Most often their purpose is to remove or reset various debug and diagnostic information such as system logs and packet counters." + +#: ../../cli.rst:679 +msgid "Note that 'reload' loads the most recent completed configuration and does not require a reboot." +msgstr "Note that 'reload' loads the most recent completed configuration and does not require a reboot." + +#: ../../cli.rst:745 msgid "Note that ``show`` command respects your edit level and from this level you can view the modified firewall ruleset with just ``show`` with no parameters." msgstr "Note that ``show`` command respects your edit level and from this level you can view the modified firewall ruleset with just ``show`` with no parameters." +#: ../../cli.rst:82 +msgid "Note that this convention was not always followed with perfect consistency and some commands may still be in wrong families, so you should always check the command help and documentation if you are not sure what exactly it does." +msgstr "Note that this convention was not always followed with perfect consistency and some commands may still be in wrong families, so you should always check the command help and documentation if you are not sure what exactly it does." + #: ../../cli.rst:11 msgid "Operational Mode" msgstr "Operational Mode" @@ -160,7 +216,11 @@ msgstr "Operational Mode" msgid "Operational mode allows for commands to perform operational system tasks and view system and service status, while configuration mode allows for the modification of system configuration." msgstr "Operational mode allows for commands to perform operational system tasks and view system and service status, while configuration mode allows for the modification of system configuration." -#: ../../cli.rst:85 +#: ../../cli.rst:75 +msgid "Operational mode command families" +msgstr "Operational mode command families" + +#: ../../cli.rst:194 msgid "Prompt changes from ``$`` to ``#``. To exit configuration mode, type ``exit``." msgstr "Prompt changes from ``$`` to ``#``. To exit configuration mode, type ``exit``." @@ -168,15 +228,15 @@ msgstr "Prompt changes from ``$`` to ``#``. To exit configuration mode, type ``e msgid "Remote Archive" msgstr "Remote Archive" -#: ../../cli.rst:619 +#: ../../cli.rst:734 msgid "Rename a configuration element." msgstr "Rename a configuration element." -#: ../../cli.rst:920 +#: ../../cli.rst:926 msgid "Restore Default" msgstr "Restore Default" -#: ../../cli.rst:728 +#: ../../cli.rst:838 msgid "Revisions are stored on disk. You can view, compare and rollback them to any previous revisions if something goes wrong." msgstr "Revisions are stored on disk. You can view, compare and rollback them to any previous revisions if something goes wrong." @@ -184,15 +244,15 @@ msgstr "Revisions are stored on disk. You can view, compare and rollback them to msgid "Rollback Changes" msgstr "Rollback Changes" -#: ../../cli.rst:838 +#: ../../cli.rst:948 msgid "Rollback to revision N (currently requires reboot)" msgstr "Rollback to revision N (currently requires reboot)" -#: ../../cli.rst:887 +#: ../../cli.rst:893 msgid "Saving and loading manually" msgstr "Saving and loading manually" -#: ../../cli.rst:94 +#: ../../cli.rst:203 msgid "See the configuration section of this document for more information on configuration mode." msgstr "See the configuration section of this document for more information on configuration mode." @@ -200,15 +260,19 @@ msgstr "See the configuration section of this document for more information on c msgid "Seeing and navigating the configuration" msgstr "Seeing and navigating the configuration" -#: ../../cli.rst:813 +#: ../../cli.rst:923 msgid "Show commit revision difference." msgstr "Show commit revision difference." -#: ../../cli.rst:864 +#: ../../cli.rst:985 +msgid "Since username and password are part of the URI, they need to be properly url encoded if containing special characters." +msgstr "Since username and password are part of the URI, they need to be properly url encoded if containing special characters." + +#: ../../cli.rst:974 msgid "Specify remote location of commit archive as any of the below :abbr:`URI (Uniform Resource Identifier)`" msgstr "Specify remote location of commit archive as any of the below :abbr:`URI (Uniform Resource Identifier)`" -#: ../../cli.rst:111 +#: ../../cli.rst:220 msgid "Terminology" msgstr "Terminology" @@ -220,7 +284,7 @@ msgstr "The CLI provides a built-in help system. In the CLI the ``?`` key may be msgid "The VyOS :abbr:`CLI (Command-Line Interface)` comprises an operational and a configuration mode." msgstr "The VyOS :abbr:`CLI (Command-Line Interface)` comprises an operational and a configuration mode." -#: ../../cli.rst:378 +#: ../../cli.rst:487 msgid "The :cfgcmd:`show` command within configuration mode will show the working configuration indicating line changes with ``+`` for additions, ``>`` for replacements and ``-`` for deletions." msgstr "The :cfgcmd:`show` command within configuration mode will show the working configuration indicating line changes with ``+`` for additions, ``>`` for replacements and ``-`` for deletions." @@ -228,15 +292,15 @@ msgstr "The :cfgcmd:`show` command within configuration mode will show the worki msgid "The ``comment`` command allows you to insert a comment above the ``<config node>`` configuration section. When shown, comments are enclosed with ``/*`` and ``*/`` as open/close delimiters. Comments need to be commited, just like other config changes." msgstr "The ``comment`` command allows you to insert a comment above the ``<config node>`` configuration section. When shown, comments are enclosed with ``/*`` and ``*/`` as open/close delimiters. Comments need to be commited, just like other config changes." -#: ../../cli.rst:656 +#: ../../cli.rst:771 msgid "The ``comment`` command allows you to insert a comment above the ``<config node>`` configuration section. When shown, comments are enclosed with ``/*`` and ``*/`` as open/close delimiters. Comments need to be committed, just like other config changes." msgstr "The ``comment`` command allows you to insert a comment above the ``<config node>`` configuration section. When shown, comments are enclosed with ``/*`` and ``*/`` as open/close delimiters. Comments need to be committed, just like other config changes." -#: ../../cli.rst:787 +#: ../../cli.rst:897 msgid "The command :cfgcmd:`compare` allows you to compare different type of configurations. It also lets you compare different revisions through the :cfgcmd:`compare N M` command, where N and M are revision numbers. The output will describe how the configuration N is when compared to M indicating with a plus sign (``+``) the additional parts N has when compared to M, and indicating with a minus sign (``-``) the lacking parts N misses when compared to M." msgstr "The command :cfgcmd:`compare` allows you to compare different type of configurations. It also lets you compare different revisions through the :cfgcmd:`compare N M` command, where N and M are revision numbers. The output will describe how the configuration N is when compared to M indicating with a plus sign (``+``) the additional parts N has when compared to M, and indicating with a minus sign (``-``) the lacking parts N misses when compared to M." -#: ../../cli.rst:816 +#: ../../cli.rst:926 msgid "The command above also lets you see the difference between two commits. By default the difference with the running config is shown." msgstr "The command above also lets you see the difference between two commits. By default the difference with the running config is shown." @@ -244,87 +308,103 @@ msgstr "The command above also lets you see the difference between two commits. msgid "The config mode" msgstr "The config mode" -#: ../../cli.rst:449 +#: ../../cli.rst:558 msgid "The configuration can be edited by the use of :cfgcmd:`set` and :cfgcmd:`delete` commands from within configuration mode." msgstr "The configuration can be edited by the use of :cfgcmd:`set` and :cfgcmd:`delete` commands from within configuration mode." -#: ../../cli.rst:359 +#: ../../cli.rst:468 msgid "The current hierarchy level can be changed by the :cfgcmd:`edit` command." msgstr "The current hierarchy level can be changed by the :cfgcmd:`edit` command." -#: ../../cli.rst:875 +#: ../../cli.rst:669 +msgid "The definition of 'revert' and 'a previous configuration' depends on the setting:" +msgstr "The definition of 'revert' and 'a previous configuration' depends on the setting:" + +#: ../../cli.rst:988 msgid "The number of revisions don't affect the commit-archive." msgstr "The number of revisions don't affect the commit-archive." -#: ../../cli.rst:933 +#: ../../cli.rst:1049 msgid "Then you may want to :cfgcmd:`save` in order to delete the saved configuration too." msgstr "Then you may want to :cfgcmd:`save` in order to delete the saved configuration too." -#: ../../cli.rst:422 +#: ../../cli.rst:531 msgid "These commands are also relative to the level you are inside and only relevant configuration blocks will be displayed when entering a sub-level." msgstr "These commands are also relative to the level you are inside and only relevant configuration blocks will be displayed when entering a sub-level." -#: ../../cli.rst:475 +#: ../../cli.rst:584 msgid "These two commands above are essentially the same, just executed from different levels in the hierarchy." msgstr "These two commands above are essentially the same, just executed from different levels in the hierarchy." -#: ../../cli.rst:827 +#: ../../cli.rst:110 +msgid "They should be used with caution since they may have a significant impact on a particular users in the network." +msgstr "They should be used with caution since they may have a significant impact on a particular users in the network." + +#: ../../cli.rst:127 +msgid "They should be used with extreme caution." +msgstr "They should be used with extreme caution." + +#: ../../cli.rst:937 msgid "This means four commits ago we did ``set system ipv6 disable-forwarding``." msgstr "This means four commits ago we did ``set system ipv6 disable-forwarding``." -#: ../../cli.rst:480 +#: ../../cli.rst:589 msgid "To delete a configuration entry use the :cfgcmd:`delete` command, this also deletes all sub-levels under the current level you've specified in the :cfgcmd:`delete` command. Deleting an entry will also result in the element reverting back to its default value if one exists." msgstr "To delete a configuration entry use the :cfgcmd:`delete` command, this also deletes all sub-levels under the current level you've specified in the :cfgcmd:`delete` command. Deleting an entry will also result in the element reverting back to its default value if one exists." -#: ../../cli.rst:77 +#: ../../cli.rst:186 msgid "To enter configuration mode use the ``configure`` command:" msgstr "To enter configuration mode use the ``configure`` command:" -#: ../../cli.rst:661 +#: ../../cli.rst:776 msgid "To remove an existing comment from your current configuration, specify an empty string enclosed in double quote marks (``\"\"``) as the comment text." msgstr "To remove an existing comment from your current configuration, specify an empty string enclosed in double quote marks (``\"\"``) as the comment text." -#: ../../cli.rst:225 +#: ../../cli.rst:334 msgid "Use the ``show configuration commands | strip-private`` command when you want to hide private data. You may want to do so if you want to share your configuration on the `forum`_." msgstr "Use the ``show configuration commands | strip-private`` command when you want to hide private data. You may want to do so if you want to share your configuration on the `forum`_." -#: ../../cli.rst:898 +#: ../../cli.rst:1014 msgid "Use this command to load a configuration which will replace the running configuration. Define the location of the configuration file to be loaded. You can use a path to a local file, an SCP address, an SFTP address, an FTP address, an HTTP address, an HTTPS address or a TFTP address." msgstr "Use this command to load a configuration which will replace the running configuration. Define the location of the configuration file to be loaded. You can use a path to a local file, an SCP address, an SFTP address, an FTP address, an HTTP address, an HTTPS address or a TFTP address." -#: ../../cli.rst:511 +#: ../../cli.rst:620 msgid "Use this command to preserve configuration changes upon reboot. By default it is stored at */config/config.boot*. In the case you want to store the configuration file somewhere else, you can add a local path, a SCP address, a FTP address or a TFTP address." msgstr "Use this command to preserve configuration changes upon reboot. By default it is stored at */config/config.boot*. In the case you want to store the configuration file somewhere else, you can add a local path, a SCP address, a FTP address or a TFTP address." -#: ../../cli.rst:454 +#: ../../cli.rst:563 msgid "Use this command to set the value of a parameter or to create a new element." msgstr "Use this command to set the value of a parameter or to create a new element." -#: ../../cli.rst:763 +#: ../../cli.rst:873 msgid "Use this command to spot what the differences are between different configurations." msgstr "Use this command to spot what the differences are between different configurations." -#: ../../cli.rst:555 +#: ../../cli.rst:664 +msgid "Use this command to temporarily commit your changes and set the number of minutes available for confirmation. ``confirm`` must be entered within those minutes, otherwise the system will revert into a previous configuration. The default value is 10 minutes." +msgstr "Use this command to temporarily commit your changes and set the number of minutes available for confirmation. ``confirm`` must be entered within those minutes, otherwise the system will revert into a previous configuration. The default value is 10 minutes." + +#: ../../cli.rst:664 msgid "Use this command to temporarily commit your changes and set the number of minutes available for validation. ``confirm`` must be entered within those minutes, otherwise the system will reboot into the previous configuration. The default value is 10 minutes." msgstr "Use this command to temporarily commit your changes and set the number of minutes available for validation. ``confirm`` must be entered within those minutes, otherwise the system will reboot into the previous configuration. The default value is 10 minutes." -#: ../../cli.rst:733 +#: ../../cli.rst:843 msgid "View all existing revisions on the local system." msgstr "View all existing revisions on the local system." -#: ../../cli.rst:137 +#: ../../cli.rst:246 msgid "View the current active configuration, also known as the running configuration, from the operational mode." msgstr "View the current active configuration, also known as the running configuration, from the operational mode." -#: ../../cli.rst:233 +#: ../../cli.rst:342 msgid "View the current active configuration in JSON format." msgstr "View the current active configuration in JSON format." -#: ../../cli.rst:241 +#: ../../cli.rst:350 msgid "View the current active configuration in readable JSON format." msgstr "View the current active configuration in readable JSON format." -#: ../../cli.rst:855 +#: ../../cli.rst:965 msgid "VyOS can upload the configuration to a remote location after each call to :cfgcmd:`commit`. You will have to set the commit-archive location. TFTP, FTP, SCP and SFTP servers are supported. Every time a :cfgcmd:`commit` is successful the ``config.boot`` file will be copied to the defined destination(s). The filename used on the remote host will be ``config.boot-hostname.YYYYMMDD_HHMMSS``." msgstr "VyOS can upload the configuration to a remote location after each call to :cfgcmd:`commit`. You will have to set the commit-archive location. TFTP, FTP, SCP and SFTP servers are supported. Every time a :cfgcmd:`commit` is successful the ``config.boot`` file will be copied to the defined destination(s). The filename used on the remote host will be ``config.boot-hostname.YYYYMMDD_HHMMSS``." @@ -332,15 +412,15 @@ msgstr "VyOS can upload the configuration to a remote location after each call t msgid "VyOS can upload the configuration to a remote location after each call to :cfgcmd:`commit`. You will have to set the commit-archive location. TFTP, FTP, SCP and SFTP servers are supported. Every time a :cfgcmd:`commit` is successfull the ``config.boot`` file will be copied to the defined destination(s). The filename used on the remote host will be ``config.boot-hostname.YYYYMMDD_HHMMSS``." msgstr "VyOS can upload the configuration to a remote location after each call to :cfgcmd:`commit`. You will have to set the commit-archive location. TFTP, FTP, SCP and SFTP servers are supported. Every time a :cfgcmd:`commit` is successfull the ``config.boot`` file will be copied to the defined destination(s). The filename used on the remote host will be ``config.boot-hostname.YYYYMMDD_HHMMSS``." -#: ../../cli.rst:719 +#: ../../cli.rst:829 msgid "VyOS comes with an integrated versioning system for the system configuration. It automatically maintains a backup of every previous configuration which has been committed to the system. The configurations are versioned locally for rollback but they can also be stored on a remote host for archiving/backup reasons." msgstr "VyOS comes with an integrated versioning system for the system configuration. It automatically maintains a backup of every previous configuration which has been committed to the system. The configurations are versioned locally for rollback but they can also be stored on a remote host for archiving/backup reasons." -#: ../../cli.rst:759 +#: ../../cli.rst:869 msgid "VyOS lets you compare different configurations." msgstr "VyOS lets you compare different configurations." -#: ../../cli.rst:104 +#: ../../cli.rst:213 msgid "VyOS makes use of a unified configuration file for the entire system's configuration: ``/config/config.boot``. This allows easy template creation, backup, and replication of system configuration. A system can thus also be easily cloned by simply copying the required configuration files." msgstr "VyOS makes use of a unified configuration file for the entire system's configuration: ``/config/config.boot``. This allows easy template creation, backup, and replication of system configuration. A system can thus also be easily cloned by simply copying the required configuration files." @@ -348,19 +428,19 @@ msgstr "VyOS makes use of a unified configuration file for the entire system's c msgid "What if you are doing something dangerous? Suppose you want to setup a firewall, and you are not sure there are no mistakes that will lock you out of your system. You can use confirmed commit. If you issue the ``commit-confirm`` command, your changes will be commited, and if you don't issue the ``confirm`` command in 10 minutes, your system will reboot into previous config revision." msgstr "What if you are doing something dangerous? Suppose you want to setup a firewall, and you are not sure there are no mistakes that will lock you out of your system. You can use confirmed commit. If you issue the ``commit-confirm`` command, your changes will be commited, and if you don't issue the ``confirm`` command in 10 minutes, your system will reboot into previous config revision." -#: ../../cli.rst:561 +#: ../../cli.rst:682 msgid "What if you are doing something dangerous? Suppose you want to setup a firewall, and you are not sure there are no mistakes that will lock you out of your system. You can use confirmed commit. If you issue the ``commit-confirm`` command, your changes will be committed, and if you don't issue the ``confirm`` command in 10 minutes, your system will reboot into previous config revision." msgstr "What if you are doing something dangerous? Suppose you want to setup a firewall, and you are not sure there are no mistakes that will lock you out of your system. You can use confirmed commit. If you issue the ``commit-confirm`` command, your changes will be committed, and if you don't issue the ``confirm`` command in 10 minutes, your system will reboot into previous config revision." -#: ../../cli.rst:340 +#: ../../cli.rst:449 msgid "When entering the configuration mode you are navigating inside a tree structure, to enter configuration mode enter the command :opcmd:`configure` when in operational mode." msgstr "When entering the configuration mode you are navigating inside a tree structure, to enter configuration mode enter the command :opcmd:`configure` when in operational mode." -#: ../../cli.rst:351 +#: ../../cli.rst:460 msgid "When going into configuration mode, prompt changes from ``$`` to ``#``." msgstr "When going into configuration mode, prompt changes from ``$`` to ``#``." -#: ../../cli.rst:695 +#: ../../cli.rst:805 msgid "When inside configuration mode you are not directly able to execute operational commands." msgstr "When inside configuration mode you are not directly able to execute operational commands." @@ -368,7 +448,11 @@ msgstr "When inside configuration mode you are not directly able to execute oper msgid "When the output of a command results in more lines than can be displayed on the terminal screen the output is paginated as indicated by a ``:`` prompt." msgstr "When the output of a command results in more lines than can be displayed on the terminal screen the output is paginated as indicated by a ``:`` prompt." -#: ../../cli.rst:892 +#: ../../cli.rst:990 +msgid "When using Git as destination for the commit archive the ``source-address`` CLI option has no effect." +msgstr "When using Git as destination for the commit archive the ``source-address`` CLI option has no effect." + +#: ../../cli.rst:1008 msgid "When using the save_ command, you can add a specific location where to store your configuration file. And, when needed it, you will be able to load it with the ``load`` command:" msgstr "When using the save_ command, you can add a specific location where to store your configuration file. And, when needed it, you will be able to load it with the ``load`` command:" @@ -380,19 +464,19 @@ msgstr "When viewing in page mode the following commands are available:" msgid "You are now in a sublevel relative to ``interfaces ethernet eth0``, all commands executed from this point on are relative to this sublevel. Use eithe the :cfgcmd:`top` or :cfgcmd:`exit` command to go back to the top of the hierarchy. You can also use the :cfgcmd:`up` command to move only one level up at a time." msgstr "You are now in a sublevel relative to ``interfaces ethernet eth0``, all commands executed from this point on are relative to this sublevel. Use eithe the :cfgcmd:`top` or :cfgcmd:`exit` command to go back to the top of the hierarchy. You can also use the :cfgcmd:`up` command to move only one level up at a time." -#: ../../cli.rst:370 +#: ../../cli.rst:479 msgid "You are now in a sublevel relative to ``interfaces ethernet eth0``, all commands executed from this point on are relative to this sublevel. Use either the :cfgcmd:`top` or :cfgcmd:`exit` command to go back to the top of the hierarchy. You can also use the :cfgcmd:`up` command to move only one level up at a time." msgstr "You are now in a sublevel relative to ``interfaces ethernet eth0``, all commands executed from this point on are relative to this sublevel. Use either the :cfgcmd:`top` or :cfgcmd:`exit` command to go back to the top of the hierarchy. You can also use the :cfgcmd:`up` command to move only one level up at a time." -#: ../../cli.rst:621 +#: ../../cli.rst:736 msgid "You can also rename config subtrees:" msgstr "You can also rename config subtrees:" -#: ../../cli.rst:588 +#: ../../cli.rst:703 msgid "You can copy and remove configuration subtrees. Suppose you set up a firewall ruleset ``FromWorld`` with one rule that allows traffic from specific subnet. Now you want to setup a similar rule, but for different subnet. Change your edit level to ``firewall name FromWorld`` and use ``copy rule 10 to rule 20``, then modify rule 20." msgstr "You can copy and remove configuration subtrees. Suppose you set up a firewall ruleset ``FromWorld`` with one rule that allows traffic from specific subnet. Now you want to setup a similar rule, but for different subnet. Change your edit level to ``firewall name FromWorld`` and use ``copy rule 10 to rule 20``, then modify rule 20." -#: ../../cli.rst:833 +#: ../../cli.rst:943 msgid "You can rollback configuration changes using the rollback command. This will apply the selected revision and trigger a system reboot." msgstr "You can rollback configuration changes using the rollback command. This will apply the selected revision and trigger a system reboot." @@ -400,23 +484,23 @@ msgstr "You can rollback configuration changes using the rollback command. This msgid "You can scroll up with the keys ``[Shift]+[PageUp]`` and scroll down with ``[Shift]+[PageDown]``." msgstr "You can scroll up with the keys ``[Shift]+[PageUp]`` and scroll down with ``[Shift]+[PageDown]``." -#: ../../cli.rst:504 +#: ../../cli.rst:613 msgid "You can specify a commit message with :cfgcmd:`commit comment <message>`." msgstr "You can specify a commit message with :cfgcmd:`commit comment <message>`." -#: ../../cli.rst:750 +#: ../../cli.rst:860 msgid "You can specify the number of revisions stored on disk. N can be in the range of 0 - 65535. When the number of revisions exceeds the configured value, the oldest revision is removed. The default setting for this value is to store 100 revisions locally." msgstr "You can specify the number of revisions stored on disk. N can be in the range of 0 - 65535. When the number of revisions exceeds the configured value, the oldest revision is removed. The default setting for this value is to store 100 revisions locally." -#: ../../cli.rst:889 +#: ../../cli.rst:1005 msgid "You can use the ``save`` and ``load`` commands if you want to manually manage specific configuration files." msgstr "You can use the ``save`` and ``load`` commands if you want to manually manage specific configuration files." -#: ../../cli.rst:877 +#: ../../cli.rst:993 msgid "You may find VyOS not allowing the secure connection because it cannot verify the legitimacy of the remote server. You can use the workaround below to quickly add the remote host's SSH fingerprint to your ``~/.ssh/known_hosts`` file:" msgstr "You may find VyOS not allowing the secure connection because it cannot verify the legitimacy of the remote server. You can use the workaround below to quickly add the remote host's SSH fingerprint to your ``~/.ssh/known_hosts`` file:" -#: ../../cli.rst:930 +#: ../../cli.rst:1046 msgid "You will be asked if you want to continue. If you accept, you will have to use :cfgcmd:`commit` if you want to make the changes active." msgstr "You will be asked if you want to continue. If you accept, you will have to use :cfgcmd:`commit` if you want to make the changes active." @@ -424,19 +508,43 @@ msgstr "You will be asked if you want to continue. If you accept, you will have msgid "``b`` will scroll back one page" msgstr "``b`` will scroll back one page" -#: ../../cli.rst:869 +#: ../../cli.rst:98 +msgid "``clear console`` — clears the screen." +msgstr "``clear console`` — clears the screen." + +#: ../../cli.rst:99 +msgid "``clear interfaces ethernet eth0 counters`` — zeroes packet counters on ``eth0``." +msgstr "``clear interfaces ethernet eth0 counters`` — zeroes packet counters on ``eth0``." + +#: ../../cli.rst:101 +msgid "``clear log`` — deletes all system log entries." +msgstr "``clear log`` — deletes all system log entries." + +#: ../../cli.rst:156 +msgid "``execute wake-on-lan interface <intf> host <MAC>`` — send a Wake-On-LAN packet to a host." +msgstr "``execute wake-on-lan interface <intf> host <MAC>`` — send a Wake-On-LAN packet to a host." + +#: ../../cli.rst:142 +msgid "``force arp request interface eth1 address 10.3.0.2`` — send a gratuitious ARP request." +msgstr "``force arp request interface eth1 address 10.3.0.2`` — send a gratuitious ARP request." + +#: ../../cli.rst:144 +msgid "``force root-partition-auto-resize`` — grow the root filesystem to the size of the system partition (this is also done on startup, but this command can do it without a reboot)." +msgstr "``force root-partition-auto-resize`` — grow the root filesystem to the size of the system partition (this is also done on startup, but this command can do it without a reboot)." + +#: ../../cli.rst:979 msgid "``ftp://<user>:<passwd>@<host>/<dir>``" msgstr "``ftp://<user>:<passwd>@<host>/<dir>``" -#: ../../cli.rst:873 +#: ../../cli.rst:983 msgid "``git+https://<user>:<passwd>@<host>/<path>``" msgstr "``git+https://<user>:<passwd>@<host>/<path>``" -#: ../../cli.rst:867 +#: ../../cli.rst:977 msgid "``http://<user>:<passwd>@<host>:/<dir>``" msgstr "``http://<user>:<passwd>@<host>:/<dir>``" -#: ../../cli.rst:868 +#: ../../cli.rst:978 msgid "``https://<user>:<passwd>@<host>:/<dir>``" msgstr "``https://<user>:<passwd>@<host>:/<dir>``" @@ -444,30 +552,90 @@ msgstr "``https://<user>:<passwd>@<host>:/<dir>``" msgid "``left-arrow`` and ``right-arrow`` can be used to scroll left or right in the event that the output has lines which exceed the terminal size." msgstr "``left-arrow`` and ``right-arrow`` can be used to scroll left or right in the event that the output has lines which exceed the terminal size." +#: ../../cli.rst:180 +msgid "``monitor log`` — continuously outputs latest system logs." +msgstr "``monitor log`` — continuously outputs latest system logs." + #: ../../cli.rst:65 msgid "``q`` key can be used to cancel output" msgstr "``q`` key can be used to cancel output" +#: ../../cli.rst:115 +msgid "``reset bgp 192.0.2.54`` — terminates the BGP session with neighbor 192.0.2.54." +msgstr "``reset bgp 192.0.2.54`` — terminates the BGP session with neighbor 192.0.2.54." + +#: ../../cli.rst:113 +msgid "``reset pppoe-server username jsmith`` — terminate all PPPoE sessions from user ``jsmith``." +msgstr "``reset pppoe-server username jsmith`` — terminate all PPPoE sessions from user ``jsmith``." + +#: ../../cli.rst:117 +msgid "``reset vpn ipsec site-to-site peer vpn.example.com`` — terminates IPsec tunnels to ``vpn.example.com``." +msgstr "``reset vpn ipsec site-to-site peer vpn.example.com`` — terminates IPsec tunnels to ``vpn.example.com``." + +#: ../../cli.rst:129 +msgid "``restart dhcp server`` — restarts the IPv4 DHCP server process (DHCP requests are not served while it is restarting)." +msgstr "``restart dhcp server`` — restarts the IPv4 DHCP server process (DHCP requests are not served while it is restarting)." + +#: ../../cli.rst:131 +msgid "``restart ipsec`` — restarts the IPsec process (which forces all sessions and all IPsec process state to reset)." +msgstr "``restart ipsec`` — restarts the IPsec process (which forces all sessions and all IPsec process state to reset)." + #: ../../cli.rst:68 msgid "``return`` will scroll down one line" msgstr "``return`` will scroll down one line" -#: ../../cli.rst:871 +#: ../../cli.rst:981 msgid "``scp://<user>:<passwd>@<host>:/<dir>``" msgstr "``scp://<user>:<passwd>@<host>:/<dir>``" -#: ../../cli.rst:870 +#: ../../cli.rst:980 msgid "``sftp://<user>:<passwd>@<host>/<dir>``" msgstr "``sftp://<user>:<passwd>@<host>/<dir>``" +#: ../../cli.rst:169 +msgid "``show ip route`` — displays the IPv4 routing table." +msgstr "``show ip route`` — displays the IPv4 routing table." + +#: ../../cli.rst:168 +msgid "``show system login`` — displays current system users." +msgstr "``show system login`` — displays current system users." + #: ../../cli.rst:66 msgid "``space`` will scroll down one page" msgstr "``space`` will scroll down one page" -#: ../../cli.rst:872 +#: ../../cli.rst:982 msgid "``tftp://<host>/<dir>``" msgstr "``tftp://<host>/<dir>``" #: ../../cli.rst:69 msgid "``up-arrow`` and ``down-arrow`` will scroll up or down one line at a time respectively" msgstr "``up-arrow`` and ``down-arrow`` will scroll up or down one line at a time respectively" + +#: ../../cli.rst:88 +msgid "clear" +msgstr "clear" + +#: ../../cli.rst:149 +msgid "execute" +msgstr "execute" + +#: ../../cli.rst:135 +msgid "force" +msgstr "force" + +#: ../../cli.rst:172 +msgid "monitor" +msgstr "monitor" + +#: ../../cli.rst:104 +msgid "reset" +msgstr "reset" + +#: ../../cli.rst:121 +msgid "restart" +msgstr "restart" + +#: ../../cli.rst:160 +msgid "show" +msgstr "show" |