i have 1 Router Mikrotik and two Cisco Switchs Layer 2 and 1 Access Point in IT Room
router ip address : 10.0.50.253/24
Cisco server room : 10.0.50.169/24
Cisco IT room : 10.0.50.75/24
AP IT Room : 192.168.208.54/24
Cisco Server room :
Created Vlan 208
Created Vlan Interface 208 with Ip address 192.168.208.169/24
and trunk on Cisco port to the Cisco Switch Server room
and trunk on Cisco port to the Mikrotik Router Server room
i can ping 192.168.208.0 network with no problems
Cisco IT Room
Created Vlan 208
Created Vlan Interface 208 with ip address 192.168.208.75/24
and trunk on Cisco port to the Cisco Switch IT room
i can ping 192.168.208.0 network with no problems
made the Port of Access point as Switch Mode Access for VLAN 208
Mikrotik Router
Created VLAN 208 on Interface Ether2 with ip address 192.168.208.1/24
issue : cannot ping 192.168.208.0 network at all
IT Access Point
ip address : 192.168.208.54
Cisco Switches can ping 192.168.208.54 , 192.168.208.75 with no problems
my problem with miss configuration on Mikrotik router ,so i can make my mikrotik router ping both Cisco Switchs and the Access Point
and here is the Mikrotik Configuration : -
ip address print
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK INTERFACE
0 ;;; WAN
11.11.11.2/24 11.11.11.0 WAN
1 ;;; LAN
10.0.50.243/24 10.0.50.0 LAN
2 192.168.208.1/24 192.168.208.0 vlan208
interface print
0 R LAN ether 1500
1 R WAN ether 1500
2 R ether2 ether 1500
3 R vlan208 vlan 1500
ip firewall nat print
0 ;;; Masqurate NAT - Internet For All
chain=srcnat action=masquerade src-address=10.0.50.0/24 log-prefix=""
1 ;;; Masqurate NAT - Internet For All
chain=srcnat action=masquerade src-address=192.168.208.0/24
out-interface=WAN log=no log-prefix=""
ip route print
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S ;;; Internet Through TEdata ADSL EX-253
0.0.0.0/0 11.11.11.1 1
1 ADC 10.0.50.0/24 10.0.50.243 LAN 0
2 ADC 11.11.11.0/24 11.11.11.2 WAN 0
3 ADC 192.168.208.0/24 192.168.208.1 vlan208 0
here is the diagram
i just need help ,it fix my issue with mikrotik
and it's the only ip address i cannot ping but all 192.168.208.0 network can ping each others