Service Chain

Service Chain

                         WAN
                          |
                          |P1 
                    ---------------         ----------
                   |               | P7----|          |
                   |               |       |   IPS2   |
                   |               | P6----|          |
                   |     GRISM     |        ----------
                   |               |        ----------
                   |               | P5----|          |
                   |               |       |   IPS1   |
                   |               | P4----|          |
                    ---------------         ----------
                           |P0
                           |
                          LAN

Config XML

<configSet reboot="no">
    <heartbeat>
        <enable>True</enable>
        <frequency>500</frequency>
        <maxAllowTimeouts>3</maxAllowTimeouts>
        <target>
            <enable>True</enable>
            <sendPort>P4</sendPort>
            <receivePort>P5</receivePort>
            <packetData>000d48285134000d482851338137ffff0030000000004004eca2c6130102c61301010000000000000000000000000000000000000000000000000000</packetData>
            <description>IPS1</description>
            <id>1</id>
        </target>
	    <target>
            <enable>True</enable>
            <sendPort>P6</sendPort>
            <receivePort>P7</receivePort>
            <packetData>000d48285134000d482851338137ffff0030000000004004eca2c6130102c61301010000000000000000000000000000000000000000000000000000</packetData>
            <description>IPS2</description>
            <id>2</id>
        </target>
    </heartbeat>
</configSet>

GRISM XML

Service Chain with SSLi(Array) and IPS

Config XML

GRISM XML

Service Chain with SSLi(A10) and IPS

Config XML

GRISM XML

Last updated