Bonjour,
Je cherche à mettre en place un aggrégat lacp entre un Juniper EX4600 et un HPe A5500 mais rien n'y fait... l'interface ae0 du Juniper reste "down" que sa conf soit en mode
"active" ou "passive". Les interfaces ge sont bien up des 2 côtés.

Quelqu'un d'entre vous aurait un truc qui lui saute aux yeux svp ?
Merci de votre aide.


---
Voici ma conf :

*Sur le Juniper :*
{master:0}[edit]
beuneche@j-stic-lab1# show interfaces ge-0/0/1
ether-options {
    802.3ad ae0;
}

{master:0}[edit]
beuneche@j-stic-lab1# show interfaces ge-0/0/2
ether-options {
    802.3ad ae0;
}

{master:0}[edit]
beuneche@j-stic-lab1# show interfaces ae0
native-vlan-id 1;
aggregated-ether-options {
    minimum-links 1;
    lacp {
        active;
    }
}
unit 0 {
    description "interco HP5500";
    family ethernet-switching {
        interface-mode trunk;
        vlan {
            members [ 1 100 ];
        }
    }
}


beuneche@j-stic-lab1# run show interfaces ae0
Physical interface: ae0, Enabled, Physical link is Down
  Interface index: 649, SNMP ifIndex: 515
Link-level type: Ethernet, MTU: 1514, Speed: Unspecified, BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled, Flow control: Disabled, Minimum links needed: 1,
  Minimum bandwidth needed: 1bps
  Device flags   : Present Running
  Interface flags: Hardware-Down SNMP-Traps Internal: 0x4000
  Current address: 28:a2:4b:58:a4:90, Hardware address: 28:a2:4b:58:a4:90
  Last flapped   : 2017-02-14 17:08:15 CET (00:10:41 ago)
  Input rate     : 0 bps (0 pps)
  Output rate    : 0 bps (0 pps)

  Logical interface ae0.0 (Index 558) (SNMP ifIndex 516)
    Description: interco HP5500
    Flags: Device-Down SNMP-Traps 0x24024000 Encapsulation: Ethernet-Bridge
    Statistics        Packets        pps         Bytes bps
    Bundle:
        Input :             0          0             0 0
        Output:           651          0         74088 0
    Adaptive Statistics:
        Adaptive Adjusts:          0
        Adaptive Scans  :          0
        Adaptive Updates:          0
    Protocol eth-switch, MTU: 1514
      Flags: Trunk-Mode

{master:0}[edit]
beuneche@j-stic-lab1# run show lacp interfaces
Aggregated interface: ae0
LACP state: Role Exp Def Dist Col Syn Aggr Timeout Activity
      ge-0/0/1       Actor    No   Yes    No   No   No   Yes Fast    Active
      ge-0/0/1     Partner    No   Yes    No   No   No   Yes Fast   Passive
      ge-0/0/2       Actor    No   Yes    No   No   No   Yes Fast    Active
      ge-0/0/2     Partner    No   Yes    No   No   No   Yes Fast   Passive
    LACP protocol:        Receive State  Transmit State Mux State
      ge-0/0/1                Defaulted   Fast periodic Detached
      ge-0/0/2                Defaulted   Fast periodic Detached



*Sur le HP :*
[HPmaster]dis cur
...
interface Bridge-Aggregation1
 description interco j-stic-lab1
 port link-type trunk
 port trunk permit vlan all
 link-aggregation mode dynamic
 mad enable

interface GigabitEthernet1/0/1
 port link-mode bridge
 description interco j-stic-lab1
 port link-type trunk
 port trunk permit vlan all
 port link-aggregation group 1

interface GigabitEthernet2/0/1
 port link-mode bridge
 description interco j-stic-lab1
 port link-type trunk
 port trunk permit vlan all
 port link-aggregation group 1
...

