Quick comment: I thought/think that the MIB doctors in general
advise/prefer to start enumartions at 1 and not at zero.

Bert 

> -----Original Message-----
> From: Glenn M. Keeni [mailto:[EMAIL PROTECTED] 
> Sent: donderdag 28 december 2006 19:51
> To: [EMAIL PROTECTED]; Wijnen, Bert (Bert)
> Subject: TransportDomain issue
> 
> Hi,
>    After some discussion on the list and explanations from 
> Juergen I porpose the following MIB description of the syslog 
> transport. Let me have your comments.
> 
>    Cheers
> 
>    Glenn
> 
> +-----------------------------------------------------------+
> 
> SyslogEncapsulation  ::=  TEXTUAL-CONVENTION
>      STATUS  current
>      DESCRIPTION
>          "This textual convention enumerates the encapsulations
>           of the syslog message that is used between syslog
>           application endpoints.
>          "
>      REFERENCE
>          "TBD.
>          "
>      SYNTAX  INTEGER
>           {
>             other           (0),
>             none            (1),  -- RFCUDPX  (no encapsulation)
>             tls             (2),  -- RFCTLS
>             beep            (3),  -- RFCBEEP
>             sign            (4)   -- RFCSIGN
>           }
> 
> syslogDefaultEncapsulation OBJECT-TYPE
>      SYNTAX      SyslogEncapsulation
>      MAX-ACCESS  read-write
>      STATUS      current
>      DESCRIPTION
>          "The default encapsulation that the syslog
>           entity will use to send syslog messages.
> 
>           The value of this object SHOULD remain unchanged
>           across reboots of the managed entity.
>          "
>      REFERENCE
>          "RFCUDPX, RFCTLS, RFCBEEP, RFCSIGN
>          "
>      DEFVAL  { "1" }
>      ::= { syslogSystem 5 }
> 
> 
> SyslogEntityControlEntry ::=
>      SEQUENCE {
>          -----
>          -----
>          syslogEntityControlBindAddrType
>               InetAddressType,
>          syslogEntityControlBindAddr
>               InetAddress,
>          syslogEntityControlService
>               SyslogService,
>          syslogEntityControlEncapsulation
>               SyslogEncapsulation,
>          -----
>          -----
>     }
> 
> syslogEntityControlBindAddrType OBJECT-TYPE
>      SYNTAX      InetAddressType
>      MAX-ACCESS  read-create
>      STATUS      current
>      DESCRIPTION
>          "The type of Internet address which follows
>           in syslogEntityControlBindAddr.
>           If this syslog entity is not a syslog receiver,
>           the value of this object will be 'unknown' (0)."
>          "
>      ::= { syslogEntityControlEntry 3 }
> 
> .ne 10
> syslogEntityControlBindAddr OBJECT-TYPE
>      SYNTAX      InetAddress
>      MAX-ACCESS  read-create
>      STATUS      current
>      DESCRIPTION
>          "The specific address the syslog receiver will bind to.
>           The format of the address is specified by the
>           corresponding syslogEntityControlBindAddrType object.
>           If the address is specified in the DNS domain name format
>           [syslogEntityControlBindAddrType = 'dns'], the
>           corresponding IPv4 or IPv6 address obtained at the time
>           of the binding operation by the syslog entity, will be
>           used.
>           If this syslog entity is not a syslog receiver, the value
>           of this object will be a zero-length string."
>          "
>      ::= { syslogEntityControlEntry 4 }
> syslogEntityControlService OBJECT-TYPE
>      SYNTAX      SyslogService
>      MAX-ACCESS  read-create
>      STATUS      current
>      DESCRIPTION
>          "The service name or port number that this syslog receiver
>           will be listening on for syslog messages.
> 
>           If this syslog entity is not a syslog receiver the value
>           of this object will be zero.
> 
>           If no value is specified, the syslog receiver will use the
>           service name or port number specified in
>           syslogDefaultService.
>          "
>      ::= { syslogEntityControlEntry 6 }
> 
> syslogEntityControlEncapsulation OBJECT-TYPE
>      SYNTAX      SyslogEncapsulation,
>      MAX-ACCESS  read-create
>      STATUS      current
>      DESCRIPTION
>          "The encapsulation that will be used for syslog messages.
> 
>           If no value is specified, the syslog entity will use the
>           encapsulation specified in syslogDefaultEncapsulation.
>          "
>      ::= { syslogEntityControlEntry 7 }
> 
> 

_______________________________________________
Syslog mailing list
[email protected]
https://www1.ietf.org/mailman/listinfo/syslog

Reply via email to