Hi Joan,
I was trying fix the following :
===========
21) INDEX { vrrpOperationsInetAddrType,
vrrpOperationsVrId,
ifIndex, vrrpAssociatedIpAddr }
W: f(VRRP-MIB), (423,8) Row "vrrpAssociatedIpAddrEntry" has
indexing that may create variables with more than 128 sub-ids
The issue here is that the Address (InetAddress) is 0..255 octets,
but really only need either 4 octets (IPv4 address) or
16 octets (IPv6 address). Please limit the size of this
using SIZE(0|4|16) (as an example).
DIFFSERV-MIB (and others) give an
example of how to limit the size in the conformance (and also
limit the address type). This needs to be added to the
conformance section.
===================
++ I get the following additional warning if I add vrrpAssociatedIpAddr
to conformance section.
++ vrrpAssociatedIpAddr is part of table index and I cannot add it to
groups.
433 5 warning: index of row `vrrpAssociatedIpAddrEntry' can exceed
OID size limit by 142 subidentifier(s)
1591 3 refined object `vrrpAssociatedIpAddr' not listed in a
mandatory or optional group
1591 OBJECT vrrpAssociatedIpAddr
(3) refined object `vrrpAssociatedIpAddr' not listed in a mandatory
or optional group
SYNTAX InetAddress (SIZE(0|4|16))
DESCRIPTION "An implementation is only required to
support
IPv4 and globally unique IPv6 addresses."
I am thinking of adding text to description of vrrpAssociatedIpAddr
limiting the size and removing
>From conformance section. This way I will have only level 5 Warning and
no level 3 error.
I was using simplewebs online MIB compiler for validating it.
Thanks,
Kalyan
_______________________________________________
vrrp mailing list
[email protected]
https://www1.ietf.org/mailman/listinfo/vrrp
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.