I am trying to create L3 interfaces on a MS225, but am getting the following error:
"This switch does not support OSPF routing".
The switch does not support OSPF, but it complains that it needs the OSPF commands in the POST. Is there another syntax I should try?
I have tried the following:
{
"name": "L3 interface",
"subnet": "192.168.1.0/24",
"interfaceIp": "192.168.1.2",
"multicastRouting": "disabled",
"vlanId": 100,
"defaultGateway": "192.168.1.1",
"ospfSettings": {
"area": "0",
"cost": 1,
"isPassiveEnabled": true
}
}
{
"name": "L3 interface",
"subnet": "192.168.1.0/24",
"interfaceIp": "192.168.1.2",
"multicastRouting": "disabled",
"vlanId": 100,
"defaultGateway": "192.168.1.1",
"ospfSettings": {
"area": "disabled"
}
}