[HPmaster]dis interface Bridge-Aggregation
 Bridge-Aggregation1 current state: UP
 IP Packet Frame Type: PKTFMT_ETHNT_2, Hardware Address: 5c8a-38fd-122f
 Description: interco j-stic-lab1
 0Mbps-speed mode, full-duplex mode
 Link speed type is autonegotiation, link duplex type is autonegotiation
 PVID: 1
 Port link-type: trunk
  VLAN passing  : 1(default vlan), 3, 13, 100
  VLAN permitted: 1(default vlan), 2-4094
  Trunk port encapsulation: IEEE 802.1q
 Last clearing of counters:  Never
 Last 300 seconds input:  2 packets/sec 279 bytes/sec    -%
 Last 300 seconds output:  4 packets/sec 645 bytes/sec    -%
 Input (total):  200405 packets, 27007319 bytes
         98 unicasts, 419 broadcasts, 199888 multicasts
 Input (normal):  200405 packets, - bytes
         98 unicasts, 419 broadcasts, 199888 multicasts
 Input:  0 input errors, 0 runts, 0 giants, 0 throttles
         0 CRC, 0 frame, - overruns, 0 aborts
         - ignored, - parity errors
 Output (total): 429761 packets, 64062661 bytes
         62 unicasts, 860 broadcasts, 428839 multicasts, 0 pauses
 Output (normal): 429761 packets, - bytes
         62 unicasts, 860 broadcasts, 428839 multicasts, 0 pauses
 Output: 0 output errors, - underruns, - buffer failures
         0 aborts, 0 deferred, 0 collisions, 0 late collisions
         0 lost carrier, - no carrier

[HPmaster]dis link-aggregation verbose
Loadsharing Type: Shar -- Loadsharing, NonS -- Non-Loadsharing
Port Status: S -- Selected, U -- Unselected
Flags:  A -- LACP_Activity, B -- LACP_Timeout, C -- Aggregation,
        D -- Synchronization, E -- Collecting, F -- Distributing,
        G -- Defaulted, H -- Expired

Aggregation Interface: Bridge-Aggregation1
Aggregation Mode: Dynamic
Loadsharing Type: Shar
System ID: 0x8000, 5c8a-38fd-122f
Local:
  Port             Status  Priority Oper-Key  Flag
--------------------------------------------------------------------------------
  GE1/0/1          U       32768    1         {ACD}
  GE2/0/1          U       32768    1         {ACD}
Remote:
  Actor            Partner Priority Oper-Key SystemID               Flag
--------------------------------------------------------------------------------
GE1/0/1 1 127 1 0x7f , 28a2-4b58-a3a0 {ABCGH}
  GE2/0/1          2       127      1         0x7f  , 28a2-4b58-a3a0 {ABCG}




*Les logs juniper **:*
{master:0}[edit]
beuneche@j-stic-lab1# run show log messages
...
Feb 14 16:58:25 j-stic-lab1 /kernel: ge-0/0/1: received pdu - length mismatch for lacp : len 150, pdu 124 Feb 14 16:58:25 j-stic-lab1 /kernel: ge-0/0/2: received pdu - length mismatch for lacp : len 150, pdu 124 Feb 14 16:58:55 j-stic-lab1 /kernel: ge-0/0/1: received pdu - length mismatch for lacp : len 150, pdu 124 Feb 14 16:58:55 j-stic-lab1 /kernel: ge-0/0/2: received pdu - length mismatch for lacp : len 150, pdu 124

{master:0}[edit]
beuneche@j-stic-lab1# run show log lacp.log
Feb 14 17:08:14 lacpd_bfd_read:bfdlib_process_packet completed successfully
Feb 14 17:08:15 IFD MSG HANDLER ae0 idx 649 op 2 parent 0
Feb 14 17:08:15 op change ifd ae0 devidx 649
Feb 14 17:08:15 lacpd_ifd_update_tagging:old_vlan_tagging = 0,pifd->ifd_vlan_tagging = 0
Feb 14 17:08:15 aggr options mode is 0x2
Feb 14 17:08:15 ae0, Got the BFD config TLV succesfully
Feb 14 17:08:15 mc_ae_id - 0 chassis_id 0 mode 1 status standby redundancy group 0
Feb 14 17:08:15 mcae_ifdm_handler, IFD MSG HANDLER ae0 idx 649 op 2
Feb 14 17:08:15 ae0.: is not ICL

