Showing posts with label Cisco. Show all posts
Showing posts with label Cisco. Show all posts
, ,

Inbound Rate Limiting on Cisco Catalyst Switches


Cisco Catalyst Switch Port Close-UpIf you need to limit the inbound bandwidth of a switch port on a Cisco Catalyst, the key is in the QoS configuration. Rather than going into an depth discussion of QoS and how it works, let’s skip that (check out Cisco’s QoS site for that level of detail) and jump into the configuration details. This particular configuration was done on a Cisco Catalyst 2960.

As I mentioned, the key is QoS. The first thing you need to do is globally enable QoS with the mls qos configuration command. Once this command is enabled, QoS is enabled on all ports with default settings.

Next, we’ll need an access-list to match traffic on. In this example, we are going to police all traffic coming through the switch port, so our access-list will match all IP addresses.

ip access-list extended ACL_SLAP
permit ip any any

A class map is necessary to classify our traffic.

class-map match-all CLASS_SLAP
match access-group name ACL_SLAP

The policy map dictates what we want done to the traffic class previously defined. The police configuration command sets our rate limit in this example to 8 Mbps the a burst size of 100 KB. The burst size is the trickiest part of this command. If the burst is set too low, your traffic will not be able to approach the maximum allowed throughput do to packet drops.

Because TCP window scaling halves the window size for each dropped packet, it’s important to set the burst size at a level that doesn’t impact performance. The rule of thumb is that the burst size should be double the amount of traffic sent at the maximum rate at a given round-trip time. In this example, I assumed a round-trip time of 50 ms which results in a burst size of 100 KB.

policy-map POLICY_SLAP
class CLASS_SLAP
police 8000000 100000 exceed-action drop

Finally, apply the policy-map to the switch port with the service-policy configuration command.

interface GigabitEthernet0/2
service-policy input POLICY_SLAP

And now you’re done. In our example, we configured a switch port to only allow inbound traffic at 8 Mbps. We won’t be able to truly max the 8 Mbps, but we should come close. I’ve created a full text example that should be ready to copy and paste.

Leave a comment and let me know how it goes for you.

Continue reading Inbound Rate Limiting on Cisco Catalyst Switches
, ,

How would you limit the bandwidth on a switch port?


Edit: this configuration doesn’t seem to be that simple, because it’s not working very well on my 3560 now.

Edit #2: It turns out everything works as stated, except for the minor fact that the command slows your interface down.

Go into interface configuration mode, on the port you are making changes on.

switch(config-if)#srr-queue bandwidth ?
limit Configure bandwidth-limit for this interface
shape Configure shaping on transmit queues
share Configure shared bandwidth

These is what the IOS help is showing; you can see that there are more options than merely limiting the bandwidth.

switch(config-if)#srr-queue bandwidth limit ?
<10-90> enter bandwidth limit for interface as percentage

The percentage value range that should be entered, ranging from 10 to 90. The default is 100.

Therefore, a workaround to limit the switch port’s speed to 5mbps would be to do the following instead:

switch(config-if)#speed 10

switch(config-if)#srr-queue bandwidth limit 50

*Remember that this will slow your interface down, as it’s reduced from a 100mbps interface to a 10mbps interface instead.

Continue reading How would you limit the bandwidth on a switch port?

Cisco Router Configuration Commands.(Basic)

Set a console password to cisco
Router(config)#line con 0
Router(config-line)#login
Router(config-line)#password cisco


Set a telnet password
Router(config)#line vty 0 4
Router(config-line)#login
Router(config-line)#password cisco


Stop console timing out
Router(config)#line con 0
Router(config-line)#exec-timeout 0 0

Set the enable password to cisco
Router(config)#enable password cisco

Set the enable secret password to peter.
This password overrides the enable password and is encypted within the config file

Router(config)#enable secret peter

Enable an interface
Router(config-if)#no shutdown

To disable an interface
Router(config-if)#shutdown

Set the clock rate for a router with a DCE cable to 64K
Router(config-if)clock rate 64000

Set a logical bandwidth assignment of 64K to the serial interface
Router(config-if)bandwidth 64
Note that the zeroes are not missing

To add an IP address to a interface
Router(config-if)#ip addr 10.1.1.1 255.255.255.0

To enable RIP on all 172.16.x.y interfaces
Router(config)#router rip
Router(config-router)#network 172.16.0.0

Disable RIP
Router(config)#no router rip

To enable IRGP with a AS of 200, to all interfaces
Router(config)#router igrp 200
Router(config-router)#network 172.16.0.0

Disable IGRP
Router(config)#no router igrp 200

Static route the remote network is 172.16.1.0, with a mask of 255.255.255.0, the next hop is 172.16.2.1, at a cost of 5 hops
Router(config)#ip route 172.16.1.0 255.255.255.0 172.16.2.1 5

Disable CDP for the whole router
Router(config)#no cdp run

Enable CDP for he whole router
Router(config)#cdp run

Disable CDP on an interface
Router(config-if)#no cdp enable
Continue reading Cisco Router Configuration Commands.(Basic)
,

Initial / default login name and password on EX-series switches

Synopsis

When customers receive a new EX switch and power it on, it requests a login name and password. For first-time JUNOS-EX users this could be confusing as there is no password information included. This article provides the default user ID and password information.

Solution

The initial login name and password on EX-series switches:

login: root
password:

The device is shipped with no password; simply press the enter key.

Note: For security reasons, create a password for the Root ID.

Continue reading Initial / default login name and password on EX-series switches

NASA, Cisco Partnership on Climate Change Monitoring Platform

