Table of Contents

Class SwitchRoutingSection

Namespace
Meraki.Api.Sections.Products.Switch
Assembly
Meraki.Api.dll

Provides access to switch routing API endpoints

public class SwitchRoutingSection
Inheritance
SwitchRoutingSection
Inherited Members

Constructors

SwitchRoutingSection()

public SwitchRoutingSection()

Properties

Interfaces

List layer 3 interfaces for a switch. Those for a stack may be found under switch stack routing.

public ISwitchRoutingInterfaces Interfaces { get; }

Property Value

ISwitchRoutingInterfaces

Multicast

Return multicast settings for a network

public ISwitchRoutingMulticast Multicast { get; }

Property Value

ISwitchRoutingMulticast

Ospf

Get layer 3 OSPF routing configuration

public ISwitchRoutingOspf Ospf { get; }

Property Value

ISwitchRoutingOspf

StaticRoutes

List layer 3 static routes for a switch

public ISwitchRoutingStaticRoutes StaticRoutes { get; }

Property Value

ISwitchRoutingStaticRoutes