Lines Matching refs:is
5 This is a brief introduction how to use and configure the SNMP agent.
13 This is an old(er) standard but is still widely supported.
17 Note the S in SNMP stands for "Simple". Note that "Simple" is
18 relative. SNMP is simple compared to the complex ISO network
24 This is a required MIB, so this is always enabled.
25 When builing lwIP without TCP, the mib-2.tcp group is omitted.
31 tables is not possible.
45 There is no MIB compiler thus additional MIBs must be hand coded.
101 An alternative way to update the SNMP uptime timestamp is to do a call like
102 snmp_add_sysuptime(100) each 1000ms (which is bigger "step", but call to
103 a lower frequency). Another one is to not call snmp_inc_sysuptime() or
105 This one is undefined by default in mib2.c. SNMP_GET_SYSUPTIME is called inside
123 Note the lwIP enterprise ID (26381) is assigned to the lwIP project,
137 An example for a private MIB is part of the "minimal Unix" project:
160 Currently only the .mgmt sub-tree is available and
161 when the SNMP_PRIVATE_MIB is enabled the .private tree
171 The middle part is usually located in ROM (const)
173 However RAM location is possible for a dynamically
176 The index part is handled by functions which in