WASHINGTON - March 3, 2009 - NASA and Cisco Inc. announced Tuesday a partnership to develop an online collaborative global monitoring platform called the “Planetary Skin” to capture, collect, analyze and report data on environmental conditions around the world.

Under the terms of a Space Act Agreement, NASA and Cisco will work together to develop the Planetary Skin as an online collaborative platform to capture and analyze data from satellite, airborne, sea- and land-based sensors across the globe. This data will be made available for the general public, governments and businesses to measure, report and verify environmental data in near-real-time to help detect and adapt to global climate change.

“In the past 50 years, NASA’s expertise has been applied to solving humanity’s challenges, including playing a part in discovering global climate change,” said S. Pete Worden, director of NASA’s Ames Research Center. “The NASA-Cisco partnership brings together two world-class organizations that are well equipped with the technologies and skills to develop and prototype the Planetary Skin infrastructure.”

Cisco and NASA will kick off Planetary Skin with a series of pilot projects, including “Rainforest Skin,” which will be prototyped during the next year. Rainforest Skin will focus on the deforestation of rainforests around the world and explore how to integrate a comprehensive sensor network. It also will examine how to capture, analyze and present information about the changes in the amount of carbon in rainforests in a transparent and useable way. According to scientists, the destruction of rainforests causes more carbon to be added to the atmosphere and remain there. That contributes significantly to global warming.

“Mitigating the impacts of climate change is critical to the world’s economic and social stability,” said John Chambers, Cisco chief executive officer. “This unique partnership taps the power and innovation of the market and harnesses it for the public good. Cisco is proud to work with NASA on this initiative and hopes others from the public, private and not-for-profit sectors will join us in this exciting endeavor.”

NASA provides continuous global observations of our home planet using a constellation of spacecraft, as well as airborne and in situ ground observations to monitor the health and well-being of Earth. NASA’s investment in Earth observations and climate change research is greater than that of all other nations combined.

Cisco will bring its experience and expertise in networking technologies and advanced innovation to the project. Cisco’s Internet Business Solutions Group has a unique combination of business acumen, scientific, economics and policy understanding. Its experts will conduct complex data analysis and modelling, and share an in-depth knowledge of the next generation Internet Protocol architectures to determine how to best prototype, replicate and scale a Planetary Skin to millions of participants.

Cisco is also working on the Planetary Skin program with the United Nations, multi-lateral development banks, businesses, international government agencies, universities, think tanks, non-governmental agencies and foundations. Planetary Skin participants will pool their unique skills, assets and technologies to develop the decision support capabilities to effectively manage natural resources such as biomass, water, land and energy; climate change-related risks such as a rise in sea level, droughts and disease proliferation; and new environmental markets for carbon, water and biodiversity.

For more information about Planetary Skin and how to partner with this project, visit: http://www.planetaryskin.org/

For more information about NASA and its programs, visit: http://www.nasa.gov/

For more information about Cisco Inc., visit: http://www.cisco.com/

Continue reading NASA, Cisco Partnership on Climate Change Monitoring Platform

Cisco Announces Executive Transition for Worldwide Operations

SAN JOSE, Calif. - February 26, 2009 - Cisco, the worldwide leader in networking that transforms how people connect, communicate and collaborate, today announced that Robert Lloyd, 52, has been named Executive Vice President (EVP) of Worldwide Operations, effective April 26, 2009. As the direct result of a long-range succession strategy, Lloyd succeeds Richard Justice, 59, who is stepping down from his day-to-day responsibilities due to an on-going battle with prostate cancer. Justice will remain at Cisco as a part-time executive advisor to Chairman and CEO John Chambers.

“Over his twelve-year tenure at Cisco, Rick Justice has made a tremendous impact on the business, contributing substantially to the company’s growth and success, while serving as a trusted advisor, role model and exceptional leader,” said Chambers. “Rick has been incredibly courageous throughout his now five-year battle with prostate cancer. After two attempts at cures, the cancer has unfortunately returned once again. I fully support Rick’s decision to now put his health unequivocally first, and look forward to his continued role as a part-time advisor to the business.”

Chambers continued, “Core to Rick’s legacy within Cisco is his role in the development of a strong bench of seasoned leaders. Rick and I have known that Rob has been ready to run the worldwide operations organization for some time, having successfully run the two largest geographies at Cisco. Rob is an ideal successor for this role, with an exceptional track record of leading change and increasing productivity while driving innovation and growth, both in the United States and internationally.”

In his new role, Lloyd will report directly to Chairman and CEO John Chambers, and will be responsible for oversight of Cisco’s Worldwide Sales, Worldwide Channels, Internet Business Solutions Group and Strategic Alliances organizations. Corporate Development, also previously within Justice’s organization, will now report directly to Chambers under the continued leadership of Senior Vice President (SVP) Ned Hooper.

With over 14 years of leadership experience in Cisco’s largest geographies, Lloyd has managed the majority of Cisco’s worldwide business. He is currently SVP of U.S., Canada and Japan Operations. Under Lloyd’s leadership, total revenue in the U.S. and Canada region has grown from $12.5 billion to $22 billion within three years. He also co-chairs Cisco’s Enterprise Business Council, which leads the development and execution of Cisco’s business strategies for the Enterprise market. Previously, Lloyd served as President of Cisco’s Europe, Middle East and Africa (EMEA) region for nearly four years, where he helped transform the region into a more customer-focused structure aligned to key verticals and geographies, enabling the company to effectively meet the needs of emerging markets and high-growth industry segments. Under his leadership, the EMEA business grew from 28 to 32 percent of Cisco’s worldwide revenues.

Prior to Cisco, Lloyd was Vice President of Corporate Sales for a leading Canadian Systems Integrator. In 1982, he founded a business focusing on the IT needs of major corporations, government and education, growing it to over 400 employees during his nine-year tenure.

