<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Help in understanding CSS config in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/help-in-understanding-css-config/m-p/1179048#M24355</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before attempting this configuration, ensure that you meet these requirements: &lt;/P&gt;&lt;P&gt;ï&amp;#130;§	Both of the CSSs you are using for this redundant configuration must be running the same version of code. Running different versions of code is not supported for redundancy. &lt;/P&gt;&lt;P&gt;ï&amp;#130;§	Expect the behavior of the CSSs to be active (master)/standby (backup); only the master CSS processes flows. &lt;/P&gt;&lt;P&gt;ï&amp;#130;§	You must configure a dedicated Fast Ethernet (FE) link between the CSSs for the Virtual Router Redundancy Protocol (VRRP) heartbeat. &lt;/P&gt;&lt;P&gt;ï&amp;#130;§	Do not use box-to-box if you require the connection of a Layer 2 device between the redundant CSS peers. Use VIP redundancy instead. &lt;/P&gt;&lt;P&gt;CSSs participate in a redundant configuration when a redundancy link has been defined between two CSSs. The protocol used for this redundancy link is VRRP, using multicast address 224.0.0.18. The CSSs use this link to maintain contact and activity status with one another. Only one crossover link between the CSSs is supported. You must use a crossover cable to connect directly to the FE ports on the redundant CSSs. Do not use Layer 2 devices between the two CSSs on the redundant link. Do not install the crossover cable on Gigabit Ethernet (GE) ports; this configuration is not supported. &lt;/P&gt;&lt;P&gt;Note: The CSS box-to-box redundancy protocol is now supported on the CSS 11501, CSS 11503, and CSS 11506 GE ports in software version 7.10.1.02 and 7.20.0.01 and later. &lt;/P&gt;&lt;P&gt;There are two main conditions detected on this redundancy link that drive master and backup states on the two CSSs: &lt;/P&gt;&lt;P&gt;ï&amp;#130;§	The first condition is maintaining the heartbeat, which is an advertisement every second. The master CSS provides this heartbeat on the redundancy link, and the backup CSS keeps track of the heartbeat every three seconds (default). If the heartbeat times out (for example, heartbeats are not detected in this period), then the backup takes over as master.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The new master CSS begins sending out redundancy protocol messages as well as gratuitous Address Resolution Protocol (ARP) messages to update the ARP tables on neighboring nodes and the forwarding tables of attached bridging devices (for example, Layer 2 switches) with the new master CSS MAC address. The CSS transmits one ARP request packet and one ARP reply packet for every gratuitous ARP invocation. &lt;/P&gt;&lt;P&gt;ï&amp;#130;§	The second condition is that of a VRRP switch priority change. The CSS advertising the highest priority is negotiated to become master. This is the mechanism used by the uplink services, and some of the special commands (described below) for initiating a failover event. &lt;/P&gt;&lt;P&gt;Note that in the event that the CSSs are misconfigured (for example, two or more CSSs are set up as the IP redundancy master), the CSS with the highest VRRP IP address takes over as the master. &lt;/P&gt;&lt;P&gt;Issue the ip redundancy command to enable CSS-to-CSS redundancy on two CSSs interfaced with a crossover cable. By default, redundancy is disabled on the CSSs until you issue this command on both CSSs. &lt;/P&gt;&lt;P&gt;When you include the master option with this command, you can designate which CSS is the master CSS. Initially, booting two CSSs interfaced with a crossover cable determines which is the master and which is the backup. The CSS that boots first is the master CSS. If the CSSs boot at the same time, the CSS with the numerically higher IP address becomes the master. &lt;/P&gt;&lt;P&gt;When you issue the ip redundancy master command on the CSS, the CSS becomes the master CSS. You can issue this command on either the current master or backup. If you issue the master option on the backup CSS, the CSS becomes the master and the other CSS automatically becomes the backup. &lt;/P&gt;&lt;P&gt;If you designate a master CSS, the CSS regains master status after going down and then comes up again. For example, when the master CSS goes down, the backup CSS becomes master. When the former designated master CSS comes up again, however, the CSS becomes the master again. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Contd page 2.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 May 2009 17:22:02 GMT</pubDate>
    <dc:creator>sachinga.hcl</dc:creator>
    <dc:date>2009-05-29T17:22:02Z</dc:date>
    <item>
      <title>Help in understanding CSS config</title>
      <link>https://community.cisco.com/t5/application-networking/help-in-understanding-css-config/m-p/1179047#M24354</link>
      <description>&lt;P&gt;We have two internal css boxes, 1 at each site which we use for redunancy should eith CSS box fail. I'm trying to fully understand the config but I'm having difficulty.&lt;/P&gt;&lt;P&gt;Could someone explain how this config works when a request is sent to one of the VIp addresses. Also how does the failover work if one CSS box fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;circuit VLAN10&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; ip address 10.128.144.5 255.255.240.0&lt;/P&gt;&lt;P&gt; ip virtual-router 1 priority 101 preempt&lt;/P&gt;&lt;P&gt; ip virtual-router 3&lt;/P&gt;&lt;P&gt; ip redundant-interface 1 10.128.159.254&lt;/P&gt;&lt;P&gt; ip redundant-interface 3 10.128.159.253&lt;/P&gt;&lt;P&gt; ip redundant-vip 1 10.128.152.16&lt;/P&gt;&lt;P&gt; ip redundant-vip 3 10.128.144.21&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CSS2&lt;/P&gt;&lt;P&gt;circuit VLAN10&lt;/P&gt;&lt;P&gt;ip address 10.128.152.5 255.255.240.0&lt;/P&gt;&lt;P&gt;ip virtual-router 1&lt;/P&gt;&lt;P&gt;ip virtual-router 3 priority 101 preempt&lt;/P&gt;&lt;P&gt;ip redundant-interface 1 10.128.159.254&lt;/P&gt;&lt;P&gt;ip redundant-interface 3 10.128.159.253&lt;/P&gt;&lt;P&gt;ip redundant-vip 1 10.128.152.13&lt;/P&gt;&lt;P&gt;ip redundant-vip 3 10.128.144.21&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2009 10:36:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/help-in-understanding-css-config/m-p/1179047#M24354</guid>
      <dc:creator>darrenriley5</dc:creator>
      <dc:date>2009-05-29T10:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help in understanding CSS config</title>
      <link>https://community.cisco.com/t5/application-networking/help-in-understanding-css-config/m-p/1179048#M24355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before attempting this configuration, ensure that you meet these requirements: &lt;/P&gt;&lt;P&gt;ï&amp;#130;§	Both of the CSSs you are using for this redundant configuration must be running the same version of code. Running different versions of code is not supported for redundancy. &lt;/P&gt;&lt;P&gt;ï&amp;#130;§	Expect the behavior of the CSSs to be active (master)/standby (backup); only the master CSS processes flows. &lt;/P&gt;&lt;P&gt;ï&amp;#130;§	You must configure a dedicated Fast Ethernet (FE) link between the CSSs for the Virtual Router Redundancy Protocol (VRRP) heartbeat. &lt;/P&gt;&lt;P&gt;ï&amp;#130;§	Do not use box-to-box if you require the connection of a Layer 2 device between the redundant CSS peers. Use VIP redundancy instead. &lt;/P&gt;&lt;P&gt;CSSs participate in a redundant configuration when a redundancy link has been defined between two CSSs. The protocol used for this redundancy link is VRRP, using multicast address 224.0.0.18. The CSSs use this link to maintain contact and activity status with one another. Only one crossover link between the CSSs is supported. You must use a crossover cable to connect directly to the FE ports on the redundant CSSs. Do not use Layer 2 devices between the two CSSs on the redundant link. Do not install the crossover cable on Gigabit Ethernet (GE) ports; this configuration is not supported. &lt;/P&gt;&lt;P&gt;Note: The CSS box-to-box redundancy protocol is now supported on the CSS 11501, CSS 11503, and CSS 11506 GE ports in software version 7.10.1.02 and 7.20.0.01 and later. &lt;/P&gt;&lt;P&gt;There are two main conditions detected on this redundancy link that drive master and backup states on the two CSSs: &lt;/P&gt;&lt;P&gt;ï&amp;#130;§	The first condition is maintaining the heartbeat, which is an advertisement every second. The master CSS provides this heartbeat on the redundancy link, and the backup CSS keeps track of the heartbeat every three seconds (default). If the heartbeat times out (for example, heartbeats are not detected in this period), then the backup takes over as master.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The new master CSS begins sending out redundancy protocol messages as well as gratuitous Address Resolution Protocol (ARP) messages to update the ARP tables on neighboring nodes and the forwarding tables of attached bridging devices (for example, Layer 2 switches) with the new master CSS MAC address. The CSS transmits one ARP request packet and one ARP reply packet for every gratuitous ARP invocation. &lt;/P&gt;&lt;P&gt;ï&amp;#130;§	The second condition is that of a VRRP switch priority change. The CSS advertising the highest priority is negotiated to become master. This is the mechanism used by the uplink services, and some of the special commands (described below) for initiating a failover event. &lt;/P&gt;&lt;P&gt;Note that in the event that the CSSs are misconfigured (for example, two or more CSSs are set up as the IP redundancy master), the CSS with the highest VRRP IP address takes over as the master. &lt;/P&gt;&lt;P&gt;Issue the ip redundancy command to enable CSS-to-CSS redundancy on two CSSs interfaced with a crossover cable. By default, redundancy is disabled on the CSSs until you issue this command on both CSSs. &lt;/P&gt;&lt;P&gt;When you include the master option with this command, you can designate which CSS is the master CSS. Initially, booting two CSSs interfaced with a crossover cable determines which is the master and which is the backup. The CSS that boots first is the master CSS. If the CSSs boot at the same time, the CSS with the numerically higher IP address becomes the master. &lt;/P&gt;&lt;P&gt;When you issue the ip redundancy master command on the CSS, the CSS becomes the master CSS. You can issue this command on either the current master or backup. If you issue the master option on the backup CSS, the CSS becomes the master and the other CSS automatically becomes the backup. &lt;/P&gt;&lt;P&gt;If you designate a master CSS, the CSS regains master status after going down and then comes up again. For example, when the master CSS goes down, the backup CSS becomes master. When the former designated master CSS comes up again, however, the CSS becomes the master again. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Contd page 2.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 17:22:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/help-in-understanding-css-config/m-p/1179048#M24355</guid>
      <dc:creator>sachinga.hcl</dc:creator>
      <dc:date>2009-05-29T17:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help in understanding CSS config</title>
      <link>https://community.cisco.com/t5/application-networking/help-in-understanding-css-config/m-p/1179049#M24356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;page 2....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have no requirement to designate a CSS as the master when both CSSs are up, do not include the master option when enabling redundancy on the master CSS.&lt;/P&gt;&lt;P&gt;You can create a service that is associated with a router's IP address. This service enables the master CSS to monitor the router with a keepalive (ICMP). If the keepalive fails, the master relinquishes control and the backup CSS takes control. You can configure more than one service by issuing the type redundancy-up command; the CSSs use all redundancy uplinks when making the failover decision. &lt;/P&gt;&lt;P&gt;If a CSS is active, and loses all uplinks designated as redundancy-up, the CSS relinquishes the active state and becomes the backup. The CSS uses the redundancy protocol to inform the other CSS to become active. If both CSSs have lost their uplinks, a CSS stays in the active state for 45 seconds, waiting for the uplink to come alive. After 45 seconds, if there is still no viable uplink, the CSS goes into backup mode, giving the other switch a try. This allows both CSSs to get a chance to test their uplinks without thrashing back and forth many times each minute. &lt;/P&gt;&lt;P&gt;Note: A CSS goes into failover when there are no longer live uplink services. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever   a failover event happens in general usually a G-ARP is sent after a failover to update arp/cam tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for an active-active stateful failover scenario where the two Content Services Switches (CSS) are in one-armed mode. The configuration in this document combines three major components:&lt;/P&gt;&lt;P&gt;â&amp;#128;¢	Active-active failover means that a minimum of two virtual IP addresses are used. Each CSS is the master for one VIP and the backup for the other one.&lt;/P&gt;&lt;P&gt;â&amp;#128;¢	Stateful failover indicates that upon failover there is no traffic interruption. The backup CSS knows from the master CSS which flows it receives in case of failover.&lt;/P&gt;&lt;P&gt;â&amp;#128;¢	One-armed mode failover means that the CSS is connected to a single VLAN. This scenario requires additional configuration to make sure that the server response goes through the CSS. In this configuration, client NAT (source group) is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the URL for the configuration for the Configuring VIP and Virtual IP Interface Redundancy follow the configuration guide which may help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/css11500series/v8.20_v8.10/configuration/redundancy/guide/VIPRedun.html" target="_blank"&gt;http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/css11500series/v8.20_v8.10/configuration/redundancy/guide/VIPRedun.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/css11500series/v8.20_v8.10/configuration/redundancy/guide/ASR.html" target="_blank"&gt;http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/css11500series/v8.20_v8.10/configuration/redundancy/guide/ASR.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configuring Box to box redundancy:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/css11500series/v8.20_v8.10/configuration/redundancy/guide/Redndncy.html" target="_blank"&gt;http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/css11500series/v8.20_v8.10/configuration/redundancy/guide/Redndncy.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CSS 11500 Active-Active Stateful Failover ASR in One-Armed Mode Configuration Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/contnetw/ps792/products_configuration_example09186a00802206a3.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/contnetw/ps792/products_configuration_example09186a00802206a3.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Box-to-Box Redundancy on the CSS 11xxx Configuration Example - Ciscowiki&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://supportwiki.cisco.com/ViewWiki/index.php/Box-to-Box_Redundancy_on_the_CSS_11xxx_Configuration_Example" target="_blank"&gt;http://supportwiki.cisco.com/ViewWiki/index.php/Box-to-Box_Redundancy_on_the_CSS_11xxx_Configuration_Example&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly find full range of configuration examples on CSS here :&lt;/P&gt;&lt;P&gt;Cisco CSS 11500 Series Content Services Switches&lt;/P&gt;&lt;P&gt;Configuration Examples and TechNotes&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/contnetw/ps792/prod_configuration_examples_list.html" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/contnetw/ps792/prod_configuration_examples_list.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cisco CSS 11500 Series Content Services Switches&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://supportwiki.cisco.com/ViewWiki/index.php/Category:Cisco_CSS_11500_Series_Content_Services_Switches" target="_blank"&gt;http://supportwiki.cisco.com/ViewWiki/index.php/Category:Cisco_CSS_11500_Series_Content_Services_Switches&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly see URL given below for my other articles&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://boardreader.com/fp/Cisco_Systems_Networking_Profe_309110/Application_Networking_543840.html#hot_threads" target="_blank"&gt;http://boardreader.com/fp/Cisco_Systems_Networking_Profe_309110/Application_Networking_543840.html#hot_threads&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible plz rate so that I can be helpful to other people also as it will enhance my credibility.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachinga.hcl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 17:23:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/help-in-understanding-css-config/m-p/1179049#M24356</guid>
      <dc:creator>sachinga.hcl</dc:creator>
      <dc:date>2009-05-29T17:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Help in understanding CSS config</title>
      <link>https://community.cisco.com/t5/application-networking/help-in-understanding-css-config/m-p/1179050#M24357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very helpful, beginning to understand it. Could you clarify one point. Am I correct in thinking that when using Active-Active VIP I must ensure that default gateway of the server uses the same CSS box as the redundant VIP?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 13:12:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/help-in-understanding-css-config/m-p/1179050#M24357</guid>
      <dc:creator>darrenriley5</dc:creator>
      <dc:date>2009-06-02T13:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help in understanding CSS config</title>
      <link>https://community.cisco.com/t5/application-networking/help-in-understanding-css-config/m-p/1179051#M24358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes the CSS requires to see both side of a connection.&lt;/P&gt;&lt;P&gt;So, the response from the server must go through the same CSS.&lt;/P&gt;&lt;P&gt;This can be done by using different servers for each CSS and setting the gateway on the server to their own CSS.&lt;/P&gt;&lt;P&gt;Or you can use client nat with different nated ip for each CSS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 14:37:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/help-in-understanding-css-config/m-p/1179051#M24358</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2009-06-02T14:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Help in understanding CSS config</title>
      <link>https://community.cisco.com/t5/application-networking/help-in-understanding-css-config/m-p/1179052#M24359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Active-active failover means that a minimum of two virtual IP addresses are used. Each CSS is the master for one VIP and the backup for the other one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stateful failover indicates that upon failover there is no traffic interruption. The backup CSS knows from the master CSS which flows it receives in case of failover.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each service needs to be assigned a redundant-index.&lt;/P&gt;&lt;P&gt;You do this only for the content rules that need to&lt;/P&gt;&lt;P&gt;be replicated from the master CSS to the backup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you have to create circuit VLAN and then needd to add ip virtaul-router , then assign VIP to these Virtaul routers. Then define this virtual routers vip inside content alonf with the redundant-index fo the services.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside service create unique redundant-index which should be same on both the CSS's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way you can define Active/Active.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 14:53:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/help-in-understanding-css-config/m-p/1179052#M24359</guid>
      <dc:creator>sachinga.hcl</dc:creator>
      <dc:date>2009-06-02T14:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in configuring two CSS as a redundant.</title>
      <link>https://community.cisco.com/t5/application-networking/help-in-understanding-css-config/m-p/1179053#M24360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 760px; border-collapse: collapse;"&gt;&lt;COLGROUP span="1"&gt;&lt;COL span="1" style="width: 135pt; mso-width-source: userset; mso-width-alt: 6582;" width="180" /&gt;&lt;COL span="4" style="width: 109pt; mso-width-source: userset; mso-width-alt: 5302;" width="145" /&gt;&lt;/COLGROUP&gt;&lt;TBODY&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl72" colspan="5" height="20" style="background-color: #1f497d; width: 571pt; height: 15pt; border: #1f497d 0.5pt solid;" width="760"&gt;LB01&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl67" height="20" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 15pt; border-top: #17375d; border-right: #1f497d 0.5pt solid;" width="180"&gt;CSS Name&lt;/TD&gt;&lt;TD class="xl77" colspan="4" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 436pt; border-top: #1f497d 0.5pt solid; border-right: #1f497d 0.5pt solid;" width="580"&gt;LB01&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 50.1pt; mso-height-source: userset;"&gt;&lt;TD class="xl67" height="66" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 50.1pt; border-top: #17375d; border-right: #1f497d 0.5pt solid;" width="180"&gt;&lt;/TD&gt;&lt;TD class="xl73" colspan="4" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 436pt; border-top: #1f497d 0.5pt solid; border-right: #1f497d 0.5pt solid;" width="580"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl67" colspan="5" height="20" style="background-color: transparent; width: 571pt; height: 15pt; border: #1f497d 0.5pt solid;" width="760"&gt;Circuites&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 50.1pt; mso-height-source: userset;"&gt;&lt;TD class="xl65" height="66" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 50.1pt; border-top: #376091; border-right: #1f497d 0.5pt solid;" width="180"&gt;VLAN1&lt;/TD&gt;&lt;TD class="xl73" colspan="4" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 436pt; border-top: #1f497d 0.5pt solid; border-right: #1f497d 0.5pt solid;" width="580"&gt;- Private Front-End Zone&lt;BR /&gt;- Interfaces: GigaEthernet 0&lt;BR /&gt;- IP Address 10.70.2.x&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 50.1pt; mso-height-source: userset;"&gt;&lt;TD class="xl65" height="66" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 50.1pt; border-top: #376091; border-right: #1f497d 0.5pt solid;" width="180"&gt;VLAN2&lt;/TD&gt;&lt;TD class="xl73" colspan="4" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 436pt; border-top: #1f497d 0.5pt solid; border-right: #1f497d 0.5pt solid;" width="580"&gt;- Public Front-End Zone&lt;BR /&gt;- Interfaces: GigaEthernet 1&lt;BR /&gt;- IP Address 10.70.5.x&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt; mso-height-source: userset;"&gt;&lt;TD class="xl67" colspan="5" height="20" style="background-color: transparent; width: 571pt; height: 15pt; border: #1f497d 0.5pt solid;" width="760"&gt;Redundancy&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 60pt; mso-height-source: userset;"&gt;&lt;TD class="xl65" height="80" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 60pt; border-top: #376091; border-right: #1f497d 0.5pt solid;" width="180"&gt;VLAN1&lt;/TD&gt;&lt;TD class="xl73" colspan="4" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 436pt; border-top: #1f497d 0.5pt solid; border-right: #1f497d 0.5pt solid;" width="580"&gt;- Master for APP VIP VRRP Instance and Slave for COM VIP VRRP Instance&lt;BR /&gt;- No Preempt for Master VRRP Instance&lt;BR /&gt;- Virtual Interface for each VRRP Instance&lt;BR /&gt;- Critical Service: upstream-downstream for both VRRP Instances&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 60pt; mso-height-source: userset;"&gt;&lt;TD class="xl65" height="80" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 60pt; border-top: #376091; border-right: #1f497d 0.5pt solid;" width="180"&gt;VLAN2&lt;/TD&gt;&lt;TD class="xl73" colspan="4" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 436pt; border-top: #1f497d 0.5pt solid; border-right: #1f497d 0.5pt solid;" width="580"&gt;- Master for APP VIP VRRP Instance and Slave for COM VIP VRRP Instance&lt;BR /&gt;- No Preempt for Master VRRP Instance&lt;BR /&gt;- Virtual IP Address for each VRRP Instance&lt;BR /&gt;- Critical Service: upstream-downstream for both VRRP Instances&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt; mso-height-source: userset;"&gt;&lt;TD class="xl69" height="20" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 15pt; border-top: #17375d; border-right: #17375d;" width="180"&gt;Routes&lt;/TD&gt;&lt;TD class="xl74" colspan="4" style="background-color: transparent; width: 436pt; border: #1f497d 0.5pt solid;" width="580"&gt;Default Route to MFW01 PubFrontEnd IP Address (10.70.5.1)&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl69" height="20" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 15pt; border-top: #17375d; border-right: #17375d;" width="180"&gt;Services&lt;/TD&gt;&lt;TD class="xl68" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 109pt; border-top: #17375d; border-right: #1f497d 0.5pt solid;" width="145"&gt;IP&lt;/TD&gt;&lt;TD class="xl68" style="border-bottom: #1f497d 0.5pt solid; border-left: #17375d; background-color: transparent; width: 109pt; border-top: #17375d; border-right: #1f497d 0.5pt solid;" width="145"&gt;Protocol/Port&lt;/TD&gt;&lt;TD class="xl68" style="border-bottom: #1f497d 0.5pt solid; border-left: #17375d; background-color: transparent; width: 109pt; border-top: #17375d; border-right: #1f497d 0.5pt solid;" width="145"&gt;Keepalive&lt;/TD&gt;&lt;TD class="xl68" style="border-bottom: #1f497d 0.5pt solid; border-left: #17375d; background-color: transparent; width: 109pt; border-top: #17375d; border-right: #1f497d 0.5pt solid;" width="145"&gt;Type&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 60pt;"&gt;&lt;TD class="xl65" height="80" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 60pt; border-top: #376091; border-right: #1f497d 0.5pt solid;" width="180"&gt;upstream-downstream&lt;/TD&gt;&lt;TD class="xl66" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;MFW01 PubFrontEnd IP Address&lt;/TD&gt;&lt;TD class="xl66" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;None&lt;/TD&gt;&lt;TD class="xl66" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;Script "ap-kal-pinglist" to ping listed IPs (MFW01 and L2 Switch IP Address)&lt;/TD&gt;&lt;TD class="xl66" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;None&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl65" height="20" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 15pt; border-top: #376091; border-right: #1f497d 0.5pt solid;" width="180"&gt;BNKSec_S1&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;APP1 IP Address&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;TCP/443&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;Type: TCP&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;Local&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl65" height="20" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 15pt; border-top: #376091; border-right: #1f497d 0.5pt solid;" width="180"&gt;BNKSec_S2&lt;/TD&gt;&lt;TD class="xl66" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;APP2 IP Address&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;TCP/443&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;Type: TCP&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;Local&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 30pt;"&gt;&lt;TD class="xl65" height="40" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 30pt; border-top: #376091; border-right: #1f497d 0.5pt solid;" width="180"&gt;BNK&lt;SPAN class="font8"&gt;n&lt;/SPAN&gt;&lt;SPAN class="font6"&gt;_S1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;APP1 IP Address&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;TCP/808&lt;SPAN class="font7"&gt;n&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;Type: http&lt;BR /&gt;Method: head&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;Local&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 30pt;"&gt;&lt;TD class="xl65" height="40" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 30pt; border-top: #376091; border-right: #1f497d 0.5pt solid;" width="180"&gt;BNK&lt;SPAN class="font8"&gt;n&lt;/SPAN&gt;&lt;SPAN class="font6"&gt;_S2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl66" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;APP2 IP Address&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;TCP/808&lt;SPAN class="font7"&gt;n&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;Type: http&lt;BR /&gt;Method: head&lt;/TD&gt;&lt;TD class="xl66" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;Local&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl65" height="20" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 15pt; border-top: #376091; border-right: #1f497d 0.5pt solid;" width="180"&gt;COM1&lt;/TD&gt;&lt;TD class="xl66" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;COM1 IP Address&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;TCP/7777&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;Type: TCP&lt;/TD&gt;&lt;TD class="xl66" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;Local&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl65" height="20" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 15pt; border-top: #376091; border-right: #1f497d 0.5pt solid;" width="180"&gt;COM2&lt;/TD&gt;&lt;TD class="xl66" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;COM2 IP Address&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;TCP/7777&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;Type: TCP&lt;/TD&gt;&lt;TD class="xl66" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;Local&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl69" height="20" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 15pt; border-top: #17375d; border-right: #17375d;" width="180"&gt;Owners and Content Rules&lt;/TD&gt;&lt;TD class="xl71" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 109pt; border-top: #17375d; border-right: #17375d;" width="145"&gt;VIP/Protocol/Port&lt;/TD&gt;&lt;TD class="xl71" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 109pt; border-top: #17375d; border-right: #17375d;" width="145"&gt;Domain Name&lt;/TD&gt;&lt;TD class="xl71" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 109pt; border-top: #17375d; border-right: #17375d;" width="145"&gt;Services&lt;/TD&gt;&lt;TD class="xl68" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 109pt; border-top: #17375d; border-right: #1f497d 0.5pt solid;" width="145"&gt;Stickiness&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 30pt;"&gt;&lt;TD class="xl65" height="40" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 30pt; border-top: #376091; border-right: #1f497d 0.5pt solid;" width="180"&gt;BNKSec-HTTPS-Rule&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;APP VIP/TCP/443&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;None&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;BNKSec_S1&lt;BR /&gt;BNKSec_S2&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;None&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 30pt;"&gt;&lt;TD class="xl65" height="40" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 30pt; border-top: #376091; border-right: #1f497d 0.5pt solid;" width="180"&gt;BNK&lt;SPAN class="font8"&gt;n&lt;/SPAN&gt;&lt;SPAN class="font6"&gt;-HTTP-Rule&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;APP VIP/TCP/80&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;BNK&lt;SPAN class="font7"&gt;n&lt;/SPAN&gt;&lt;SPAN class="font5"&gt;.Domain_Name&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;BNK&lt;SPAN class="font7"&gt;n&lt;/SPAN&gt;&lt;SPAN class="font5"&gt;_S1&lt;BR /&gt;BNK&lt;/SPAN&gt;&lt;SPAN class="font7"&gt;n&lt;/SPAN&gt;&lt;SPAN class="font5"&gt;_S2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;None&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 30pt;"&gt;&lt;TD class="xl65" height="40" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 30pt; border-top: #376091; border-right: #1f497d 0.5pt solid;" width="180"&gt;COM-Rule&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;COM VIP/TCP/7777&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;None&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;COM1&lt;BR /&gt;COM2&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;None&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl72" colspan="5" height="20" style="background-color: #1f497d; width: 571pt; height: 15pt; border: #1f497d 0.5pt solid;" width="760"&gt;LB02&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl67" height="20" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 15pt; border-top: #17375d; border-right: #1f497d 0.5pt solid;" width="180"&gt;CSS Name&lt;/TD&gt;&lt;TD class="xl77" colspan="4" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 436pt; border-top: #1f497d 0.5pt solid; border-right: #1f497d 0.5pt solid;" width="580"&gt;LB02&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 50.1pt; mso-height-source: userset;"&gt;&lt;TD class="xl67" height="66" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 50.1pt; border-top: #17375d; border-right: #1f497d 0.5pt solid;" width="180"&gt;&lt;/TD&gt;&lt;TD class="xl73" colspan="4" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 436pt; border-top: #1f497d 0.5pt solid; border-right: #1f497d 0.5pt solid;" width="580"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl67" colspan="5" height="20" style="background-color: transparent; width: 571pt; height: 15pt; border: #1f497d 0.5pt solid;" width="760"&gt;Circuites&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt; mso-height-source: userset;"&gt;&lt;TD class="xl65" height="20" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 15pt; border-top: #376091; border-right: #1f497d 0.5pt solid;" width="180"&gt;VLAN1&lt;/TD&gt;&lt;TD class="xl73" colspan="4" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 436pt; border-top: #1f497d 0.5pt solid; border-right: #1f497d 0.5pt solid;" width="580"&gt;- Private Front-End Zone&lt;BR /&gt;- Interfaces: GigaEthernet 0&lt;BR /&gt;- IP Address regarding to IP Addressing Schema&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt; mso-height-source: userset;"&gt;&lt;TD class="xl65" height="20" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 15pt; border-top: #376091; border-right: #1f497d 0.5pt solid;" width="180"&gt;VLAN2&lt;/TD&gt;&lt;TD class="xl73" colspan="4" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 436pt; border-top: #1f497d 0.5pt solid; border-right: #1f497d 0.5pt solid;" width="580"&gt;- Public Front-End Zone&lt;BR /&gt;- Interfaces: GigaEthernet 1&lt;BR /&gt;- IP Address regarding to IP Addressing Schema&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl67" colspan="5" height="20" style="background-color: transparent; width: 571pt; height: 15pt; border: #1f497d 0.5pt solid;" width="760"&gt;Redundancy&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 60pt; mso-height-source: userset;"&gt;&lt;TD class="xl65" height="80" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 60pt; border-top: #376091; border-right: #1f497d 0.5pt solid;" width="180"&gt;VLAN1&lt;/TD&gt;&lt;TD class="xl73" colspan="4" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 436pt; border-top: #1f497d 0.5pt solid; border-right: #1f497d 0.5pt solid;" width="580"&gt;- Master for COM VIP VRRP Instance and Slave for APP VIP VRRP Instance&lt;BR /&gt;- Preempt for Master VRRP Instance&lt;BR /&gt;- Virtual Interface for each VRRP Instance&lt;BR /&gt;- Critical Service: upstream-downstream for both VRRP Instances&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 60pt; mso-height-source: userset;"&gt;&lt;TD class="xl65" height="80" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 60pt; border-top: #376091; border-right: #1f497d 0.5pt solid;" width="180"&gt;VLAN2&lt;/TD&gt;&lt;TD class="xl73" colspan="4" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 436pt; border-top: #1f497d 0.5pt solid; border-right: #1f497d 0.5pt solid;" width="580"&gt;- Master for COM VIP VRRP Instance and Slave for APP VIP VRRP Instance&lt;BR /&gt;- Preempt for Master VRRP Instance&lt;BR /&gt;- Virtual IP Address for each VRRP Instance&lt;BR /&gt;- Critical Service: upstream-downstream for both VRRP Instances&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt; mso-height-source: userset;"&gt;&lt;TD class="xl69" height="20" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 15pt; border-top: #17375d; border-right: #17375d;" width="180"&gt;Routes&lt;/TD&gt;&lt;TD class="xl74" colspan="4" style="background-color: transparent; width: 436pt; border: #1f497d 0.5pt solid;" width="580"&gt;Default Route to MFW01 PubFrontEnd IP Address&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl69" height="20" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 15pt; border-top: #17375d; border-right: #17375d;" width="180"&gt;Services&lt;/TD&gt;&lt;TD class="xl68" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 109pt; border-top: #17375d; border-right: #1f497d 0.5pt solid;" width="145"&gt;IP&lt;/TD&gt;&lt;TD class="xl68" style="border-bottom: #1f497d 0.5pt solid; border-left: #17375d; background-color: transparent; width: 109pt; border-top: #17375d; border-right: #1f497d 0.5pt solid;" width="145"&gt;Protocol/Port&lt;/TD&gt;&lt;TD class="xl68" style="border-bottom: #1f497d 0.5pt solid; border-left: #17375d; background-color: transparent; width: 109pt; border-top: #17375d; border-right: #1f497d 0.5pt solid;" width="145"&gt;Keepalive&lt;/TD&gt;&lt;TD class="xl68" style="border-bottom: #1f497d 0.5pt solid; border-left: #17375d; background-color: transparent; width: 109pt; border-top: #17375d; border-right: #1f497d 0.5pt solid;" width="145"&gt;Type&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 60pt;"&gt;&lt;TD class="xl65" height="80" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 60pt; border-top: #376091; border-right: #1f497d 0.5pt solid;" width="180"&gt;upstream-downstream&lt;/TD&gt;&lt;TD class="xl66" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;MFW01 PubFrontEnd IP Address&lt;/TD&gt;&lt;TD class="xl66" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;None&lt;/TD&gt;&lt;TD class="xl66" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;Script "ap-kal-pinglist" to ping listed IPs (MFW01 and L2 Switch IP Address)&lt;/TD&gt;&lt;TD class="xl66" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;None&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl65" height="20" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 15pt; border-top: #376091; border-right: #1f497d 0.5pt solid;" width="180"&gt;BNKSec_S1&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;APP1 IP Address&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;TCP/443&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;Type: TCP&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;Local&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl65" height="20" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 15pt; border-top: #376091; border-right: #1f497d 0.5pt solid;" width="180"&gt;BNKSec_S2&lt;/TD&gt;&lt;TD class="xl66" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;APP2 IP Address&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;TCP/443&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;Type: TCP&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;Local&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 30pt;"&gt;&lt;TD class="xl65" height="40" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 30pt; border-top: #376091; border-right: #1f497d 0.5pt solid;" width="180"&gt;BNK&lt;SPAN class="font8"&gt;n&lt;/SPAN&gt;&lt;SPAN class="font6"&gt;_S1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;APP1 IP Address&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;TCP/808&lt;SPAN class="font7"&gt;n&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;Type: http&lt;BR /&gt;Method: head&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;Local&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 30pt;"&gt;&lt;TD class="xl65" height="40" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 30pt; border-top: #376091; border-right: #1f497d 0.5pt solid;" width="180"&gt;BNK&lt;SPAN class="font8"&gt;n&lt;/SPAN&gt;&lt;SPAN class="font6"&gt;_S2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl66" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;APP2 IP Address&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;TCP/808&lt;SPAN class="font7"&gt;n&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;Type: http&lt;BR /&gt;Method: head&lt;/TD&gt;&lt;TD class="xl66" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;Local&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl65" height="20" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 15pt; border-top: #376091; border-right: #1f497d 0.5pt solid;" width="180"&gt;COM1&lt;/TD&gt;&lt;TD class="xl66" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;COM1 IP Address&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;TCP/7777&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;Type: TCP&lt;/TD&gt;&lt;TD class="xl66" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;Local&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl65" height="20" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 15pt; border-top: #376091; border-right: #1f497d 0.5pt solid;" width="180"&gt;COM2&lt;/TD&gt;&lt;TD class="xl66" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;COM2 IP Address&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;TCP/7777&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;Type: TCP&lt;/TD&gt;&lt;TD class="xl66" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;Local&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl69" height="20" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 15pt; border-top: #17375d; border-right: #17375d;" width="180"&gt;Owners and Content Rules&lt;/TD&gt;&lt;TD class="xl71" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 109pt; border-top: #17375d; border-right: #17375d;" width="145"&gt;VIP/Protocol/Port&lt;/TD&gt;&lt;TD class="xl71" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 109pt; border-top: #17375d; border-right: #17375d;" width="145"&gt;Domain Name&lt;/TD&gt;&lt;TD class="xl71" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 109pt; border-top: #17375d; border-right: #17375d;" width="145"&gt;Services&lt;/TD&gt;&lt;TD class="xl68" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 109pt; border-top: #17375d; border-right: #1f497d 0.5pt solid;" width="145"&gt;Stickiness&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 30pt;"&gt;&lt;TD class="xl65" height="40" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 30pt; border-top: #376091; border-right: #1f497d 0.5pt solid;" width="180"&gt;BNKSec-HTTPS-Rule&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;APP VIP/TCP/443&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;None&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;BNKSec_S1&lt;BR /&gt;BNKSec_S2&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;None&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 30pt;"&gt;&lt;TD class="xl65" height="40" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 30pt; border-top: #376091; border-right: #1f497d 0.5pt solid;" width="180"&gt;BNK&lt;SPAN class="font8"&gt;n&lt;/SPAN&gt;&lt;SPAN class="font6"&gt;-HTTP-Rule&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;APP VIP/TCP/80&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;BNK&lt;SPAN class="font7"&gt;n&lt;/SPAN&gt;&lt;SPAN class="font5"&gt;.Domain_Name&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;BNK&lt;SPAN class="font7"&gt;n&lt;/SPAN&gt;&lt;SPAN class="font5"&gt;_S1&lt;BR /&gt;BNK&lt;/SPAN&gt;&lt;SPAN class="font7"&gt;n&lt;/SPAN&gt;&lt;SPAN class="font5"&gt;_S2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;None&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 30pt;"&gt;&lt;TD class="xl65" height="40" style="border-bottom: #1f497d 0.5pt solid; border-left: #1f497d 0.5pt solid; background-color: transparent; width: 135pt; height: 30pt; border-top: #376091; border-right: #1f497d 0.5pt solid;" width="180"&gt;COM-Rule&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;COM VIP/TCP/7777&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;None&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;COM1&lt;BR /&gt;COM2&lt;/TD&gt;&lt;TD class="xl70" style="border-bottom: #1f497d 0.5pt solid; border-left: #538ed5; background-color: transparent; width: 109pt; border-top: #538ed5; border-right: #1f497d 0.5pt solid;" width="145"&gt;None&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: tabishmirza

