| Title: | DECmcc user notes file. Does not replace IPMT. | 
| Notice: | Use IPMT for problems. Newsletter location in note 6187 | 
| Moderator: | TAEC::BEROUD | 
| Created: | Mon Aug 21 1989 | 
| Last Modified: | Wed Jun 04 1997 | 
| Last Successful Update: | Fri Jun 06 1997 | 
| Number of topics: | 6497 | 
| Total number of notes: | 27359 | 
    Darrell Shavey
    CSC32::D_SHAVEY
    DTN 592-4712
    
    QUESTION:
    
    On a DECbridge 610 we want the broadcast address of all F's to be able
    to go from port 1 to port 1 (both ways) and not go thru the other
    ports. We tried 
    
    example:
    
    set bridge name for database multicast entry ff-ff-ff-ff-ff-ff forward
    map=inbound port 1 outbound port 2
    
    when we show it, it says,
    disposition=filter
    
    so we tried,
    
     set bridge name for database multicast entry ff-ff-ff-ff-ff-ff 
    disposition forward
    
    but it does not take this.
    
    Any suggestions would be appreciated.
    
    Thanks,
    
    Darrell
| T.R | Title | User | Personal Name | Date | Lines | 
|---|---|---|---|---|---|
| 6234.1 | Here is the solution I found in February... | CSC32::D_SHAVEY | Fri Jun 09 1995 21:46 | 32 | |
|     Solution:
    
         Verb: set
        Entity: bridge dbr600 forw data multic entry ff-ff-ff-ff-ff-ff
     Arguments: forward ports = (1,2)
     
    
    
          Verb: show
        Entity: bridge dbr600 forw data multicast entry ff-ff-ff-ff-ff-ff
     Arguments: all char
    Qualifiers:
    
    
    
    show bridge dbr600 forw data multicast entry ff-ff-ff-ff-ff-ff all char
    
    Bridge NSUBRG_NS:.dbr600 Forwarding Database Multicast Entry
    FF-FF-FF-FF-FF-FF
    AT 16-FEB-1995 13:44:01 Characteristics
    
    Examination of attributes shows:
                                Disposition = Forward
                                Forward Map = ( (
                                   inbound port = 1,
                                 outbound ports = ( 2 ) ),
                                                (
                                   inbound port = 2,
                                 outbound ports = ( 1 ) ) )
                         Management Created = True
    
     
 | |||||