Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # FortiGate
- ## Config
- ```
- config system interface
- edit "core"
- set vdom "root"
- set type aggregate
- set member "x1" "x2"
- set device-identification enable
- set lldp-reception enable
- set lldp-transmission enable
- set role lan
- set snmp-index 38
- set ip-managed-by-fortiipam disable
- set mtu-override enable
- set mtu 9214
- set lacp-speed fast
- next
- end
- ```
- ```
- # diagnose netlink aggregate list
- List of 802.3ad link aggregation interfaces:
- 1 name fortilink status down algorithm L4 lacp-mode active
- 2 name core status up algorithm L4 lacp-mode active
- # diagnose netlink aggregate name core
- LACP flags: (A|P)(S|F)(A|I)(I|O)(E|D)(E|D)
- (A|P) - LACP mode is Active or Passive
- (S|F) - LACP speed is Slow or Fast
- (A|I) - Aggregatable or Individual
- (I|O) - Port In sync or Out of sync
- (E|D) - Frame collection is Enabled or Disabled
- (E|D) - Frame distribution is Enabled or Disabled
- status: up
- npu: n
- flush: n
- asic helper: y
- ports: 2
- link-up-delay: 50ms
- min-links: 1
- ha: master
- distribution algorithm: L4
- LACP mode: active
- LACP speed: fast
- LACP HA: enable
- aggregator ID: 1
- actor key: 33
- actor MAC address: 78:18:ec:64:e9:48
- partner key: 11
- partner MAC address: 2a:99:3a:15:dd:e5
- member: x1
- index: 0
- link status: up
- link failure count: 7
- permanent MAC addr: 78:18:ec:64:e9:48
- LACP state: established
- LACPDUs RX/TX: 139971/149688
- actor state: AFAIEE
- actor port number/key/priority: 1 33 255
- partner state: AFAIEE
- partner port number/key/priority: 32774 11 32768
- partner system: 32768 2a:99:3a:15:dd:e5
- aggregator ID: 1
- speed/duplex: 10000 1
- RX state: CURRENT 6
- MUX state: COLLECTING_DISTRIBUTING 4
- member: x2
- index: 1
- link status: up
- link failure count: 6
- permanent MAC addr: 78:18:ec:64:e9:49
- LACP state: established
- LACPDUs RX/TX: 140697/150504
- actor state: AFAIEE
- actor port number/key/priority: 2 33 255
- partner state: AFAIEE
- partner port number/key/priority: 6 11 32768
- partner system: 32768 2a:99:3a:15:dd:e5
- aggregator ID: 1
- speed/duplex: 10000 1
- RX state: CURRENT 6
- MUX state: COLLECTING_DISTRIBUTING 4
- ```
- # Arista
- ## Config
- Both configs are the same.
- ```
- ! Command: show running-config
- ! device: SW-Arista-1 (DCS-7060CX-32S, EOS-4.31.2F)
- !
- ! boot system flash:/EOS64-4.31.2F.swi
- !
- spanning-tree mode mstp
- no spanning-tree vlan-id 4094
- !
- vlan 100
- name SP-xxx_Legacy
- trunk group mclag
- !
- vlan 101
- name SP_xxx
- trunk group mclag
- !
- vlan 4094
- trunk group mclag
- !
- interface Port-Channel10
- description xxx-ftg-02-core
- switchport mode trunk
- switchport trunk group mclag
- mlag 10
- spanning-tree portfast
- !
- interface Port-Channel11
- description xxx-ftg-01-core
- switchport mode trunk
- switchport trunk group mclag
- mlag 11
- spanning-tree portfast
- !
- interface Port-Channel12
- description mikrotik
- switchport mode trunk
- switchport trunk group mclag
- mlag 12
- spanning-tree portfast
- !
- interface Port-Channel999999
- description MLAG peer-link
- switchport mode trunk
- switchport trunk group mclag
- !
- interface Ethernet1/1
- description xxx-fgt-02 / x1
- channel-group 10 mode active
- lacp timer fast
- !
- interface Ethernet1/2
- description xxx-fgt-01 / x1
- channel-group 11 mode active
- lacp timer fast
- !
- interface Ethernet1/3
- description mikrotik - sfp-sfpplus7
- channel-group 12 mode active
- lacp timer fast
- !
- interface Ethernet32/1
- description MLAG peer-link 1
- channel-group 999999 mode active
- !
- interface Vlan4094
- description MLAG peer-link
- no autostate
- ip address 10.255.255.253/30
- !
- mlag configuration
- domain-id xxx-Core
- local-interface Vlan4094
- peer-address 10.255.255.254
- peer-link Port-Channel999999
- reload-delay 150
- ```
- ```
- SW-Arista-1#show lacp aggregates detailed
- Port Channel Port-Channel10*:
- Aggregate ID: [(8000,2a-99-3a-15-dd-e5,000A,0000,0000),(FFFF,78-18-ec-65-21-e2,0021,0000,0000)]
- Bundled Ports: Ethernet1/1
- Port Channel Port-Channel11*:
- Aggregate ID: [(8000,2a-99-3a-15-dd-e5,000B,0000,0000),(FFFF,78-18-ec-64-e9-48,0021,0000,0000)]
- Bundled Ports: Ethernet1/2
- Port Channel Port-Channel12*:
- Aggregate ID: [(8000,2a-99-3a-15-dd-e5,000C,0000,0000),(FFFF,18-fd-74-bf-d6-6b,000F,0000,0000)]
- Bundled Ports: Ethernet1/3
- Port Channel Port-Channel999999:
- Aggregate ID: [(8000,28-99-3a-15-dd-e5,F423,0000,0000),(8000,28-99-3a-74-d8-0d,F423,0000,0000)]
- Bundled Ports: Ethernet32/1
- * - Only local interfaces for MLAGs are displayed. Connect to the peer to
- see the state for peer interfaces.
- SW-Arista-2#show lacp aggregates detailed
- Port Channel Port-Channel10*:
- Aggregate ID: [(8000,2a-99-3a-15-dd-e5,000A,0000,0000),(FFFF,78-18-ec-65-21-e2,0021,0000,0000)]
- Bundled Ports: Ethernet1/1
- Port Channel Port-Channel11*:
- Aggregate ID: [(8000,2a-99-3a-15-dd-e5,000B,0000,0000),(FFFF,78-18-ec-64-e9-48,0021,0000,0000)]
- Bundled Ports: Ethernet1/2
- Port Channel Port-Channel12*:
- Aggregate ID: [(8000,2a-99-3a-15-dd-e5,000C,0000,0000),(FFFF,18-fd-74-bf-d6-6b,000F,0000,0000)]
- Bundled Ports: Ethernet1/3
- Port Channel Port-Channel999999:
- Aggregate ID: [(8000,28-99-3a-15-dd-e5,F423,0000,0000),(8000,28-99-3a-74-d8-0d,F423,0000,0000)]
- Bundled Ports: Ethernet32/1
- * - Only local interfaces for MLAGs are displayed. Connect to the peer to
- see the state for peer interfaces.
- SW-Arista-1#show lacp interface detailed
- State: A = Active, P = Passive; S=ShortTimeout, L=LongTimeout;
- G = Aggregable, I = Individual; s+=InSync, s-=OutOfSync;
- C = Collecting (aggregating incoming frames), X = state machine expired,
- D = Distributing (aggregating outgoing frames),
- d = default neighbor state
- | | Partner Partner Collector Actor Last State Machines
- Port Status | Select | Sys-id Port# State OperKey PortPri Churn MaxDelay Port# State OperKey AdminKey PortPriority Churn RxTime Rx mux
- ------ ---------|-----------|------------------------ ------ -------- -------- -------- -------- ---------- ------ -------- -------- --------- ------------- -------- --------- -------- -----------------------
- Port Channel Port-Channel10*:
- Et1/1 Bundled | Selected | FFFF,78-18-ec-65-21-e2 1 ASGs+CD 0x0021 255 noChurn 0 32773 ASGs+CD 0x000a 0x000a 32768 noChurn 15:45:58 Current CollectingDistributing
- Port Channel Port-Channel11*:
- Et1/2 Bundled | Selected | FFFF,78-18-ec-64-e9-48 1 ASGs+CD 0x0021 255 noChurn 0 32774 ASGs+CD 0x000b 0x000b 32768 noChurn 15:45:58 Current CollectingDistributing
- Port Channel Port-Channel12*:
- Et1/3 Bundled | Selected | FFFF,18-fd-74-bf-d6-6b 1 ASGs+CD 0x000f 255 noChurn 0 32775 ASGs+CD 0x000c 0x000c 32768 noChurn 15:45:57 Current CollectingDistributing
- Port Channel Port-Channel999999:
- Et32/1 Bundled | Selected | 8000,28-99-3a-15-dd-e5 129 ALGs+CD 0xf423 32768 noChurn 0 129 ALGs+CD 0xf423 0xf423 32768 noChurn 15:45:56 Current CollectingDistributing
- |
- Port Status | MuxReason TimeoutMultiplier
- ------------ --------------|------------------------------------ -----------------
- Port Channel Port-Channel10*:
- Et1/1 Bundled | muxActorCollectingDistributing 3
- Port Channel Port-Channel11*:
- Et1/2 Bundled | muxActorCollectingDistributing 3
- Port Channel Port-Channel12*:
- Et1/3 Bundled | muxActorCollectingDistributing 3
- Port Channel Port-Channel999999:
- Et32/1 Bundled | muxActorCollectingDistributing 3
- * - Only local interfaces for MLAGs are displayed. Connect to the peer to
- see the state for peer interfaces.
- SW-Arista-2#show lacp interface detailed
- State: A = Active, P = Passive; S=ShortTimeout, L=LongTimeout;
- G = Aggregable, I = Individual; s+=InSync, s-=OutOfSync;
- C = Collecting (aggregating incoming frames), X = state machine expired,
- D = Distributing (aggregating outgoing frames),
- d = default neighbor state
- | | Partner Partner Collector Actor Last State Machines
- Port Status | Select | Sys-id Port# State OperKey PortPri Churn MaxDelay Port# State OperKey AdminKey PortPriority Churn RxTime Rx mux
- ------ ---------|-----------|------------------------ ------ -------- -------- -------- -------- ---------- ------ -------- -------- --------- ------------- -------- --------- -------- -----------------------
- Port Channel Port-Channel10*:
- Et1/1 Bundled | Selected | FFFF,78-18-ec-65-21-e2 2 ASGs+CD 0x0021 255 noChurn 0 5 ASGs+CD 0x000a 0x000a 32768 noChurn 15:46:26 Current CollectingDistributing
- Port Channel Port-Channel11*:
- Et1/2 Bundled | Selected | FFFF,78-18-ec-64-e9-48 2 ASGs+CD 0x0021 255 noChurn 0 6 ASGs+CD 0x000b 0x000b 32768 noChurn 15:46:26 Current CollectingDistributing
- Port Channel Port-Channel12*:
- Et1/3 Bundled | Selected | FFFF,18-fd-74-bf-d6-6b 2 ASGs+CD 0x000f 255 noChurn 0 7 ASGs+CD 0x000c 0x000c 32768 noChurn 15:46:26 Current CollectingDistributing
- Port Channel Port-Channel999999:
- Et32/1 Bundled | Selected | 8000,28-99-3a-74-d8-0d 129 ALGs+CD 0xf423 32768 noChurn 0 129 ALGs+CD 0xf423 0xf423 32768 noChurn 15:46:26 Current CollectingDistributing
- |
- Port Status | MuxReason TimeoutMultiplier
- ------------ --------------|------------------------------------ -----------------
- Port Channel Port-Channel10*:
- Et1/1 Bundled | muxActorCollectingDistributing 3
- Port Channel Port-Channel11*:
- Et1/2 Bundled | muxActorCollectingDistributing 3
- Port Channel Port-Channel12*:
- Et1/3 Bundled | muxActorCollectingDistributing 3
- Port Channel Port-Channel999999:
- Et32/1 Bundled | muxActorCollectingDistributing 3
- * - Only local interfaces for MLAGs are displayed. Connect to the peer to
- see the state for peer interfaces.
- ```
Advertisement
Add Comment
Please, Sign In to add comment