[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Pls check and comment: draft-ietf-mboned-msdp-mib-01.txt (Experim ental)
Yes the intent is to forbid implementations from supporting creation:
> msdpSACacheStatus OBJECT-TYPE
> SYNTAX RowStatus
> MAX-ACCESS read-write
> STATUS current
> DESCRIPTION
> "The status of this row in the table. The only allowable
> actions are to retrieve the status, which will be
`active',
> or to set the status to `destroy' in order to remove this
> entry from the cache.
>
> Row creation is not permitted.
>
> No columnar objects are writable, so there are none that
may
> be changed while the status value is active(1). "
> ::= { msdpSACacheEntry 10 }
Sounds like the right thing to do is change the SYNTAX clause above.
-Dave
-----Original Message-----
From: owner-mreview@ops.ietf.org [mailto:owner-mreview@ops.ietf.org] On
Behalf Of Randy Presuhn
Sent: Tuesday, March 21, 2006 1:43 PM
To: Mreview (E-mail)
Subject: Re: Pls check and comment: draft-ietf-mboned-msdp-mib-01.txt
(Experim ental)
Hi -
> From: "David T. Perkins" <dperkins@dsperkins.com>
> To: "Wijnen, Bert (Bert)" <bwijnen@lucent.com>
> Cc: "Mreview (E-mail)" <mreview@ops.ietf.org>
> Sent: Tuesday, March 21, 2006 10:31 AM
> Subject: Re: Pls check and comment: draft-ietf-mboned-msdp-mib-01.txt
> (Experim ental)
...
> I believe that we have talked about this topic many times, and the
> approach that should be done is to have the "RowStatus" object have a
> syntax clause that is
> SYNTAX RowStatus { active(1), destroy(6) }
>
> Thus, I believe that it is inappropriate that the syntax of the
> "RowStatus" object be
> SYNTAX RowStatus
> and then have a MODULE-COMPLIANCE has shown below.
...
The key question is whether they want to *forbid* implementations
from supporting creation. If that is their intent, then the suggested
change makes sense.
Randy