Is this correct configuration as per above requirement ?. Please verify.

CSS-1 Configuration

****************Global**********************

ip redundancy


ip route 0.0.0.0 0.0.0.0 10.70.5.1


*****************Interface******************

Interface Gi0
&amp;nbsp; bridge 1

Interface Gi1
&amp;nbsp; bridge 2



*****************Circuit********************


circuit VLAN1
ip address 10.70.2.1 255.255.255.0
ip virtual-router 1 priority 101 
ip virtual-router 2
ip redundant-interface 1 10.70.2.254&amp;nbsp; default gateway
ip redundant-interface 2 10.70.2.253&amp;nbsp; default gateway
ip critical-service 1 upstream_downstream
ip critical-service 2 upstream_downstream

circuit VLAN2
ip address 10.70.5.3 255.255.255.0
ip virtual-router 3 priority 101
ip virtual-router 4
ip redundant-vip 3 10.70.5.100
ip redundant-vip 4 10.70.5.101
ip redundant-interface 3 10.70.5.254
ip redundant-interface 4 10.70.5.253
ip critical-service 3 upstream_downstream
ip critical-service 4 upstream_downstream


*****************Services********************

service upstream_downstream
ip address 10.70.5.1 (IP address of MFW01)
keepalive type script ap-kal-pinglist “10.70.5.1 ”