Feb 14 17:08:15 LACP parameters changed on parent interface ae0
Feb 14 17:08:15 Old mode passive, New mode active
Feb 14 17:08:15 Old interval fast, New interval fast
Feb 14 17:08:15 Old fast-failover status 0, new status 0
Feb 14 17:08:15 Old priority 0x7f, New priority ox7f
Feb 14 17:08:15 Old aggr_wait_time 2, New aggr_wait_time 2
Feb 14 17:08:15 Old FUP 0x1, New FUP ox0
Feb 14 17:08:15 detection_time 0, hld_dwn_intvl 0, min_rcv_intvl 0 , bfd_liveliness = 0, version = 0
Feb 14 17:08:15 lacpd_bfd_get_ipstr: pfx: len 0 bits 0
Feb 14 17:08:15 BFD neighbor d4db:b7af:dc89:6008:60db:b7af:3cdc:b7af
Feb 14 17:08:15 lacpd_bfd_get_ipstr: pfx: len 0 bits 0
Feb 14 17:08:15 BFD local_address d4db:b7af:dc89:6008:60db:b7af:fcdb:b7af
Feb 14 17:08:15 multiplier  0, no_adaptation 0, tx_intvl 0
Feb 14 17:08:15 lacpd_aeforceup_config_change: ae force up config changed ae0
Feb 14 17:08:15 lacpd_aeforceup_ifd_child_remove_conf: ifd ae0
Feb 14 17:08:15 lacpd_aeforceup_ifd_child_remove_conf: ae force up removing conf. ge-0/0/1
Feb 14 17:08:15 AE force up update kernel interface ae0
Feb 14 17:08:15 Writing LACP state to kernel - port options is 0x7f for interface ge-0/0/1 with ifd index 647
Feb 14 17:08:15 Mux State = 3 (0-D,1-W,2-A,3-CD)
Feb 14 17:08:15 lacp_port_delete: for ge-0/0/1
Feb 14 17:08:15 ge-0/0/1: link 0 mc-ae proto_state 1 up_child_links 0
Feb 14 17:08:15 ge-0/0/1: port lacp collecting distributing disabled
Feb 14 17:08:15 Writing LACP state to kernel - port options is 0x4f for interface ge-0/0/1 with ifd index 647
Feb 14 17:08:15 Mux State = 3 (0-D,1-W,2-A,3-CD)
Feb 14 17:08:15 lacpd_ppm_interface_destroy: iflidx = 556
Feb 14 17:08:15 lacpd_ppm_interface_destroy: queued request on ppm_interface_thread
Feb 14 17:08:15 lacpd_kick_ppm_job: kick starting ppm job
Feb 14 17:08:15 lacp_port_create for ifd ge-0/0/1
Feb 14 17:08:15 lacp_port_create : LACP port created for child ifd ge-0/0/1
Feb 14 17:08:15 lacpd_ppm_interface_create: iflidx = 556
Feb 14 17:08:15 lacpd_ppm_interface_create: queued request on ppm_interface_thread
Feb 14 17:08:15 Port: , setting timeout err_notif
Feb 14 17:08:15 ge-0/0/1: lacp recv state transition from INITIALIZE to PORT_DISABLED
Feb 14 17:08:15 ge-0/0/1: link 0 mc-ae proto_state 1 up_child_links 0
Feb 14 17:08:15 ge-0/0/1: port lacp collecting distributing disabled
Feb 14 17:08:15 Writing LACP state to kernel - port options is 0x44 for interface ge-0/0/1 with ifd index 647
Feb 14 17:08:15 Mux State = 0 (0-D,1-W,2-A,3-CD)
Feb 14 17:08:15 ge-0/0/1: port lacp collecting distributing disabled
Feb 14 17:08:15 Writing LACP state to kernel - port options is 0x44 for interface ge-0/0/1 with ifd index 647
Feb 14 17:08:15 Mux State = 0 (0-D,1-W,2-A,3-CD)
Feb 14 17:08:15 update_port_enabled: begin 0, lacp 1, port 1, actor state 0x47, partner state 0x46 Feb 14 17:08:15 lacp_state_init: begin 0, lacp 1, port 1, actor state 0x47, partner state 0x46 Feb 14 17:08:15 ge-0/0/1: lacp recv state transition from PORT_DISABLED to EXPIRED
Feb 14 17:08:15 ge-0/0/1: link 0 mc-ae proto_state 1 up_child_links 0
Feb 14 17:08:15 ge-0/0/1: lacp mux state transition from DETACHED to DETACHED Feb 14 17:08:15 lacp_periodic_transmission_machine: begin 0, lacp enable 1, port 1, actor state 0xc7, partner state 0x46 Feb 14 17:08:15 ge-0/0/1: lacp xmit state transition from NO_PERIODIC to FAST_PERIODIC
Feb 14 17:08:15 ge-0/0/1: lacp xmit state FAST_PERIODIC
Feb 14 17:08:15 lacpd_ppm_start_periodic_send: iflidx = 556
Feb 14 17:08:15 lacpd_ppm_start_periodic_send: queued request on ppm_program_thread Feb 14 17:08:15 lacp_periodic_transmission_machine: begin 0, lacp enable 1, port 1, actor state 0xc7, partner state 0x46 Feb 14 17:08:15 ge-0/0/1: lacp xmit state transition from FAST_PERIODIC to FAST_PERIODIC
Feb 14 17:08:15 ge-0/0/1: lacp_xmit_machine: transmitting lacpdu
Feb 14 17:08:15 lacpd_ppm_start_periodic_send: iflidx = 556
Feb 14 17:08:15 lacpd_ppm_start_periodic_send: queued request on ppm_program_thread
Feb 14 17:08:15  Some parameters changed .. Updating kernel

