Découverte et gestion de réseau
11.6 SNMP
Entering configuration mode terminal
localhost(config)# system management-services snmp vacm view
readview
localhost(config-view-readview)# include 1.3.6.1.2.1.1.5
localhost(config-view-readview)# commit
Commit complete.
localhost(config-view-readview)# end
localhost# show running-config system management-services snmp vacm
view readview
system
management-services
snmp
exit
exit
exit
Dans cet exemple, on exclut l'accès à un objet de la MIB.
localhost# config
Entering configuration mode terminal
localhost(config)# system management-services snmp vacm view
writeview
localhost(config-view-writeview)# exclude 1.3.6.1.2.1.1.4
localhost(config-view-writeview)# commit
Commit complete.
localhost(config-view-writeview)# end
localhost# show running-config system management-services snmp vacm
view writeview
system
management-services
snmp
exit
exit
exit
532
vacm
view readview
include [ 1.3.6.1.2.1.1.5 ]
exit
exit
vacm
view writeview
exclude [ 1.3.6.1.2.1.1.4 ]
exit
exit
Command Line Interface (CLI) SINEC OS V2.4
Manuel de configuration, 10/2023, C79000-G8977-C498-07