service BNKSec_S1
&amp;nbsp; protocol tcp
&amp;nbsp; ip address 10.70.2.20
&amp;nbsp; port 443
&amp;nbsp; keepalive type tcp
&amp;nbsp; active


service BNKSec_S2
&amp;nbsp; protocol tcp
&amp;nbsp; ip address 10.70.2.21
&amp;nbsp; port 443
&amp;nbsp; keepalive type tcp
&amp;nbsp; active

service BNKn_S1
&amp;nbsp; protocol tcp
&amp;nbsp; ip address 10.70.2.20
&amp;nbsp; port 80
&amp;nbsp; keepalive type tcp
&amp;nbsp; active


service BNKn_S2
&amp;nbsp; protocol tcp
&amp;nbsp; ip address 10.70.2.21
&amp;nbsp; port 80
&amp;nbsp; keepalive type tcp
&amp;nbsp; active


service COM1
&amp;nbsp; protocol tcp
&amp;nbsp; ip address 10.70.2.10
&amp;nbsp; port 7777
&amp;nbsp; keepalive type tcp
&amp;nbsp; active


service COM2
&amp;nbsp; protocol tcp
&amp;nbsp; ip address 10.70.2.11
&amp;nbsp; port 7777
&amp;nbsp; keepalive type tcp
&amp;nbsp; active