Feb 14 17:08:15 Writing LACP state to kernel - port options is 0xc7 for interface ge-0/0/1 with ifd index 647
Feb 14 17:08:15 Mux State = 0 (0-D,1-W,2-A,3-CD)
Feb 14 17:08:15 update_port_enabled: begin 0, lacp 1, port 1, actor state 0xc7, partner state 0x46 Feb 14 17:08:15 lacp_process_aggr_event: begin 0, lacp 1, port 1, actor state 0xc7, partner state 0x46
Feb 14 17:08:15 ge-0/0/1: lacp recv state transition from EXPIRED to EXPIRED
Feb 14 17:08:15 ge-0/0/1: lacp mux state transition from DETACHED to DETACHED Feb 14 17:08:15 lacp_periodic_transmission_machine: begin 0, lacp enable 1, port 1, actor state 0xc7, partner state 0x46 Feb 14 17:08:15 ge-0/0/1: lacp xmit state transition from FAST_PERIODIC to FAST_PERIODIC
Feb 14 17:08:15 ge-0/0/1: lacp_xmit_machine: transmitting lacpdu
Feb 14 17:08:15 lacpd_ppm_start_periodic_send: iflidx = 556
Feb 14 17:08:15 lacpd_ppm_start_periodic_send: queued request on ppm_program_thread
Feb 14 17:08:15  Some parameters changed .. Updating kernel

Feb 14 17:08:15 Writing LACP state to kernel - port options is 0xc7 for interface ge-0/0/1 with ifd index 647
Feb 14 17:08:15 Mux State = 0 (0-D,1-W,2-A,3-CD)
Feb 14 17:08:15 update_port_enabled: begin 0, lacp 1, port 1, actor state 0x47, partner state 0x46 Feb 14 17:08:15 lacp_process_aggr_event: begin 0, lacp 1, port 1, actor state 0x47, partner state 0x46 Feb 14 17:08:15 ge-0/0/2: lacp recv state transition from DEFAULTED to DEFAULTED Feb 14 17:08:15 ge-0/0/2: lacp mux state transition from DETACHED to DETACHED Feb 14 17:08:15 lacp_periodic_transmission_machine: begin 0, lacp enable 1, port 1, actor state 0x47, partner state 0x46 Feb 14 17:08:15 ge-0/0/2: lacp xmit state transition from NO_PERIODIC to FAST_PERIODIC
Feb 14 17:08:15 ge-0/0/2: lacp xmit state FAST_PERIODIC
Feb 14 17:08:15 lacpd_ppm_start_periodic_send: iflidx = 557
Feb 14 17:08:15 lacpd_ppm_start_periodic_send: queued request on ppm_program_thread Feb 14 17:08:15 lacp_periodic_transmission_machine: begin 0, lacp enable 1, port 1, actor state 0x47, partner state 0x46 Feb 14 17:08:15 ge-0/0/2: lacp xmit state transition from FAST_PERIODIC to FAST_PERIODIC
Feb 14 17:08:15 ge-0/0/2: lacp_xmit_machine: transmitting lacpdu
Feb 14 17:08:15 lacpd_ppm_start_periodic_send: iflidx = 557
Feb 14 17:08:15 lacpd_ppm_start_periodic_send: queued request on ppm_program_thread
Feb 14 17:08:15  Some parameters changed .. Updating kernel

