cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
249
Views
0
Helpful
2
Replies

Need some help with Source Routing Translation Bridging!!

willianp
Level 1
Level 1

Hi All,

I am trying to acess an mainframe with SNA emulation from a ethernet network conected to a token-ring network with a Cisco 2600 router. the configuration of the router is this:

Building configuration...

Current configuration : 2590 bytes

!

version 12.2

service timestamps debug uptime

service timestamps log uptime

service password-encryption

!

hostname "Router"

!

ip subnet-zero

!

!

no ip domain-lookup

!

call rsvp-sync

!

source-bridge ring-group 10

source-bridge transparent 10 11 1 1

!

interface Ethernet0/0

ip address 9.179.90.7 255.255.255.0

full-duplex

bridge-group 1

!

interface TokenRing0/0

ip address 9.179.144.128 255.255.240.0

ring-speed 16

source-bridge 1 1 10

source-bridge spanning

!

ip classless

ip route 0.0.0.0 0.0.0.0 9.179.144.1

ip http server

ip pim bidir-enable

!

bridge 1 protocol ieee

!

dial-peer cor custom

Router#

I am using Personal Communicator to emulate SNA via TCPIP, I tried with both mac adresss (normal, inverted), but with no sucess...

Show bridge shows the mac from the Mainframe that I am trying to acess:

0200.8806.9820 forward RingGroup10 0 28 0

Anyone knows what can be missing ?

Regards,

Willian

2 Replies 2

lgijssel
Level 9
Level 9

First of all I would suggest that you add the command multiring ip on the TR interface.