Correction - Solution - SR/TLB.

From: RSiddappa@xxxxxxxxxx
Date: Sat Feb 23 2002 - 20:00:37 GMT-3


   
Sorry Guys I forgot to post the configs of R1 which is very important for
this set up. ( Thanks for reminding me Annu)

hostname R1
!
enable password cisco
!
ip subnet-zero
no ip domain-lookup
isdn switch-type basic-ni
!
interface Serial0
no ip directed-broadcast
 no ip mroute-cache
 no fair-queue
 clockrate 72000
!
interface Serial1
no ip directed-broadcast
 ip ospf cost 1
!
interface TokenRing0
 ip address 10.10.10.5 255.255.255.0
 no ip directed-broadcast
 ring-speed 16

 multiring ip

Very important command on R1 for this set up to work.
!
ip classless
!
!
!
line con 0
 password cisco
 login
 transport input none
line aux 0
line vty 0 4
 password cisco
 login
!
end

R1#sh arp
Protocol Address Age (min) Hardware Addr Type Interface
Internet 10.10.10.4 0 0007.787c.8598 SNAP TokenRing0
Internet 10.10.10.5 - 0007.ef8a.5bde SNAP TokenRing0

R1#ping 10.10.10.4

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.10.10.4, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 32/34/36 ms

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