and added files
[bcm963xx.git] / userapps / opensource / net-snmp / agent / mibgroup / README.smux
1 [1] What is SMUX?
2 SMUX is the snmp multiplexing protocol (RFC 1227). It can be
3 used by an snmp agent to query variables maintained by another
4 user-level process (e.g. GateD).
5
6 [2] Why is it relevant to ucd-snmp?
7 The ucd-snmp agent needed a mechanism to query statistics from
8 GateD.  GateD has traditionally supported this functionality via
9 SMUX.  Hence SMUX was implemented within the ucd-snmp framework
10 to extract routing protocol statistics from GateD.  The agent
11 can also communicate with other applications via SMUX.
12
13 [3] What is GateD?
14 GateD is the 'Gateway Daemon' which implements a variety of routing
15 protocols on a variety of platforms (OSes).  There is a public
16 version that is available free of charge.  For more information
17 see http://www.gated.org.
18
19 [4] What routing protocol MIBs does ucd-snmp SMUX support?
20 GateD supports up-to-date MIBS for all of the routing
21 protocols that it implements (RIP, BGP4, OSPF, etc.).  The
22 agent will pass down queries it receives for any other MIB
23 registered by a SMUX peer.
24
25 [5] Can SMUX extract statistics from other user-level processes?
26 Yes, the current implementation allows for the registration of
27 any MIB that might be registered by a SMUX peer.
28
29 [6] How does it work?
30 Assuming 'snmpd' is already up and running, when the SMUX
31 peer (e.g. GateD) comes up, it identifies itself with an
32 oid identifier and string password, and registers any MIBs
33 it would like to implement.  When 'snmpd' receives queries
34 for these MIBs, it passes these queries to the peer.
35
36 [7] Who implemented SMUX for ucd-snmp?
37 SMUX was implemented by Rohit Dube. He had oodles of help from
38 ucd-snmp-coders (Dave, Niels, Wes, Simon, Felix, Leonti) and 
39 gated-people (Acee, Feiyi, Larry, Sue). [If I missed somebody, sorry in 
40 advance and do let me know].  Later, Nick Amato re-write the entire
41 SMUX package so the code today is mostly his.
42
43 [8] How do I find out more about SMUX?
44 Read the RFC, the code and get in touch with ucd-snmp-coders@ece.ucdavis.edu