Software Information



Articles Main Page | Main Site Home Page





Text Ad's by TextAdPro.com
Make Money For Real doing nothing - 3 ways to profit - EZmatic.com.

ThatsNeato.com - That's Neato!

Home Business Money Making - How to make money on the net.

2coolhair.com - Over 5,000 Hairstyles Pitcures.



Cisco Certification: Introduction To ISDN, Part V


The major reason I recommend getting your hands on real Cisco equipment rather than a simulator is that real Cisco routers give you the chance to practice and learn show and debug commands.

The knowledge you acquire from debugs is invaluable. Frankly, itâ??s this knowledge that puts you above the â??averageâ?? CCNA who doesnâ??t have that hands-on experience. Watching debugs in action also gives you a head start on the CCNP. Since 90 â?" 95% of CCNAs go on to pursue the CCNP, itâ??s a great idea to get started with debugs now.

Donâ??t make the mistake of waiting until youâ??re studying for your CCNP and CCIE to start learning debugs and shows. The work you do for the CCNA is the foundation for everything youâ??ll do in the future.

Never, ever, ever practice debugs on a production network. There are debugs that will give you so much information that the router actually becomes overloaded and then locks up. Never practice debugs on a production network.

Itâ??s important to know the proper show and debug commands for ISDN for several reasons. First, by watching ISDN in operation, you can see its processes and better understand whatâ??s going on. Secondly, itâ??s difficult if not impossible to properly troubleshoot ISDN without knowing the proper show and debug commands. (Itâ??s easy to overlook an ISDN authentication error just by looking at the configuration, but running debug ppp negotiation will quickly show you where the problem lies.)

Letâ??s take a look at the ISDN show and debug commands that every CCNA and CCNP should know.

Show ISDN Status

If you only know one ISDN show command, itâ??s got to be this one. Always use this command after configuring your ISDN switch type and any necessary SPIDs. The command will show you the switch type (and will also show you if you did not configure a switch type), and whether the SPIDs you entered are valid:

R1#show isdn statusGlobal ISDN Switchtype = basic-ni < ISDN switch type is correctly configured.>ISDN BRI0 interface

dsl 0, interface ISDN Switchtype = basic-ni

Layer 1 Status:

ACTIVE

Layer 2 Status:

TEI = 91, Ces = 1, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED

TEI = 92, Ces = 2, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED

Spid Status:

TEI 91, ces = 1, state = 5(init)

spid1 configured, no LDN, spid1 sent, spid1 valid < SPID 1 is good.>

Endpoint ID Info: epsf = 0, usid = 1, tid = 1

TEI 92, ces = 2, state = 5(init)

spid2 configured, no LDN, spid2 sent, spid2 valid

Endpoint ID Info: epsf = 0, usid = 3, tid = 1

Layer 3 Status:

0 Active Layer 3 Call(s)

Activated dsl 0 CCBs = 0

The Free Channel Mask: 0x80000003

Once in a while, youâ??ll get this output from show isdn status:

R2#show isdn statusThe current ISDN Switchtype = basic-ni1ISDN BRI0 interface

Layer 1 Status:

ACTIVE

Layer 2 Status:

Layer 2 NOT Activated

Spid Status:

TEI Not Assigned, ces = 1, state = 3(await establishment)

spid1 configured, no LDN, spid1 NOT sent, spid1 NOT valid

TEI Not Assigned, ces = 2, state = 1(terminal down)

spid2 configured, no LDN, spid2 NOT sent, spid2 NOT valid

Check your running configuration, and if the SPIDs look good, simply close the BRI interface and open it again. Then run show ISDN status again. If you then see â??spids are validâ??, youâ??re ready to proceed. If you still see a message that the spids are invalid, youâ??ve most likely mistyped the SPID.

Show Access-List

Whatâ??s this command got to do with ISDN? Everything.

