File: TODO

package info (click to toggle)
net-snmp 5.7.3%2Bdfsg-5%2Bdeb10u2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 37,724 kB
  • sloc: ansic: 273,300; sh: 18,297; perl: 17,097; makefile: 3,741; xml: 684; python: 495; pascal: 62; sql: 47
file content (60 lines) | stat: -rw-r--r-- 1,387 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
TODO list of possible projects/developments/etc
===============================================

APIs:
  Perl		(basically OK - may need a review/update)
  PHP		(PHP-shipped API is out of date, needs reworking)
  Java		(see netsnmpj)
  Tk/Tcl
  WinSNMP
  Python	(yapsnmp? / snmpy?)
  #Net

Agent MIBs:
  Notification Filtering
  Community MIB
  Proxy MIB	(extended to support proxying of subtrees)
  RMON/RMON2
  MIB-2 updates	(in hand)
  IPv6  
  Firewall	(inc. connection tracking)
  DisMan:
    monitor	(done?)
    RemOps	(preliminary implementation)
  Tunnel
  WWW-MIB
  Hardware Abstraction Layer:
    HostRes	(convert to use HAL and clean up - in progress)
    UCDavis	(convert to use HAL and update structures - in progress)

Extensibility:
  AgentX	(reasonably stable now)
  SMUX		(?obsolete?)
  embedded Perl	(done? in hand?)
     "   Python
  DisMan script MIB
  Extend scripts  (new, so will need to bed down)
  Pass scripts	(support SNMPv2 exceptions/errors)
  DLMod		(OK, but MIB i/f not robust)

Library:
  Threading
  Debugging	(heirarchical)
  Config	(split syntax & processing, persist/read-only/etc)
  SecModels:
    Kerberos	(?done)
    SBSM	(?in hand)
  Pre-compiled MIBs

Traps:
  Separate thread in agen
  Pluggable modules    (?done)
  Dynamic loading
  Persistent connection
  Threaded handler
 
Documentation:
  Tutorials
  Extending the agent
  Agent internals