Continue reading Cisco Announces Executive Transition for Worldwide Operations
,

Link-Layer Connectivity Class-on-Demand

Link-Layer Connectivity Class-on-Demand Outline

Each VoD attempts to address a specific configuration task related to link-layer technologies deployed using the Cisco IOS and examine all possible options related to the specific task. This "options analysis" learning and problem solving approach is often exhibited in the form of options analysis decision tree diagrams. Several of these decision trees are exhibited below with the description of each of the VoD Blocks of this series.

  • Interface Classification and Configuring Point-to-Point Links
  • Comparing the Catalyst Layer 2 versus Layer 3 Port Configuration Options
  • Configuring Access Ports on a Catalyst Switch
  • Configuring Catalyst Port Speeds, Duplex Settings and UDLD
  • Configuring VTP
  • Configuring Trunk Ports
  • Configuring 802.1Q and the Native VLAN
  • Configuring EtherChannel
  • Configuring Spanning Tree

Download Link ::

http://hotfile.com/dl/8362166/fd8a0fe/NMC-LL-VODs-Brainkey.org.part01.rar.html
http://hotfile.com/dl/8362573/3876280/NMC-LL-VODs-Brainkey.org.part02.rar.html
http://hotfile.com/dl/8362722/d6df0f9/NMC-LL-VODs-Brainkey.org.part03.rar.html
http://hotfile.com/dl/8362729/64d76c4/NMC-LL-VODs-Brainkey.org.part04.rar.html
http://hotfile.com/dl/8363612/dd1c245/NMC-LL-VODs-Brainkey.org.part05.rar.html
http://hotfile.com/dl/8363652/53a9101/NMC-LL-VODs-Brainkey.org.part06.rar.html
http://hotfile.com/dl/8363661/9749561/NMC-LL-VODs-Brainkey.org.part07.rar.html
http://hotfile.com/dl/8363712/36d3038/NMC-LL-VODs-Brainkey.org.part08.rar.html
http://hotfile.com/dl/8366872/ff27496/NMC-LL-VODs-Brainkey.org.part09.rar.html
http://hotfile.com/dl/8368194/5360cd4/NMC-LL-VODs-Brainkey.org.part10.rar.html
http://hotfile.com/dl/8368752/5e60360/NMC-LL-VODs-Brainkey.org.part11.rar.html
http://hotfile.com/dl/8363734/30f73ea/NMC-LL-VODs-Brainkey.org.part12.rar.html
http://hotfile.com/dl/8366879/3bd124b/NMC-LL-VODs-Brainkey.org.part13.rar.html
http://hotfile.com/dl/8368199/5b26971/NMC-LL-VODs-Brainkey.org.part14.rar.html
http://hotfile.com/dl/8368768/4a8fbed/NMC-LL-VODs-Brainkey.org.part15.rar.html
http://hotfile.com/dl/8369725/e8c74ba/NMC-LL-VODs-Brainkey.org.part16.rar.html
http://hotfile.com/dl/8372012/c707a37/NMC-LL-VODs-Brainkey.org.part17.rar.html
http://hotfile.com/dl/8373177/5030e72/NMC-LL-VODs-Brainkey.org.part18.rar.html
http://hotfile.com/dl/8390158/bfbe677/NMC-LL-VODs-Brainkey.org.part19.rar.html
http://hotfile.com/dl/8391259/0d5774d/NMC-LL-VODs-Brainkey.org.part20.rar.html
Continue reading Link-Layer Connectivity Class-on-Demand

NTP on Cisco 3550


We had someone email us asking for help with configuring a 3550 as an NTP server. The short answer is it can’t be done. The long answer from Cisco’s site is as follows:

Configuring NTP

The Catalyst 2950, 2955, 3550 and 3560 switches do not have a hardware-supported clock, and they cannot function as an NTP master clock to which peers synchronize themselves when an external NTP source is not available. These switches also have no hardware support for a calendar. As a result, the ntp update-calendar and the ntp master global configuration commands are not available.

(Cisco 1100 APs also do not have a hardware-supported clock - will check on other APs and update)

Continue reading NTP on Cisco 3550

Set Date Time in Cisco Router

This intruction of set date time on Cisco Router, use it for NTP server and other router use it as NTP peer.

Set date time
R#clock ?
set Set the time and date

R#clock set ?
hh:mm:ss Current Time

R#clock set 11:20:00 ?
<1-31> Day of the month
MONTH Month of the year

R#clock set 11:20:00 26?
<1-31>

R#clock set 11:20:00 26 ?
MONTH Month of the year

R#clock set 11:20:00 26 SEPT ?
<1993-2035> Year

R#clock set 11:20:00 26 SEPT 2007

R#sh clock
11:20:03.415 UTC Wed Sep 26 2007

R(config)#clock timezone GMT 7

R(config)#do sh clock
11:21:11.979 GMT Wed Sep 26 2007

R(config)#ntp clock-period 17179574

R(config)#ntp master

R(config)#do sh clock
11:31:30.675 GMT Wed Sep 26 2007

NTP peer
RX(config)#ntp clock-period 17179576

RX(config)#ntp peer 1.2.3.4

RX(config)#do sh clock
.04:31:33.639 UTC Wed Sep 26 2007
Continue reading Set Date Time in Cisco Router

A huge collection of cisco IOS

http://rapidshare.com/files/161462239/QoS_642-642_Pass4sure.rar

http://rapidshare.com/files/163377890/c1811-advipservicesk9-mz.124-11.T3.bin

http://rapidshare.com/files/163379681/c1841-advsecurityk9-mz.124-12c.bin