*****************Owner***********************

Owner Sample

&amp;nbsp; Content BNKSec-HTTPS-Rule
&amp;nbsp;&amp;nbsp;&amp;nbsp; protocol tcp
&amp;nbsp;&amp;nbsp;&amp;nbsp; port 443
&amp;nbsp;&amp;nbsp;&amp;nbsp; add BNKSec_S1
&amp;nbsp;&amp;nbsp;&amp;nbsp; add BNKSec_S2
&amp;nbsp;&amp;nbsp;&amp;nbsp; vip 10.70.5.100
&amp;nbsp;&amp;nbsp;&amp;nbsp; active


&amp;nbsp; Content BNKn-HTTP-Rule
&amp;nbsp;&amp;nbsp;&amp;nbsp; protocol tcp
&amp;nbsp;&amp;nbsp;&amp;nbsp; port 80
&amp;nbsp;&amp;nbsp;&amp;nbsp; add BNKn_S1
&amp;nbsp;&amp;nbsp;&amp;nbsp; add BNKn_S2
&amp;nbsp;&amp;nbsp;&amp;nbsp; vip 10.70.5.100
&amp;nbsp;&amp;nbsp;&amp;nbsp; active
&amp;nbsp; 
&amp;nbsp; Content COM-Rule
&amp;nbsp;&amp;nbsp;&amp;nbsp; protocol tcp
&amp;nbsp;&amp;nbsp;&amp;nbsp; port 7777
&amp;nbsp;&amp;nbsp;&amp;nbsp; add COM1
&amp;nbsp;&amp;nbsp;&amp;nbsp; add COM1
&amp;nbsp;&amp;nbsp;&amp;nbsp; vip 10.70.5.101
&amp;nbsp;&amp;nbsp;&amp;nbsp; active


