| Having worked with Darrel on this, I thought some examples might be of
benefit. I sent mail to an MCC engineering contact on the SNMP side of
the house. His reply was that it looked like an agent problem, not an
MCC problem. Hope the example helps.
Steve Woestemeyer
CSC/CS - Network Support Group
Since the release of the DECbridge V1.3 software, rate limiting of multicasts
was supported. The DEC_elan_v27 mib as required so I loaded it. From the
attached MCC log, the ebrmultiportstatus attribute is getable, both via all
characteristics and seperately. However, it the multicast address already
exists in the address list the attribute ebrmultiport status is not
settable. The returned error is 'attribute not available'.
If an address that is not in the address table is entered, the address is
added to the address list with the correct ebrmultiportstatus. However, it
cannot be modified.
It would seem to me that if the attribute can be retrieved it should be able
to be set. The MIB does allow read-write access to it.
Any ideas on how to modify the ebrmultiportstatus of an existing entry??
-----------------------------------------------------------------------------
show snmp db620-1 dec ema decmibextension elanext ebridge ebrmultiportstatic ebrmultiportstatictable (%xffffffffffff,2) all char
!
!SNMP db620-1 dec ema decMIBextension elanext ebridge ebrMultiPortStatic ebrMultiPortStaticTable (%XFFFFFFFFFFFF,2)
!AT 3-AUG-1993 07:22:53 Characteristics
!
!Examination of attributes shows:
! ebrMultiPortAddress = %XFFFFFFFFFFFF
! ebrMultiPortReceivePort = 2
! ebrMultiPortAllowedToGoTo = %XF0
! ebrMultiPortPortNum = 0
! ebrMultiPortStatus = portMask
!
show snmp db620-1 dec ema decmibextension elanext ebridge ebrmultiportstatic ebrmultiportstatictable (%xffffffffffff,2) ebrmultiportstatus
!
!SNMP db620-1 dec ema decMIBextension elanext ebridge ebrMultiPortStatic ebrMultiPortStaticTable (%XFFFFFFFFFFFF,2)
!AT 3-AUG-1993 07:23:24 Characteristics
!
! ebrMultiPortStatus = portMask
!
set snmp db620-1 dec ema decmibextension elanext ebridge ebrmultiportstatic ebrmultiportstatictable (%xffffffffffff,2) ebrmultiportstatus ratelimit
!
!SNMP db620-1 dec ema decMIBextension elanext ebridge ebrMultiPortStatic ebrMultiPortStaticTable (%XFFFFFFFFFFFF,2)
!AT 3-AUG-1993 07:24:05 Characteristics
!
!Examination of Attributes Shows
! ebrMultiPortStatus = -- Attribute Not Available
!
ex
!%MCC-I-NOPARCMD, ex
! ^
!%MCC-I-SYNTAXERR, Syntax error -- unable to interpret remainder of line
!%MCC-W-VERBAMBIG, verb EX is ambiguous; enter more characters
!
!
exit
!
|
| I wasn't able to do SNMP sets or gets using our version of MCC, so I
used a PC-based program. I had no problem setting a multicast address
to various ebrMultiPortStatus values, but I got a GenError when trying
to set the broadcast address (FF-FF-FF-FF-FF-FF) to RateLimit. The
broadcast address is a special address to the bridge software, and gets
treated differently than other multicast addresses. I mentioned this
problem to the support engineer for the bridge.
But I can't explain why you are having problems with other multicast
addresses. Can you enter a log file of the problem?
Dave
|