http://rapidshare.com/files/163381550/c2600-ipvoice-mz.124-12c.bin

tp://rapidshare.com/files/163381718/c2900XL-c3h2s-mz-120.5-XU.bin

http://rapidshare.com/files/163381985/c2900xl-c3h2s-tar.120-5.WC7_1_.zip

http://rapidshare.com/files/163382259/c2900xl-c3h2s-tar.120-5.WC7.zip

http://rapidshare.com/files/163382412/c2950-c3h2s-mz.120-5.3.WC.1.bin

http://rapidshare.com/files/163382757/c2950-i6k2l2q4-mz.121-22.EA8a.bin

http://rapidshare.com/files/163382956/c2950-i6q4l2-mz.121-6.EA2b.bin

http://rapidshare.com/files/163383152/c2950-i6q4l2-mz.121-6.EA2c.bin

http://rapidshare.com/files/163383362/c2950-i6q4l2-mz.121-9.EA1.bin

http://rapidshare.com/files/163383581/c2950-i6q4l2-mz.121-9.EA1d.bin

http://rapidshare.com/files/163383841/c2950-i6q4l2-mz.121-22.EA1.bin

http://rapidshare.com/files/163384178/c2950-i6q4l2-mz.121-22.EA10.bin

http://rapidshare.com/files/163384503/c2950-i6q4l2-tar.121-9.EA1.zip

http://rapidshare.com/files/163384960/c1200-k9w7-tar.123-8.JEB.tar

http://rapidshare.com/files/163386202/c1700-advsecurityk9-mz.124-12c.bin

http://rapidshare.com/files/163387577/c1700-k9o3sy7-mz.124-12c.bin

http://rapidshare.com/files/163397377/c3500xl-c3h2s-tar.120-5.WC15.tar

http://rapidshare.com/files/163398347/c3550_ipservices_mz.122_25.sec.bin

http://rapidshare.com/files/163399038/c3550-i5k2l2q3-mz.121-19.ea1a.bin

http://rapidshare.com/files/163399807/c3550-i5k2l2q3-mz.121-22.ea1.bin

http://rapidshare.com/files/163400634/c3550-i5k2l2q3-tar.121-11.EA1.zip

http://rapidshare.com/files/163401269/c3550-i5q3l2-mz.121-13.ea1.bin

http://rapidshare.com/files/163401945/c3550-i5q3l2-mz.121-14.ea1a.bin

http://rapidshare.com/files/163402647/c3550-i5q3l2-mz.121-20.ea1.bin

http://rapidshare.com/files/163733891/c3550-ipservicesk9-mz.122-25.sed.bin

http://rapidshare.com/files/163734664/c3550-i9q3l2-mz.122-25.se.bin

http://rapidshare.com/files/163735741/c3550-ipservicesk9-mz.122-25.seb1.bin

http://rapidshare.com/files/163736805/c3550-ipservicesk9-mz.122-25.seb4.bin

http://rapidshare.com/files/163737955/c3550-ipservicesk9-mz.122-25.sec2.bin

http://rapidshare.com/files/163739263/c3550-ipservicesk9-mz.122-25.SEE4.bin

http://rapidshare.com/files/163740895/c3550-ipservicesk9-mz.122-44.SE.bin

http://rapidshare.com/files/163749876/c3560-advipservicesk9-mz.122-37.SE.bin

http://rapidshare.com/files/163751521/c3560-advipservicesk9-mz.122-40.SE.bin

http://rapidshare.com/files/163753188/c3560-advipservicesk9-mz.122-44.SE.bin

http://rapidshare.com/files/163754306/c3550-ipservicesk9-mz_122-25_sed.bin

http://rapidshare.com/files/163755297/c3550-ipservices-mz.122-25.seb4.bin

http://rapidshare.com/files/163756587/c3560-advipservicesk9-mz.122-25.SEE4.bin

http://rapidshare.com/files/163767500/c3620-ik9s-mz.122-7b.bin

http://rapidshare.com/files/163771366/c3620-ik9s-mz.122-40a.bin

http://rapidshare.com/files/163773229/c3620-i-mz.121-5.T10.bin

http://rapidshare.com/files/163774867/c3620-do3s-mz.122-2.T.bin

http://rapidshare.com/files/163777635/c3620-ik2s-mz.121-27b.bin

http://rapidshare.com/files/163782755/c3660-is56i-mz.120-7.XK.bin

http://rapidshare.com/files/163784993/c3660-is-mz.121-6.bin

http://rapidshare.com/files/163787171/c3660-is-mz.121-27b.bin

http://rapidshare.com/files/163790774/c3660-is-mz.122-46a.bin

http://rapidshare.com/files/163791077/c3660-is-mz.123-5a.bin

http://rapidshare.com/files/163798106/c3660-is-mz.123-11.T2.bin

http://rapidshare.com/files/163804254/c3660-is-mz.123-23.bin

http://rapidshare.com/files/163810870/C3660-Jk9S-Mz_123-3.bin

http://rapidshare.com/files/163814044/c3660-jo3s56i-mz.120-7.XK1.bin

