Mikrotik

GRE Configuration Between Mikrotik And Cisco Router

 CiscoRouter Configuration: R1>enable R1#conf t R1 (config)# hostname CiscoRouter CiscoRouter (config)# interface FastEthernet0/0 CiscoRouter (config-if)# ip address 104.10.1.2 255.255.255.252 CiscoRouter (config-if)#no shutdown CiscoRouter (config-if)#exit CiscoRouter (config)# interface FastEthernet0/1 CiscoRouter (config-if)# ip address 172.16.2.1 255.255.255.0 CiscoRouter (config-if)# no shutdown CiscoRouter (config-if)# exit CiscoRouter (config)# interface tunnel 0 CiscoRouter (config-if)# ip ip address 192.168.1.2 255.255.255.252 CiscoRouter (config-if)#

GRE Configuration Between Mikrotik And Cisco Router Read More »

VSOL OLT LACP With Mikrotik (Bonding)

Mikrotik End  /interface bonding add name=bonding slaves=ether11,ether12  At Vsol End  LACP Configuration: epon-olt(config)# channel-group 1 mode static epon-olt(config)# channel-group 1 load-balance smac epon-olt(confit)# interface gigabitethernet 0/1 epon-olt((config-pon-0/1)# channlel-group 1 epon-olt(config)# interface gigabitethernet 0/2 epon-olt((config-pon-0/1)# channlel-group 1 Mikrotik

VSOL OLT LACP With Mikrotik (Bonding) Read More »

Juniper VS MikroTik – BGP commands

Juniper Command MikroTik Command show bgp summary routing bgp peer print brief show bgp neighbor routing bgp peer print status show route advertising-protocol bgp 172.31.254.2 routing bgp advertisements print peer=peer_name show route receive-protocol bgp 172.31.254.2 ip route print where received-from=peer_name show route protocol bgp ip route print where bgp=yes clear bgp neighbor 172.31.254.2 soft-inbound routing

Juniper VS MikroTik – BGP commands Read More »

Scroll to Top