Feb 14 17:08:15 Writing LACP state to kernel - port options is 0x47 for interface ge-0/0/2 with ifd index 648
Feb 14 17:08:15 Mux State = 0 (0-D,1-W,2-A,3-CD)
Feb 14 17:08:15 IFD MSG HANDLER ge-0/0/0 idx 646 op 2 parent 0
Feb 14 17:08:15 op change ifd ge-0/0/0 devidx 646
Feb 14 17:08:15 lacpd_ifd_update_tagging:old_vlan_tagging = 0,pifd->ifd_vlan_tagging = 0
Feb 14 17:08:15 ge-0/0/0,  aggr bfd config returned err (2)
Feb 14 17:08:15 ge-0/0/0, mc-ae options returned err (2)
Feb 14 17:08:15 mcae_ifdm_handler, IFD MSG HANDLER ge-0/0/0 idx 646 op 2
Feb 14 17:08:15 ge-0/0/0.: is not ICL

Feb 14 17:08:15 IFD MSG HANDLER ae0 idx 649 op 2 parent 0
Feb 14 17:08:15 op change ifd ae0 devidx 649
Feb 14 17:08:15 lacpd_ifd_update_tagging:old_vlan_tagging = 0,pifd->ifd_vlan_tagging = 0
Feb 14 17:08:15 aggr options mode is 0x2
Feb 14 17:08:15 ae0, Got the BFD config TLV succesfully
Feb 14 17:08:15 mc_ae_id - 0 chassis_id 0 mode 1 status standby redundancy group 0
Feb 14 17:08:15 mcae_ifdm_handler, IFD MSG HANDLER ae0 idx 649 op 2
Feb 14 17:08:15 ae0.: is not ICL

Feb 14 17:08:15 LACP parameters changed on parent interface ae0
Feb 14 17:08:15 Old mode active, New mode active
Feb 14 17:08:15 Old interval fast, New interval fast
Feb 14 17:08:15 Old fast-failover status 0, new status 0
Feb 14 17:08:15 Old priority 0x7f, New priority ox7f
Feb 14 17:08:15 Old aggr_wait_time 2, New aggr_wait_time 2
Feb 14 17:08:15 Old FUP 0x0, New FUP ox0
Feb 14 17:08:15 detection_time 0, hld_dwn_intvl 0, min_rcv_intvl 0 , bfd_liveliness = 0, version = 0
Feb 14 17:08:15 lacpd_bfd_get_ipstr: pfx: len 0 bits 0
Feb 14 17:08:15 BFD neighbor d4db:b7af:dc89:6008:60db:b7af:3cdc:b7af
Feb 14 17:08:15 lacpd_bfd_get_ipstr: pfx: len 0 bits 0
Feb 14 17:08:15 BFD local_address d4db:b7af:dc89:6008:60db:b7af:fcdb:b7af
Feb 14 17:08:15 multiplier  0, no_adaptation 0, tx_intvl 0
Feb 14 17:08:15 update_port_enabled: begin 0, lacp 1, port 1, actor state 0xc7, partner state 0x46 Feb 14 17:08:15 lacp_process_aggr_event: begin 0, lacp 1, port 1, actor state 0xc7, partner state 0x46
Feb 14 17:08:15 ge-0/0/1: lacp recv state transition from EXPIRED to EXPIRED
Feb 14 17:08:15 ge-0/0/1: lacp mux state transition from DETACHED to DETACHED Feb 14 17:08:15 lacp_periodic_transmission_machine: begin 0, lacp enable 1, port 1, actor state 0xc7, partner state 0x46 Feb 14 17:08:15 ge-0/0/1: lacp xmit state transition from FAST_PERIODIC to FAST_PERIODIC
Feb 14 17:08:15 ge-0/0/1: lacp_xmit_machine: transmitting lacpdu
Feb 14 17:08:15 lacpd_ppm_start_periodic_send: iflidx = 556
Feb 14 17:08:15 lacpd_ppm_start_periodic_send: queued request on ppm_program_thread
Feb 14 17:08:15  Some parameters changed .. Updating kernel

