From 88cd1607f46c1ac8a717ca64cc1942f8ccd75ad5 Mon Sep 17 00:00:00 2001 From: vvikramb Date: Sun, 17 Nov 2024 18:11:10 +0530 Subject: [PATCH 1/2] Updated ex4300 in rule properties --- .../routing/check-isis-adjacency-status.rule | 8 ++++++++ juniper_official/routing/check-isis-flap-detection.rule | 6 +++--- juniper_official/routing/check-isis-statistics.rule | 9 ++++++++- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/juniper_official/routing/check-isis-adjacency-status.rule b/juniper_official/routing/check-isis-adjacency-status.rule index cbfdd7544..b74f0913d 100644 --- a/juniper_official/routing/check-isis-adjacency-status.rule +++ b/juniper_official/routing/check-isis-adjacency-status.rule @@ -263,6 +263,14 @@ } } } + products EX { + platforms EX4300-48MP { + releases 22.4R2.8 { + sensors isis-oc-junos; + release-support min-supported-release; + } + } + } } operating-system junosEvolved { products ACX { diff --git a/juniper_official/routing/check-isis-flap-detection.rule b/juniper_official/routing/check-isis-flap-detection.rule index 954dc0136..495f7508f 100644 --- a/juniper_official/routing/check-isis-flap-detection.rule +++ b/juniper_official/routing/check-isis-flap-detection.rule @@ -124,8 +124,8 @@ } } products EX { - platforms All { - releases 15.1R1 { + platforms EX4300-48MP { + releases 22.4R2.8 { release-support min-supported-release; } } @@ -173,4 +173,4 @@ } } } -} +} \ No newline at end of file diff --git a/juniper_official/routing/check-isis-statistics.rule b/juniper_official/routing/check-isis-statistics.rule index a5d699f88..13f3c6db1 100644 --- a/juniper_official/routing/check-isis-statistics.rule +++ b/juniper_official/routing/check-isis-statistics.rule @@ -491,6 +491,13 @@ } } } + products EX { + platforms EX4300-48MP { + releases 22.4R2.8 { + release-support min-supported-release; + } + } + } } operating-system junosEvolved { products ACX { @@ -506,4 +513,4 @@ } } } -} +} \ No newline at end of file From d885d29d957b8700ac65c4ef9c9b01e8881de557 Mon Sep 17 00:00:00 2001 From: vvikramb Date: Mon, 18 Nov 2024 17:07:30 +0530 Subject: [PATCH 2/2] Updated sensor at product level for ex4300 --- juniper_official/routing/check-isis-adjacency-status.rule | 1 + juniper_official/routing/check-isis-flap-detection.rule | 1 + juniper_official/routing/check-isis-statistics.rule | 1 + 3 files changed, 3 insertions(+) diff --git a/juniper_official/routing/check-isis-adjacency-status.rule b/juniper_official/routing/check-isis-adjacency-status.rule index b74f0913d..84155c2ea 100644 --- a/juniper_official/routing/check-isis-adjacency-status.rule +++ b/juniper_official/routing/check-isis-adjacency-status.rule @@ -264,6 +264,7 @@ } } products EX { + sensors isis-oc-junos; platforms EX4300-48MP { releases 22.4R2.8 { sensors isis-oc-junos; diff --git a/juniper_official/routing/check-isis-flap-detection.rule b/juniper_official/routing/check-isis-flap-detection.rule index 495f7508f..34368411e 100644 --- a/juniper_official/routing/check-isis-flap-detection.rule +++ b/juniper_official/routing/check-isis-flap-detection.rule @@ -124,6 +124,7 @@ } } products EX { + sensors isis-oc; platforms EX4300-48MP { releases 22.4R2.8 { release-support min-supported-release; diff --git a/juniper_official/routing/check-isis-statistics.rule b/juniper_official/routing/check-isis-statistics.rule index 13f3c6db1..efdaf1691 100644 --- a/juniper_official/routing/check-isis-statistics.rule +++ b/juniper_official/routing/check-isis-statistics.rule @@ -492,6 +492,7 @@ } } products EX { + sensors isis-sensor; platforms EX4300-48MP { releases 22.4R2.8 { release-support min-supported-release;