Remember how the ISDN link comes up in the first place? Interesting traffic. By default, there is no interesting traffic. You define interesting traffic with the dialer-list and dialer-group commands, AND the access-list command. If you have a problem with your link never coming up or with it coming up and staying up, use this command to see what traffic has been defined as interesting.

Show Dialer

Another helpful command to determine why an ISDN link is coming up and staying up. This command shows you how many successful calls and failed calls have taken place, what the current idle-timer value is (by default, itâ??s 120 seconds), and most importantly, what the source and destination was for the current interesting traffic:

R1#show dialer
BRI0 - dialer type = ISDN
Dial String Successes Failures Last called Last status
8358662 1 0 00:00:59
successful
0 incoming call(s) have been screened.
0 incoming call(s) rejected for callback.

BRI0:1 - dialer type = ISDN
Idle timer (120 secs), Fast idle timer (20 secs)
Wait for carrier (30 secs), Re-enable (15 secs)
Dialer state is data link layer up
Dial reason: ip (s=172.12.21.1, d=172.12.21.2) < s=Source, d=Destination >
Time until disconnect 62 secs
< Idle timer, reset by interesting traffic only >
Connected to 8358662 (R2)

Here, you can see that the idle-timer value is at its default, that there are 62 seconds left until the link comes down (unless interesting traffic resets the timer), and that the source of the interesting traffic was 172.12.21.1 and the destination is 172.12.21.2. If that destination is the multicast address of a routing protocol â?" say, 224.0.0.5 for OSPF â?" you know what traffic is keeping the line up.

Show ISDN History

Want to see what calls have been made in the last 15 minutes? Just run this command. Itâ??s helpful if youâ??re walking in to an ISDN troubleshooting situation and want to see what calls have been made.

R1#show isdn
history-------------------------------------------------------------------------------- ISDN CALL HISTORY--------------------------------------------------------------------------------History table has a maximum of 100 entries.History table data is retained for a maximum of 15 Minutes.--------------------------------------------------------------------------------Call Calling Called Remote Seconds Seconds Seconds ChargesType Number .Number Name Used Left Idle Units/Currency-----------------------------------------------------------------------------------------------------------Out 8358662 R2 121 0Out 8358662 R2 121 0-----------------------------------------------------------------------------------------------------

Debug PPP Negotiation

Not only do you need to know this command for your CCNA and CCNP exams, you MUST know it to be an effective ISDN troubleshooter.

When PPP authentication is first configured, itâ??s simple to mistype a password, or forget to configure a â??username / passwordâ?? combination. Instead of continually reading your running configuration to see what the problem is, run debug ppp negotiation and send a ping to bring the line up. Youâ??ll quickly see where the problem is.

R2#debug ppp negotiationPPP protocol negotiation debugging is onR2#ping 172.12.21.1

BR0:1 PPP: Phase is AUTHENTICATING, by both< Both routers are authenticating the other with CHAP. >BR0:1 CHAP: O CHALLENGE id 1 len 23 from "R2"< R2 is sending a challenge to the remote router. O = â??outgoingâ??. >BR0:1 CHAP: I CHALLENGE id 1 len 23 from "R1"< A CHAP challenge has come in from R1. I = â??incomingâ??>BR0:1 CHAP: O RESPONSE id 1 len 23 from "R2"< R2 is sending a response to the challenge. >BR0:1 CHAP: I SUCCESS id 1 len 4< A success message has come in , indicating the challenge was successfully met. >BR0:1 CHAP: I RESPONSE id 1 len 23 from "R1"< A response to the challenge sent to R1 is now coming in. >BR0:1 CHAP: O SUCCESS id 1 len 4< The challenge was successfully met by R1, and a success message is sent. >

By mastering these simple ISDN show and debug commands, you increase your chances of passing the CCNA and CCNP exams greatly, and vastly improve your on-the-job skills.

I recommend you visit www.cisco.com/univercd for more show and debug commands. Learning to negotiate this valuable online resource will truly help you become more valuable on the job. Every Cisco router and switch command, along with default and usage guidelines, can be found on this site. Iâ??ll have an article posted soon to help you learn your way around the site; in the meantime, I urge you to begin adding this website to your troubleshooting toolkit.

