求助 SNMP代理无法响应管理站的snmpwalk请求
我的配置文件是这样的IP为192.168.0.123
# sec.name source community
com2sec notConfigUser default public
# groupName securityModel securityName
group notConfigGroup v1 notConfigUser
group notConfigGroup v2c notConfigUser
# name incl/excl subtree mask(optional)
view systemview included .1.3.6.1.2.1.1
view systemview included .1.3.6.1.2.1.25.1.1
# group context sec.model sec.level prefix read write notif
access notConfigGroup "" any noauth exact all none none
# -----------------------------------------------------------------------------
## sec.name source community
com2sec local localhost fwen
com2sec mynetwork 192.168.0.0/24 fwen
## group.name sec.model sec.name
group MyRWGroup any local
group MyROGroup any mynetwork
#
#group MyRWGroup any otherv3user
#...
## incl/excl subtree mask
view all included .1 80
## -or just the mib2 tree-
#view mib2 included .iso.org.dod.internet.mgmt.mib-2 fc
## context sec.model sec.level prefix read write notif
access MyROGroup "" any noauth exact all none none
access MyRWGroup "" any noauth exact all all all
当我在IP为192.168.0.124上执行snmpwalk命令时
Timeout: No Rsponse from 192.168.0.123
环境是Redhat 9 VMware 6.0 net-snmp 5.0.6
各位大虾 ,帮帮忙 , 谢谢了