Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 02:28 AM
Hello,
Below is the pattern available here in my env.
step {
name = "Stacked Switches"
comment = "Shared library has been disabled for unsupported Cisco Nexus switches to avoid creating secondary switch CIs for Nexus FEX. CIsco Nexus don't support switch stacking."
if {
condition = eq {
get_attr {"isNexus"}
"false"
}
on_true = ref {refid = "3cc3da63db71d3406ec43220ad96197a"}
on_false = nop {}
}
please gudie me.