forked from spinesystemspublic/documentation
Update Juniper.md
This commit is contained in:
+26
@@ -174,6 +174,32 @@ set snmp community COMMUNITY authorization read-only
|
|||||||
```
|
```
|
||||||
Please make complex name for COMMUNITY, as it can be guessed or bruteforced.
|
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
|
### Add NTP server
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user