http://rapidshare.com/files/164136286/c7200-is-mz.123-14.T1.bin
http://rapidshare.com/files/164139043/c7200-is-mz.123-22.bin
http://rapidshare.com/files/164142437/c7200-is-mz.124-1c.bin
http://rapidshare.com/files/164146304/c7200-is-mz.124-13b.bin
http://rapidshare.com/files/164149892/c7200-is-mz.19991126
http://rapidshare.com/files/164152475/c7200-ik2s-mz.121-27b.bin
http://rapidshare.com/files/164157302/c7200-ik8s-mz.122-15.T17.bin
http://rapidshare.com/files/164160711/c7200-ik9o3s-mz.122-40a.bin
http://rapidshare.com/files/164165626/c7200-ik9o3s-mz.123-1a.bin
http://rapidshare.com/files/164170367/c7200-ik9o3s-mz.123-20.bin
http://rapidshare.com/files/164174828/c7200-ik9o3s-mz.123-22.bin
http://rapidshare.com/files/164180158/c7200-ik9o3s-mz.124-3.bin
http://rapidshare.com/files/166057805/c7200-advipservicesk9-mz.124-2.T.bin
http://rapidshare.com/files/166058498/c7200-boot-mz.120-10.S
http://rapidshare.com/files/166059211/c7200-boot-mz.120-16.S
http://rapidshare.com/files/166064238/c7200-h1is-mz.123-14.YX.bin
http://rapidshare.com/files/166066522/c7200-ik2s-mz.121-27b.bin
http://rapidshare.com/files/166070439/c7200-ik8s-mz.122-15.T17.bin
http://rapidshare.com/files/166083627/c7200-ik9s-mz.124-13b.bin
http://rapidshare.com/files/166087902/c7200-ik91s-mz.122-31.SB3.bin
http://rapidshare.com/files/166091484/c7200-io3s-mz.122-15.T13.bin
http://rapidshare.com/files/166093316/c7200-is-mz.121-27b.bin
http://rapidshare.com/files/166096172/c7200-is-mz.122-11.T6.bin
http://rapidshare.com/files/166099304/c7200-is-mz.122-13.T.bin
http://rapidshare.com/files/166101754/c7200-ik9o3s-mz.122-40a.bin
http://rapidshare.com/files/166105496/c7200-ik9o3s-mz.123-1a.bin
http://rapidshare.com/files/166109075/c7200-ik9o3s-mz.123-20.bin
http://rapidshare.com/files/166112746/c7200-ik9o3s-mz.123-22.bin
http://rapidshare.com/files/166117018/c7200-ik9o3s-mz.124-3.bin
http://rapidshare.com/files/166121979/c7200-ik9o3s-mz.124-18.bin
http://rapidshare.com/files/166124035/c7200-ik9s-mz.122-40a.bin
http://rapidshare.com/files/166127132/c7200-ik9s-mz.123-10.bin
http://rapidshare.com/files/166136822/c7200-is-mz.122-40a.bin
http://rapidshare.com/files/166139321/c7200-is-mz.123-1a.bin
http://rapidshare.com/files/166141878/c7200-is-mz.123-3.bin
http://rapidshare.com/files/166144390/c7200-is-mz.123-3g.bin
http://rapidshare.com/files/166146690/c7200-is-mz.123-6a.bin
http://rapidshare.com/files/166149706/c7200-is-mz.123-14.T1.bin
http://rapidshare.com/files/166152121/c7200-is-mz.123-22.bin
http://rapidshare.com/files/168201766/c3640-is-mz.123-6.bin
http://rapidshare.com/files/168209570/c3640-is-mz.123-8.T_96_32_Plus.bin
http://rapidshare.com/files/168220614/c3640-is-mz.124-16.bin
http://rapidshare.com/files/168223515/c3640-is-mz_120-7_t.bin
http://rapidshare.com/files/168230016/C3640-Is-Mz_123-6.bin
http://rapidshare.com/files/168231808/c3640-ix-mz.122-6a.bin
http://rapidshare.com/files/168235959/c3640-ix-mz.123-12a.bin
http://rapidshare.com/files/168242381/c3640-jk8o3s-mz.122-26.bin
http://rapidshare.com/files/168253563/c3640-jk9o3s-mz-123-8T3.bin
http://rapidshare.com/files/168262821/c3640-jk9o3s-mz.122-15.T9.bin
http://rapidshare.com/files/168269642/c3640-jk9o3s-mz.122-26.bin
http://rapidshare.com/files/168279317/c3640-jk9o3s-mz.123-10.bin
http://rapidshare.com/files/168292431/c3640-jk9o3s-mz.123-14.T2.bin
http://rapidshare.com/files/168305135/c3640-jk9o3s-mz.123-14.T3.bin
http://rapidshare.com/files/168318084/c3640-jk9o3s-mz.123-14.T7.bin
http://rapidshare.com/files/168329843/c3640-jk9o3s-mz.123-8.T3.bin
http://rapidshare.com/files/168341146/C3640-Jk9o3S-Mz_123-8_t3.bin
http://rapidshare.com/files/168349003/c3640-is-mz.122-15.T8.bin
http://rapidshare.com/files/168354343/c3640-is-mz.122-46a.bin
http://rapidshare.com/files/168362415/c3640-is-mz.123-10.bin
http://rapidshare.com/files/168370184/c3640-is-mz.123-1a.bin
http://rapidshare.com/files/168378647/c3640-is-mz.123-23.bin
http://rapidshare.com/files/168382163/X-Lite_Win32_1011s_41150.exe
http://rapidshare.com/files/170445957/asdm-521.bin
http://rapidshare.com/files/170446766/asdm-603.bin
http://rapidshare.com/files/170450033/asa803-k8.bin
http://rapidshare.com/files/170458021/asa803-k8.bin
http://rapidshare.com/files/170459541/asdm-512.bin
http://rapidshare.com/files/170460735/asdm-521.bin
http://rapidshare.com/files/170466499/BOOTIMG.BIN
http://rapidshare.com/files/170466500/BOOTIMG.BIN
http://rapidshare.com/files/170897267/c6ace-t1k9-mz.3.0.0_A1_4.bin
http://rapidshare.com/files/170897298/c6k222-jk9sv-mz.122-14.SY3.bin
http://rapidshare.com/files/170897662/c6msfc2-boot-mz.121-8a.EX
http://rapidshare.com/files/170897717/c6msfc2-boot-mz.121-19.E1.bin
http://rapidshare.com/files/170900193/c6msfc2-dsv-mz.121-11b.E4.bin
http://rapidshare.com/files/170900512/c6msfc2-psv-mz.121-19.E1.bin
http://rapidshare.com/files/170903630/c2800nm_ipbasek9_mz.124_3.bin
http://rapidshare.com/files/170915450/c2800nm-advsecurityk9-mz.124-5.bin
http://rapidshare.com/files/170920479/c2800nm-advsecurityk9-mz.124-9.t1.bin
http://rapidshare.com/files/170924238/c2800nm-ipbasek9-mz.124-12.bin
http://rapidshare.com/files/170930149/c2800nm-ipvoice-mz.124-4.t1.bin
http://rapidshare.com/files/170936642/c2801-advipservicesk9-mz.124-16.bin
http://rapidshare.com/files/170940136/c2801-ipvoice_ivs-mz.124-11.T1.bin
http://rapidshare.com/files/170944704/c2800nm-adventerprisek9_ivs-mz.124-4.t1.bin
http://rapidshare.com/files/170948772/c2800nm-adventerprisek9_ivs-mz.124-5a.bin
http://rapidshare.com/files/170953831/c2800nm-adventerprisek9_ivs-mz.124-9.t.bin
http://rapidshare.com/files/170957920/c2800nm-adventerprisek9-mz.124-5a.bin
http://rapidshare.com/files/170962327/c2800nm-adventerprisek9-mz.124-6.t.bin
http://rapidshare.com/files/170967010/c2800nm-adventerprisek9-mz.124-9.t.bin
http://rapidshare.com/files/170970418/c2800nm-adventerprisek9-mz.124-11.t.bin
http://rapidshare.com/files/170972932/c2800nm-advipservicesk9-mz.124-12.bin
http://rapidshare.com/files/170974109/c7200-ik2s-mz.121-27b.bin
http://rapidshare.com/files/170977940/c7200-ik9o3s-mz.124-18.bin
http://rapidshare.com/files/170979511/c7200-ik9s-mz.122-40a.bin
http://rapidshare.com/files/174882539/c7200-h1is-mz.123-14.YX.bin
http://rapidshare.com/files/174884562/c7200-ik2s-mz.121-27b.bin
http://rapidshare.com/files/174891237/c7200-ik9o3s-mz.124-18.bin
http://rapidshare.com/files/174894195/c7200-ik9s-mz.122-40a.bin
http://rapidshare.com/files/174898589/c7200-ik9s-mz.123-10.bin
http://rapidshare.com/files/174905966/c7200-ik9s-mz.124-13b.bin
http://rapidshare.com/files/174909924/c7200-io3s-mz.122-15.T13.bin
http://rapidshare.com/files/174911779/c7200-is-mz.121-27b.bin
http://rapidshare.com/files/174914947/c7200-is-mz.122-11.T6.bin
http://rapidshare.com/files/174918371/c7200-is-mz.122-13.T.bin
http://rapidshare.com/files/174923189/c2801-ipvoicek9-mz.124-5b.bin
http://rapidshare.com/files/174929123/c7200-advipservicesk9-mz.124-2.T.bin
http://rapidshare.com/files/174929926/c7200-boot-mz.120-10.S
http://rapidshare.com/files/174930654/c7200-boot-mz.120-16.S
http://rapidshare.com/files/174935378/c7200-jk9o3s-mz.122-28.bin
http://rapidshare.com/files/174940705/c7200-jk9o3s-mz.123-8.T.bin
http://rapidshare.com/files/174946771/c7200-jk9o3s-mz.124-8.bin
http://rapidshare.com/files/174949587/c7200-is-mz.122-40a.bin
http://rapidshare.com/files/174953286/c7200-is-mz.123-1a.bin
http://rapidshare.com/files/174956914/c7200-is-mz.123-3.bin
http://rapidshare.com/files/174960472/c7200-is-mz.123-3g.bin
http://rapidshare.com/files/174964027/c7200-is-mz.123-6a.bin
http://rapidshare.com/files/174969031/c7200-is-mz.123-14.T1.bin
http://rapidshare.com/files/174971639/c7200-is-mz.123-22.bin
http://rapidshare.com/files/174977466/c7200-is-mz.124-1c.bin
http://rapidshare.com/files/174998235/c7200-is-mz.124-13b.bin
http://rapidshare.com/files/175004237/c7200-is-mz.19991126
http://rapidshare.com/files/175014410/c7200-jk8o3s-mz.122-17a.bin




