📄 system
字号:
title System Information Setupdescription This section defines some of the information reported indescription the "system" mib group in the mibII tree.token syslocationinfo The [typically physical] location of the system.info Note that setting this value here means that when trying toinfo perform an snmp SET operation to the sysLocation.0 variable will makeinfo the agent return the "notWritable" error code. IE, includinginfo this token in the snmpd.conf file will disable write access toinfo the variable.info arguments: location_stringquestion 1 The location of the systemtoken syscontactinfo The contact information for the administratorinfo Note that setting this value here means that when trying toinfo perform an snmp SET operation to the sysContact.0 variable will makeinfo the agent return the "notWritable" error code. IE, includinginfo this token in the snmpd.conf file will disable write access toinfo the variable.info arguments: contact_stringquestion 1 The contact informationtoken sysservicesinfo The proper value for the sysServices object.info arguments: sysservices_numberquestion 1 does this host offer physical services (eg, like a repeater) [answer 0 or 1]question 2 does this host offer datalink/subnetwork services (eg, like a bridge)question 3 does this host offer internet services (eg, supports IP)question 4 does this host offer end-to-end services (eg, supports TCP)question 7 does this host offer application services (eg, supports SMTP)validanswer 1 ^(0|1)$validanswer 2 ^(0|1)$validanswer 3 ^(0|1)$validanswer 4 ^(0|1)$validanswer 7 ^(0|1)$line eval $1*1 + $2*2 + $3*4 + $4*8 + $7*64group system_setupsingle syslocationsingle syscontactsingle sysservices Do you want to properly set the value of the sysServices.0 OID (if you don't know, just say no)?
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -