Mikrotik Bonding with Cisco switch etherchannel Full

Описание к видео Mikrotik Bonding with Cisco switch etherchannel Full

#Configure on MikroTik
- Configure interface bonding ( eth4-5 )
- Configure IP and DHCP ( 192.168.10.0/24 )
- Vlan 10

name="bonding1" mtu=1500 mac-address=74:4D:28:27:C6:B3 arp=enabled
arp-timeout=auto slaves=ether2,ether3,ether4 mode=balance-rr primary=none
link-monitoring=mii arp-interval=100ms arp-ip-targets=x.x.x.x
mii-interval=100ms down-delay=0ms up-delay=0ms lacp-rate=30secs
transmit-hash-policy=layer-2-and-3 min-links=0

#Configure on Switch

- Configure etherchannel ( Gi 0/21-22 )
- Configure Trunk mode and allow access vlan 10

interface Port-channel2
switchport trunk allowed vlan 10
switchport mode trunk

!
interface GigabitEthernet0/18
description /* Port Channel to MT Router */
switchport trunk allowed vlan 10
switchport mode trunk
channel-group 2 mode on
!
interface GigabitEthernet0/19
description /* Port Channel to MT Router */
switchport trunk allowed vlan 10
switchport mode trunk
channel-group 2 mode on
!


interface Vlan10
ip address 192.168.10.222 255.255.255.0
no ip route-cache
!
ip default-gateway 192.168.10.1

Комментарии

Информация по комментариям в разработке