Feb 14 17:08:15 Writing LACP state to kernel - port options is 0xc7 for interface ge-0/0/1 with ifd index 647
Feb 14 17:08:15 Mux State = 0 (0-D,1-W,2-A,3-CD)
Feb 14 17:08:15 update_port_enabled: begin 0, lacp 1, port 1, actor state 0x47, partner state 0x46 Feb 14 17:08:15 lacp_process_aggr_event: begin 0, lacp 1, port 1, actor state 0x47, partner state 0x46 Feb 14 17:08:15 ge-0/0/2: lacp recv state transition from DEFAULTED to DEFAULTED Feb 14 17:08:15 ge-0/0/2: lacp mux state transition from DETACHED to DETACHED Feb 14 17:08:15 lacp_periodic_transmission_machine: begin 0, lacp enable 1, port 1, actor state 0x47, partner state 0x46 Feb 14 17:08:15 ge-0/0/2: lacp xmit state transition from FAST_PERIODIC to FAST_PERIODIC
Feb 14 17:08:15 ge-0/0/2: lacp_xmit_machine: transmitting lacpdu
Feb 14 17:08:15 lacpd_ppm_start_periodic_send: iflidx = 557
Feb 14 17:08:15 lacpd_ppm_start_periodic_send: queued request on ppm_program_thread
Feb 14 17:08:15  Some parameters changed .. Updating kernel

Feb 14 17:08:15 Writing LACP state to kernel - port options is 0x47 for interface ge-0/0/2 with ifd index 648
Feb 14 17:08:15 Mux State = 0 (0-D,1-W,2-A,3-CD)
Feb 14 17:08:15 IFL MSG HANDLER ae0 idx 558 op 2 subunit 0
Feb 14 17:08:15 mcae_iflm_handler, IFL MSG HANDLER ae0 idx 558 op 2 subunit 0
Feb 14 17:08:15 No init_sm, return
Feb 14 17:08:15 IFD MSG HANDLER ge-0/0/1 idx 647 op 2 parent 649
Feb 14 17:08:15 op change ifd ge-0/0/1 devidx 647
Feb 14 17:08:15 port actor oper state is 0xc7
Feb 14 17:08:15 ifd flags Old: 0xc000 New 0xc000
Feb 14 17:08:15 mcae_ifdm_handler, IFD MSG HANDLER ge-0/0/1 idx 647 op 2
Feb 14 17:08:15 ge-0/0/1.: is not ICL

Feb 14 17:08:15 IFL MSG HANDLER ge-0/0/1 idx 556 op 2 subunit 0
Feb 14 17:08:15 mcae_iflm_handler, IFL MSG HANDLER ge-0/0/1 idx 556 op 2 subunit 0
Feb 14 17:08:15 No init_sm, return
Feb 14 17:08:15 IFD MSG HANDLER ge-0/0/3 idx 650 op 2 parent 0
Feb 14 17:08:15 op change ifd ge-0/0/3 devidx 650
Feb 14 17:08:15 lacpd_ifd_update_tagging:old_vlan_tagging = 0,pifd->ifd_vlan_tagging = 0
Feb 14 17:08:15 ge-0/0/3,  aggr bfd config returned err (2)
Feb 14 17:08:15 ge-0/0/3, mc-ae options returned err (2)
Feb 14 17:08:15 mcae_ifdm_handler, IFD MSG HANDLER ge-0/0/3 idx 650 op 2
Feb 14 17:08:15 ge-0/0/3.: is not ICL

Feb 14 17:08:15 IFD MSG HANDLER ge-0/0/2 idx 648 op 2 parent 649
Feb 14 17:08:15 op change ifd ge-0/0/2 devidx 648
Feb 14 17:08:15 port actor oper state is 0x47
Feb 14 17:08:15 ifd flags Old: 0xc000 New 0xc000
Feb 14 17:08:15 mcae_ifdm_handler, IFD MSG HANDLER ge-0/0/2 idx 648 op 2
Feb 14 17:08:15 ge-0/0/2.: is not ICL

