There was an error while loading. Please reload this page.
1 parent b819308 commit 0d3d172Copy full SHA for 0d3d172
1 file changed
cloudvision/cvlib/device.py
@@ -254,6 +254,23 @@
254
"bgp_update_wait_for_convergence": True,
255
"bgp_update_wait_install": False,
256
},
257
+ "wolfhound3plus-fixed-poe": {
258
+ "regexes": [r'CCS-710XP'],
259
+ "info": "Configured in standard settings",
260
+ "reload_delay": {
261
+ "mlag": 300,
262
+ "non_mlag": 330
263
+ },
264
+ "tcam_profile": None,
265
+ "feature_support": {
266
+ "queue_monitor_length_notify": False,
267
+ "phone": True,
268
+ "poe": True,
269
270
+ "ip_locking": {
271
+ "support": True
272
273
274
"veos": {
275
"regexes": [veos_regex],
276
"info": "Configured in standard settings",
0 commit comments