[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

snmpTagList from RFC 3413



Hi, 

RFC 3413 defines the snmpTagList and requires pointers to a table for
each of its tags

I am wondering if snmpTagList is allowed to be use in a different in a
context where there is no lookup in a table entries but could be mapped
as labels of other e.g. BITS constructs (like capabilities) or other
defined enumeration values of an object compliance by the agent 

In case of a 'nope', are any other TC available for those cases? or even
more important, is this a valid usage of SMI ? 

One example would be to have user defined sorted policy 
- Lazy about building a short table for just minimal information to list
and 
 
zzzZZZ OBJECT-TYPE
BITS { 
 a(1),
 b(2),
 c(3),
 d(4)
}
DESCRIPTION
   "Capabilities..." 

zzzZZZPriority OBJECT-TYPE
SYNTAX SnmpTagList 

DESCRIPTION
    "Defines the priority to validate X against the values defined in
zzzZZZ objecBITs to ...
The tags in the list matches the enumerated values, unknown tag values
are ignored. 
... 
"