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/caveats.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,14 +109,17 @@ VLAN caveats:
109
109
110
110
* You cannot use reserved VLANs (1002..1005) on Catalyst 8000v
111
111
*_netlab_ uses new-style VLAN configuration (service instance configured as a **member** of the **bridge-domain**) on Catalyst 8000v nodes with the **premier** license, and old-style VLAN configuration (**bridge-domain** configured under **service instance**) on other Catalyst 8000v nodes.
112
-
* Recent _vrnetlab_ code uses **virtio** NICs for Catalyst 8000v VMs ([GitHub issue](https://github.com/srl-labs/vrnetlab/issues/414)). Ethernet subinterfaces on Catalyst 8000v [do not work with **virtio** NICs](https://developer.cisco.com/docs/modeling-labs/cat-8000v/#limitations); scenarios such as router-on-a-stick thus fail when using recent _vrnetlab_-built Catalyst 8000v containers.
112
+
113
+
Container caveats
114
+
115
+
*_vrnetlab_ used **virtio** NICs for Catalyst 8000v VMs, causing problems with Ethernet subinterfaces. Use the latest *vrnetlab* code that [uses **vmxnet3** NICs](https://github.com/srl-labs/vrnetlab/pull/419).
113
116
114
117
See also [CSR 1000v](caveats-csr) and [Cisco IOSv](caveats-iosv) caveats.
115
118
116
119
(caveats-csr)=
117
120
## Cisco CSR 1000v
118
121
119
-
* Cisco CSR 1000v does not support interface MTU lower than 1500 bytes or IP MTU higher than 1500 bytes.
122
+
* Cisco CSR 1000v does not support an interface MTU lower than 1500 bytes or an IP MTU higher than 1500 bytes.
120
123
* The minimum VXLAN VNI accepted by Cisco CSR 1000v is 4096. Using lower VNI values triggers a configuration error that is not caught by Ansible, resulting in a weird failure of the **netlab initial** command.
121
124
122
125
See also [Cisco IOSv](caveats-iosv) SSH, OSPF, RIPng, and BGP caveats.
0 commit comments