svanyconfig

来自「snmp up7」· 代码 · 共 14 行

TXT
14
字号
#!/bin/sh# generically set up the community "testcommunity" for various snmp# version access to the agent.if [ "x$snmp_version" = "x" ]; then  snmp_version="any"fiCONFIGAGENT com2sec testcommunitysec  default testcommunityCONFIGAGENT group   testcommunitygroup  $snmp_version     testcommunitysecCONFIGAGENT view    all     included .1 80CONFIGAGENT 'access  testcommunitygroup  "" any noauth exact all none none'

⌨️ 快捷键说明

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