cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
468
Views
5
Helpful
2
Replies

How to map RMAC to Real MAC Address in end station

w.wichatrong
Level 1
Level 1

How to map RMAC to Real MAC Address in end station

CIP-Slot1#llc badns

pcep=0085 rmac=0068.e83a.219f lmac=4000.7206.1111 rsap=04 lsap=04 this=81F609D8

rif=0810.1F91.BB81.3E80.0000.0000.0000.0000.0000 ack-len=0000

This Command running on cisco 7200

End station is IBM mainframe

2 Replies 2

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Worapun,

when going through a SR/TLB (Source Route Translational) Bridge between an ethernet segment and a token ring segment the order of bits inside each octet is reversed.

If this is the case the OUI

0068e8 that doesn't have a match in OUI page has to be read

00 = 00

68 = 01101000 rollover = 16

e8 = 11101000 rollover = 17

or it can be the result of an administrative settings

see

http://www.cisco.com/en/US/docs/ios/bridging/configuration/guide/br_remote_srb_ps6350_TSD_Products_Configuration_Guide_Chapter.html#wp1002863

you can find information about conversion between llc2 TR and ethernet frames.

Hope to help

Giuseppe

Thank you Giuseppe