|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] vlans+bonding+bridging
Hi,
> 1. they are bound together in a way - because I can set up IP address only
> for one card. If both cards get IP I'm loosing networking.
you have to set the ip address on the bond0 interface, set eth4 and
eth5 with no ip address at the boot process. then start bond0 wiht
your ip address. make sure your networking guys set the portchannel
correctly.
as example:
lea# sh run int gi 1/0/29
Building configuration...
Current configuration : 244 bytes
!
interface GigabitEthernet1/0/29
description sct-ha1-NOC|305:drea
switchport mode access
switchport access vlan 12
switchport nonegotiate
channel-group 5 mode on
end
lea# sh run int gi 2/0/29
Building configuration...
Current configuration : 244 bytes
!
interface GigabitEthernet2/0/29
description sct-ha1-NOC|306:drea
switchport mode access
switchport access vlan 12
switchport nonegotiate
channel-group 5 mode on
end
lea# sh run int po5
Building configuration...
Current configuration : 211 bytes
!
interface Port-channel5
description etc-TX--ha1-342|drea
switchport mode access
switchport access vlan 12
switchport nonegotiate
end
Martin
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|