[j-nsp] Link aggregation between a 3750 and a M320
ILTCHEV Alain
Alain.ILTCHEV at ncnumericable.com
Wed Feb 21 05:02:17 EST 2007
Hello,
I have been reading some past discussions in this mailing and trying things suggested in these discussions but I am not able to setup a LACP link between a Cisco switch and a M320.
In the following, the M320 was in active mode and the 3750 in passive mode.
On the 3750 :
interface GigabitEthernet1/0/49
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 701,702,705
switchport mode trunk
switchport nonegotiate
speed nonegotiate
channel-group 1 mode active
end
interface GigabitEthernet1/0/50
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 701,702,705
switchport mode trunk
switchport nonegotiate
speed nonegotiate
channel-group 1 mode active
end
interface Port-channel1
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 701,702,705
switchport mode trunk
switchport nonegotiate
speed nonegotiate
On the M320 :
chassis {
aggregated-devices {
ethernet {
device-count 16;
}
...
ge-4/1/4 {
description "LAG 3750-1 VOIP Port 1";
gigether-options {
no-auto-negotiation;
802.3ad ae4;
}
}
ge-4/1/5 {
description "LAG 3750-1 VOIP Port 2";
gigether-options {
no-auto-negotiation;
802.3ad ae4;
}
}
...
ae4 {
description "LAG 3750-1 VOIP";
vlan-tagging;
aggregated-ether-options {
no-flow-control;
link-speed 1g;
lacp {
active;
}
}
unit 705 {
vlan-id 705;
family inet {
address X.X.0.148/28 {
vrrp-group 72 {
virtual-address X.X.0.145;
priority 2;
preempt;
accept-data;
}
}
}
I have activated traces on the M320, is anybody able to understand this Juniper log ? ge-4/1/4 and ge-4/1/5 are the ports I am trying to bundle. They keep on switching between the states FAST_PERIODIC and PERIODIC_TX. What's wrong ?
Feb 21 10:43:38 ge-4/1/5: process timer expired on 0x8144a00 in FAST_PERIODIC state
Feb 21 10:43:38 lacp_periodic_transmission_machine: begin 0, lacp enable 1, port 1, actor state 0x47, partner state 0x46
Feb 21 10:43:38 ge-4/1/5: lacp xmit state transition from FAST_PERIODIC to PERIODIC_TX
Feb 21 10:43:38 ge-4/1/5: process_periodic_tx_state: need to transmit lacpdu
Feb 21 10:43:38 Transmitting LACP pdu - interface ge-4/1/5
Feb 21 10:43:38 lacp subtype 0x1 lacp version number 0x1
Feb 21 10:43:38 first tlv type 0x1 actor info len 0x14
Feb 21 10:43:38 actor sys priority 0x7f actor sys 00:14:f6:b8:af:f0
Feb 21 10:43:38 actor key 0x5 actor port priority 0x7f actor port 0x30d actor state 0x47
Feb 21 10:43:38 second tlv type 0x2 partner info len 0x14
Feb 21 10:43:38 partner sys priority 0x1 partner sys 00:00:00:00:00:00
Feb 21 10:43:38 partner key 0x5 partner port priority 0x1 partner port 0x30d partner state 0x46
Feb 21 10:43:38 third tlv type 0x3 collector info len 0x10 collector max del 0x0 fourth tlv type 0x0 terminator len 0
Feb 21 10:43:38 lacp_periodic_transmission_machine: begin 0, lacp enable 1, port 1, actor state 0x47, partner state 0x46
Feb 21 10:43:38 ge-4/1/5: lacp xmit state transition from PERIODIC_TX to FAST_PERIODIC
Feb 21 10:43:38 lacpd_msg_input: iflidx 138 not found
Feb 21 10:43:38 ge-4/1/4: process timer expired on 0x8144600 in FAST_PERIODIC state
Feb 21 10:43:38 lacp_periodic_transmission_machine: begin 0, lacp enable 1, port 1, actor state 0x47, partner state 0x46
Feb 21 10:43:38 ge-4/1/4: lacp xmit state transition from FAST_PERIODIC to PERIODIC_TX
Feb 21 10:43:38 ge-4/1/4: process_periodic_tx_state: need to transmit lacpdu
Feb 21 10:43:38 Transmitting LACP pdu - interface ge-4/1/4
Feb 21 10:43:38 lacp subtype 0x1 lacp version number 0x1
Feb 21 10:43:38 first tlv type 0x1 actor info len 0x14
Feb 21 10:43:38 actor sys priority 0x7f actor sys 00:14:f6:b8:af:f0
Feb 21 10:43:38 actor key 0x5 actor port priority 0x7f actor port 0x30c actor state 0x47
Feb 21 10:43:38 second tlv type 0x2 partner info len 0x14
Feb 21 10:43:38 partner sys priority 0x1 partner sys 00:00:00:00:00:00
Feb 21 10:43:38 partner key 0x5 partner port priority 0x1 partner port 0x30c partner state 0x46
Feb 21 10:43:38 third tlv type 0x3 collector info len 0x10 collector max del 0x0 fourth tlv type 0x0 terminator len 0
Feb 21 10:43:38 lacp_periodic_transmission_machine: begin 0, lacp enable 1, port 1, actor state 0x47, partner state 0x46
Feb 21 10:43:38 ge-4/1/4: lacp xmit state transition from PERIODIC_TX to FAST_PERIODIC
Feb 21 10:43:38 lacpd_msg_input: iflidx 137 not found
Feb 21 10:43:38 lacpd_msg_input: iflidx 137 not found
Feb 21 10:43:38 lacpd_msg_input: iflidx 138 not found
Feb 21 10:43:38 lacpd_msg_input: iflidx 138 not found
Feb 21 10:43:38 lacpd_msg_input: iflidx 137 not found
Best regards,
Alain Iltchev
More information about the juniper-nsp
mailing list