Hi,
I want to configure ICCP/ICL. I use this configuration :
root@SD-SRV-C012-1# show ## Last changed: 2017-06-30 08:35:25 UTC version 15.1X53-D62.5; system { host-name SD-SRV-C012-1; root-authentication { encrypted-password "$1$7urpvj.a$0XI/N6k1e5hA1bh3BP9NJ."; ## SECRET-DATA } syslog { user * { any emergency; } file messages { any notice; authorization info; } file interactive-commands { interactive-commands any; } } extensions { providers { juniper { license-type juniper deployment-scope commercial; } chef { license-type juniper deployment-scope commercial; } } } processes { dhcp-service { traceoptions { file dhcp_logfile size 10m; level all; flag all; } } app-engine-virtual-machine-management-service { traceoptions { level notice; flag all; } } } } chassis { aggregated-devices { ethernet { device-count 100; } } fpc 0 { pic 0 { port 25 { speed 100g; } port 31 { speed 100g; } } } } interfaces { et-0/0/25 { ether-options { 802.3ad ae0; } } et-0/0/31 { hold-time up 100 down 4000; ether-options { 802.3ad ae1; } } ae0 { description "ICCP Layer 3 Link with 1 member,et-0/0/25"; aggregated-ether-options { lacp { active; periodic fast; } } unit 0 { family inet { address 10.0.10.9/30; } } } ae1 { description "ICL Layer 2 Link witch 1 member,et-0/0/31"; vlan-tagging; aggregated-ether-options { lacp { active; periodic fast; } } unit 0 { family ethernet-switching { interface-mode trunk; vlan { members all; } } } } em0 { unit 0 { family inet { dhcp { vendor-id Juniper-qfx10002-36q; } } } } em1 { unit 0 { family inet { dhcp { vendor-id Juniper-qfx10002-36q; } } } } irb { unit 0 { family inet { dhcp { vendor-id Juniper-qfx10002-36q; } } } } lo0 { unit 0 { family inet { address 10.0.11.91/32; } } } } forwarding-options { storm-control-profiles default { all; } } # # $Id:$ # # Copyright (c) 2014, Juniper Networks, Inc. # All rights reserved. # # Filename: default.conf # Platform: ELIT-LITE # Description: Default DST file. # # protocols { iccp { local-ip-addr 10.0.11.91; peer 10.0.11.92 { session-establishment-hold-time 50; /////// https://www.juniper.net/documentation/en_US/junos/topics/task/configuration/multichassis-link-aggregation-qfx-series-cli.html 8.b. redundancy-group-id-list 1; liveness-detection { minimum-interval 1500; multiplier 2; transmit-interval { minimum-interval 1500; /////// https://www.juniper.net/documentation/en_US/junos/topics/task/configuration/multichassis-link-aggregation-qfx-series-cli.html 8.e. } } } } lldp { interface all; } lldp-med { interface all; } igmp-snooping { vlan default; } } switch-options { service-id 1; } vlans { default { vlan-id 1; l3-interface irb.0; } }
root@SD-SRV-C012-2# show ## Last changed: 2017-06-30 08:36:09 UTC version 15.1X53-D62.5; system { host-name SD-SRV-C012-2; root-authentication { encrypted-password "$1$krcme2vm$T4ebkj3/MoQImDdJVS/fF0"; ## SECRET-DATA } syslog { user * { any emergency; } file messages { any notice; authorization info; } file interactive-commands { interactive-commands any; } } extensions { providers { juniper { license-type juniper deployment-scope commercial; } chef { license-type juniper deployment-scope commercial; } } } processes { dhcp-service { traceoptions { file dhcp_logfile size 10m; level all; flag all; } } app-engine-virtual-machine-management-service { traceoptions { level notice; flag all; } } } } chassis { aggregated-devices { ethernet { device-count 100; } } fpc 0 { pic 0 { port 25 { speed 100g; } port 31 { speed 100g; } } } } interfaces { et-0/0/25 { ether-options { 802.3ad ae0; } } et-0/0/31 { hold-time up 100 down 4000; ether-options { 802.3ad ae1; } } ae0 { description "ICCP Layer 3 Link with 1 member,et-0/0/25"; aggregated-ether-options { lacp { active; periodic fast; } } unit 0 { family inet { address 10.0.10.10/30; } } } ae1 { description "ICL Layer 2 Link witch 1 member,et-0/0/31"; vlan-tagging; aggregated-ether-options { lacp { active; periodic fast; } } unit 0 { family ethernet-switching { interface-mode trunk; vlan { members all; } } } } em0 { unit 0 { family inet { dhcp { vendor-id Juniper-qfx10002-36q; } } } } em1 { unit 0 { family inet { dhcp { vendor-id Juniper-qfx10002-36q; } } } } irb { unit 0 { family inet { dhcp { vendor-id Juniper-qfx10002-36q; } } } } lo0 { unit 0 { family inet { address 10.0.11.92/32; } } } } forwarding-options { storm-control-profiles default { all; } } # # $Id:$ # # Copyright (c) 2014, Juniper Networks, Inc. # All rights reserved. # # Filename: default.conf # Platform: ELIT-LITE # Description: Default DST file. # # protocols { iccp { local-ip-addr 10.0.11.92; peer 10.0.11.91 { session-establishment-hold-time 50; /////// https://www.juniper.net/documentation/en_US/junos/topics/task/configuration/multichassis-link-aggregation-qfx-series-cli.html 8.b. redundancy-group-id-list 1; liveness-detection { minimum-interval 1500; multiplier 2; transmit-interval { minimum-interval 1500; /////// https://www.juniper.net/documentation/en_US/junos/topics/task/configuration/multichassis-link-aggregation-qfx-series-cli.html 8.e. } } } } lldp { interface all; } lldp-med { interface all; } igmp-snooping { vlan default; } } switch-options { service-id 1; } vlans { default { vlan-id 1; l3-interface irb.0; } }
ICCP don't want to go up :
root@SD-SRV-C012-1> show iccp Redundancy Group Information for peer 10.0.11.92 TCP Connection : In progress Liveliness Detection : Unknown Redundancy Group ID Status 1 Down Client Application: MCSNOOPD Redundancy Group IDs Joined: None Client Application: l2ald_iccpd_client Redundancy Group IDs Joined: None Client Application: lacpd Redundancy Group IDs Joined: None root@SD-SRV-C012-1> show lacp interfaces Aggregated interface: ae0 LACP state: Role Exp Def Dist Col Syn Aggr Timeout Activity et-0/0/25 Actor No No Yes Yes Yes Yes Fast Active et-0/0/25 Partner No No Yes Yes Yes Yes Fast Active LACP protocol: Receive State Transmit State Mux State et-0/0/25 Current Fast periodic Collecting distributing Aggregated interface: ae1 LACP state: Role Exp Def Dist Col Syn Aggr Timeout Activity et-0/0/31 Actor No No Yes Yes Yes Yes Fast Active et-0/0/31 Partner No No Yes Yes Yes Yes Fast Active LACP protocol: Receive State Transmit State Mux State et-0/0/31 Current Fast periodic Collecting distributing
root@SD-SRV-C012-2> show iccp Redundancy Group Information for peer 10.0.11.91 TCP Connection : In progress Liveliness Detection : Unknown Redundancy Group ID Status 1 Down Client Application: MCSNOOPD Redundancy Group IDs Joined: None Client Application: l2ald_iccpd_client Redundancy Group IDs Joined: None Client Application: lacpd Redundancy Group IDs Joined: None root@SD-SRV-C012-2> show lacp interfaces Aggregated interface: ae0 LACP state: Role Exp Def Dist Col Syn Aggr Timeout Activity et-0/0/25 Actor No No Yes Yes Yes Yes Fast Active et-0/0/25 Partner No No Yes Yes Yes Yes Fast Active LACP protocol: Receive State Transmit State Mux State et-0/0/25 Current Fast periodic Collecting distributing Aggregated interface: ae1 LACP state: Role Exp Def Dist Col Syn Aggr Timeout Activity et-0/0/31 Actor No No Yes Yes Yes Yes Fast Active et-0/0/31 Partner No No Yes Yes Yes Yes Fast Active LACP protocol: Receive State Transmit State Mux State et-0/0/31 Current Fast periodic Collecting distributing
I juste zeroize my swithces and configure ICCP/ICL.