Hello!
My network diagram:
↔ ↔
On the router and on the switch, I created an VLAN-interface and assigned it an IP:
Cisco Catalyst:
interface Vlan50
ip address 192.168.90.119 255.255.255.0
Mikrotik
interface Vlan50
ip address 192.168.90.120 255.255.255.0
When I assign the VLAN-interface to the physical interface, it pings from switch.
When I assign the VLAN-interface to the VRRP-interface, it not available from switch.


On Cisco Catalyst interface work in trunk mode, all vlans are allowed:
interface Port-channel6
switchport mode trunk
Please help me understand why the VLAN-interface is not available from Switch.