Update Juniper.md

This commit is contained in:
2023-09-28 17:15:55 +00:00
parent fe0a55f97f
commit 327e5cd68a
+26
View File
@@ -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
```