2 -- WinAgents MIB Extraction Wizard
\r
3 -- Extracted from rfc1227.txt 16.03.2005 20:20:14
\r
5 SMUX DEFINITIONS ::= BEGIN
\r
17 -- tags for SMUX-specific PDUs are application-wide to
\r
18 -- avoid conflict with tags for current (and future)
\r
19 -- SNMP-generic PDUs
\r
23 open -- SMUX peer uses
\r
24 OpenPDU, -- immediately after TCP open
\r
26 close -- either uses immediately before TCP close
\r
29 registerRequest -- SMUX peer uses
\r
32 registerResponse -- SNMP agent uses
\r
35 PDUs, -- note that roles are reversed:
\r
36 -- SNMP agent does get/get-next/set
\r
37 -- SMUX peer does get-response/trap
\r
39 commitOrRollback -- SNMP agent uses
\r
45 -- currently only simple authentication
\r
55 [APPLICATION 0] IMPLICIT
\r
57 version -- of SMUX protocol
\r
62 identity -- of SMUX peer, authoritative
\r
65 description -- of SMUX peer, implementation-specific
\r
68 password -- zero length indicates no authentication
\r
76 [APPLICATION 1] IMPLICIT
\r
79 unsupportedVersion(1),
\r
83 authenticationFailure(5)
\r
90 [APPLICATION 2] IMPLICIT
\r
95 priority -- the lower the better, "-1" means default
\r
96 INTEGER (-1..2147483647),
\r
101 delete(0), -- remove registration
\r
102 readOnly(1), -- add registration, objects are RO
\r
103 readWrite(2) -- .., objects are RW
\r
108 [APPLICATION 3] IMPLICIT
\r
112 -- on success the non-negative priority is returned
\r
116 [APPLICATION 4] IMPLICIT
\r