Hello Experts,
I have created two L3 VLANs and each VLAN has one test PC connected, PC1 is not able to reach PC2.
below is the setup:
{
"interfaceId": "3705899543372500746",
"name": "NAME_VLAN_101",
"subnet": "192.168.101.0/24",
"interfaceIp": "192.168.101.1",
"multicastRouting": "disabled",
"vlanId": 101,
"defaultGateway": "192.168.101.254",
"ospfSettings": {
"area": "ospfDisabled"
}
},
{
"interfaceId": "3705899543372500747",
"name": "NAME_VLAN_201",
"subnet": "192.168.201.0/24",
"interfaceIp": "192.168.201.1",
"multicastRouting": "disabled",
"vlanId": 201,
"ospfSettings": {
"area": "ospfDisabled"
}
}
]
"portId": "1",
"name": "FIXIA-P5-37",
"tags": [],
"enabled": true,
"poeEnabled": true,
"type": "access",
"vlan": 101,
"portId": "3",
"name": "FIXIA-P5-39",
"tags": [],
"enabled": true,
"poeEnabled": true,
"type": "access",
"vlan": 201,
routing table :
[
{
"staticRouteId": "3705899543372501715",
"name": "Default route",
"subnet": "0.0.0.0/0",
"nextHopIp": "192.168.101.254",
"advertiseViaOspfEnabled": false,
"preferOverOspfRoutesEnabled": false
}
]
Source -
PC1(VLAN101) - 192.168.101.10
Destination -
PC2(VLAN201) - 192.168.201.10
PC1 cannot ping PC2, In captures(taken on the dashboard for the switch) I can see the switch is sending an ARP request and receiving an ARP reply from PC2 but the ping fails.
On the dashboard, the switch ARP table keeps loading and does not show anything.
Note - The default gateway is not reachable as this is local switch routing.
Do I need to toggle any settings for inter-vlan routing?
Regards,
Pavan