Re: why no RIF?

From: Brian Lodwick (xpranax@xxxxxxxxxxx)
Date: Wed Oct 17 2001 - 09:30:37 GMT-3


   
But the command syntax is
<virtual ring-group> <pseudo-ring> <source-route bridge number> <transparent
bridge-group>
The 1 is in the last place for the transparent bridge-group, and the 2 is in
the place for the source-route bridge number. I cannot replace the 2 for a 1
since the 3920 TrBRF is set to source-route bridge number 1, and then I
would have 2 bridges with the same number.

>>>Brian

>From: Ford Tian <fordtian@cisco.com>
>To: "Brian Lodwick" <xpranax@hotmail.com>
>Subject: Re: why no RIF?
>Date: Wed, 17 Oct 2001 12:07:24 +0800
>
>Hi,
>I am not very sure, it seems like r4's configuration should be:
>source-bridge transparent 1000 11 2 1
>!
>!
>interface Ethernet0
>no ip address
>no ip directed-broadcast
>bridge-group 1
>
>you should change the 2 to 1. the same as bridge-group number.
>Pls. give me a reply, if it can work.
>Regards,
>Ford Tian.
>
>At 02:15 2001-10-17 +0000, you wrote:
>>So far in my issue I believe I have narrowed down the issue to a problem
>>with r9 not building a RIF for transport to r4. r4 does build a RIF for r9
>>though.
>>
>>r4 and r9 both have multiring ip configured on them though. The
>>configuration on the Token-Ring interfaces are identical.
>>
>>r9#sh int tok 0
>>address is 0000.3090.c7de (bia 0000.3090.c7de)
>>
>>r4#sh int tok 1
>>address is 0006.7c99.86c5 (bia 0006.7c99.86c5)
>>
>>r11#sh int e0
>>address is 0000.0c4a.99c6 (bia 0000.0c4a.99c6)
>>
>>r9#sh rif
>>Codes: * interface, - static, + remote
>>
>>Dst HW Addr Src HW Addr How Idle (min) Routing Information
>>Field
>>0005.772b.8c82 N/A To0 0 -
>>0000.3090.c7de N/A To0 * -
>>
>>sh rif
>>Codes: * interface, - static, + remote
>>
>>Dst HW Addr Src HW Addr How Idle(min) Vlan Routing Information
>>Field
>>0005.772b.8c81 N/A To1 0 - -
>>0006.7c99.86c5 N/A To1 * - -
>>0000.3090.c7de N/A To1 0 - 0690.0091.0040
>>
>>r4#sh run
>>Building configuration...
>>
>>Current configuration:
>>!
>>version 12.0
>>service timestamps debug uptime
>>service timestamps log uptime
>>no service password-encryption
>>!
>>hostname r4
>>!
>>!
>>!
>>!
>>!
>>!
>>ip subnet-zero
>>no ip domain-lookup
>>!
>>cns event-service server
>>!
>>!
>>bridge irb
>>!
>>source-bridge ring-group 1000
>>source-bridge transparent 1000 11 2 1
>>!
>>!
>>interface Ethernet0
>>no ip address
>>no ip directed-broadcast
>>bridge-group 1
>>!
>>interface Ethernet1
>>no ip address
>>no ip directed-broadcast
>>shutdown
>>media-type 10BaseT
>>!
>>interface Serial0
>>no ip address
>>no ip directed-broadcast
>>no ip mroute-cache
>>shutdown
>>!
>>interface Serial1
>>no ip address
>>no ip directed-broadcast
>>shutdown
>>!
>>interface Serial2
>>no ip address
>>no ip directed-broadcast
>>shutdown
>>!
>>interface Serial3
>>no ip address
>>no ip directed-broadcast
>>shutdown
>>!
>>interface TokenRing0
>>no ip address
>>no ip directed-broadcast
>>shutdown
>>ring-speed 16
>>!
>>interface TokenRing1
>>mtu 1500
>>no ip address
>>no ip directed-broadcast
>>ring-speed 16
>>multiring ip
>>source-bridge 4 2 1000
>>!
>>!
>>ip classless
>>no ip http server
>>!
>>!
>>!
>>!
>>!
>>!
>>!
>>!
>>!
>>!
>>bridge 1 protocol ieee
>>bridge 1 priority 2
>>alias exec ip sh ip route
>>alias exec ipx sh ipx route
>>alias exec int sh ip int brief
>>!
>>line con 0
>>transport input none
>>line aux 0
>>line vty 0 4
>>login
>>!
>>end
>>
>>
>>r11#sh run
>>Building configuration...
>>
>>Current configuration:
>>!
>>version 12.0
>>service timestamps debug uptime
>>service timestamps log uptime
>>no service password-encryption
>>!
>>hostname r11
>>!
>>!
>>ip subnet-zero
>>no ip routing
>>no ip domain-lookup
>>bridge irb
>>!
>>!
>>!
>>interface Ethernet0
>>ip address 172.16.70.11 255.255.255.0
>>no ip directed-broadcast
>>no ip route-cache
>>no ip mroute-cache
>>bridge-group 1
>>!
>>interface Serial0
>>no ip address
>>no ip directed-broadcast
>>no ip route-cache
>>no ip mroute-cache
>>shutdown
>>no fair-queue
>>!
>>interface Serial1
>>no ip address
>>no ip directed-broadcast
>>no ip route-cache
>>no ip mroute-cache
>>shutdown
>>!
>>ip classless
>>!
>>bridge 1 protocol ieee
>>alias exec ip sh ip route
>>alias exec ipx sh ipx route
>>alias exec int sh ip int brief
>>!
>>line con 0
>>transport input none
>>line aux 0
>>line vty 0 4
>>login
>>!
>>end
>>
>>r9#sh run
>>Building configuration...
>>
>>Current configuration:
>>!
>>version 12.0
>>service timestamps debug uptime
>>service timestamps log uptime
>>no service password-encryption
>>!
>>hostname r9
>>!
>>!
>>ip subnet-zero
>>no ip domain-lookup
>>ipx routing 0009.0009.0009
>>bridge irb
>>!
>>!
>>!
>>interface Loopback0
>>ip address 172.168.70.1 255.255.255.0
>>no ip directed-broadcast
>>no ip mroute-cache
>>ipx network 701
>>!
>>interface Serial0
>>no ip address
>>no ip directed-broadcast
>>no ip mroute-cache
>>shutdown
>>no fair-queue
>>!
>>interface Serial1
>>no ip address
>>no ip directed-broadcast
>>no ip mroute-cache
>>shutdown
>>!
>>interface TokenRing0
>>mtu 1500
>>ip address 172.16.70.9 255.255.255.0
>>no ip directed-broadcast
>>no ip mroute-cache
>>ring-speed 16
>>multiring ip
>>!
>>ip classless
>>!
>>!
>>!
>>!
>>alias exec ip sh ip route
>>alias exec ipx sh ipx route
>>alias exec int sh ip int brief
>>!
>>line con 0
>>transport input none
>>line aux 0
>>line vty 0 4
>>login
>>!
>>end
>>
>>I will reward anyone with the answer to this issue with a super "G" man
>>badge!
>>I have officially gone nucking futs!
>>
>>>>>Brian
>>



This archive was generated by hypermail 2.1.4 : Thu Jun 20 2002 - 22:33:20 GMT-3