chapters/vty: add IPv4/mask and IPv6/mask examples

Change-Id: I0946cf8629c4a77dfa8e9be90da85c2988ecef38
This commit is contained in:
Vadim Yanitskiy 2020-10-24 05:52:02 +07:00
parent 48e7e3ff7d
commit aa366dd619
1 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,9 @@ following will explain the commonly used syntactical patterns:
|===============
|Pattern|Example|Explanation
|`A.B.C.D`|`127.0.0.1`|An IPv4 address
|`A.B.C.D/M`|`192.168.1.0/24`|An IPv4 address and mask
|`X:X::X:X`|`::1`|An IPv6 address
|`X:X::X:X/M`|`::1/128`|An IPv6 address and mask
|`TEXT`|`example01`|A single string without any spaces, tabs
|`.TEXT`|`Some information`|A line of text
|`(OptionA\|OptionB\|OptionC)`|`OptionA`|A choice between a list of available options