From 327e5cd68a33df87b318941b63fb057ae364f4c7 Mon Sep 17 00:00:00 2001 From: nuclearcat Date: Thu, 28 Sep 2023 17:15:55 +0000 Subject: [PATCH] Update Juniper.md --- Juniper.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/Juniper.md b/Juniper.md index 3c30934..8f7f3f0 100644 --- a/Juniper.md +++ b/Juniper.md @@ -174,6 +174,32 @@ set snmp community COMMUNITY authorization read-only ``` Please make complex name for COMMUNITY, as it can be guessed or bruteforced. +### Reduce load due frequent SNMP polling + +(Not tested well yet) +``` +filter-interfaces { + interfaces { + ipip; + gre; + jsrv; + mtun; + lsi; + pimd; + pime; + tap; + fti0; + dsc; + vme; + "(a|t|x|g)e-[0-9]\/[0-9]+\/[0-9]+\.0$"; + gr-0/0/0; + "irb$"; + } + all-internal-interfaces; +} +``` + + ### Add NTP server ```