summaryrefslogtreecommitdiff
path: root/docs/operation
diff options
context:
space:
mode:
Diffstat (limited to 'docs/operation')
-rw-r--r--docs/operation/information.rst57
1 files changed, 57 insertions, 0 deletions
diff --git a/docs/operation/information.rst b/docs/operation/information.rst
index 8b5b54f5..ad235210 100644
--- a/docs/operation/information.rst
+++ b/docs/operation/information.rst
@@ -96,3 +96,60 @@ For additional details you can refer to https://phabricator.vyos.net/T2490.
usb0b2.4p1.1 Quad_RS232-HS Future Technology Devices International, Ltd
usb0b2.4p1.2 Quad_RS232-HS Future Technology Devices International, Ltd
usb0b2.4p1.3 Quad_RS232-HS Future Technology Devices International, Ltd
+
+.. _information_version:
+
+########
+Version
+########
+
+.. opcmd:: show version
+
+ Return the current running VyOS version and build information. This includes
+ also the name of the release train which is ``crux`` on VyOS 1.2, ``equuleus``
+ on VyOS 1.3 and ``sagitta`` on VyOS 1.4.
+
+ .. code-block:: none
+
+ vyos@vyos:~$ show version
+
+ Version: VyOS 1.4-rolling-202106270801
+ Release Train: sagitta
+
+ Built by: autobuild@vyos.net
+ Built on: Sun 27 Jun 2021 09:50 UTC
+ Build UUID: ab43e735-edcb-405a-9f51-f16a1b104e52
+ Build Commit ID: f544d75eab758f
+
+ Architecture: x86_64
+ Boot via: installed image
+ System type: KVM guest
+
+ Hardware vendor: QEMU
+ Hardware model: Standard PC (i440FX + PIIX, 1996)
+ Hardware S/N:
+ Hardware UUID: Unknown
+
+ Copyright: VyOS maintainers and contributors
+
+.. opcmd:: show version kernel
+
+ Return version number of the Linux Kernel used in this release.
+
+ .. code-block:: none
+
+ vyos@vyos:~$ show version kernel
+ 5.10.46-amd64-vyos
+
+.. opcmd:: show version frr
+
+ Return version number of FRR (Free Range Routing - https://frrouting.org/)
+ used in this release. This is the routing control plane and a successor to GNU
+ Zebra and Quagga.
+
+ .. code-block:: none
+
+ vyos@vyos:~$ show version frr
+ FRRouting 7.5.1-20210625-00-gf07d935a2 (vyos).
+ Copyright 1996-2005 Kunihiro Ishiguro, et al.
+