Feb 14 17:08:15 IFD MSG HANDLER gr-0/0/0 idx 642 op 2 parent 0
Feb 14 17:08:15 op change ifd gr-0/0/0 devidx 642
Feb 14 17:08:15 op change ifd gr-0/0/0 devidx 642 (skipped)
Feb 14 17:08:15 op change ifd gr-0/0/0 devidx 642 (skipped)
Feb 14 17:08:15 lacpd_ppm_job: start
Feb 14 17:08:15 lacpd_ppm_job: interface destory, iflidx = 556
Feb 14 17:08:15 lacpd_ppm_rmt_intf_destroy: Deleting intf ifl: 556
Feb 14 17:08:15 lacpd_ppm_job: port ge-0/0/1 PPM_DEQ_REQ
Feb 14 17:08:15 lacpd_deref_port: port ge-0/0/1 ref_count 0 being freed
Feb 14 17:08:15 lacpd_ppm_job: interface create, iflidx = 556
Feb 14 17:08:15 lacpd_ppm_rmt_intf_create: Adding intf ifl: ge-0/0/1.0
Feb 14 17:08:15 lacpd_ppm_job: port ge-0/0/1 PPM_DEQ_REQ
Feb 14 17:08:15 lacpd_ppm_job: start periodic send, iflidx = 556
Feb 14 17:08:15 ifd ge-0/0/1 MuxS=0, pv.as=0xc7
Feb 14 17:08:15 Transmitting LACP pdu - interface ge-0/0/1
Feb 14 17:08:15 lacp subtype 0x1 lacp version number 0x1
Feb 14 17:08:15 first tlv type 0x1 actor info len 0x14
Feb 14 17:08:15 actor sys priority 0x7f00 actor sys 28:a2:4b:58:a3:a0
Feb 14 17:08:15 actor key 0x100 actor port priority 0x7f00 actor port 0x100 actor state 0xc7
Feb 14 17:08:15 lacp_reserved1[0] = 0x0
Feb 14 17:08:15 second tlv type 0x2 partner info len 0x14
Feb 14 17:08:15 partner sys priority 0x100 partner sys 00:00:00:00:00:00
Feb 14 17:08:15 partner key 0x100 partner port priority 0x100 partner port 0x100 partner state 0x46
Feb 14 17:08:15 lacp_reserved2[0] = 0x0
Feb 14 17:08:15 third tlv type 0x3 collector info len 0x10 collector max del 0x0 fourth tlv type 0x0 terminator len 0 Feb 14 17:08:15 lacpd_ppm_rmt_program_send: Programming ppmd for ifl index: 556
Feb 14 17:08:15 lacpd_ppm_job: port ge-0/0/1 PPM_DEQ_REQ
Feb 14 17:08:15 lacpd_ppm_job: start periodic send, iflidx = 557
Feb 14 17:08:15 ifd ge-0/0/2 MuxS=0, pv.as=0x47
Feb 14 17:08:15 Transmitting LACP pdu - interface ge-0/0/2
Feb 14 17:08:15 lacp subtype 0x1 lacp version number 0x1
Feb 14 17:08:15 first tlv type 0x1 actor info len 0x14
Feb 14 17:08:15 actor sys priority 0x7f00 actor sys 28:a2:4b:58:a3:a0
Feb 14 17:08:15 actor key 0x100 actor port priority 0x7f00 actor port 0x200 actor state 0x47
Feb 14 17:08:15 lacp_reserved1[0] = 0x0
Feb 14 17:08:15 second tlv type 0x2 partner info len 0x14
Feb 14 17:08:15 partner sys priority 0x100 partner sys 00:00:00:00:00:00
Feb 14 17:08:15 partner key 0x100 partner port priority 0x100 partner port 0x200 partner state 0x46
Feb 14 17:08:15 lacp_reserved2[0] = 0x0
Feb 14 17:08:15 third tlv type 0x3 collector info len 0x10 collector max del 0x0 fourth tlv type 0x0 terminator len 0 Feb 14 17:08:15 lacpd_ppm_rmt_program_send: Programming ppmd for ifl index: 557
Feb 14 17:08:15 lacpd_ppm_job: port ge-0/0/2 PPM_DEQ_REQ
Feb 14 17:08:15 lacpd_ppm_job: queues empty!!!
Feb 14 17:08:15 IFD MSG HANDLER irb idx 640 op 2 parent 0
Feb 14 17:08:15 op change ifd irb devidx 640
Feb 14 17:08:15 op change ifd irb devidx 640 (skipped)
Feb 14 17:08:15 op change ifd irb devidx 640 (skipped)
Feb 14 17:08:15 lacpd_process_ppmp_packet: Message: PPMP_PACKET_INTF_STATISTICS:
Feb 14 17:08:15 IFD MSG HANDLER jsrv idx 643 op 2 parent 0
Feb 14 17:08:15 op change ifd jsrv devidx 643
Feb 14 17:08:15 op change ifd jsrv devidx 643 (skipped)
Feb 14 17:08:15 op change ifd jsrv devidx 643 (skipped)
Feb 14 17:08:15 PPM Trace: Deleted PPM interface (IFL 556)
Feb 14 17:08:15 IFD MSG HANDLER pfe-0/0/0 idx 645 op 2 parent 0
Feb 14 17:08:15 op change ifd pfe-0/0/0 devidx 645
Feb 14 17:08:15 op change ifd pfe-0/0/0 devidx 645 (skipped)
Feb 14 17:08:15 op change ifd pfe-0/0/0 devidx 645 (skipped)
Feb 14 17:08:15 IFD MSG HANDLER pfh-0/0/0 idx 644 op 2 parent 0
Feb 14 17:08:15 op change ifd pfh-0/0/0 devidx 644
Feb 14 17:08:15 op change ifd pfh-0/0/0 devidx 644 (skipped)
Feb 14 17:08:15 op change ifd pfh-0/0/0 devidx 644 (skipped)
Feb 14 17:08:15 PPM Trace: LACP programmed periodic xmit on IFL 556 interval 1 0 Feb 14 17:08:15 PPM Trace: LACP programmed periodic xmit on IFL 557 interval 1 0 Feb 14 17:08:15 PPM Trace: LACP programmed periodic xmit on IFL 556 interval 1 0
Feb 14 17:08:15 IFL MSG HANDLER irb idx 549 op 2 subunit 1
Feb 14 17:08:15 IFL irb idx 549 devindex 640 IFD not in treee lacpd_iflm_handler
Feb 14 17:08:15 IFL MSG HANDLER irb idx 561 op 2 subunit 100
Feb 14 17:08:15 IFL irb idx 561 devindex 640 IFD not in treee lacpd_iflm_handler Feb 14 17:08:15 PPM Trace: LACP programmed periodic xmit on IFL 557 interval 1 0 Feb 14 17:08:18 ge-0/0/1: lacp current while timer expired current Receive State: EXPIRED Feb 14 17:08:18 ge-0/0/1: lacp recv state transition from EXPIRED to DEFAULTED Feb 14 17:08:18 ge-0/0/1: lacp mux state transition from DETACHED to DETACHED Feb 14 17:08:18 lacp_periodic_transmission_machine: begin 0, lacp enable 1, port 1, actor state 0x47, partner state 0x46 Feb 14 17:08:18 ge-0/0/1: lacp xmit state transition from FAST_PERIODIC to FAST_PERIODIC
Feb 14 17:08:18  Some parameters changed .. Updating kernel

