Recent content by --JayJay--

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

  1. J

    Log ALL dropped packets

    There are scripts in /jffs/scripts/ but none named firewall-start. Mine are these three: post-mount, services-start and services-stop.
  2. J

    Log ALL dropped packets

    Running Asuswrt by Merlin version 380.64. Dropped packets are logged in syslog. From the log I get impression not all dropped packtes are logged. Can this be confirmed? Which are loged and which not....? And if confirmed, how could all dropped packets be logged? When logging all dropped packets...
  3. J

    SNMP OID iso.3.6.1.4.1.2021.100.4.0 , current date and time - issue

    The MIB is HOST-RESOURCES-MIB snmpget -v2c -c <community> <host> HOST-RESOURCES-MIB::hrSystemDate.0 HOST-RESOURCES-MIB::hrSystemDate.0 = STRING: 2017-1-23,23:28:53.0,+1:0
  4. J

    SNMP OID iso.3.6.1.4.1.2021.100.4.0 , current date and time - issue

    By doing more searching I found an OID returning the current date and time in hex The command snmpget -v2c -c <community> <host> 1.3.6.1.2.1.25.1.2.0 returns 07 E1 01 15 15 02 1E 00 2B 01 00 which is... Hex > decimal 07 E1 > 2017 (year) 01 > 1 (month of year) 15 > 21 (day of month) 15 >...
  5. J

    SNMP OID iso.3.6.1.4.1.2021.100.4.0 , current date and time - issue

    I grepped "date" , "time" , "2017" using snmpwalk in both SNMP version 1 and 2c without result. Maybe current date and time is not available through SNMP ...
  6. J

    SNMP OID iso.3.6.1.4.1.2021.100.4.0 , current date and time - issue

    I am just giving it a shot as searching the Internet did not provide any clue to finding the proper MIB / OID for current date and time
  7. J

    SNMP OID iso.3.6.1.4.1.2021.100.4.0 , current date and time - issue

    My RT-AC66U is running Merlin version 380.64. From this post http://www.snbforums.com/threads/snmp-monitoring.23121/ I understand generic Linux SNMP is enabled. From the OID's listed here https://www.dd-wrt.com/wiki/index.php/SNMP#Known_OID.C2.B4s_via_SNMP there's one command that should...
Top