Affichage de la version de la conf du switch
This commit is contained in:
parent
a477b2a889
commit
465c96492e
1 changed files with 3 additions and 5 deletions
|
@ -1,16 +1,14 @@
|
|||
; {{ switch.model.reference }}A Configuration Editor; Created on release #{{ firmware }}
|
||||
; {{ switch.model.reference }}A Configuration Editor; Created on release #{{ switch.model.firmware }}
|
||||
|
||||
hostname "{{ switch.short_name }}"
|
||||
; Generated on {{ date_gen }} by re2o
|
||||
;--- Snmp ---
|
||||
snmp-server contact "root@crans.org"
|
||||
snmp-server location "{{ switch.switchbay.name }}"
|
||||
;A faire à la main
|
||||
snmpv3 enable
|
||||
snmpv3 restricted-access
|
||||
;snmpv3 user "initial"
|
||||
snmpv3 user "crans"
|
||||
snmpv3 group ManagerPriv user "crans" sec-model ver3
|
||||
snmpv3 user "re2o"
|
||||
snmpv3 group ManagerPriv user "re2o" sec-model ver3
|
||||
snmp-server community "public" Operator
|
||||
;--- Heure/date
|
||||
time timezone 60
|
||||
|
|
Loading…
Reference in a new issue