Login here for more: http://rapidshare.com/users/8ZVSZJ
Continue reading A huge collection of cisco IOS
,

Cisco Call Manager 6

Cisco Unified Communications Manager is an enterprise-class IP telephony call-processing system that provides traditional telephony features as well as advanced capabilities, such as mobility, presence, preference, and rich conferencing services. This powerful call processing solution can help:

* Simplify your voice systems by replacing old PBX (private branch exchange) and key systems with unified communications, you can cut costs and dramatically streamline provisioning and maintenance.
* Build productivity with feature-rich unified communications that help workers spend less time chasing people, and more time being productive.
* Enable mobility with software that has embedded unified mobility capabilities so mobile workers can remain productive wherever they are.
* Improve collaboration with a click; start an IM session, initiate a phone call, and establish a videoconferencing call more easily.


Cisco Unified Communications Manager creates a unified workspace that supports a full range of communications features and applications with a solution that is highly:

* Scalable: Each Cisco Unified Communications Manager cluster can support up to 30,000 users.
* Distributable: For scalability, redundancy, and load balancing.
* Available: Support business continuity and improve collaboration with high availability that provides a foundation for multiple levels of server redundancy and survivability.


Download:

http://rapidshare.com/files/147021405/Cisco_Call_Manager_6.part01.rar
http://rapidshare.com/files/147023378/Cisco_Call_Manager_6.part02.rar
http://rapidshare.com/files/147024878/Cisco_Call_Manager_6.part03.rar
http://rapidshare.com/files/147026208/Cisco_Call_Manager_6.part04.rar
http://rapidshare.com/files/147687021/Cisco_Call_Manager_6.part05.rar
http://rapidshare.com/files/147689418/Cisco_Call_Manager_6.part06.rar
http://rapidshare.com/files/147691826/Cisco_Call_Manager_6.part07.rar
http://rapidshare.com/files/147694315/Cisco_Call_Manager_6.part08.rar
http://rapidshare.com/files/147717621/Cisco_Call_Manager_6.part09.rar
http://rapidshare.com/files/147720248/Cisco_Call_Manager_6.part10.rar
http://rapidshare.com/files/147722954/Cisco_Call_Manager_6.part11.rar
http://rapidshare.com/files/147725594/Cisco_Call_Manager_6.part12.rar
http://rapidshare.com/files/147731057/Cisco_Call_Manager_6.part13.rar
http://rapidshare.com/files/147733696/Cisco_Call_Manager_6.part14.rar
http://rapidshare.com/files/147736352/Cisco_Call_Manager_6.part15.rar
http://rapidshare.com/files/147746226/Cisco_Call_Manager_6.part16.rar
http://rapidshare.com/files/147752993/Cisco_Call_Manager_6.part17.rar
http://rapidshare.com/files/147759784/Cisco_Call_Manager_6.part18.rar
http://rapidshare.com/files/147766258/Cisco_Call_Manager_6.part19.rar
http://rapidshare.com/files/147776148/Cisco_Call_Manager_6.part20.rar
http://rapidshare.com/files/147783475/Cisco_Call_Manager_6.part21.rar
http://rapidshare.com/files/147790523/Cisco_Call_Manager_6.part22.rar
http://rapidshare.com/files/147797687/Cisco_Call_Manager_6.part23.rar
http://rapidshare.com/files/147804212/Cisco_Call_Manager_6.part23.rar
http://rapidshare.com/files/147815710/Cisco_Call_Manager_6.part21.rar
http://rapidshare.com/files/147821460/Cisco_Call_Manager_6.part22.rar
http://rapidshare.com/files/147827252/Cisco_Call_Manager_6.part23.rar
http://rapidshare.com/files/147832751/Cisco_Call_Manager_6.part24.rar
http://rapidshare.com/files/147838418/Cisco_Call_Manager_6.part25.rar
http://rapidshare.com/files/147843722/Cisco_Call_Manager_6.part26.rar
http://rapidshare.com/files/147848676/Cisco_Call_Manager_6.part27.rar
http://rapidshare.com/files/147853258/Cisco_Call_Manager_6.part28.rar
http://rapidshare.com/files/147857702/Cisco_Call_Manager_6.part29.rar
http://rapidshare.com/files/147861672/Cisco_Call_Manager_6.part30.rar
http://rapidshare.com/files/147865545/Cisco_Call_Manager_6.part31.rar
http://rapidshare.com/files/147869256/Cisco_Call_Manager_6.part32.rar
http://rapidshare.com/files/147873080/Cisco_Call_Manager_6.part33.rar
http://rapidshare.com/files/147877034/Cisco_Call_Manager_6.part34.rar
http://rapidshare.com/files/147880962/Cisco_Call_Manager_6.part35.rar
http://rapidshare.com/files/147982658/Cisco_Call_Manager_6.part36.rar
http://rapidshare.com/files/147987906/Cisco_Call_Manager_6.part37.rar
http://rapidshare.com/files/147993318/Cisco_Call_Manager_6.part38.rar
http://rapidshare.com/files/147999286/Cisco_Call_Manager_6.part39.rar
http://rapidshare.com/files/148005371/Cisco_Call_Manager_6.part40.rar
http://rapidshare.com/files/148017953/Cisco_Call_Manager_6.part41.rar
http://rapidshare.com/files/148024480/Cisco_Call_Manager_6.part42.rar
http://rapidshare.com/files/148030612/Cisco_Call_Manager_6.part43.rar
http://rapidshare.com/files/148036833/Cisco_Call_Manager_6.part44.rar
http://rapidshare.com/files/148011568/Cisco_Call_Manager_6.part45.rar
http://rapidshare.com/files/148215207/Cisco_Call_Manager_6.part46.rar
http://rapidshare.com/files/148219573/Cisco_Call_Manager_6.part47.rar
http://rapidshare.com/files/148224183/Cisco_Call_Manager_6.part48.rar
http://rapidshare.com/files/148228838/Cisco_Call_Manager_6.part49.rar
http://rapidshare.com/files/148233213/Cisco_Call_Manager_6.part50.rar
http://rapidshare.com/files/148242633/Cisco_Call_Manager_6.part51.rar
http://rapidshare.com/files/148247780/Cisco_Call_Manager_6.part52.rar
http://rapidshare.com/files/148253361/Cisco_Call_Manager_6.part53.rar
http://rapidshare.com/files/148258782/Cisco_Call_Manager_6.part54.rar
http://rapidshare.com/files/148264501/Cisco_Call_Manager_6.part55.rar
http://rapidshare.com/files/148270261/Cisco_Call_Manager_6.part56.rar
http://rapidshare.com/files/148275989/Cisco_Call_Manager_6.part57.rar
http://rapidshare.com/files/148306421/Cisco_Call_Manager_6.part58.rar
http://rapidshare.com/files/148312722/Cisco_Call_Manager_6.part59.rar
http://rapidshare.com/files/148319816/Cisco_Call_Manager_6.part60.rar
http://rapidshare.com/files/148624120/Cisco_Call_Manager_6.part61.rar
http://rapidshare.com/files/148629203/Cisco_Call_Manager_6.part62.rar
http://rapidshare.com/files/148584449/Cisco_Call_Manager_6.part63.rar
http://rapidshare.com/files/148590055/Cisco_Call_Manager_6.part64.rar
http://rapidshare.com/files/148595830/Cisco_Call_Manager_6.part65.rar
http://rapidshare.com/files/148601600/Cisco_Call_Manager_6.part66.rar
http://rapidshare.com/files/148607368/Cisco_Call_Manager_6.part67.rar
http://rapidshare.com/files/148619003/Cisco_Call_Manager_6.part68.rar
http://rapidshare.com/files/148644537/Cisco_Call_Manager_6.part69.rar
http://rapidshare.com/files/148650138/Cisco_Call_Manager_6.part70.rar
http://rapidshare.com/files/148655911/Cisco_Call_Manager_6.part71.rar
http://rapidshare.com/files/148661546/Cisco_Call_Manager_6.part72.rar
http://rapidshare.com/files/148665905/Cisco_Call_Manager_6.part73.rar
http://rapidshare.com/files/148670829/Cisco_Call_Manager_6.part74.rar
http://rapidshare.com/files/148675578/Cisco_Call_Manager_6.part75.rar
http://rapidshare.com/files/148680094/Cisco_Call_Manager_6.part76.rar
http://rapidshare.com/files/148683889/Cisco_Call_Manager_6.part77.rar

