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

cip to host

c.chunxia
Level 1
Level 1

My 390 host connected with two cip card,Can I define the virtual mac of two cip as same,So I can implemted load balance. Like this:

interface Channel1/2

lan TokenRing 0

source-bridge 10 1 755

adapter 0 4000.0755.9026

lan TokenRing 1

source-bridge 10 1 755

adapter 1 4000.0755.9026

2 Replies 2

eligal99
Level 1
Level 1

Certainly it is valid to define a duplicate MAC address on 2 separate virtual LAN's. To be on the safe side, I would make the SRB ring-number on the 2nd LAN unique, i.e. change '10' to '11' etc.:

lan TokenRing 1

source-bridge 11 1 755

adapter 1 4000.0755.9026

Obviously you need to define proper CSNA on channel1/0 ans 1/1, and activate the VTAM XCA's pertaining to adapters 0 and 1. All this will let you implemet load balancing...

Eli

thank you!