Feb 14 17:08:18 Writing LACP state to kernel - port options is 0x47 for interface ge-0/0/1 with ifd index 647
Feb 14 17:08:18 Mux State = 0 (0-D,1-W,2-A,3-CD)
Feb 14 17:08:18 IFD MSG HANDLER ge-0/0/1 idx 647 op 2 parent 649
Feb 14 17:08:18 op change ifd ge-0/0/1 devidx 647
Feb 14 17:08:18 port actor oper state is 0x47
Feb 14 17:08:18 ifd flags Old: 0xc000 New 0xc000
Feb 14 17:08:18 mcae_ifdm_handler, IFD MSG HANDLER ge-0/0/1 idx 647 op 2
Feb 14 17:08:18 ge-0/0/1.: is not ICL

Feb 14 17:08:20 lacpd_process_ppmp_packet: Message: PPMP_PACKET_INTF_STATISTICS: Feb 14 17:08:20 lacpd_process_ppmp_packet: Message: PPMP_PACKET_INTF_STATISTICS: Feb 14 17:08:24 Writing LACP state to kernel - port options is 0x47 for interface ge-0/0/1 with ifd index 647
Feb 14 17:08:24 Mux State = 0 (0-D,1-W,2-A,3-CD)
Feb 14 17:08:24 Writing LACP state to kernel - port options is 0x47 for interface ge-0/0/2 with ifd index 648
Feb 14 17:08:24 Mux State = 0 (0-D,1-W,2-A,3-CD)


L.


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Répondre à