Hi Greeting:

    Do you know what's the meaning of  "No more variables left in this MIB View (It is 
past the end of the MIB tree)" while I tried to getnext of my top of my mib? I 
followed the steps listed in the "checklist for adding a MIB module to the UCD-SNMP 
agent". I found the above error. Although in the FQA section there is description of 
the similar error message. I still don't know what's the reason. Could it be the 
"access control" prohibiting the access to my private mib tree? Or the registration 
and binding of my mib tree is actually failed? Do you know a way to trace/decode he 
dump code from the snmpd? I ran agent with the command line provided in the checklist 
such as - "agent/snmpd -f -L -d -p 9999".


Thanks in advance,
-Jim

     The following is the snmpd.conf I tried to play around. 

###################################
com2sec  local     localhost       private
com2sec  mytopmib     192.168.75.0/24  public                        <== for testing
com2sec  mytopmib     192.168.8.0/24  public                          <== for testing
#com2sec  mytopmib     192.168.0.0/16  public
com2sec  public    default         public

#             sec.model  sec.name
group mytopmibgroup v1      mytopmib
group mytopmibgroup v2c     mytopmib
group mytopmibgroup usm     mytopmib
group local      v1      local
group local      v2c     local
group local      usm     local
group public     v1      public
group public     v2c     public
group public     usm     public

#           incl/excl subtree                          mask
view all    included  .1                               80
view system included  system                           fe
view mib2   included  .iso.org.dod.internet.mgmt.mib-2 fc
view genie  included  .iso.org.dod.internet.private.enterprises.mytopmib fc            
   <== for testing

#              context sec.model sec.level prefix read   write notify
access geniegroup ""      any       noauth    exact  mib2   none  none
access geniegroup ""      any       noauth    exact  mytopmib  none  none
access public     ""      any       noauth    exact  mytopmib  none  none              
             <== for testing
access public     ""      any       noauth    exact  system none  none
access local      ""      any       noauth    exact  all    all   all

Reply via email to