Skip to content

Commit 0d3d172

Browse files
committed
cloudvision/cvlib: add 710XP to device capabilities
Closes: BUG1277224 Change-Id: I26fda54c456487d2e55ffaf8a10a478d8bdf96af
1 parent b819308 commit 0d3d172

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

cloudvision/cvlib/device.py

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,23 @@
254254
"bgp_update_wait_for_convergence": True,
255255
"bgp_update_wait_install": False,
256256
},
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+
},
257274
"veos": {
258275
"regexes": [veos_regex],
259276
"info": "Configured in standard settings",

0 commit comments

Comments
 (0)