system

来自「Snmp(简单网管协议)软件包。」· 代码 · 共 34 行

TXT
34
字号
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  arguments:  location_stringquestion 1 The location of the systemtoken syscontactinfo  The contact information for the administratorinfo  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?

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?