In the runPVC routine, there is a check for the
interface type:
if ( $interfaceTable{$_}{ifType} =~
/framerelay/i
Sadly, the actual interface type for frame relay
interfaces normally reads 'frame-relay' from the oid
file definition), so this routine never collects any
data. This has been checked in the latest CVS version.
Logged In: YES
user_id=29098
This error also exists in nmiscgi.pl -- two locations.
Logged In: YES
user_id=29098
Found one more place -- in nmis.conf, the int_stats RE and
link_ifType RE both referenced 'frameRelay' when they should
be 'frame-relay' to be consistent.
Logged In: YES
user_id=29098
I found two more locations in nmis.pl that referenced
frameRelay rather than framerelay (both should be
frame-relay). There is also a reference to
frameRelay-subinterface, but that is OK since it is
synthesized within nmis.pl (once the parent interface is
known as frame-relay it is, anyway).