CSS WEBNS 7.4 critical reporters

Hi,
I've two CSS configured to run VIP-Redundancy. To cover critical phy outage I configured a reporter type all-phy-up. This works fine, both VR (one in front of the CSS and one behind - as this is inline configuritation) are changing the status if one of the links fails. But, if let's say the link in front of the CSS recovers the VR behind of CSS swaps back (preemption is configured) but the VR in front needs some time due to the VRRP-Timers. That's fine so far. Therefore I configured a second critical service VRID-Peering (2 reporters in each circuit) and tried the same. I found out, that the fall back is not working neverthess preemption is still configured. In other words VR are changing if a link fails but do not swap back to the wanted position after the link recovers. I did not find any explanation why this is happening or what I'm doing wrong.
Any advices is appreciated.
TIA.
Kind Regards,
Joerg

Hi Gilles,
Thanks for your reply. Spanning-Tree is out of the game . The problem is that the VR remains on the original backup CSS and does not return to the active one. I waited for almost 5 minutes and it did not return.
The config looks like this:
circuit VLAN30 /VLAN3 (in VLAN3 is VRID 3)
description "to backbone eFCS"
ip address 10.242.8.41 255.255.255.240
ip virtual-router 30 priority 180 preempt
ip redundant-interface 30 10.242.8.43
ip redundant-vip 30 10.242.8.33
ip critical-reporter 30 eFCS
ip critical-reporter 30 eFCS-VRRP
reporter eFCS
type critical phy-all-up
reporter eFCS
type vrid-peering and the VRIP settings
The reporters are only configured on the active CSS (guess this should be okay).
Kind Regards,
Joerg

