[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference kernel::cisco

Title:CISCO
Notice:<<< The Menlo Park Routers >>>
Moderator:KERNEL::SYSTEM
Created:Wed May 26 1993
Last Modified:Thu Jun 05 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:515
Total number of notes:1440

496.0. "filter netbeui" by DAIVC::RUDY_MA () Fri Feb 07 1997 07:11

    Dear all,
    
    I have Cisco4500 w/ 6-port eth & 2 port sync. This router uses IOSS
    V11.1. I have already configure it w/ IP routing and bridging.
    Bridging in here to bridge LAT protocol only and I want to filter
    netbeui packet.
    Can somebody help me how to filter netbeui packet ?
    
    Thank's for your attention.
    
    rudy ma
    
T.RTitleUserPersonal
Name
DateLines
496.1CSC32::J_SHUMWAYFri Feb 07 1997 16:5345
    
[DBR90] How can NETBUI packets be filtered on a DECbrouter 90?

     Any party granted access to the following copyrighted information
     (protected under Federal Copyright Laws), pursuant to a duly executed
     Digital Service Agreement may, under the terms of such agreement copy
     all or selected portions of this information for internal use and
     distribution only. No other copying or distribution for any other
     purpose is authorized.
Copyright (c) Digital Equipment Corporation 1996. All rights reserved.

PRODUCT:    DECbrouter 90 Software Microcode, All Versions

COMPONENT:  NETBUI

SOURCE:     Digital Equipment Corporation


QUESTION:

How can NETBUI packets be filtered on a DECbrouter 90?


ANSWER:

A Service-Access-Point (SAP) filter, using IEEE 802-encapsulated
packets, must be used.  NETBUI cannot be filtered using Ethernet V2 or
SNAP-encapsulated packets, as the filter is applied against the
two-byte TYPE field.

The NETBUI SAP number is F0.  The filter should be applied to the
client side of the network on the E0 interface as follows:

     !                        
     interface ethernet 0
     bridge-group 1 input-lsap-list 201
     !
     !
     access-list 201 deny 0xF0F0 0x0101
     access-list 201 permit 0x0000 0xFFFF
     !

An Ethernet V2 filter may be applied to the same interface at the
same time for TYPE filtering using a different access list number.
496.2thanksDAIVC::RUDY_MAThu Feb 13 1997 13:364
    thank for your quick response
    
    regards
    rudy