| For all of the bridges I've tried (LB100,LB150,LB200), Multicast Entries
only exist with disposition = FILTER. The way to "set" them to FORWARD
is to delete them from the database.
Note that this limitation is enforced by the Agent microcode, not the
Access Module.
I'm not sure whether the newer bridges allow this (I'll mail the base note
to someone in the LAN BU for comment).
Chris
|
| Chris
Thanks for the fast reply. If what you say is true, please have the document-
ation corrected, too. In the 'Bridge Access Module Use' manual, on p. 4-22, I
see the following:
Select Bridge, Forwarding Database, Multicast Entry or Physical Entry,
Entry Identifier
Operations -> Set -> Characteristics ... Disposition = Filter or Forward
.
.
.
SET BRIDGE bridge_id FORW DATA PHYS ENTRY e_addr Disposition={FILTER|FORWARD}
[, BY PASSWORD=pwd]
From this, I felt that a SET BRIDGE ... FORWARD was perfectly legal. And
frankly, I think it should be. Deleting an address is not intuitively equal to
SET BRIDGE ... FORWARD!
Thanks!
tl
|
|
| MCC> set bridge .hlo.s.mcc.bridge.cronic
| for data multi ent AB-00-00-01-00-00 disposition=forward
Is this a multiport bridge you are using? If it's a DECbridge 6xx,
then you cannot specify Disposition=Forward. You must use Forward Map,
Forward Ports, Filter Map or Filter Ports to specify which outbound
ports are to be forwarded. If you want every port to forward to every
port for that address, use these commands:
MCC> use default entity bridge <name> forwarding database -
multicast entry <address>
MCC> set forward ports (1,2,3,4)
You are allowed to specify Dispostion=Filter, though.
I'll make sure this is made clear in the documentation.
|