Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions juniper_official/routing/check-isis-adjacency-status.rule
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,15 @@
}
}
}
products EX {
sensors isis-oc-junos;
platforms EX4300-48MP {
releases 22.4R2.8 {
sensors isis-oc-junos;
release-support min-supported-release;
}
}
}
}
operating-system junosEvolved {
products ACX {
Expand Down
7 changes: 4 additions & 3 deletions juniper_official/routing/check-isis-flap-detection.rule
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,9 @@
}
}
products EX {
platforms All {
releases 15.1R1 {
sensors isis-oc;
platforms EX4300-48MP {
releases 22.4R2.8 {
release-support min-supported-release;
}
}
Expand Down Expand Up @@ -173,4 +174,4 @@
}
}
}
}
}
10 changes: 9 additions & 1 deletion juniper_official/routing/check-isis-statistics.rule
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,14 @@
}
}
}
products EX {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we put sensors also at EX level? Same comment for all 3 rules

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated sensor under EX product for all 3 rules.

sensors isis-sensor;
platforms EX4300-48MP {
releases 22.4R2.8 {
release-support min-supported-release;
}
}
}
}
operating-system junosEvolved {
products ACX {
Expand All @@ -506,4 +514,4 @@
}
}
}
}
}