Table of Contents

Class SwitchStaticRoute

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

Static route information

[DataContract]
public class SwitchStaticRoute : NamedItem
Inheritance
SwitchStaticRoute
Inherited Members

Properties

AdvertiseViaOspfEnabled

Option to advertise static route via OSPF

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "advertiseViaOspfEnabled")]
public bool? AdvertiseViaOspfEnabled { get; set; }

Property Value

bool?

ManagementNextHop

Optional fallback IP address for management traffic

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "managementNextHop")]
public string? ManagementNextHop { get; set; }

Property Value

string

NextHopIp

IP address of the next hop device to which the device sends its traffic for the subnet

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "nextHopIp")]
public string? NextHopIp { get; set; }

Property Value

string

PreferOverOspfRoutesEnabled

Option to prefer static route over OSPF routes

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "preferOverOspfRoutesEnabled")]
public bool? PreferOverOspfRoutesEnabled { get; set; }

Property Value

bool?

StaticRouteId

Static route ip

[DataMember(Name = "staticRouteId")]
public string StaticRouteId { get; set; }

Property Value

string

Subnet

The subnet which is routed via this static route and should be specified in CIDR notation (ex. 1.2.3.0/24)

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "subnet")]
public string? Subnet { get; set; }

Property Value

string