Chris Bryant, CCIE (TM) #12933, has been active in the Cisco certification community for years. He has written several books that have helped CCNA candidates around the world achieve the coveted CCNA certification, including several concentrating on binary math conversions and subnetting questions that the average CCNA candidate will need to answer on their CCNA exams.

He is the owner of The Bryant Advantage (http://www.thebryantadvantage.com) where he teaches affordable world-class CCNA courses via the Internet, and sells his popular Cisco certification books. Heâ??s proud to have helped CCNA candidates around the world achieve their career goals. Mr. Bryantâ??s books and courses are sold on his site, on eBay, and on several other major Cisco certification sites.


MORE RESOURCES:
table border=0 width= valign=top cellpadding=2 cellspacing=7trtd width=80 align=center valign=topfont style=font-size:85%;font-family:arial,sans-serifa href=http://news.google.com/news/url?sa=Tct=us/0i-0fd=Rurl=http://www.earthtimes.org/articles/show/epicor-comments-on-the-termination-of-elliott-associatesrsquo-tender-offer,632860.shtmlcid=1272902427ei=eswnSYKcNJjI9AT-tKwNusg=AFQjCNGFgbUppmu4r5amM-tjyMZTSuqFhgimg src=http://news.google.com/news?imgefp=-zwqhIcofgUJimgurl=www.earthtimes.org/newsimage/Bus_20081121191102_35.jpg width=80 height=80 alt= border=1brfont size=-2Earthtimes (press release)/font/a/font/tdtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://news.google.com/news/url?sa=Tct=us/0-0fd=Rurl=http://www.marketwatch.com/news/story/Elliott-Terminates-Tender-Offer-Acquire/story.aspx%3Fguid%3D%257B715050E5-AD0A-4808-A8D6-38ED8DF5BC63%257Dcid=1272902427ei=eswnSYKcNJjI9AT-tKwNusg=AFQjCNGwC6dIQbAHV8DbShP8eBQhatipJAElliott Terminates Tender Offer to Acquire Epicor bSoftware/b Corporation/abrfont size=-1font color=#6f6f6fMarketWatchnbsp;-/font nobr20 hours ago/nobr/fontbrfont size=-1b.../b LP and Elliott International, LP (collectively, quot;Elliottquot; or quot;wequot;), a major shareholder of Epicor bSoftware/b Corporation (the quot;Companyquot; or quot;Epicorquot;), b.../b/fontbrfont size=-1a href=http://news.google.com/news/url?sa=Tct=us/0-1fd=Rurl=http://www.forbes.com/feeds/ap/2008/11/21/ap5729568.htmlcid=1272902427ei=eswnSYKcNJjI9AT-tKwNusg=AFQjCNE_73bvYcS3NXAPIOVk5fcCT9YkmwEpicor drops after hedge fund ends hostile bid/a font size=-1 color=#6f6f6fnobrForbes/nobr/font/fontbrfont size=-1a href=http://news.google.com/news/url?sa=Tct=us/0-2fd=Rurl=http://www.ocbj.com/industry_article.asp%3FaID%3D75658381.8793711.1711307.8237208.5233255.264%26aID2%3D131630cid=1272902427ei=eswnSYKcNJjI9AT-tKwNusg=AFQjCNEVUbG0V9K0d68bQL5NjT99Lt5kgwHedge Fund Elliott Associates Withdraws Offer for Epicor bSoftware/b/a font size=-1 color=#6f6f6fnobrOrange County Business Journal/nobr/font/fontbrfont size=-1a href=http://news.google.com/news/url?sa=Tct=us/0-3fd=Rurl=http://www.reuters.com/article/mergersNews/idUSBNG18344320081121cid=1272902427ei=eswnSYKcNJjI9AT-tKwNusg=AFQjCNH4iG51ZdvX9Zx57exUI5ObNF355wUPDATE 1-Hedge Fund ends offer for Epicor/a font size=-1 color=#6f6f6fnobrReuters/nobr/font/fontbrfont size=-1 class=pa href=http://news.google.com/news/url?sa=Tct=us/0-4fd=Rurl=http://www.rttnews.com/ArticleView.aspx%3FId%3D782142%26SMap%3D1cid=1272902427ei=eswnSYKcNJjI9AT-tKwNusg=AFQjCNFWI9SEMWmoh3f86FSGXQ8XOn-AfgnobrRTT News/nobr/anbsp;- a href=http://news.google.com/news/url?sa=Tct=us/0-5fd=Rurl=http://blogs.barrons.com/techtraderdaily/2008/11/21/epicor-elliott-associates-drops-bid-stock-tumbles/cid=1272902427ei=eswnSYKcNJjI9AT-tKwNusg=AFQjCNHb8RmESmaeodb6N5zw7I1E-SjXGAnobrBarron's Blogs/nobr/a/fontbr/font class=p size=-1a class=p href=http://news.google.com/news?sourceid=navclientie=ISO-8859-1rls=GGLG,GGLG:2005-22,GGLG:enncl=1272902427hl=ennobrall 45 news articles/nobr/a/font/div/font/td/tr/table

table border=0 width= valign=top cellpadding=2 cellspacing=7trtd width=80 align=center valign=topfont style=font-size:85%;font-family:arial,sans-serifa href=http://news.google.com/news/url?sa=Tct=us/1i-0fd=Rurl=http://gadgetwise.blogs.nytimes.com/2008/11/21/picture-google-street-view-on-the-iphone/cid=1272850889ei=eswnSYKcNJjI9AT-tKwNusg=AFQjCNGtSq00tPbvGys7kFpdSyj1Zi6RMgimg src=http://news.google.com/news?imgefp=DbM9qO9EamEJimgurl=graphics8.nytimes.com/images/2008/11/21/technology/personaltech/iphonemap2.480.jpg width=80 height=32 alt= border=1brfont size=-2New York Times/font/a/font/tdtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://news.google.com/news/url?sa=Tct=us/1-0fd=Rurl=http://news.cnet.com/8301-17938_105-10105305-1.htmlcid=1272850889ei=eswnSYKcNJjI9AT-tKwNusg=AFQjCNFS-RAbYjT2onNMsrvPSyNSkqiZrAThe best thing about the 2.2 iPhone bsoftware/b update/abrfont size=-1font color=#6f6f6fCNET News,nbsp;CAnbsp;-/font nobr13 hours ago/nobr/fontbrfont size=-1When it some to iPhone bsoftware/b updates, I#39;m all about the basics. Apple could enable the iPhone to cook my dinner every night, but if it added multimedia b.../b/fontbrfont size=-1a href=http://news.google.com/news/url?sa=Tct=us/1-1fd=Rurl=http://www.crn.com/networking/212101415cid=1272850889ei=eswnSYKcNJjI9AT-tKwNusg=AFQjCNHC_lgqMqL7G849LwcgD9bNgGdgUAFirst Look: Apple#39;s iPhone 2.2 bSoftware/b Hits The Street (And b.../b/a font size=-1 color=#6f6f6fnobrCRN/nobr/font/fontbrfont size=-1a href=http://news.google.com/news/url?sa=Tct=us/1-2fd=Rurl=http://arstechnica.com/news.ars/post/20081121-lots-to-like-about-new-iphone-2-2-software-update.htmlcid=1272850889ei=eswnSYKcNJjI9AT-tKwNusg=AFQjCNFLaDGyvITaocRrPbeZl56DlCDKuALots to like about new iPhone 2.2 bsoftware/b update/a font size=-1 color=#6f6f6fnobrArs Technica/nobr/font/fontbrfont size=-1a href=http://news.google.com/news/url?sa=Tct=us/1-3fd=Rurl=http://www.appleinsider.com/articles/08/11/21/apple_releases_iphone_software_v2_2.htmlcid=1272850889ei=eswnSYKcNJjI9AT-tKwNusg=AFQjCNFEibnT5us8VW8YMz9Q0Rl55XmgDgApple releases iPhone bSoftware/b v2.2/a font size=-1 color=#6f6f6fnobrApple Insider/nobr/font/fontbrfont size=-1 class=pa href=http://news.google.com/news/url?sa=Tct=us/1-4fd=Rurl=http://www.g4tv.com/thefeed/blog/post/691179/iPhone_Software_Update_22_Out_NOW.htmlcid=1272850889ei=eswnSYKcNJjI9AT-tKwNusg=AFQjCNFeVVzQhdBenjAMRxue_YhWQhPxhwnobrG4 TV/nobr/anbsp;- a href=http://news.google.com/news/url?sa=Tct=us/1-5fd=Rurl=http://www.infosyncworld.com/news/n/9932.htmlcid=1272850889ei=eswnSYKcNJjI9AT-tKwNusg=AFQjCNFEzv6wUFcbB4HyGxL0bhtzMSAwFAnobrinfoSync World/nobr/a/fontbr/font class=p size=-1a class=p href=http://news.google.com/news?sourceid=navclientie=ISO-8859-1rls=GGLG,GGLG:2005-22,GGLG:enncl=1272850889hl=ennobrall 132 news articles/nobr/a/font/div/font/td/tr/table

table border=0 width= valign=top cellpadding=2 cellspacing=7trtd width=80 align=center valign=topfont style=font-size:85%;font-family:arial,sans-serifa href=http://news.google.com/news/url?sa=Tct=us/2i-0fd=Rurl=http://www.canada.com/topics/technology/news/gizmos/story.html%3Fid%3Dacb3b045-9d46-4f3b-aa25-5447dd34d5b6cid=1272030386ei=eswnSYKcNJjI9AT-tKwNusg=AFQjCNHpTM7LFxgwCY-VnqyWB-0XCsvhLgimg src=http://news.google.com/news?imgefp=2UkyZbz6Tp0Jimgurl=a123.g.akamai.net/f/123/12465/1d/media.canada.com/reuters/olustech_iptc/2008-10-28t011803z_01_btre49r03ot00_rtroptp_2_tech-us-china-microsoft.jpg%3Fsize%3Dl width=80 height=80 alt= border=1brfont size=-2Canada.com/font/a/font/tdtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://news.google.com/news/url?sa=Tct=us/2-0fd=Rurl=http://www.etaiwannews.com/etn/news_content.php%3Fid%3D794127%26lang%3Deng_newscid=1272030386ei=eswnSYKcNJjI9AT-tKwNusg=AFQjCNFAa_xwl79rsRY2Pu3EoTzoOopwsgMicrosoft to offer free security bsoftware/b to attract beginners/abrfont size=-1font color=#6f6f6feTaiwan News,nbsp;Taiwannbsp;-/font nobr22 hours ago/nobr/fontbrfont size=-119 to stop selling personal computer security bsoftware/b and to use free personal anti-virus bsoftware/b instead. The new bsoftware/b called Morro can support seven b.../b/fontbrfont size=-1a href=http://news.google.com/news/url?sa=Tct=us/2-1fd=Rurl=http://www.reuters.com/article/technologyNews/idUSTRE4AI7T420081119cid=1272030386ei=eswnSYKcNJjI9AT-tKwNusg=AFQjCNHl8rfWslm5v4MljG82y6JpKQktRwMicrosoft: New bsoftware/b not Symantec, McAfee rival/a font size=-1 color=#6f6f6fnobrReuters/nobr/font/fontbrfont size=-1a href=http://news.google.com/news/url?sa=Tct=us/2-2fd=Rurl=http://voices.washingtonpost.com/securityfix/2008/11/spamhaus_microsoft_now_5th_mos.html%3Fnav%3Drss_blogcid=1272030386ei=eswnSYKcNJjI9AT-tKwNusg=AFQjCNGIljGDbBFvkLxKMUL33Jk2WOyRNQSpamhaus: Microsoft Now 5th Most Spam Friendly ISP/a font size=-1 color=#6f6f6fnobrWashington Post/nobr/font/fontbrfont size=-1a href=http://news.google.com/news/url?sa=Tct=us/2-3fd=Rurl=http://www.networkworld.com/news/2008/111808-microsoft-drops-onecare-antivirus.html%3Ft51hbcid=1272030386ei=eswnSYKcNJjI9AT-tKwNusg=AFQjCNFoHJpcj5UVc0rpedSi0TTX4e-7hQMicrosoft to offer free security bsoftware/b/a font size=-1 color=#6f6f6fnobrNetworkWorld.com/nobr/font/fontbrfont size=-1 class=pa href=http://news.google.com/news/url?sa=Tct=us/2-4fd=Rurl=http://online.wsj.com/article/SB122706587967940197.html%3Fmod%3Dgooglenews_wsjcid=1272030386ei=eswnSYKcNJjI9AT-tKwNusg=AFQjCNGXOvPydLce4RDm8iExHx81ZYmRsQnobrWall Street Journal/nobr/anbsp;- a href=http://news.google.com/news/url?sa=Tct=us/2-5fd=Rurl=http://www.allheadlinenews.com/articles/7013120895cid=1272030386ei=eswnSYKcNJjI9AT-tKwNusg=AFQjCNEmmrBm7D4RRc3v7VHLOS-jLpKtpwnobrAHN/nobr/a/fontbr/font class=p size=-1a class=p href=http://news.google.com/news?sourceid=navclientie=ISO-8859-1rls=GGLG,GGLG:2005-22,GGLG:enncl=1272030386hl=ennobrall 304 news articles/nobr/a/font/div/font/td/tr/table

table border=0 width= valign=top cellpadding=2 cellspacing=7trtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://news.google.com/news/url?sa=Tct=us/3-0fd=Rurl=http://www.marketwatch.com/news/story/Traction-Software-Introduces-Live-Blog/story.aspx%3Fguid%3D%257B3063029C-301C-4FA1-96AA-CDD1F7DCBB98%257Dcid=1272940653ei=eswnSYKcNJjI9AT-tKwNusg=AFQjCNEimFZwHPavyXceeeLjcMtDyXVOJwTraction bSoftware/b Introduces Live Blog Micro-Messaging and End-of b.../b/abrfont size=-1font color=#6f6f6fMarketWatchnbsp;-/font nobr18 hours ago/nobr/fontbrfont size=-1Live Blogs become a standard feature -- not an extra cost option -- for Traction bSoftware#39;s/b secure, scalable enterprise class hypertext platform which now b.../b/font/div/font/td/tr/table

table border=0 width= valign=top cellpadding=2 cellspacing=7trtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://news.google.com/news/url?sa=Tct=us/4-0fd=Rurl=http://www.marketwatch.com/news/story/Vertical-Releases-Feature-Rich-Software/story.aspx%3Fguid%3D%257BF4BAFF49-2B11-4CC4-9733-46F92DA50101%257Dcid=1273053803ei=eswnSYKcNJjI9AT-tKwNusg=AFQjCNH_WtAEA0UO1goQ5PuBvkDcXCCI1AVertical Releases Feature-Rich bSoftware/b Update for Wave/abrfont size=-1font color=#6f6f6fMarketWatchnbsp;-/font nobr9 hours ago/nobr/fontbrfont size=-1b.../b today announced the release of the Wave 1.5 bsoftware/b upgrade to it#39;s award winning Wave IP 2500(TM) Business Communications Solution, the industry#39;s b.../b/font/div/font/td/tr/table

table border=0 width= valign=top cellpadding=2 cellspacing=7trtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://news.google.com/news/url?sa=Tct=us/5-0fd=Rurl=http://www.marketwatch.com/news/story/DR-Systems-Feature-Software-Only/story.aspx%3Fguid%3D%257B7CB6A109-AC04-4030-85B8-FF4E091F6E76%257Dcid=1272915325ei=eswnSYKcNJjI9AT-tKwNusg=AFQjCNFNBeqNqalzRkgSDUoI7jz8ijT-kQDR Systems to Feature bSoftware/b-Only, Enterprise Web-PACS for b.../b/abrfont size=-1font color=#6f6f6fMarketWatchnbsp;-/font nobr19 hours ago/nobr/fontbrfont size=-1With the new zero-download application, clinicians no longer have to download the bsoftware/b before accessing reports and exams on their own computers. b.../b/font/div/font/td/tr/table

table border=0 width= valign=top cellpadding=2 cellspacing=7trtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://news.google.com/news/url?sa=Tct=us/6-0fd=Rurl=http://www.marketwatch.com/news/story/Check-Point-Software-Announces-Participation/story.aspx%3Fguid%3D%257B6D724D11-1417-4998-A7DF-F31C3F2A9F26%257Dcid=1272926166ei=eswnSYKcNJjI9AT-tKwNusg=AFQjCNESC7Us-soXBH69FoDH9MdjSp6uXgCheck Point bSoftware/b Announces Participation in Fourth Quarter b.../b/abrfont size=-1font color=#6f6f6fMarketWatchnbsp;-/font nobr19 hours ago/nobr/fontbrfont size=-1Check Point bSoftware/b Technologies Ltd. ( www.checkpoint.com) is the leader in securing the Internet. Check Point offers total security solutions featuring a b.../b/font/div/font/td/tr/table

table border=0 width= valign=top cellpadding=2 cellspacing=7trtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://news.google.com/news/url?sa=Tct=us/7-0fd=Rurl=http://www.bizjournals.com/sanfrancisco/stories/2008/11/17/daily94.htmlcid=1272927325ei=eswnSYKcNJjI9AT-tKwNusg=AFQjCNE986wGmCgBj4dhwwBIZdG4k6Pu-AHann’s On bSoftware/b bouht by Mediware/abrfont size=-1font color=#6f6f6fBizjournals.com,nbsp;NCnbsp;-/font nobr16 hours ago/nobr/fontbrfont size=-1Mediware Information Systems Inc. has bought the assets of Hann’s On bSoftware/b, a pharmacy-management bsoftware/b provider based in Santa Rosa, for $3.5 million b.../b/fontbrfont size=-1a href=http://news.google.com/news/url?sa=Tct=us/7-1fd=Rurl=http://www.marketwatch.com/news/story/Mediware-Acquisition-Adds-320-Pharmacy/story.aspx%3Fguid%3D%257BD97D6EA2-0A06-49FD-BE33-0A9811CA460D%257Dcid=1272927325ei=eswnSYKcNJjI9AT-tKwNusg=AFQjCNFtsGhYHiTFou09FEgU_ECZ_4eUewMediware Acquisition Adds 320 Pharmacy Facilities/a font size=-1 color=#6f6f6fnobrMarketWatch/nobr/font/fontbrfont size=-1a href=http://news.google.com/news/url?sa=Tct=us/7-2fd=Rurl=http://www.rttnews.com/ArticleView.aspx%3FId%3D782712%26SMap%3D1cid=1272927325ei=eswnSYKcNJjI9AT-tKwNusg=AFQjCNG_kco3UIcQrydyop2FWge691IjaQMediware Information buys assets of Hann#39;s On bSoftware/b - Quick Facts/a font size=-1 color=#6f6f6fnobrRTT News/nobr/font/fontbrfont size=-1a href=http://news.google.com/news/url?sa=Tct=us/7-3fd=Rurl=http://www.ibtimes.com/prnews/20081121/pharmacy-software.htmcid=1272927325ei=eswnSYKcNJjI9AT-tKwNusg=AFQjCNELeMxUlUJelDxlJGS04sLp0lWsfgMediware Acquisition Adds 320 Pharmacy Facilities/a font size=-1 color=#6f6f6fnobrInternational Business Times/nobr/font/fontbrfont class=p size=-1a class=p href=http://news.google.com/news?sourceid=navclientie=ISO-8859-1rls=GGLG,GGLG:2005-22,GGLG:enncl=1272927325hl=ennobrall 19 news articles/nobr/a/font/div/font/td/tr/table

table border=0 width= valign=top cellpadding=2 cellspacing=7trtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://news.google.com/news/url?sa=Tct=us/8-0fd=Rurl=http://www.marketwatch.com/news/story/AVG-Sees-Uphill-Battle-Microsoft/story.aspx%3Fguid%3D%257B8BC1C9BA-4BAD-407F-B6AE-D3E19C15A043%257Dcid=1272932180ei=eswnSYKcNJjI9AT-tKwNusg=AFQjCNF-J3KuqnzKN2YgTSYEo4e2WstWNAAVG Sees Uphill Battle for Microsoft in Its Launch of Free Anti b.../b/abrfont size=-1font color=#6f6f6fMarketWatchnbsp;-/font nobr18 hours ago/nobr/fontbrfont size=-1AVG, which for eight years has offered free anti-virus bsoftware/b to users worldwide, noted the multiple challenges Microsoft faces in supporting a free b.../b/fontbrfont size=-1a href=http://news.google.com/news/url?sa=Tct=us/8-1fd=Rurl=http://www.techradar.com/news/software/applications/avg-sees-uphill-battle-for-microsoft-morro-487689cid=1272932180ei=eswnSYKcNJjI9AT-tKwNusg=AFQjCNFNyE9vX9rvpoJOUtwZDoWk_fnrLAAVG sees #39;uphill battle#39; for Microsoft Morro/a font size=-1 color=#6f6f6fnobrTechRadar UK/nobr/font/fontbrfont size=-1a href=http://news.google.com/news/url?sa=Tct=us/8-2fd=Rurl=http://www.marketwatch.com/news/story/Microsoft-Announces-Upcoming-Events-Financial/story.aspx%3Fguid%3D%257BFB60D000-BB09-4FF3-B6D9-3E898F580C11%257Dcid=1272932180ei=eswnSYKcNJjI9AT-tKwNusg=AFQjCNERacwDhknYTyRIW6JbhodQCUU7_AMicrosoft Announces Upcoming Events for the Financial Community/a font size=-1 color=#6f6f6fnobrMarketWatch/nobr/font/fontbrfont class=p size=-1a class=p href=http://news.google.com/news?sourceid=navclientie=ISO-8859-1rls=GGLG,GGLG:2005-22,GGLG:enncl=1272932180hl=ennobrall 29 news articles/nobr/a/font/div/font/td/tr/table

table border=0 width= valign=top cellpadding=2 cellspacing=7trtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://news.google.com/news/url?sa=Tct=us/9-0fd=Rurl=http://www.marketwatch.com/news/story/Authoria-Appoints-New-President-CEO/story.aspx%3Fguid%3D%257B8C66985D-D1CF-46F8-A710-9B4763E509C1%257Dcid=1272988578ei=eswnSYKcNJjI9AT-tKwNusg=AFQjCNHsVcj9vSeWKEW2by8R5nIvxsrgAQAuthoria Appoints New President and CEO/abrfont size=-1font color=#6f6f6fMarketWatchnbsp;-/font nobr14 hours ago/nobr/fontbrfont size=-1Prior to joining Authoria, Mr. McDevitt was most recently Chief Operating Officer of CDC bSoftware/b, a $360 million division of CDC Corporation and a global b.../b/font/div/font/td/tr/table

Software - Google News




Articles Home Page | Site Map | Main Site Home Page
GETsonic | TrafficFish | WildThingsDesigns | NeatoDomains.com | Games | Ken J Wagner | iNetcome

© 2008