From: Khurram Khani (ajmal@xxxxxxxxxxxxxxx)
Date: Sun Feb 27 2000 - 01:21:44 GMT-3
   
   hello.
   
   (10.2.2.0/24) eth0 -- Router3 --- IP Network ---- Router 2 --- eth 0
   (10.5.5.0/24)
   
   I am trying to filter netBIOS names that I have defined statically on
   my box Router 3. Using instruction "dlsw remote-peer 0 tcp 10.5.5.1
   host-netbios-out r3"
   But when I am checking "sh dlsw reachability" on Router 2 I am still
   getting it there. What basic thing I am missing??
   
   router2#clear dlsw reachability
   router2#   (waiting for sometime and then ...)
   
   router2#sh dlsw reachability
   DLSw Local MAC address reachability cache list
   Mac Addr        status     Loc.    port                 rif
   
   DLSw Remote MAC address reachability cache list
   Mac Addr        status     Loc.    peer
   0000.0000.0001  UNCONFIRM  REMOTE  10.2.2.1(2065)
   
   DLSw Local NetBIOS Name reachability cache list
   NetBIOS Name    status     Loc.    port                 rif
   
   DLSw Remote NetBIOS Name reachability cache list
   NetBIOS Name    status     Loc.    peer
   CCIE            UNCONFIRM  REMOTE  10.2.2.1(2065)
   khurram         UNCONFIRM  REMOTE  10.2.2.1(2065)   <----- it
   shouldn't appear !!!!
   
   router2#
   
   
   
   
   hostname router3
   !
   netbios access-list host r3 permit CCIE   <---- only CCIE is permitted
   netbios access-list host r3 deny *
   !
   ip subnet-zero
   appletalk routing eigrp 3
   appletalk route-redistribution
   ipx routing 0010.7be8.7ea1
   !
    !
    !
    dlsw local-peer peer-id 10.2.2.1
    dlsw remote-peer 0 tcp 10.5.5.1 host-netbios-out r3    <--------
   Applied here
    dlsw icanreach mac-address 0000.0000.0001 mask ffff.ffff.ffff
    dlsw icanreach netbios-name CCIE
    dlsw icanreach netbios-name khurram  <----- this hostname should be
   Denied and still appearing in R2
    dlsw bridge-group 1
    !
    interface Ethernet0
    ip address 10.2.2.1 255.255.255.0
    no ip route-cache
    no ip mroute-cache
    appletalk cable-range 2-2 2.1
    appletalk zone Router3Ethernet0
    ipx network 2
    bridge-group 1
   
   I am trying to put NetBIOS Access list
   
   router2#sh dlsw reachability
   DLSw Local MAC address reachability cache list
   Mac Addr        status     Loc.    port                 rif
   
   DLSw Remote MAC address reachability cache list
   Mac Addr        status     Loc.    peer
   0000.0000.0001  UNCONFIRM  REMOTE  10.2.2.1(2065)
   
   DLSw Local NetBIOS Name reachability cache list
   NetBIOS Name    status     Loc.    port                 rif
   
   DLSw Remote NetBIOS Name reachability cache list
   NetBIOS Name    status     Loc.    peer
   CCIE            UNCONFIRM  REMOTE  10.2.2.1(2065)
   khurram         UNCONFIRM  REMOTE  10.2.2.1(2065)
   
   router2#
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:22:54 GMT-3