------------------------------------------------------
CSS-2 Configuration

****************Global**********************

ip redundancy


ip route 0.0.0.0 0.0.0.0 10.70.5.1


*****************Interface******************

Interface Gi0
&amp;nbsp; bridge 1

Interface Gi1
&amp;nbsp; bridge 2



*****************Circuit********************

circuit VLAN1
ip address 10.70.2.2 255.255.255.0
ip virtual-router 1
ip virtual-router 2 priority 101
ip redundant-interface 1 10.70.2.254
ip redundant-interface 2 10.70.2.253
ip critical-service 1 upstream_downstream
ip critical-service 2 upstream_downstream

circuit VLAN2
ip address 10.70.5.4 255.255.255.0
ip virtual-router 3
ip virtual-router 4 priority 101
ip redundant-vip 3 10.70.5.100
ip redundant-vip 4 10.70.5.101
ip redundant-interface 3 10.70.5.254
ip redundant-interface 4 10.70.5.253
ip critical-service 3 upstream_downstream
ip critical-service 4 upstream_downstream


*****************Services********************

service upstream_downstream
ip address 10.70.5.1 (IP address of MFW01)
keepalive type script ap-kal-pinglist “10.70.5.1 ”



service BNKSec_S1
&amp;nbsp; protocol tcp
&amp;nbsp; ip address 10.70.2.20
&amp;nbsp; port 443
&amp;nbsp; keepalive type tcp
&amp;nbsp; active


