RE: [libsmi] Regarding Unsigned64 interpretation by SMILINT

Hi , Sorry for the later response , I was out of the office .
The below is the definition of Unsigned64 object
ciscoTestRate64 OBJECT-TYPE SYNTAX Unsigned64 UNITS "bits/second" MAX-ACCESS read-only STATUS current DESCRIPTION "The committed policing rate. This is the sustained rate permitted by policing."
::= { ciscoTestRate 11 }
The mib is in my controll .I even checked for other mibs also ,smilint gives same error for Unsigned64 object .
Thanks Rohit
-----Original Message----- From: Juergen Schoenwaelder [mailto:j.schoenwaelder@iu-bremen.de] Sent: Sunday, April 30, 2006 3:15 AM To: Rohit Palthad Venkataramana (rovenkat) Cc: libsmi@ibr.cs.tu-bs.de Subject: Re: [libsmi] Regarding Unsigned64 interpretation by SMILINT
On Sun, Apr 30, 2006 at 01:04:57AM +0530, Rohit Palthad Venkataramana (rovenkat) wrote:
Hi LIBSMI Folks ,
When a MIB containing Unsigned64 object is compiled using
SMILINT . it gives the below error :
xxxx.my:22: [0] {keyword-illegal-in-mib} the SPPI construct/keyword `Unsigned64' may not be used in a MIB
Although the Unsigned64 Object is defined in the MIB .
Please show us the definition of Unsigned64 you are using and the definition of the MIB object which uses Unsigned64. If the MIBs exist under your control, simply prefix the definitions properly.
/js

On Thu, May 04, 2006 at 01:02:31PM +0530, Rohit Palthad Venkataramana (rovenkat) wrote:
Sorry for the later response , I was out of the office .
The below is the definition of Unsigned64 object
ciscoTestRate64 OBJECT-TYPE SYNTAX Unsigned64 UNITS "bits/second" MAX-ACCESS read-only STATUS current DESCRIPTION "The committed policing rate. This is the sustained rate permitted by policing."
::= { ciscoTestRate 11 }
The mib is in my controll .I even checked for other mibs also ,smilint gives same error for Unsigned64 object .
So how is Unsigned64 defined / imported? The SMIv2 itself does not have an Unsigned64 data type, only SPPI has it.
/js
participants (2)
-
Juergen Schoenwaelder
-
Rohit Palthad Venkataramana (rovenkat)