From: RSiddappa@xxxxxxxxxx
Date: Sat Feb 23 2002 - 19:30:46 GMT-3
   
Again SR/TLB works.
It was ot working in the beginning and suddenly it started working. Again be
careful about putting any layer three address on the bridge ( even though u
have turned off IP routing).
SR/TLB STRANGE SET UP- but works
Set is as follows
R1
------T0-------------R2-------------so------------R3------------------Eo----
--------------R4
R1 and R4 end hosts.
R2 is doing the Source route Translational bridging.
R3 is doing Transparent bridging.
Criteria : SR / TLB.
hostname R2
!
enable password cisco
!
ip subnet-zero
no ip routing
no ip domain-lookup
!
!
!
source-bridge ring-group 4095
source-bridge transparent 4095 10 1 1
!
!
interface Serial0
 no ip address
 no ip directed-broadcast
 no ip route-cache
 no ip mroute-cache
 bridge-group 1
!
interface Serial1
 no ip address
 no ip directed-broadcast
 no ip route-cache
 no ip mroute-cache
 shutdown
!
interface TokenRing0
no ip directed-broadcast
 no ip route-cache
 no ip mroute-cache
 ring-speed 16
 source-bridge 6 1 4095
!
interface BRI0
 no ip address
 no ip directed-broadcast
 no ip route-cache
 no ip mroute-cache
 shutdown
!
interface PCbus0
 no ip address
 no ip directed-broadcast
 no ip route-cache
 no ip mroute-cache
 shutdown
!
ip classless
!
!
bridge 1 protocol ieee
bridge 1 bitswap-layer3-addresses
!
line con 0
 privilege level 15
 password cisco
 login
 transport input none
line aux 0
line vty 0 4
 password cisco
 login
!
end
R2#sh bridge
Total of 300 station blocks, 298 free
Codes: P - permanent, S - self
Bridge Group 1:
    Address       Action   Interface       Age   RX count   TX count
00e0.f751.da7b   forward   RingGroup4095    3           5          5
00e0.1e3e.a119   forward   Serial0          3           5          4
R2#sh source-bridge
Local Interfaces:                           receive     transmit
             srn bn  trn r p s n  max hops     cnt         cnt        drops
To0            6  1 4095 *   b    7  7  7       10          10          0
Global RSRB Parameters:
 TCP Queue Length maximum: 100
Ring Group 4095:
  No TCP peername set, TCP transport disabled
   Maximum output TCP queue length, per peer: 100
  Rings:
   bn: 1  rn: 10   locvrt ma: 40e0.f751.d0b3 Bridge-group 1         fwd: 10
   bn: 1  rn: 6    local  ma: 4007.ef8a.0bcd TokenRing0             fwd: 10
Explorers: ------- input -------             ------- output -------
         spanning  all-rings     total      spanning  all-rings     total
To0             0          0         0             0          0         0
  Explorer fastswitching enabled
  Local switched: 1         flushed 0         max Bps 38400
         rings      inputs         bursts         throttles     output drops
           To0           0              0                 0                0
R2#sh rif
Codes: * interface, - static, + remote
Dst HW Addr    Src HW Addr    How     Idle (min)  Routing Information Field
0007.ef8a.0bcd N/A            To0             *   -
0007.ef8a.5bde N/A            BG1             3   0890.0061.FFF1.00A0
hostname R3
!
ip subnet-zero
no ip routing
no ip domain-lookup
!
cns event-service server
!
interface Ethernet0
 no ip address
 no ip route-cache
 no ip mroute-cache
 bridge-group 1
!
interface Serial0
 no ip address
 no ip route-cache
 no ip mroute-cache
 shutdown
 no fair-queue
!
interface Serial1
 ip address 30.30.30.2 255.255.255.0
 no ip route-cache
 no ip mroute-cache
 clockrate 72000
 bridge-group 1
!
ip classless
no ip http server
!
!
bridge 1 protocol ieee
!
line con 0
 transport input none
line aux 0
line vty 0 4
 login
!
end
R3#sh bridge
Total of 300 station blocks, 298 free
Codes: P - permanent, S - self
Bridge Group 1:
    Address       Action   Interface       Age   RX count   TX count
00e0.f751.da7b   forward   Serial1          1          33         32
00e0.1e3e.a119   forward   Ethernet0        1          35         33
This archive was generated by hypermail 2.1.4 : Thu Jun 20 2002 - 13:46:32 GMT-3