service BNKSec_S2
&amp;nbsp; protocol tcp
&amp;nbsp; ip address 10.70.2.21
&amp;nbsp; port 443
&amp;nbsp; keepalive type tcp
&amp;nbsp; active

service BNKn_S1
&amp;nbsp; protocol tcp
&amp;nbsp; ip address 10.70.2.20
&amp;nbsp; port 80
&amp;nbsp; keepalive type tcp
&amp;nbsp; active


service BNKn_S2
&amp;nbsp; protocol tcp
&amp;nbsp; ip address 10.70.2.21
&amp;nbsp; port 80
&amp;nbsp; keepalive type tcp
&amp;nbsp; active


service COM1
&amp;nbsp; protocol tcp
&amp;nbsp; ip address 10.70.2.10
&amp;nbsp; port 7777
&amp;nbsp; keepalive type tcp
&amp;nbsp; active


service COM2
&amp;nbsp; protocol tcp
&amp;nbsp; ip address 10.70.2.11
&amp;nbsp; port 7777
&amp;nbsp; keepalive type tcp
&amp;nbsp; active

*****************Owner***********************

Owner Sample

&amp;nbsp; Content BNKSec-HTTPS-Rule
&amp;nbsp;&amp;nbsp;&amp;nbsp; protocol tcp
&amp;nbsp;&amp;nbsp;&amp;nbsp; port 443
&amp;nbsp;&amp;nbsp;&amp;nbsp; add BNKSec_S1
&amp;nbsp;&amp;nbsp;&amp;nbsp; add BNKSec_S2
&amp;nbsp;&amp;nbsp;&amp;nbsp; vip 10.70.5.100
&amp;nbsp;&amp;nbsp;&amp;nbsp; active


