vid & MTU tags entfernt. snmp teilweise hinzugefügt
This commit is contained in:
parent
a4c1894462
commit
d31593b2d9
9 changed files with 211 additions and 213 deletions
|
@ -32,13 +32,11 @@ config switch_vlan
|
|||
config switch_vlan
|
||||
option vlan '5'
|
||||
option ports '0t 2t'
|
||||
option vid '5'
|
||||
option device 'switch0'
|
||||
|
||||
config switch_vlan
|
||||
option vlan '24'
|
||||
option ports '0t 2t'
|
||||
option vid '24'
|
||||
option device 'switch0'
|
||||
|
||||
config interface 'vlan5'
|
||||
|
@ -50,7 +48,6 @@ config interface 'vlan5'
|
|||
config interface 'vlan24'
|
||||
option proto 'batadv'
|
||||
option mesh 'bat0'
|
||||
option mtu '1500'
|
||||
option ifname 'eth0.24'
|
||||
option macaddr 'de:ad:be:ef:90:60'
|
||||
|
||||
|
|
43
Richtfunk/bb-flora-kern/etc/config/snmpd
Normal file
43
Richtfunk/bb-flora-kern/etc/config/snmpd
Normal file
|
@ -0,0 +1,43 @@
|
|||
config agent
|
||||
option agentaddress UDP6:161
|
||||
|
||||
config com2sec6 readonly
|
||||
option secname ro
|
||||
option source default
|
||||
option community ffrichtfunk
|
||||
|
||||
config group public_v2c
|
||||
option group MyROGroup
|
||||
option version v2c
|
||||
option secname ro
|
||||
|
||||
config group public_usm
|
||||
option group MyROGroup
|
||||
option version usm
|
||||
option secname ro
|
||||
|
||||
config view all
|
||||
option viewname all
|
||||
option type included
|
||||
option oid .1
|
||||
option mask 80
|
||||
|
||||
config access public_access
|
||||
option group MyROGroup
|
||||
option context none
|
||||
option version any
|
||||
option level noauth
|
||||
option prefix exact
|
||||
option read all
|
||||
option write none
|
||||
option notify none
|
||||
|
||||
config system
|
||||
option sysLocation 'null'
|
||||
option sysContact 'richtfunk@hamburg.freifunk.net'
|
||||
|
||||
config exec
|
||||
option name filedescriptors
|
||||
option prog /bin/cat
|
||||
option args /proc/sys/fs/file-nr
|
||||
# option miboid 1.2.3.4
|
Loading…
Add table
Add a link
Reference in a new issue