You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/index.md
+9-7
Original file line number
Diff line number
Diff line change
@@ -140,13 +140,14 @@ To run a test or get data from one of these hosts, the process is exactly the sa
140
140
141
141
### Protocols
142
142
143
-
For this version Netests.io is able to get information regarding <u>**6"protocols"**</u>.
143
+
For this version Netests.io is able to get information regarding u>**7"protocols"**</u>.
144
144
145
145
* BGP
146
146
* CDP
147
147
* Facts
148
148
* LLDP
149
149
* OSPF
150
+
* VLAN
150
151
* VRF
151
152
152
153
All protocols have been simplified based on the OpenConfig data models. The idea of Netests.io is not to show some output but compare and check that your network is in an expected state. To see protocols definition, go on the following link.
@@ -308,21 +309,22 @@ With network the steps are a bit differents. The verification will not be done d
308
309
},
309
310
'lldp': None,
310
311
'ospf': None,
312
+
'vlan': None,
311
313
'vrf': {
312
314
Host: leaf02: True
313
315
},
314
316
}
315
-
```
316
-
317
+
```
318
+
317
319
> Protocols with a "None" is the protocols that has not been tested
0 commit comments