&amp;nbsp; Content BNKn-HTTP-Rule
&amp;nbsp;&amp;nbsp;&amp;nbsp; protocol tcp
&amp;nbsp;&amp;nbsp;&amp;nbsp; port 80
&amp;nbsp;&amp;nbsp;&amp;nbsp; add BNKn_S1
&amp;nbsp;&amp;nbsp;&amp;nbsp; add BNKn_S2
&amp;nbsp;&amp;nbsp;&amp;nbsp; vip 10.70.5.100
&amp;nbsp;&amp;nbsp;&amp;nbsp; active
&amp;nbsp; 
&amp;nbsp; Content COM-Rule
&amp;nbsp;&amp;nbsp;&amp;nbsp; protocol tcp
&amp;nbsp;&amp;nbsp;&amp;nbsp; port 7777
&amp;nbsp;&amp;nbsp;&amp;nbsp; add COM1
&amp;nbsp;&amp;nbsp;&amp;nbsp; add COM1
&amp;nbsp;&amp;nbsp;&amp;nbsp; vip 10.70.5.101
&amp;nbsp;&amp;nbsp;&amp;nbsp; active
&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 20:59:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/help-in-understanding-css-config/m-p/1179053#M24360</guid>
      <dc:creator>Tabish Mirza</dc:creator>
      <dc:date>2010-12-09T20:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in configuring two CSS as a redundant.</title>
      <link>https://community.cisco.com/t5/application-networking/help-in-understanding-css-config/m-p/1179054#M24361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this correct configuration as per above requirement ? Please verify. Will be appreciated your kind help.&amp;nbsp; Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CSS-1 Configuration&lt;/P&gt;&lt;P&gt;****************Global**********************&lt;/P&gt;&lt;P&gt;ip redundancy&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 10.70.5.1&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;*****************Interface******************&lt;/P&gt;&lt;P&gt;Interface Gi0&lt;BR /&gt;&amp;nbsp; bridge 1&lt;/P&gt;&lt;P&gt;Interface Gi1&lt;BR /&gt;&amp;nbsp; bridge 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*****************Circuit********************&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;circuit VLAN1&lt;BR /&gt;ip address 10.70.2.1 255.255.255.0&lt;BR /&gt;ip virtual-router 1 priority 101 &lt;BR /&gt;ip virtual-router 2&lt;BR /&gt;ip redundant-interface 1 10.70.2.254&amp;nbsp; default gateway&lt;BR /&gt;ip redundant-interface 2 10.70.2.253&amp;nbsp; default gateway&lt;BR /&gt;ip critical-service 1 upstream_downstream&lt;BR /&gt;ip critical-service 2 upstream_downstream&lt;/P&gt;&lt;P&gt;circuit VLAN2&lt;BR /&gt;ip address 10.70.5.3 255.255.255.0&lt;BR /&gt;ip virtual-router 3 priority 101&lt;BR /&gt;ip virtual-router 4&lt;BR /&gt;ip redundant-vip 3 10.70.5.100&lt;BR /&gt;ip redundant-vip 4 10.70.5.101&lt;BR /&gt;ip redundant-interface 3 10.70.5.254&lt;BR /&gt;ip redundant-interface 4 10.70.5.253&lt;BR /&gt;ip critical-service 3 upstream_downstream&lt;BR /&gt;ip critical-service 4 upstream_downstream&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;*****************Services********************&lt;/P&gt;&lt;P&gt;service upstream_downstream&lt;BR /&gt;ip address 10.70.5.1 (IP address of MFW01)&lt;BR /&gt;keepalive type script ap-kal-pinglist “10.70.5.1 ”&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service BNKSec_S1&lt;BR /&gt;&amp;nbsp; protocol tcp&lt;BR /&gt;&amp;nbsp; ip address 10.70.2.20&lt;BR /&gt;&amp;nbsp; port 443&lt;BR /&gt;&amp;nbsp; keepalive type tcp&lt;BR /&gt;&amp;nbsp; active&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;service BNKSec_S2&lt;BR /&gt;&amp;nbsp; protocol tcp&lt;BR /&gt;&amp;nbsp; ip address 10.70.2.21&lt;BR /&gt;&amp;nbsp; port 443&lt;BR /&gt;&amp;nbsp; keepalive type tcp&lt;BR /&gt;&amp;nbsp; active&lt;/P&gt;&lt;P&gt;service BNKn_S1&lt;BR /&gt;&amp;nbsp; protocol tcp&lt;BR /&gt;&amp;nbsp; ip address 10.70.2.20&lt;BR /&gt;&amp;nbsp; port 80&lt;BR /&gt;&amp;nbsp; keepalive type tcp&lt;BR /&gt;&amp;nbsp; active&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;service BNKn_S2&lt;BR /&gt;&amp;nbsp; protocol tcp&lt;BR /&gt;&amp;nbsp; ip address 10.70.2.21&lt;BR /&gt;&amp;nbsp; port 80&lt;BR /&gt;&amp;nbsp; keepalive type tcp&lt;BR /&gt;&amp;nbsp; active&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;service COM1&lt;BR /&gt;&amp;nbsp; protocol tcp&lt;BR /&gt;&amp;nbsp; ip address 10.70.2.10&lt;BR /&gt;&amp;nbsp; port 7777&lt;BR /&gt;&amp;nbsp; keepalive type tcp&lt;BR /&gt;&amp;nbsp; active&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;service COM2&lt;BR /&gt;&amp;nbsp; protocol tcp&lt;BR /&gt;&amp;nbsp; ip address 10.70.2.11&lt;BR /&gt;&amp;nbsp; port 7777&lt;BR /&gt;&amp;nbsp; keepalive type tcp&lt;BR /&gt;&amp;nbsp; active&lt;/P&gt;&lt;P&gt;*****************Owner***********************&lt;/P&gt;&lt;P&gt;Owner Sample&lt;/P&gt;&lt;P&gt;&amp;nbsp; Content BNKSec-HTTPS-Rule&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; protocol tcp&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; port 443&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; add BNKSec_S1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; add BNKSec_S2&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vip 10.70.5.100&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; active&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp; Content BNKn-HTTP-Rule&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; protocol tcp&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; port 80&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; add BNKn_S1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; add BNKn_S2&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vip 10.70.5.100&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; active&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; Content COM-Rule&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; protocol tcp&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; port 7777&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; add COM1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; add COM1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vip 10.70.5.101&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; active&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;------------------------------------------------------&lt;BR /&gt;CSS-2 Configuration&lt;/P&gt;&lt;P&gt;****************Global**********************&lt;/P&gt;&lt;P&gt;ip redundancy&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 10.70.5.1&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;*****************Interface******************&lt;/P&gt;&lt;P&gt;Interface Gi0&lt;BR /&gt;&amp;nbsp; bridge 1&lt;/P&gt;&lt;P&gt;Interface Gi1&lt;BR /&gt;&amp;nbsp; bridge 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*****************Circuit********************&lt;/P&gt;&lt;P&gt;circuit VLAN1&lt;BR /&gt;ip address 10.70.2.2 255.255.255.0&lt;BR /&gt;ip virtual-router 1&lt;BR /&gt;ip virtual-router 2 priority 101&lt;BR /&gt;ip redundant-interface 1 10.70.2.254&lt;BR /&gt;ip redundant-interface 2 10.70.2.253&lt;BR /&gt;ip critical-service 1 upstream_downstream&lt;BR /&gt;ip critical-service 2 upstream_downstream&lt;/P&gt;&lt;P&gt;circuit VLAN2&lt;BR /&gt;ip address 10.70.5.4 255.255.255.0&lt;BR /&gt;ip virtual-router 3&lt;BR /&gt;ip virtual-router 4 priority 101&lt;BR /&gt;ip redundant-vip 3 10.70.5.100&lt;BR /&gt;ip redundant-vip 4 10.70.5.101&lt;BR /&gt;ip redundant-interface 3 10.70.5.254&lt;BR /&gt;ip redundant-interface 4 10.70.5.253&lt;BR /&gt;ip critical-service 3 upstream_downstream&lt;BR /&gt;ip critical-service 4 upstream_downstream&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;*****************Services********************&lt;/P&gt;&lt;P&gt;service upstream_downstream&lt;BR /&gt;ip address 10.70.5.1 (IP address of MFW01)&lt;BR /&gt;keepalive type script ap-kal-pinglist “10.70.5.1 ”&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service BNKSec_S1&lt;BR /&gt;&amp;nbsp; protocol tcp&lt;BR /&gt;&amp;nbsp; ip address 10.70.2.20&lt;BR /&gt;&amp;nbsp; port 443&lt;BR /&gt;&amp;nbsp; keepalive type tcp&lt;BR /&gt;&amp;nbsp; active&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;service BNKSec_S2&lt;BR /&gt;&amp;nbsp; protocol tcp&lt;BR /&gt;&amp;nbsp; ip address 10.70.2.21&lt;BR /&gt;&amp;nbsp; port 443&lt;BR /&gt;&amp;nbsp; keepalive type tcp&lt;BR /&gt;&amp;nbsp; active&lt;/P&gt;&lt;P&gt;service BNKn_S1&lt;BR /&gt;&amp;nbsp; protocol tcp&lt;BR /&gt;&amp;nbsp; ip address 10.70.2.20&lt;BR /&gt;&amp;nbsp; port 80&lt;BR /&gt;&amp;nbsp; keepalive type tcp&lt;BR /&gt;&amp;nbsp; active&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;service BNKn_S2&lt;BR /&gt;&amp;nbsp; protocol tcp&lt;BR /&gt;&amp;nbsp; ip address 10.70.2.21&lt;BR /&gt;&amp;nbsp; port 80&lt;BR /&gt;&amp;nbsp; keepalive type tcp&lt;BR /&gt;&amp;nbsp; active&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;service COM1&lt;BR /&gt;&amp;nbsp; protocol tcp&lt;BR /&gt;&amp;nbsp; ip address 10.70.2.10&lt;BR /&gt;&amp;nbsp; port 7777&lt;BR /&gt;&amp;nbsp; keepalive type tcp&lt;BR /&gt;&amp;nbsp; active&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;service COM2&lt;BR /&gt;&amp;nbsp; protocol tcp&lt;BR /&gt;&amp;nbsp; ip address 10.70.2.11&lt;BR /&gt;&amp;nbsp; port 7777&lt;BR /&gt;&amp;nbsp; keepalive type tcp&lt;BR /&gt;&amp;nbsp; active&lt;/P&gt;&lt;P&gt;*****************Owner***********************&lt;/P&gt;&lt;P&gt;Owner Sample&lt;/P&gt;&lt;P&gt;&amp;nbsp; Content BNKSec-HTTPS-Rule&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; protocol tcp&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; port 443&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; add BNKSec_S1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; add BNKSec_S2&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vip 10.70.5.100&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; active&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp; Content BNKn-HTTP-Rule&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; protocol tcp&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; port 80&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; add BNKn_S1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; add BNKn_S2&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vip 10.70.5.100&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; active&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; Content COM-Rule&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; protocol tcp&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; port 7777&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; add COM1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; add COM1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vip 10.70.5.101&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; active&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 22:44:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/help-in-understanding-css-config/m-p/1179054#M24361</guid>
      <dc:creator>Tabish Mirza</dc:creator>
      <dc:date>2010-12-09T22:44:39Z</dc:date>
    </item>
  </channel>
</rss>