No password
Continue reading Cisco Call Manager 6
,

Nuggets EIGRP Configurations




Running Configuration of Router R2



R2#sh run
Building configuration...

Current configuration : 1262 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R2
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$zzdc$mGQ0gxF1iuSfVAvy35WiQ.
!
no aaa new-model
ip subnet-zero
!
!
ip domain name dhakatel.com
!
ip cef
ip audit po max-events 100
!
!
!
!
!
!
!
!
!
!
!
!
username test password 0 ensit
!
!
ip ssh time-out 10
ip ssh authentication-retries 5
!
!
!
!
!
interface FastEthernet0/0
bandwidth 200000
ip address 10.1.2.2 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 10.1.3.2 255.255.255.0
duplex auto
speed auto
!
interface Serial1/0
bandwidth 2000
ip address 10.1.24.1 255.255.255.252
serial restart-delay 0
clock rate 64000
!
interface Serial1/1
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
router eigrp 1
network 10.1.3.0 0.0.0.255
network 10.1.24.0 0.0.0.3
network 10.0.0.0
no auto-summary
!
ip http server
no ip http secure-server
ip classless
!
!
!
!
!
!
!
!
!
!
!
alias exec siib show ip inter bri
alias exec sip show ip proto
alias exec sir show ip route
!
line con 0
line aux 0
line vty 0 4
login local
transport input ssh
!
!
end



