cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
377
Views
0
Helpful
4
Replies

2612 TokenRing to Ethernet bridging, need help

ITdrift
Level 1
Level 1

Hi All

I have 1 2612 with a tokenring lan on one side and a ethernet on the other side. I have tried to follow several examples from the cisco site without any sucsess. Can anyone help me? This is my config so far, what am I missing here?

no service single-slot-reload-enable

service timestamps debug uptime

service timestamps log uptime

no service password-encryption

!

hostname Router

!

enable secret 5 ****************************

enable password ******

!

!

!

!

!

ip subnet-zero

!

!

!

!

!

source-bridge ring-group 10

source-bridge transparent 10 11 1 1

!

interface Ethernet0/0

no ip address

half-duplex

bridge-group 1

!

interface TokenRing0/0

no ip address

ring-speed 16

source-bridge 1 1 10

source-bridge spanning

!

ip classless

ip http server

!

dialer-list 1 protocol ip permit

dialer-list 1 protocol ipx permit

!

bridge 1 protocol ieee

!

line con 0

line aux 0

line vty 0 4

password ******

login

!

end

Rgds,

Svein

4 Replies 4

sbrobak
Level 1
Level 1

Hi,

Which protocols do you try to bridge - layer 2 or/and layer 3 protocols (ip/ipx).

If you bridging ip, you can try irb with bitswapping of layer 3. Be aware of RIF.

Hope this gives you some ideas.

Brg,

Steinar

rgodden
Level 3
Level 3

There should a command along the lines of

bridge 1 bitswap-layer3-addresses

Hi

Thanks for the help, but it still doesnt work. From our 2612 and to the Tokenring side we have a IBM8272 Tokenring Switch which everything is connected to. So I'm wondering if there is anything that I'll have to do in this switch as well?.

BTW i have added these lines in global mode:

bridge 1 bitswap-layer3-addresses

bridge irb

/Svein

Hi,

Sorry for delayed answer.

It is not good to have both srtlb and irb since it could generate a loop.

You should try to use a sniffer to see what is happening.

Steinar.