Similar Messages

  • Virtual routers and critical reporters

    Good day!
    We have a lot of subnets configured on CSS in vip/interface redanduncy. Each CSS use uplink trunk to cat6k and between cat6k's used trunk too. So there is no loops in vlans. We don't want to use loop topology (for example connect each CCS with another cat6k) because of not correct team-work spanning tree on CSS and cat6k. So we want to use critical reporters and switching between master and backup CSS if uplink fails.
    So what is the right configuration must be on both CSS? There are a lot of circuits for server farms, circuit for VIP address net and for uplink vlan and virtual router on each of them. Should I use differend VRID for each circuit or one for all? I want that if uplink fails all functionality switch to backup CSS.
    This is circuit config:
    circuit VLAN300
    ip address 192.168.164.252 255.255.255.0
    ip virtual-router 250 priority 110 preempt
    ip redundant-vip 250 192.168.164.3
    ip redundant-vip 250 192.168.164.4
    ip redundant-interface 250 192.168.164.254
    circuit VLAN164
    ip address 192.168.160.76 255.255.255.240
    ip virtual-router 10 priority 110 preempt
    ip redundant-interface 10 192.168.160.78
    circuit VLAN160
    ip address 192.168.160.12 255.255.255.240
    ip virtual-router 10 priority 110 preempt
    ip redundant-interface 10 192.168.160.14
    circuit VLAN161
    ip address 192.168.160.28 255.255.255.240
    ip virtual-router 10 priority 110 preempt
    ip redundant-interface 10 192.168.160.30
    Vlans 160 and 161 - server farms
    Vlan 164 - VIP
    Vlan 300 - uplink
    Thanks!

    sorry, incorrect config
    circuit VLAN300
    ip address 192.168.164.252 255.255.255.0
    ip virtual-router 250 priority 110 preempt
    ip redundant-vip 250 192.168.164.3
    ip redundant-vip 250 192.168.164.4
    ip redundant-interface 250 192.168.164.254
    circuit VLAN164
    ip address 192.168.160.76 255.255.255.240
    ip virtual-router 10 priority 110 preempt
    ip redundant-interface 10 192.168.160.78
    circuit VLAN160
    ip address 192.168.160.12 255.255.255.240
    ip virtual-router 10 priority 110 preempt
    ip redundant-interface 10 192.168.160.14
    circuit VLAN161
    ip address 192.168.160.28 255.255.255.240
    ip virtual-router 10 priority 110 preempt
    ip redundant-interface 10 192.168.160.30
    circuit VLAN253
    ip address 192.168.253.244 255.255.255.248
    ip virtual-router 5 priority 110 preempt
    ip redundant-interface 5 192.168.253.245
    Vlans 160, 161 and 164 - server farms
    Vlan 253 - uplink
    Vlan 300 - VIP

  • CSS (WebNS 8.10) commit_vip_redundancy script error

    Hi guys,
    I would like 'sync' configuration on both (master and backup) CSS boxes. I have never problem with this procedure, but now a got this message (debug output):
    IPTV_SWL4-main# commit_VipRedundConfig "-d"
    IPTV_SWL4-main#
    Checking available disk space on systems ...
    Checking the disk space locally before continuing with the script.
    Verifying that another local session is not running the script.
    Creating script/vipr_config_sync_lock file.
    Verifying app and redundancy configs ...
    Verifying that app session is up with backup switch.
    Making sure app session is up.
    Seconds to wait before calling it quits: 60
    Checking the disk space remotely before continuing with the script.
    Checking local and remote switch versions ...
    Storing the running code versions of the local and remote switch.
    Storing the local switch's version.
    Retrieving the remote switch's version.
    Checking remote version for 4.0
    Checking if switch is BACKUP for any virtual routers and if
    the state is 'No Service'.
    Checking vip redundancy state....
    Working
    Checking if backup switch is Master for any VRIDs.
    If it is, either a local interface that once held redundant vips
    has been removed or the Backup is a Master for another vip-redundant
    relationship.
    Saving Master running-config to startup-config and archiving startup-config.
    Copying running-config to startup-config.
    Archiving startup-config.
    Swapping Master and Backup ip addresses in tmp.cfg for app
    and redundancy interface.
    Error in script playback line:1451
    >>>function REPLACE_TEXT call "tmp.cfg localIp backupIp 0 SUB_STRING_IP"
    IPTV_SWL4-main#
    Script Playback cancelled.
    It's a bug in WebNS 8.10 commit script? I have upgraded box from 7.40 to 8.10.
    IPTV_SWL4-main# sh ver
    Version: sg0810002 (08.10.0.02)
    Flash (Locked): 07.20.1.04
    Flash (Operational): 08.10.0.02
    Type: PRIMARY
    Licensed Cmd Set(s): Standard Feature Set
    thanks for help.
    martin kyrc, slovakia

    Hi martin,
    Can you please help on this issue.
    i have some problem with conf sync..
    CSS11501# script play commit_redundancy "10.0.0.1 -a -d -s"
    CSS11501#
    Checking the disk space locally before continuing with the script.
    COMMIT_REDUNDANCY Version: 4.6
    Verifying that ip redundancy is activated on Master switch.
    Verifying that app session is up with backup switch.
    Making sure app session is up.
    Seconds to wait before calling it quits: 120
    Checking the disk space remotely before continuing with the script.
    Storing the running code versions of the local and remote switch.
    Storing the local switch's version.
    Retrieving the remote switch's version.
    Checking remote version for 4.0
    Checking Master redundancy-config for redundancy-protocol set
    and if so storing it in variable MASTER_IP.
    Verify that the Ip Address specified is the Backup's Ip Address.
    Making sure app session is up.
    Seconds to wait before calling it quits: 120
    LOCAL switch is a css11501,7
    REMOTE switch is a css11501,7
    Saving Master running-config to startup-config and archiving startup-config.
    Copying running-config to startup-config.
    Archiving startup-config.
    Copying startup-config to a temp file tmp.cfg.
    Checking for multiple APP sessions between redundant peers.
    Swapping Master and Backup ip addresses in tmp.cfg for app
    and redundancy interface.
    Checking if ip redundancy master is set
    Using rcmd to copy tmp.cfg to a file on Backup switch.
    Archiving copy to Backup's startup-config.
    Archiving Backup's current startup-config.
    Restoring startup-config (new copy) to startup-config.
    Clearing running-config.
    Script playing the copy script of the Master's running-config.
    10.0.0.1 NOT_USED NOT_USED NOT_USED NOT_USED 0
    Checking to make sure backup App goes down
    Making sure app session is down.
    Seconds to wait before calling it quits: 1420
    Copy success being verified by comparing byte sizes of archived running-
    configs of the Master switch and the Backup switch.
    Making sure app session is up.
    Seconds to wait before calling it quits: 1340
    Comparing the byte count now.
    Accounting for IP address size differences.
    Adding 0 bytes to LOCALCONFIG byte count
    Adding 0 bytes to REMOTECONFIG byte count
    Config Sync Failed.

  • HSE support CSS WebNS 7.20 Build 109 ???

    Hi together,
    at http://www.cisco.com/univercd/cc/td/doc/product/rtrmgmt/chse/1105/1_7_1/hse_sdt.htm
    I cannot find, that HSE 1.7.1 support WebNS 7.20 Build 109
    I only find support for 7.10 build 102.
    Is this correct ?
    I have some problems, that the HSE did not show the correct service status at "Hosting -> Activation -> <device> -> <owner> -> <content rule> -> service".
    eg service is "suspend" HSE show me "active".
    I cleared my browser cache and push the refresh button several times.
    If I mark the service and press "Status" I get the correct status and correct colour on the screen,
    If I push "refresh" again, the view show me a green colour for the service, what is definitely wrong.
    So another question is, where does the HSE stores the infos about the CSS status:
    - If I mark a service and press "Status" all look fine. It seems that the HSE send a snmp request
    - If I push the refresh button, service is displaey wrong. Does the HSE use an internal database to build up this view ?
    thanks in advance
    sascha

    Hi Sascha,
    Please see here for the supported devices list for HSE 1.7.3.
    http://www.cisco.com/univercd/cc/td/doc/product/rtrmgmt/chse/1105/1_7_3/hse_sdt.htm#9983
    It does _NOT_ support WebNS 7.20 yet.
    for your detailed troubleshooting questions, please open a TAC case.

  • CSS WEBNS 7.2/7.4 ssl balancing and sticky-inact

    Hi,
    just two questions in regards of load balancing:
    1) Does the advanced-balance ssl notice if an sslid change is done in the SSL-Session (some clients reinitiate a session after some time)?
    2) Is the sslid-stickiness aware of 1) and keeps the connection for this client to the former server; sticks the client to the same server...
    2) the sticky-inact-timer: is it realy an inact timer which is counting as soon as a session is idle/closed or is it a timer that only get's resetted when the client start a new connection (like the idle time-out at the CSM)
    TIA
    Kind Regards,
    Joerg

    Hi Gilles,
    thanks for the reply. My fears unfortunatley came truth.
    Is an applicable workaround for 1) advanced balanced src-ip-dst-port? Unfortunaltey only src-ip is not working even if in the training materials is mentioned that adanced-balanced src-ip is possible with Layer3-5.
    I had stickiness trouble with it so I changed it to advancded-balancde src-ip-dst-port and got a sticky behaviour but it seems as if the connections get assigned to a different server when the SSL-Session-ID changes even if the stickieness tells the CSS to stick that client to a certain server (inact timout 0).
    I guess I've to do some investigations with my customer on this.
    Btw we are talking of a citrix webfrontend using SSL as connection method and we are experiencing this problem with broswers and with the citrix client itself.
    Regards,
    Joerg

  • CSS 11501 ssh license key

    I have two CSS devices and I am trying to get SSH access set up.
    I have the CSS WebNS software which according to the Claim Certificate includes:
    Enhanced Feature Set
    Secure Management
    Proximity Database
    I have enabled SSH in the devices but they are rejecting my attempt to access on port 22.
    Do I need to get an additional license key for SSH in addition to the license key I put in for the enhanced feature upgrade?
    Version: sg0820201 (08.20.2.01)
    Flash (Locked): 08.10.0.02
    Flash (Operational): 08.20.2.01
    Type: PRIMARY
    Licensed Cmd Set(s): Standard Feature Set
    Enhanced Feature Set

    Hi,
    Yes actually the output of the "show version" shows that you do not have the Secure Management License, you need to send an e-mail to [email protected] and include the serial number of the unit, they will probably ask for some other details.
    Hope it helps!!

  • CSS11501: How to get WebNS 8.1X access

    Hi.
      We have CSS 11501 with a software version 08.10.1.06, S11K-500ST-8.1: licence - WebNS 8.1X Standard Feature Set for CSS 11500 Platforms
      Made all configs for management access and working conf like cisco manuals says, but can't get http(s) access.
      1. config management port with IP address ...
      2. add user with all privileges
      3. route throught management port
      4. no restrict web-mgmt , ssh
      If i'm truing https to CSS, I get page:
      Welcome to the Cisco 11500 Content Service Switch (CSS)
        Currently Cisco View Device Manager (CVDM) for the CSS is not installed!
         For information regarding the CVDM for CSS, please visit CCO at http://www.cisco.com/go/cvdm.
         Use this link to download the latest CVDM for the CSS.
         http://www.cisco.com/kobayashi/sw-center/netmgmt/ciscoview/cvdm-planner.shtml
         The CVDM for CSS release notes provide detailed installation instructions.
         http://www.cisco.com/en/US/products/sw/cscowork/ps4565/prod_release_notes_list.html
       I tried making upgrade software to version 08.20.4.02 (install gui, upgrade), but result the same. CiscoView 6.1.4 in Cisco Works LMS 2.5
      show only front panel and minimal of configuration options (circuit, virtual router ..) 
       Please, can you explain is this restriction of license to CSS or i should install some addition software to get http access to CSS WebNS
    with functionality like in CLI. 
       Thank you.

    Hello,
    WebNS version 7.50 was the last release of WebNS that supported the built-in Web GUI.  After that it was done using CVDM (CiscoView Device Manager).  However, the CVDM has also gone End-of-Support almost two years ago (July 2008).
    ANM 3.1 (Application Networking Manager) does support some management of the CSS, but not configuration.  If you are looking for a very nice GUI to configure your load balancer, you many want to consider what will ultimately be the CSS's successor, the ACE (Application Control Engine) 4710.  It has a full-blown Web browser-based GUI and also full support in ANM.  It is a much more powerful and feature-rich load balancer.
    Hope this helps,
    Sean

  • CSS in front of Oracle Fusion SOA - generating POSTs by itself?

    I have a CSS (WebNS 8.20.5.01) in front of an Apache server which is the front end to Oracle Fusion SOA.
    When a web browser connects directly to the Apache server using HTTP on port 41778, and submits a POST for a transaction, the client receves a 200 OK response with the result. 
    Now, put the CSS in the middle, listening on port 80, and proxying (via a group and a defined destination service) to the Apache server on 41778.  No other changes.  CSS is configured to use arrowpoint-cookie advanced balancing for persistence since with a browser there are multiple TCP sessions made to authenticate, select the service, and then submit the transaction.
    Packet captures on both the input and output of the CSS show:
    The POST comes in from the browser to the CSS, and the CSS sends out an identical POST transaction to the webserver.  Then the CSS sends out another POST that's slightly different to the server (it's a SOAP message), even though the browser hasn't sent any additional packets.  The webserver sends out a 202 to the second POST, and then sends the 200 response to the first POST.  Only the 200 response gets sent back to the client.
    What I cannot figure out is where this second POST is coming from.  It's NOT coming from the browser.  It's not coming in response to anything the server sent back.  The only thing I can think of is the CSS is reading/processing the first POST and generating the second POST from it.  I didn't think the CSS did this sort of thing.

    We took the captures (using our NAM) because when we run a scenario where we put SSL in the front of it (Browser-HTTPS-CSS-HTTP-Apache) we do get an error message back, and in that case we get the "extra" POST twice.
    I am sure of what I saw because it is two separate TCP sessions for the two POSTS on the back end.
    It really looks as though the CSS is somehow reading the first POST message from the browser and generating the second POST message on its own after passing the first along.
    All open a TAC case as soon as my reseller (who I'm tempted to blacklist here) gets the maintenance contract on the chassis updated.

  • Dragging images ???

    completely new to this. created simple template using tables.
    2 rows 2 columns. top right table will have 2 images in it. one (on
    top) will be my website banner. the second which is a smaller
    banner will fit underneath first image in the same table. no probs
    so far as i managed to get them both in the same table the right
    way around one on top of the other. but the bottom one sits to the
    left handside of the top one and when i try to align it the only
    things that seem to work are align left and align right. i want it
    in the middle but trying to drag it does nothing apart from
    switching it on top of the larger image above !! cant find anything
    in the help files relating to this.
    anyone gracious enough to help me goes straight to the top of
    my chrimbo card list : )
    also as this website design lark is such a minefield for a
    simpleton like myself any ideas which is the best site for VERY
    BASIC tutorials that even your local ned/chav/blockhead could
    understand ?
    many thanks

    Madharry8 wrote:
    > completely new to this. created simple template using
    tables. 2 rows 2 columns.
    > top right table will have 2 images in it. one (on top)
    will be my website
    > banner. the second which is a smaller banner will fit
    underneath first image in
    > the same table. no probs so far as i managed to get them
    both in the same
    > table the right way around one on top of the other. but
    the bottom one sits to
    > the left handside of the top one and when i try to align
    it the only things
    > that seem to work are align left and align right. i want
    it in the middle but
    > trying to drag it does nothing apart from switching it
    on top of the larger
    > image above !! cant find anything in the help files
    relating to this.
    > anyone gracious enough to help me goes straight to the
    top of my chrimbo card
    > list : )
    Put your cursor in the top right cell (which you call a
    table) Go to
    windows>properties and select 'Center' from the 'Horz'
    drop menu
    > also as this website design lark is such a minefield for
    a simpleton like
    > myself any ideas which is the best site for VERY BASIC
    tutorials that even your
    > local ned/chav/blockhead could understand ?
    Sorry I don't know that one, I just picked up most of what I
    know from
    hanging around forums a lot and experimenting.
    You need a good book on html and css. Both are critical to
    your progress
    as already using the technique that I have given you is
    outdated BUT the
    most simplest for you to understand at this moment in time.

  • HTTPS balance without a SSL Module

    I have read thru the forum and found a couple threads talking about this issue but didnt find a solution to my problem.
    I have 2 CSS11503s without SSL modules. I now have a need to balance a KVMoIP system that uses ssl on the servers(currently only 5 concurrent users). My balance is simply for ease of use for my customers so they dont have to know the url for the primary and secondary servers. Here is what I have right now:
    interface 1/1
    bridge vlan 241
    description "to users"
    interface 1/2
    description "to servers"
    bridge vlan 700
    circuit VLAN700
    ip address 172.20.241.181 255.255.255.192
    ip virtual-router 100 priority 1
    ip redundant-interface 100 172.20.241.183
    ip critical-service 100 css-up-down
    ip critical-reporter 100 css-sc1
    circuit VLAN241
    ip address 172.20.241.71 255.255.255.192
    ip virtual-router 1 priority 1
    ip redundant-interface 1 172.20.241.73
    ip redundant-vip 1 172.20.241.100
    ip critical-service 1 css-up-down
    ip critical-reporter 1 css-sc1
    service obsidian
    ip address 172.20.241.172
    keepalive port 80
    keepalive type tcp
    active
    owner avocent
    content kvm (Does not work)
    vip address 172.20.241.100
    protocol tcp
    port 443
    add service obsidian
    content kvm_80 (This works)
    protocol tcp
    port 80
    add service obsidian
    vip address 172.20.241.100
    active
    The http to the server works fine but the https get "The page can not be displayed" when you go to https://172.20.241.100
    Thanks for any insight into this issue.

    Hi Gill,
    thats what i?ve found:
    config-owner-content) application
    To specify the application type associated with the content rule, use the application command. The application type enables the CSS to correctly interpret the data stream matching the content rule and parse them. Otherwise, the data stream packets are rejected. Use the no form of this command to reset the application type to its default setting of HTTP.
    application type
    no application
    Syntax Description
    type
    Application type. Enter one of the following:
    ?bypass - Bypasses the matching of the content rule and send the request directly to the origin server
    ?http (default) - Processes HTTP data streams
    ?ftp-control - Processes FTP data streams
    ?sip - Processes Session Initiation Protocol (SIP) data streams
    ?ssl - Processes Secure Sockets Layer (SSL) protocol data streams

  • ACE and VIP failover

    Hi,
    There is another one:-)
    On CSS i could define critical service and put the VIP down if critical service is down. Also CSS used something like VRRP to define active VIP per CSS.
    So the question is, can I do the same thing on two ACE modules? So, one is active for the VIP, and if service associated with that VIP fails, the active VIP is moved to another ACE module?
    Can this be accomplished with contexts? FT VLAN..etc. It is not the same as VRRP VIP fail over on CSS but i could use it. Can i use FT VLAN over L2 devices/MPLS backbone or do i have to use dedicated link?

    On ACE the failover is context based (not Vip based).
    ACe can be configured to track and detect failures in the following items in the
    Admin context and any user context:
    • Gateways or hosts
    • Interfaces
    • Hot Standby Router Protocol (HSRP) groups
    You need to configure a tracking priority for each tracking event.
    from ACE Admin guide
    "Suppose that on ACE 1 you configure the active FT group member
    with a priority of 100 and on ACE 2 you configure the standby FT group member
    with a priority of 70. Further, assume that you configure the FT group to track
    three critical interfaces, each with a unit priority of 15. To trigger a switchover,
    all three interfaces must fail so that the priority of the active member is less than
    the priority of the standby member (100 - 45 = 55)."
    Please read ACE Admin guide for more details
    Syed

  • Critical Services on CSS - All or Any?

    I've configured vip redundancy on a pair of 11506. I would like critical services defined to failover when ALL the services are down or the upstream gateway is down. The documentation isn't very clear on this. There are simple examples and only the one line about an ALL SERVICES option. (see below)
    "Local critical services for any service other than scripted or redundancy
    uplink, such as a Web service. The VR goes down when all associated local
    critical services go down."
    I assume you do the ALL services option by creating multipe critical services under the IP Interface. But the documentation doesn't say. Am I right?

    Hi Gilles,
    Thanks for the weekend reply! I'd read that section on critical services. It lists three options. The first two will fail if ANY of the configured keepalives fail while the third we clarified how to do an ALL option.
    What I really want to do is fail over when the upstream gateway is unreachable OR all services are down (basically a hybrid ANY/ALL option).
    Rather than build a separate service should I use the existing ones? I'm already using port specific keepalives under my services (port 80 and a custom application TCP port).
    Can I add a second keepalive type to each service with the ping script listing the server IP and upstream router IP? That way if the router fails the service is down.
    I'm guessing if it isn't possible to add a second keepalive to a service I will need to write a custom script to accomplish what I'm trying to do. No biggie I'm just looking for the quickest way to do this.
    Thanks in advance.

  • Design View and a CSS Div layout page

    There are a few pages l
    ike this. I am assuming it is because everything is layed out w
    ith div tags, but there mush be a way to correct the desging view. Everything shows up great o
    nline. Here is a screenshot:
    Here is the code:
    <body onload="initHomePage(); addReferToLinks();">
    <!-- ################# TOOLBAR ############## -->
    <script type="text/javascript" src="/shared_assets/toolbar_v2/toolbar.js"></script>
    <!--  end TOOLBAR -->
    <img src="/profile/image/logo_linknet.gif" />
    <!-- Main div for entire page layout -->
    <form name="frmSearch" action="" method="get" title="Resources" class="scopedSearch">
           <input class="textInput" name="qt" value="THIS SECTION ONLY" id="searchField" size="20" />
           <input class="button" type="submit" value="Search" name="submit" />
           <input type=hidden name="col" value="mpr dno dnos1" />
    </form>
        <div id="main">
    <!-- ###################### LEFT NEWS ################################## --> 
      <div id="newsBox" class="box">
       <div class="boxHeader">
        <div class="headerLeft"><h2>MP News</h2></div>
        <div class="headerRight"><a href="/news/news/index.htm" class="more">more &#0187;</a></div>
       </div>
       <div class="boxContent">
        <h3>
         <script type="text/javascript">var x=new Date(); document.write(x.toLocaleDateString());</script>
        </h3>
        <div id="newsContent">
         <div class="loading">
          Loading...
         </div>
        </div>
        <!-- -->
        <h3>My Subscriptions</h3>
         <ul style="list-style-type:none;">
          <li><a href="http://rss/">Setup Subscriptions - Get Help</a></li>
          <li><a href="http://">View Subscriptions</a></li>
         </ul>
        <!-- MEDIA CENTER -->
        <div class="imgFrame"><a href=""><img src="image/mc_logo2.jpg" alt="Media Center" hspace="0" vspace="0" border="0" /></a></div>
        <!-- COLUMNS -->
        <div class="imgFrame"><a href="http/"><img src="image/columns.gif" hspace="0" vspace="0" border="0" alt="The Northwestern Columns" /></a></div>
       </div>
      </div>
    <!-- #### end LEFT NEWS ########### -->
    <!-- ###################### CENTER CONTENT ################################## -->
      <div id="content">
       <!-- MAIN CONTENT WELL -->
       <!-- optional notice (visible only when critical news exists) -->
       <div id="alert" class="box highlightBox">
        <div class="boxHeader">
         <div class="headerLeft"><h2>Important Notice</h2></div>
         <div class="headerRight"> </div>
        </div>
        <div id="alertContent" class="boxContent">
         <div class="article">
          <a href="" class="headline">Avoid lock out - Install LINK 22.2 now</a>
          Users who do not install LINK 22.2 before the version enforcement date of July 31 will be
          unable to access their PCs.
         </div>
        </div>
       </div>
                <div id="home_page_id">) Home Page</div>
       <!-- Activities -->
       <div id="activities" class="box highlightBox">
        <div class="boxHeader">
         <div class="headerLeft">Welcome<span id="username"></span><h2>What would you like to do?</h2></div>
         <div class="headerRight"> </div>
        </div>
        <div class="boxContent">
         <div style="width:100%;">
          <ul>
           <li><a title="Find information and tools for recruiting new representatives" onmouseover="showTooltip(this);" onmouseout="hideTooltip(this);">Recruiting:  <select style="font:message-box; width:19em;" onchange="if(this.value){window.navigate(appendReferer(this.value))};">
             <option name="selectRecruit" selected="selected">*** make selection ***</option>
             <option value="http.htm">Sourcing & Prospecting</option>
             <option value="http://.htm">Selecting & Assessing Candidates</option>
             <option value="http://_process.htm">Post Acceptance Process</option>
             <option value="http">Developing an Internship Program</option>
             <option value="http.htm">Tracking Activity, Results & Accountability</option>
             <option value="http://.htm">Recruiter Development</option>
            </select></a></li>
           <li><a href="/objective/mpr_secure/mp_ldorgdev.htm" title="Find information and tools for developing leaders in your office" onmouseover="showTooltip(this);" onmouseout="hideTooltip(this);">Leadership &amp; Organizational Development </a></li>
           <li><a href="/objective/mpr_secure/mp_supvsn.htm" title="Find information and tools for effective supervision" onmouseover="showTooltip(this);" onmouseout="hideTooltip(this);">Supervision</a></li>
           <li><a href="/objective/mpr_secure/mp_stfop.htm" title="Find information and tools for   managing your office" onmouseover="showTooltip(this);" onmouseout="hideTooltip(this);">Staffing &amp; Operations</a></li>
           <li><a href="/objective/mpr_secure/mp_plnperform.htm" title="Find information and tools for business planning and performance monitoring" onmouseover="showTooltip(this);" onmouseout="hideTooltip(this);">Planning &amp; Performance</a></li>
              <li><a href="/objective/mpr_secure/mp_mngmntcompben.htm" title="Find information regarding income, fees, expenses, allowances and benefits" onmouseover="showTooltip(this);" onmouseout="hideTooltip(this);">Management Compensation &amp; Benefits</a></li>
              <li><a href="/objective/mpr_secure/mp_repdev.htm" title="Find information and tools regarding mentoring and professional growth" onmouseover="showTooltip(this);" onmouseout="hideTooltip(this);">Representative &amp; Specialist Development</a>  </li>
          </ul>
          <div id="slideshow1" class="activitySlideshow" style="height:212px;">
           <img src="image/slideshow_photos/photo06.jpg" />
           <img src="image/slideshow_photos/photo07.jpg" />
           <img src="image/slideshow_photos/photo08.jpg" />
           <img src="image/slideshow_photos/photo09.jpg" />
           <img src="image/slideshow_photos/photo10.jpg" />     
          </div>
         </div>
        </div>
       </div>
       <!-- Lower div under activities (2 columns) -->
       <div class="leftColumn">
       <!-- Events Calendar -->
        <div class="box">
         <div class="boxHeader">
          <div class="headerLeft"><h2>Events Calendar</h2></div>
         </div>
          <div class="boxContent"><ul>                      
          <li>April 25-30<br />
         <a href="http_020110.htm" target="_blank"></a></li>
         <li>May 12-14<br />
         <a href="http://030510.htm" target="_blank"></a></li>               
           <li>June 16<br />
         <a href="http://.htm" target="_blank">Series conversation</a></li>                                  
                          </ul>
          </div>
        </div>
         <!-- Spotlight -->
         <div class="box">
          <div class="boxHeader">
           <div class="headerLeft"><h2>Spotlight</h2></div>
           <div class="headerRight"> </div>
          </div>
          <div class="boxContent">
                  <div class="article">
          <!-- Leave "Market volatility resources available" at the top -->
       <div class="headline"><a href="http.htm?tern Mutual Association dues decline form available</a> </div>
         The $25 association membership fee will be charged to June 30 home
         office supply bills. Representatives who wish to decline membership
         may submit a <a href="http://.htm" target="_blank">decline
         form</a>.
    <div class="headline"><a href="http://.htm">Surplus notes information available</a> </div>
         Find answers to common questions and hear insights from about the company’s recent surplus notes offering.
                              <div class="headline"><a href="http://.htm">Stay up to date on 2010 estate tax repeal </a> </div>
         Consider the new Estate Tax Repeal page on LINKnet “home base” for information on the 2010 repeal and resources to use when talking to clients about this topic.
                  <div class="headline"><a href="http/index.htm">Withstanding Market Challenges</a> </div>
         Access resources to highlight the company’s strength and stability, find sales strategies and share marketing and market-related materials to help address client concerns.
                  <div class="headline"><a href="http:///year.htm">Dividend resources available</a> </div>
         The Current Year Scale page on LINKnet provides the latest information
         and sales support materials based on the 2010 dividend announcement.
    <!-- Leave "Market volatility resources available" at the top -->
                   </div>
          </div>
         </div>
       </div>
       <div class="rightColumn">
       <!-- Approaching Deadlines -->
        <div class="box">
         <div class="boxHeader">
          <div class="headerLeft"><h2>Approaching Deadlines</h2></div>
         </div>
         <div class="boxContent">
           <ul>
    <li>April 30: <a href="http.htm">Submit 2010 Commitment to Excellence Award nbominee</a></li>
           <li>May 25: <a href="http.htm">Submit applications for Intern Community Service Award</a></li>
                          <li>June 30: <a href="http://pdf">Submit 2010 Managers Membership Award Application to NAIFA</a> <img src="/shared_assets/image/doc_icons/pdf.gif" alt="PDF File" /></li>
                          </ul>
          </div>
        </div>
        <!-- Tech Alerts -->
        <div id="techalerts" class="box">
         <div class="boxHeader">
          <div class="headerLeft"><h2>Priority Tech Alerts</h2></div>
          <div class="headerRight"><a href="http://.htm" class="more">more &#0187;</a></div>
         </div>
         <div class="boxContent">
          <div class="loading">
           Loading...
          </div>
         </div>
         <iframe name="techalerts" src="/statusdisplay/001_summary.htm" onreadystatechange="if(this.readyState=='complete'){this.previousSibling.innerHTML = formatTechAlert(frames['techalerts'].document.body.innerHTML);}"></iframe>
        </div>
       </div>
      </div>

    Dreamweaver is pretty good these days at showing the page in Design View how it will be viewed when online. HOWEVER having said that it does largely depend on the way you write the css.
    I guess for Dreamweaver it's impossible for it to show every concievable way you can write css correctly. Unfortuantely if your css is not compatible with what Dreamweaver likes it won't make a great job of rendering the site correctly in Design View, that's always been the case.
    The css is not wrong but I've seen many display issues in Dreameaver Design View caused as a direct result of the css being overly complex to crack simple presentation. I guess it's in the lap of the gods if you are fortunate enough to have found the way to write css that Dreamweaver likes.

  • Runtime css WHY BOTHER

    hi,
    there are a lot of blog posts and excellent documentation on using runtime css.
    however, none of them really address the *why*.
    the adobe docs say:
    "By loading style sheets at run time, you can load images (for graphical skins), fonts, type and class selectors, and programmatic skins into your Flex application without embedding them at compile time. This lets skins and fonts be partitioned into separate SWF files, away from the main application. As a result, the application's SWF file size is smaller, which reduces the initial download time. However, the first time a run-time style sheet is used, it takes longer for the styles and skins to be applied than if you load styles by using the <mx:Style>
    tag. This is because Flex must download the necessary CSS-based SWF file while the application is starting up or running."
    from what i gather:
    - it's good because i've separated my styling code from my application code. ok, fine. not critical tho.
    - reduces initial download time? fine. but I still can't display my app because I have to wait for the css swf to be download first and then be applied (which takes longer to apply at runtime)
    - takes more code to apply the style, when to apply it in the initialization phase, and how to avoid flicker of original halo style
    - i've seen a few posts on problems with css and modules
    do i need to swap css styles at runtime? no.
    but lets assume i want to change the style in the future to give it a fresh look. i could simply replace the css swf on the server and only that swf will be downloaded and updated in the users browser cache. correct? great. for all that architectural pain, i've saved them a few extra kilobytes of download time.
    and what about themes? the halo theme is the default and compiled into your app *regardless* of whether u use runtime css or compile time css. so u may as well build a theme swc to begin with.

    Some folks have apps that swap themes/skins at runtime sort of like Windows Media Player.
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • CSS VIP Issues (Source Group with 'add destination service')

    I have a pair of Cisco CSS 11503 boxes with a ap-kal-pinglist applied to both virtual routers, as a Critical Service, on the Primary CSS.  When a link goes down, the VRRP fails over all traffic to the Secondary, as expected, but there is an issue with two particular VIPs.  These VIPs have Source Groups configured, like below:
    group WEBSITE_ABC
      add destination service XYZ_Server_1
      add destination service XYZ_Server_2
      vip address 10.10.3.25
      active
    group WEBSITE_XYZ
      add destination service ABC_Server_1
      add destination service ABC_Server_2
      vip address 10.10.3.24
      active
    Once a failover occurs, the VIPs are unreachable via a browser.  I have also seen 1 VIP OK and 1 VIP not, but never both working.  At times, when I failback to the Primary, the VIPs are OK again.  The services are reachable via a browser during this issue.
    any ideas?

    You need to check if during the failover the css sends a G-ARP to inform that the arp associated with the nat ip address now belongs to the secondary css.
    Get sniffer trace during failver and check if this g-arp is sent.
    If not, this is a bug and you need to report it.
    If yes, then the problem is not the CSS but another device on the path...did the switch correctly learned the new path ?  Does the server have the correct arp table ?
    Gilles.

Maybe you are looking for

  • How do I transfer all updates to my ipad ?

    In iTunes, I clicked on the Apps, and then Update all Apps.  As I hadn't done this in a while, it went ahead and updated 100 apps or so.  When it was done, it informed me I had no additional updates.  Then I plugged in my iPad, and I expected to be a

  • How to expand multi-line fields in pdf forms?

    I have a FormsCentral PDF form, which allows users to fill out the form and save as a PDF. However, after receiving the completed forms, I am unable to see all the text in the multi-line field boxes without opening them and scrolling down. Since I wi

  • Search function in interactive PDF

    Hi I am developping an interactive PDF and I would like to embed a search function (not the Ctrl+F option, an actual search button on each page, like on a website). Is that possible? I am curently working in InDesign CS6 Thanks Andrei

  • How to separate perticular column from multidimensionl array

    dear all, i am just reading CAN bus message, problem is that it is accomodated in a 11X7 array which includes frame time stamp, ID, byte length etc but i am interested in CAN data. can anybody tell me how to separate that column from all. i want to r

  • My serial number does not work with the downloaded older version?

    in order to get my purchased version of CS6 i had to download an order version so i did but my problem is my serial number i not accepted!!! Does anyone got the solution please? Thank you