Running Configuration of Router R3


R3#sh run
Building configuration...

Current configuration : 1357 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname R3
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$FBAb$aetsSzh6sHJdcldJ/zAec0
!
no aaa new-model
ip subnet-zero
!
!
ip domain name dhakatel.com
!
ip cef
ip audit po max-events 100
!
!
!
!
!
!
!
!
!
!
!
!
username test password 7 030155180F1B
!
!
ip ssh time-out 10
!
!
!
!
!
interface Loopback0
ip address 172.30.0.1 255.255.255.0
!
interface Loopback1
ip address 172.30.1.1 255.255.255.0
!
interface Loopback2
ip address 172.30.2.1 255.255.255.0
!
interface FastEthernet0/0
ip address 10.1.2.3 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial1/0
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/1
ip address 10.1.34.1 255.255.255.252
serial restart-delay 0
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
router eigrp 1
network 10.1.34.0 0.0.0.7
network 10.0.0.0
no auto-summary
!
ip http server
no ip http secure-server
ip classless
ip route 10.0.0.0 255.0.0.0 10.1.3.0
!
!
!
!
!
!
!
!
!
!
!
alias exec siib show ip inter bri
alias exec sip show ip proto
alias exec sir show ip route
!
line con 0
line aux 0
line vty 0 4
login local
transport input ssh
!
!
end



[Running Configuration of Router BB

BB#sh run
Building configuration...

Current configuration : 1167 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname BB
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$ocJQ$0aRgwXPdjaizENXNCn710.
!
no aaa new-model
ip subnet-zero
!
!
ip domain name dhakatel.com
!
ip cef
ip audit po max-events 100
!
!
!
!
!
!
!
!
!
!
!
!
username test password 0 ensit
!
!
ip ssh time-out 10
!
!
!
!
!
interface FastEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial1/0
ip address 10.1.24.2 255.255.255.252
serial restart-delay 0
!
interface Serial1/1
ip address 10.1.34.2 255.255.255.252
serial restart-delay 0
clock rate 64000
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
router eigrp 1
network 10.1.24.0 0.0.0.3
network 10.1.34.0 0.0.0.7
auto-summary
!
ip http server
no ip http secure-server
ip classless
!
!
!
!
!
!
!
!
!
!
!
alias exec siib show ip inter bri
alias exec sip show ip proto
alias exec sir show ip route
!
line con 0
line aux 0
line vty 0 4
login local
transport input ssh
!
!
end
Continue reading Nuggets EIGRP Configurations