<?xml version=“1.0” ?> <!– Copyright © 1996-2016, F5 Networks, Inc., Seattle, Washington. All rights reserved.

F5, F5 Networks, the F5 logo, BIG-IP, 3-DNS, iControl, GLOBAL-SITE, SEE-IT, EDGE-FX, FireGuard, Internet Control Architecture, IP Application Switch, iRules, PACKET VELOCITY, SYN Check, CONTROL YOUR WORLD, OneConnect, ZoneRunner, uRoam, FirePass, and TrafficShield are registered trademarks or trademarks of F5 Networks, Inc., in the U.S. and certain other countries.

All other trademarks mentioned in this document are the property of their respective owners. F5 Networks' trademarks may not be used in connection with any product or service except as permitted in writing by F5.

–> <definitions name=“Networking.MulticastRoute”

targetNamespace="urn:iControl"
xmlns:tns="urn:iControl"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns="http://schemas.xmlsoap.org/wsdl/">

<!– types –>

<types>

<xsd:schema targetNamespace='urn:iControl'
        xmlns='http://www.w3.org/2001/XMLSchema'
        xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/'
        xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'>
        <xsd:complexType name="Common.StringSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:complexType name="Common.IPAddressSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:complexType name="Networking.MulticastRoute.MulticastRouteInfo">
                <xsd:sequence>
                        <xsd:element name="source_address" type="xsd:string"/>
                        <xsd:element name="group_address" type="xsd:string"/>
                        <xsd:element name="ingress_interface" type="xsd:string"/>
                        <xsd:element name="outgoing_interfaces" type="tns:Common.StringSequence"/>
                        <xsd:element name="rp_address" type="xsd:string"/>
                </xsd:sequence>
        </xsd:complexType>
        <xsd:complexType name="Networking.MulticastRoute.MulticastRouteInfoSequence">
                <xsd:complexContent>
                        <xsd:restriction base='SOAP-ENC:Array'>
                                <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Networking.MulticastRoute.MulticastRouteInfo[]'/>
                        </xsd:restriction>
                </xsd:complexContent>
        </xsd:complexType>
</xsd:schema>

</types>

<!– message –>

<message name=“Networking.MulticastRoute.get_multicast_routeRequest”> </message> <message name=“Networking.MulticastRoute.get_multicast_routeResponse”>

<part name="return" type="tns:Networking.MulticastRoute.MulticastRouteInfoSequence"/>

</message>

<message name=“Networking.MulticastRoute.get_multicast_route_for_sourceRequest”>

<part name="source_addresses" type="tns:Common.IPAddressSequence"/>

</message> <message name=“Networking.MulticastRoute.get_multicast_route_for_sourceResponse”>

<part name="return" type="tns:Networking.MulticastRoute.MulticastRouteInfoSequence"/>

</message>

<message name=“Networking.MulticastRoute.get_multicast_route_for_groupRequest”>

<part name="group_addresses" type="tns:Common.IPAddressSequence"/>

</message> <message name=“Networking.MulticastRoute.get_multicast_route_for_groupResponse”>

<part name="return" type="tns:Networking.MulticastRoute.MulticastRouteInfoSequence"/>

</message>

<message name=“Networking.MulticastRoute.get_multicast_route_for_source_group_pairRequest”>

<part name="source_addresses" type="tns:Common.IPAddressSequence"/>
<part name="group_addresses" type="tns:Common.IPAddressSequence"/>

</message> <message name=“Networking.MulticastRoute.get_multicast_route_for_source_group_pairResponse”>

<part name="return" type="tns:Networking.MulticastRoute.MulticastRouteInfoSequence"/>

</message>

<message name=“Networking.MulticastRoute.get_versionRequest”> </message> <message name=“Networking.MulticastRoute.get_versionResponse”>

<part name="return" type="xsd:string"/>

</message>

<!– portType –>

<portType name=“Networking.MulticastRoutePortType”>

       <operation name="get_multicast_route">
       <documentation>
Gets the information of all the multicast routes.

               </documentation>
               <input message="tns:Networking.MulticastRoute.get_multicast_routeRequest"/>
               <output message="tns:Networking.MulticastRoute.get_multicast_routeResponse"/>
       </operation>
       <operation name="get_multicast_route_for_source">
       <documentation>
Gets the information of all the multicast routes for the specified source
addresses.

               </documentation>
               <input message="tns:Networking.MulticastRoute.get_multicast_route_for_sourceRequest"/>
               <output message="tns:Networking.MulticastRoute.get_multicast_route_for_sourceResponse"/>
       </operation>
       <operation name="get_multicast_route_for_group">
       <documentation>
Gets the information of all the multicast routes for the specified multicast
group addresses.

               </documentation>
               <input message="tns:Networking.MulticastRoute.get_multicast_route_for_groupRequest"/>
               <output message="tns:Networking.MulticastRoute.get_multicast_route_for_groupResponse"/>
       </operation>
       <operation name="get_multicast_route_for_source_group_pair">
       <documentation>
Gets the information of all the multicast routes for the specified multicast
source and group addresses.

               </documentation>
               <input message="tns:Networking.MulticastRoute.get_multicast_route_for_source_group_pairRequest"/>
               <output message="tns:Networking.MulticastRoute.get_multicast_route_for_source_group_pairResponse"/>
       </operation>
       <operation name="get_version">
       <documentation>
Gets the version information for this interface.

               </documentation>
               <input message="tns:Networking.MulticastRoute.get_versionRequest"/>
               <output message="tns:Networking.MulticastRoute.get_versionResponse"/>
       </operation>

</portType>

<!– binding –>

<binding name=“Networking.MulticastRouteBinding” type=“tns:Networking.MulticastRoutePortType”>

       <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
       <operation name="get_multicast_route">
       <documentation>
Gets the information of all the multicast routes.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/MulticastRoute"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/MulticastRoute"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/MulticastRoute"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_multicast_route_for_source">
       <documentation>
Gets the information of all the multicast routes for the specified source
addresses.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/MulticastRoute"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/MulticastRoute"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/MulticastRoute"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_multicast_route_for_group">
       <documentation>
Gets the information of all the multicast routes for the specified multicast
group addresses.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/MulticastRoute"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/MulticastRoute"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/MulticastRoute"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_multicast_route_for_source_group_pair">
       <documentation>
Gets the information of all the multicast routes for the specified multicast
source and group addresses.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/MulticastRoute"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/MulticastRoute"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/MulticastRoute"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

       <operation name="get_version">
       <documentation>
Gets the version information for this interface.

               </documentation>
               <soap:operation soapAction="urn:iControl:Networking/MulticastRoute"/>
               <input>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/MulticastRoute"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                       <soap:body
                               use="encoded"
                               namespace="urn:iControl:Networking/MulticastRoute"
                               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
       </operation>

</binding>

<!– service –>

<service name=“Networking.MulticastRoute”>

       <documentation>
The MulticastRoute interface enables you to get the information on all the
multicast routes present in the route table. There are multiple methods that
allow you to get the multicast routes based on input criteria.

Note: This Interface does not allow the user to create, modify or delete the
multicast routes.

               </documentation>
       <port name="Networking.MulticastRoutePort" binding="tns:Networking.MulticastRouteBinding">
               <soap:address location="https://url_to_service"/>
       </port>

</service> </definitions>