شبکه های کامپیوتری مبتنی بر سیسکو

پیکربندی شبکه های کامپیوتری و ارائه راه حل جامع

 
بازیابی پسورد روتر یا Password Recovery
نویسنده : سعید اسداله نیا - ساعت ۱٢:٥٠ ‎ب.ظ روز یکشنبه ٢٠ دی ۱۳۸۸
 

Password Recovery عملیاتی است که در آن پسورد فراموش شده سیسکو را تغییر می دهیم. برای اینکار به دسترسی فیزیکی به دستگاه و ارتباط کنسول نیاز داریم. به صورت نرمال روتر از مراحل زیر برای boot شدن استفاده می کند:

  • 1- روتر روشن شده و توسط ROM راه اندازی می شود.
  • 2- روتر Configuration-Register را چک می کند.
  • 3- روتر فایل Configuration را داخل NVRAM، Load می کند تا IOS آن را بخواند.
  • 4- براساس configuration، IOS را انتخاب می کند و IOS را درون Ram، Decompress می کند.

Configuration-Register به میزان 2 بایت است که به صورت HEX نشان داده می شود. توسط این مقدار مشخص می شود روتر از چه و به چه صورتی Boot شود. در ضمن سرعت پورت Console و مشخصات دیگری نیز توسط این 2 بایت گزارش می گردد که از حوصله بحث ما خارج است.

برای اینکه از شر پسورد خلاص شویم باید روتر را بدون Configuration بالا آوریم. برای اینکار باید سراغ Configuration-Register رفت و مرحله ای که در آن configuration خوانده می شود را از کار انداخت. برای اینکار Configuration-Register را باید به 0x2142 تغییر دهیم. اما مشکل اینجاست که دسترسی به روتر نداریم(زیرا رمز عبور گمشده است). پس باید روتر را خاموش/روشن کنیم:

در زمان بوت شدن IOS از کلیدهای Ctrl+Break استفاده می کنیم تا این مرحله قطع شده و ما را به ROMMON ببرد. در ROMMON می توانیم با دستور confreg 0x2142 روتر را مجبور کنیم تا فایل Configuration را نخواند و مثل یک روتر جدید بدون تنظیم بوت شود.

بعد از تنظیم Confreg دستور i یا Initialize را زده تا روتر Reload شود و می بینیم که روتر بدون تنظیم بالا آمد. سپس درون Enable رفته و محتویات NVRAM کپی می کنیم (Copy running-config startup-config) سپس مقدار Configuration-register را به عدد 0x2102 برمیگردانیم.

مراحل فوق به ترتیب عملکرد:

  • 1. روتر را Reboot می کنیم.
  • 2. در حین بوت شدن روتر کلیدهای Ctrl+Break را فشار می دهیم.
  • 3. ROMMON> confreg 0x2142
  • 4. ROMMON> i
  • 5. Router> enable
  • 6. Router# copy startup-config running-config
  • 7. Router# config terminal
  • 8. Router(config)# enable secret newpassword
  • 9. Router(config)# configuration-register 0x2102
  • 10. Router(config)# exit
  • 11. Router# copy running-config startup-config

 

باید توجه داشت که در مرحله 6 از NVRAM به RAM کپی می کنیم و پس از تغییر Password اینبار در مرحله 11 از RAM به NVRAM کپی انجام می شود تا configuration را از دست نداده و تنها Enable secret را تغییر دهیم.

نکته مهم اینست که هربار فایلی به NVRAM ریخته می شود جای فایل قبلی را می گیرد (یا Replace می شود). اما وقتی فایلی به RAM کپی می شود با محتویات RAM؛ Merge می شود.

از آنجا که دستور Shutdown در روتر جدید و بدون config روی interface ها به صورت پیش فرض قرار دارد، بعد از مرحله Password Recovery باید Interface ها را بصورت دستی No shut کنیم.

 


 
comment نظرات ()
 
 
آموزش جامع پیکربندی تمامی روترهای سیسکو
نویسنده : سعید اسداله نیا - ساعت ٦:۱٤ ‎ب.ظ روز سه‌شنبه ۱٥ دی ۱۳۸۸
 

در این پست، PDF نحوه ی Configuration تمامی روترهای سیسکو رو برای دانلود براتون می ذارم.

فکر می کنم با داشتن این PDF ها بزرگترین مرجع آموزش config تمامی روترهای Cisco رو خواهید داشت.

Cisco 800 Series Software Configuration Guide

Cisco 1800 Series Integrated Services Routers Software Configuration Guide

Cisco 3200 Series Mobile Access Router Software Configuration Guide

Cisco 3800 Series Integrated Services Routers Quick Start Guide

Cisco ASR 1000 Series Aggregation Services Routers SIP and SPA Software Configuration Guide

Cisco uBR7200 Series Software Configuration Guide

Cisco 7304 Router Modular Services Card and Shared Port Adapter Software Configuration Guide

Cisco 7600 Series Cisco IOS Software Configuration Guide

Cisco 10720 Internet Router Installation and Configuration Guide


 
comment نظرات ()
 
 
آموزش جامع پیکربندی تمامی سوییچ های سیسکو
نویسنده : سعید اسداله نیا - ساعت ٤:٥۱ ‎ب.ظ روز سه‌شنبه ۱٥ دی ۱۳۸۸
 

در این پست PDF نحوه ی Configuration تمامی سوییچ های سیسکو رو برای دانلود براتون می ذارم.

فکر می کنم با داشتن این PDF ها بزرگترین مرجع آموزش config تمامی سوییچ های Cisco رو خواهید داشت.

 

Catalyst 2950 Switch Configuration Guide

Catalyst 2960 Switch Configuration Guide

Catalyst 3560 Switch Configuration Guide

Catalyst 3750 Switch Configuration Guide

Catalyst 4500 Series Switch Configuration Guide

Catalyst 6500 Series Switch Configuration Guide


 
comment نظرات ()
 
 
آموزش پیکربندی سوییچ های 3750 و 3560 سیسکو
نویسنده : سعید اسداله نیا - ساعت ۱٠:٢٢ ‎ق.ظ روز سه‌شنبه ۱٥ دی ۱۳۸۸
 

در این پست، دو تا PDF مفید و جامع به منظور Config کردن سوییچ های Cisco Catalyst 3750 و Cisco Catalyst 3560 برای دانلود می ذارم.

چون سوییچ های 3750 و 3560 سوییچهای لایه 3 هستن و بعضی دوستان نحوه config این نوع از سوییچ ها رو می خواستن، این PDF ها رو که محصول انتشارات سیسکو است و مرجع کاملی برای config، براتون آماده کردم.

این PDF ها شامل آموزش تمامی مواردی که میشه روی سوییچ های لایه 3 پیاده سازی کرد، به همراه نحوه Config و دستورات مربوطه است.

Catalyst 3560 Switch Configuration Guide

Catalyst 3750 Switch Configuration Guide


 
comment نظرات ()
 
 
به زودی
نویسنده : سعید اسداله نیا - ساعت ۳:٠٠ ‎ب.ظ روز دوشنبه ٢۳ شهریور ۱۳۸۸
 

به زودی می خوام هرچند وقت یه بار یه نمونه Config برای تمرین روی وبلاگ بذارم.

اولین Configuration Example ای هم که دارم آماده می کنم،Basic Router Configuration هست.

منتظر باشید.

من هم منتظر نظرات شما هستم!!!


 
comment نظرات ()
 
 
Lab 5 - Default Route
نویسنده : سعید اسداله نیا - ساعت ۱٢:۱۳ ‎ب.ظ روز یکشنبه ٢٢ شهریور ۱۳۸۸
 

You have the job to setup a small customer network. Host A (on the left) should be setup with an IP address of 192.168.101.2 /24 and a default gateway of 192.168.101.1. Host B (on the right) should be setup with an IP address of 192.168.100.2 /24 and a default gateway of 192.168.100.1. The Ethernet interface of Router1 (on the left) should use an IP address of 192.168.101.1 /24 and the Serial interface of Router1 should use an IP address of 192.168.1.1 /24. The Ethernet interface of Router2 (on the right) should use an IP address of 192.168.100.1 /24 and the Serial interface of Router2 should use an IP address of 192.168.1.2 /24. You have a DCE cable connected to Router1. The serial link should have speed of 64K. Configure the routers with default routes so that all devices can ping any other device.


R1:
hostname router1
!
interface Ethernet0
ip address 192.168.101.1 255.255.255.0
no shut
!
interface Serial0
ip address 192.168.1.1 255.255.255.0
clock rate 64000
no shut
!
ip route 0.0.0.0 0.0.0.0 192.168.1.2
R2:
hostname router2
!
interface Ethernet0
ip address 192.168.100.1 255.255.255.0
no shut
!
interface Serial0
ip address 192.168.1.2 255.255.255.0
no shut
!
ip route 0.0.0.0 0.0.0.0 192.168.1.1
Host A:
Ipconfig /IP 192.168.101.2 255.255.255.0
Ipconfig /DG 192.168.101.1
Host B:
Ipconfig /IP 192.168.100.2 255.255.255.0
Ipconfig /DG 192.168.100.1

 

شما وظیفه دارید که یک شبکه کوچک را برای مشتری برپا کنید. آدرس IP میزبان A(در سمت چپ تصویر سناریوی 4) باید 192.168.101.2/24 و Default Gateway آن 192.168.10.1 باشد. آدرس IP میزبان B(در سمت راست تصویر) باید 192.168.100.2/24 و Default Gateway آن 192.168.100.1 باشد. آدرس IP اینترفیس اترنت روتر 1 (در سمت چپ تصویر) باید 192.168.101.1/24 و اینترفیس سریال روتر 1 باید 192.168.1.1/24 باشد. آدرس IP اینترفیس اترنت روتر 2 (در سمت راست تصویر) باید 192.168.100.1/24 و اینترفیس سریال روتر 2 باید 192.168.1.2 باشد.

شما یک کابل DCE متصل به روتر 1 دارید. لینک سریال باید سرعت 64K داشته باشد.

روترها را به وسیله Default Route به نحوی پیکربندی کنید که همه دستگاه ها بتوانند یکدیگر را Ping کنند.


 
comment نظرات ()
 
 
Lab 4 - Static Route
نویسنده : سعید اسداله نیا - ساعت ۱٢:٥٧ ‎ب.ظ روز پنجشنبه ۱٩ شهریور ۱۳۸۸
 

You are building a lab network to test new configurations that will be rolled out to your production network. Host A (on the left) should be setup with an IP address of 192.168.101.2 /24 and a default gateway of 192.168.101.1. Host B (on the right) should be setup with an IP address of 192.168.100.2 /24 and a default gateway of 192.168.100.1. The Ethernet interface of Router1 (on the left) should use an IP address of 192.168.101.1 /24 and the Serial interface of Router1 should use an IP address of 192.168.1.1 /24. The Ethernet interface of Router2 (on the right) should use an IP address of 192.168.100.1 /24 and the Serial interface of Router2 should use an IP address of 192.168.1.2 /24. You have a DCE cable connected to Router1. The serial link should have speed of 64K. Configure the routers with static routes so that all devices can ping any other device.


R1:
hostname router1
!
interface Ethernet0
ip address 192.168.101.1 255.255.255.0
no shut
!
interface Serial0
ip address 192.168.1.1 255.255.255.0
clock rate 64000
no shut
!
ip route 192.168.100.0 255.255.255.0 192.168.1.2
R2:
hostname router2
!
interface Ethernet0
ip address 192.168.100.1 255.255.255.0
no shut
!
interface Serial0
ip address 192.168.1.2 255.255.255.0
no shut
!
ip route 192.168.101.0 255.255.255.0 192.168.1.1
Host A:
Ipconfig /IP 192.168.101.2 255.255.255.0
Ipconfig /DG 192.168.101.1
Host B:
Ipconfig /IP 192.168.100.2 255.255.255.0
Ipconfig /DG 192.168.100.1

 

از شما خواسته شده که یک لابراتوار شبکه به منظور آزمایش پیکربندی های جدیدی که قرار است روی شبکه اعمال شوند، بسازید.

آدرس IP میزبان A (در سمت چپ تصویر) باید 192.168.1.2/24 و Default Gateway آن 192.168.101.1 باشد. آدرس IP میزبان B (در سمت راست تصویر) باید 192.168.100.2 و Default Gateway آن 192.168.100.1 باشد.

اینترفیس اترنت روتر 1 (در سمت چپ) باید از آدرس 192.168.101.1/24 و اینترفیس سریال روتر 1 باید از آدرس 192.168.1.1/24 استفاده کند. اینترفیس اترنت روتر 2 (در سمت راست) باید از آدرس 192.168.100.1/24 و اینترفیس سریال روتر 2 باید از آدرس 192.168.1.2/24 استفاده کند.

شما یک کابل DCE متصل به روتر 1 دارید. لینک های سریال باید سرعت 64K داشته باشند.

روترها را با Static Route طوری پیکربندی کنید که دستگاه ها بتوانند تمامی دستگاه های دیگر را Ping کنند.

در صورت درخواست شما، نمونه config یک شبکه با Static Route رو برای مطالعه و تمرین براتون توی وبلاگ می ذارم.(البته در صورت درخواست!!!)

 


 
comment نظرات ()
 
 
Lab 3 - IP Addressing
نویسنده : سعید اسداله نیا - ساعت ۱٠:۱٢ ‎ق.ظ روز پنجشنبه ۱٩ شهریور ۱۳۸۸
 

You have just been asked to build a lab network to test new configurations that will be rolled out to your production network. Host A (on the left) should be setup with an IP address of 192.168.101.2 /24 and a default gateway of 192.168.101.1. Host B (on the right) should be setup with an IP address of 192.168.100.2 /24 and a default gateway of 192.168.100.1. The Ethernet interface of Router1 (on the left) should use an IP address of 192.168.101.1 /24 and the Serial interface of Router1 should use an IP address of 192.168.1.1 /24. The Ethernet interface of Router2 (on the right) should use an IP address of 192.168.100.1 /24 and the Serial interface of Router2 should use an IP address of 192.168.1.2 /24. You have a DCE cable connected to Router1. The serial link should have speed of 64K. Configure the devices with hostnames and make sure that the can ping any device that is directly connected.


R1:
hostname router1
!
interface Ethernet0
ip address 192.168.101.1 255.255.255.0
no shut
!
interface Serial0
ip address 192.168.1.1 255.255.255.0
clock rate 64000
no shut
R2:
hostname router2
!
interface Ethernet0
ip address 192.168.100.1 255.255.255.0
no shut
!
interface Serial0
ip address 192.168.1.2 255.255.255.0
no shut
Host A:
Ipconfig /IP 192.168.101.2 255.255.255.0
Ipconfig /DG 192.168.101.1
Host B:
Ipconfig /IP 192.168.100.2 255.255.255.0
Ipconfig /DG 192.168.100.1

 

از شما خواسته شده که یک لابراتوار شبکه به منظور آزمایش پیکربندی های جدیدی که قرار است روی شبکه اعمال شوند، بسازید.

آدرس IP میزبان A (در سمت چپ تصویر) باید 192.168.1.2/24 و Default Gateway آن 192.168.101.1 باشد. آدرس IP میزبان B (در سمت راست تصویر) باید 192.168.100.2 و Default Gateway آن 192.168.100.1 باشد.

اینترفیس اترنت روتر 1 (در سمت چپ) باید از آدرس 192.168.101.1/24 و اینترفیس سریال روتر 1 باید از آدرس 192.168.1.1/24 استفاده کند. اینترفیس اترنت روتر 2 (در سمت راست) باید از آدرس 192.168.100.1/24 و اینترفیس سریال روتر 2 باید از آدرس 192.168.1.2/24 استفاده کند.

شما یک کابل DCE متصل به روتر 1 دارید. لینک های سریال باید سرعت 64K داشته باشند.

Hostname ها را روی دستگاه ها پیکربندی کرده و اطمینان حاصل کنید که آنها می توانند هر دستگاه متصل شده به صورت مستقیم را ، Ping کنند.

توجه کنید که از تنظیمات انجام شده در این سناریو (مانند آدرس IPها و ...) ، در سناریوهای بعدی استفاده خواهد شد.

 


 
comment نظرات ()
 
 
Lab2 - CDP
نویسنده : سعید اسداله نیا - ساعت ٢:۳٥ ‎ب.ظ روز سه‌شنبه ۱٧ شهریور ۱۳۸۸
 

You have just been asked to build a network map of your current network using CDP.
Use the common CDP commands to understand what type of devices you are working
with and how they are interconnected together. To complete this lab you will need to
connect to each device in the topology and enable each interface. After you have enabled
all interfaces use the command Show cdp neighbors detail. The answer is the graphic at
the top of the next lab.
Draw the Network Diagram below.

از شما خواسته شده که از CDP یا Cisco Discovery Protocol برای ساختن نقشه و پلان شبکه ی موجود استفاده کنید.

برای کامل نمودن این سناریو ، از دستورات رایج CDP به منظور دانستن اینکه با چه نوع دستگاه هایی کار می کنید و آنها چگونه به هم متصل هستند، استفاده کنید.

شما نیاز خواهید داشت که به هر دستگاه در توپولوژی متصل شده و هر اینترفیس آن را فعال کنید.

پس از آنکه تمامی اینترفیس ها را فعال نمودید، از دستور Show cdp neighbor detail استفاده کنید. جواب سوال، تصویر ابتدایی سناریوی بعدی می باشد.

شمای شبکه را طراحی کنید.

تمامی دستورات CDP در Privileged Exec mode :

Router#show cdp

Router#show cdp neighbors

Router#show cdp neighbors detail

Router#show cdp entry word

Router#show cdp entry *

Router#show cdp interface

Router#show cdp interface x

Router#show cdp traffic

Router#clear cdp counters

Router#clear cdp table

Router#debug cdp adjacency

Router#debug cdp events

Router#debug cdp ip

Router#debug cdp packets

تمامی دستورات CDP در Configuration mode:

Router(config)#cdp holdtime x

Router(config)#cdp timer x

Router(config)#cdp run

Router(config)#no cdp run

Router(config-if)#cdp enable

Router(config-if)#no cdp enable

 

توضیحات مرتبط با این سناریو در کتاب CCNA INTRO Exam Certification Guide :

Cisco Discovery Protocol


The Cisco Discovery Protocol (CDP) discovers basic information about neighboring routers
and switches, without needing to know the passwords for the neighboring devices. CDP
supports any LAN, HDLC, Frame Relay, and ATM interface—in fact, it supports any
interface that supports the use of SNAP headers. The router or switch can discover Layer 2
and Layer 3 addressing details of neighboring routers without even configuring that Layer 3
protocol—this is because CDP is not dependent on any particular Layer 3 protocol.
When Cisco first developed the proprietary CDP, it was used mainly between routers. Today
most Cisco products support CDP, including Cisco switches and Cisco IP Phones.
Devices that support CDP advertise their own information and learn information about
others by listening for their advertisements. On media that support multicasts at the data link
layer, CDP uses multicast; on other media, CDP sends a copy of the CDP update to any
known data-link addresses. So, any CDP-supporting device that shares a physical medium
with another CDP-supporting device can learn about the other device.

CDP discovers several useful details from the neighboring device:
 Device identifier—Typically the host name
 Address list—Network and data-link addresses
 Port identifier—Text that identifies the port, which is another name for an interface
 Capabilities list—Information on what type of device it is—for instance, a router or a switch
 Platform—The model and OS level running in the device
CDP is enabled in the configuration by default. The no cdp run global command
disables CDP for the entire device, and the cdp run global command re-enables CDP.
Likewise, the no cdp enable interface subcommand disables CDP just on that interface, and
the cdp enable command switches back to the default state of CDP being enabled.
A variety of show cdp command options are available. Example 13-11 lists the output of the
commands, with some commentary following.


Example 13-11 show cdp Command Options
Seville#show cdp ?
entry Information for specific neighbor entry
interface CDP interface status and configuration
neighbors CDP neighbor entries
traffic CDP statistics
| Output modifiers
<cr>
Seville#show cdp neighbor
Capability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge
S - Switch, H - Host, I - IGMP, r - Repeater
Device ID Local Intrfce Holdtme Capability Platform Port ID
fred Ser 1 172 R 2500 Ser 1
Yosemite Ser 0.2 161 R 2500 Ser 0.2
Switch Eth 0 123 S I WS-C3550-2Fas 0/4
Seville#show cdp entry fred
-------------------------
Device ID: fred
Entry address(es):
IP address: 163.5.8.3
Platform: cisco 2500, Capabilities: Router
Interface: Serial1, Port ID (outgoing port): Serial1
Holdtime : 168 sec
Version :
Cisco Internetwork Operating System Software
IOS (tm) 2500 Software (C2500-DS-L), Version 12.2(3), RELEASE SOFTWARE (fc1)

Copyright 1986-2001 by cisco Systems, Inc.
Compiled Wed 18-Jul-01 21:10 by pwade
advertisement version: 2
Seville#show cdp neighbor detail
-------------------------
Device ID: fred
Entry address(es):
IP address: 163.5.8.3
Platform: cisco 2500, Capabilities: Router
Interface: Serial1, Port ID (outgoing port): Serial1
Holdtime : 164 sec
Version :
Cisco Internetwork Operating System Software
IOS (tm) 2500 Software (C2500-DS-L), Version 12.2(3), RELEASE SOFTWARE (fc1)
Copyright 1986-2001 by cisco Systems, Inc.
Compiled Wed 18-Jul-01 21:10 by pwade
advertisement version: 2
-------------------------
Device ID: Yosemite
Entry address(es):
IP address: 10.1.5.252
Platform: cisco 2500, Capabilities: Router
Interface: Serial0.2, Port ID (outgoing port): Serial0.2
Holdtime : 146 sec
Version :
Cisco Internetwork Operating System Software
IOS (tm) 2500 Software (C2500-DS-L), Version 12.2(3), RELEASE SOFTWARE (fc1)
Copyright 1986-2001 by cisco Systems, Inc.
Compiled Wed 18-Jul-01 21:10 by pwade
advertisement version: 2
-------------------------
Device ID: Switch
Entry address(es):
Platform: cisco WS-C3550-24, Capabilities: Switch IGMP
Interface: Ethernet0, Port ID (outgoing port): FastEthernet0/4
Holdtime : 160 sec
Version :
Cisco Internetwork Operating System Software

IOS (tm) C3550 Software (C3550-I5Q3L2-M), Version 12.1(11)EA1, RELEASE SOFTWARE
(fc1)
Copyright 1986-2002 by cisco Systems, Inc.
Compiled Wed 28-Aug-02 10:03 by antonino
advertisement version: 2
Protocol Hello: OUI=0x00000C, Protocol ID=0x0112; payload len=27, value=0000000
0FFFFFFFF010231FF000000000000000AB7DCB780FF0000
VTP Management Domain: ’’
Native VLAN: 1
Duplex: half
Seville#show cdp interface
Ethernet0 is up, line protocol is down
Encapsulation ARPA
Sending CDP packets every 60 seconds
Holdtime is 180 seconds
Serial0.2 is up, line protocol is up
Encapsulation FRAME-RELAY
Sending CDP packets every 60 seconds
Holdtime is 180 seconds
Serial1 is up, line protocol is up
Encapsulation HDLC
Sending CDP packets every 60 seconds
Holdtime is 180 seconds
Seville#show cdp traffic
CDP counters :
Total packets output: 31, Input: 41
Hdr syntax: 0, Chksum error: 0, Encaps failed: 9
No memory: 0, Invalid packet: 0, Fragmented: 0
CDP version 1 advertisements output: 0, Input: 0
CDP version 2 advertisements output: 31, Input: 41

The commands provide information about both the neighbors and the behavior of the CDP
protocol itself. The show cdp command has four options, as shown at the beginning of the
example. For instace, the show cdp neighbor command lists each neighbor, with one line of
output per neighbor. Notice that Seville has two router neighbors, denoted by the R, and one
switch, in this case a 3550, denoted with an S.
Next in the example, you see two commands that list details per neighbor. The show cdp
entry fred command lists the details learned by CDP about the neighbor whose host name is
fred. (Before using the command, you would just use the show cdp neighbor command to
find the host names of any neighbors that CDP already has found.) Another command that lists the detailed information is the show cdp neighbor detail command, which is in the same
format as show cdp entry but lists the information for every neighbor.
You actually can draw a network diagram by using CDP, exercising a little patience, and
issuing the right commands on all the devices in a network. Whether you are using the briefer
output of show cdp neighbor or the more complete output of show cdp neighbor detail or
show cdp entry, the output lists both the local interface and the port ID. The port ID is the
interface number, as designated by the other device. For instance, the switch uses port 0/4 to
connect to this device. So, you literally could piece together the network diagram from the
CDP output.

(CCNA INTRO Exam Certification Guide - Page 392- Wendell Odom - Copyright© 2004 Cisco Systems, Inc.)

ترجمه : به زودی

 

 


 
comment نظرات ()
 
 
کتاب راهنمای دستورات سیسکو
نویسنده : سعید اسداله نیا - ساعت ۳:۱٥ ‎ب.ظ روز دوشنبه ٢ شهریور ۱۳۸۸
 

یکی از دوستان که وبلاگ رو می خونه و نسبت بهش لطف داره، ازم خواسته بود که دستورات CCNA رو براش توی وبلاگ بذارم.

در این پست کتاب و دفترچه راهنمای دستورات و Command های CCNA رو براتون برای دانلود رایگان می ذارم.

کتاب خیلی مفیدیه که می تونین همیشه همراهتون داشته باشین و سر پروژه ازش استفاده کنین.

 

دانلود Cisco Press-(640-802)CCNA Portable Command Guide -2nd Edition

رمز فایل : http://ciscohelp.persianblog.ir


 
comment نظرات ()
 
 
دانلود IOS های سیسکو
نویسنده : سعید اسداله نیا - ساعت ٧:۳٢ ‎ب.ظ روز سه‌شنبه ٢۳ تیر ۱۳۸۸
 

خیلی از دوستام ازم IOSهای سیسکو رو می گیرن. پیدا کردن این IOSها در اینترنت کمی سخته به خاطر اینکه این IOSها اصلاً مجانی نیستن.

من لیست تمامی IOSهایی رو که دارم براتون می ذارم:

IOS for Cisco 800 Series Modem Routers

IOS for Cisco 1700 Series Routers

IOS for Cisco 1841 Routers

IOS for Cisco 2500 Series Routers

IOS for Cisco 2600 Series Routers

IOS for Cisco 2800 Series Routers

IOS for Cisco Catalyst 2950 Switches

IOS for Cisco Catalyst 3550 Switches

IOS for Cisco Catalyst 3560 Switches

IOS for Cisco Catalyst 3660 Switches

IOS for Cisco Catalyst 3750 Layer 3 Switches

به خاطر حجم بالای این فایل ها، اگه IOS خاصی رو نیاز دارین، لطفاً درخواست بدین تا بلافاصله براتون به آدرس ایمیلتون بفرستمشون.

دارم دنبال سایتی می گردم که فضای کافی برای Upload کردن IOSها رو بهم بده.به محض پیدا کردن، همه ی Cisco IOS هارو براتون برای دانلود می ذارم. اگه می تونین کمکم کنین.

به زودی آموزش نحوه ی نصب IOS روی تجهیزات سیسکو رو براتون برای مطالعه روی وبلاگ می ذارم.

 

 

 

 


 
comment نظرات ()
 
 
دانلود Pdfهای Actual Test به منظور آمادگی آزمون CCNA
نویسنده : سعید اسداله نیا - ساعت ٦:٤٩ ‎ب.ظ روز دوشنبه ۱۱ خرداد ۱۳۸۸
 

بعد از قرار دادن Pdf های Test King برای دانلود در پست قبلی، حالا نمونه سوالاتی رو که Actual Test به منظور آمادگی برای آزمون های Cisco CCNA 640-802 و Cisco ICND1 640-822 و Cisco ICND2  640-816 تهیه کرده ، براتون برای دانلود به صورت رایگان می ذارم.

توضیحات بیشتر رو می تونین در سایت Http://www.actualtest.com مشاهده کنین.

دانلود Actual Tests-(CCNA 640-802)-Ver 02.13.08

دانلود Actual Tests-(CCNA 640-802)-Ver 06.18.08

دانلود Actual Tests-(CCNA 640-802)-Ver 11.07.07

دانلود Actual Tests-(CCNA 640-802)-Ver 12.12.07

دانلود Actual Tests-(ICND1 640-822)-Ver 04.29.08

دانلود Actual Tests-(ICND1 640-822)-Ver  06.17.08

دانلود Actual Tests-(ICND1 640-822)-Ver  11.06.07

دانلود Actual Tests-(ICND2 640-816)-Ver 06.26.08

دانلود Actual Tests-(ICND2 640-816)-Ver 07.17.08

دانلود Actual Tests-(ICND2 640-816)-Ver 12.17.07

 


 
comment نظرات ()
 
 
دانلود Pdf های Test King به منظور آمادگی آزمون Cisco 640-801 CCNA
نویسنده : سعید اسداله نیا - ساعت ۱۱:۳۸ ‎ق.ظ روز یکشنبه ۱٠ خرداد ۱۳۸۸
 

برای عزیزانی که قصد شرکت در آزمون Cisco 640-801 CCNA رو دارن، نمونه سوالاتی که شرکت Test King آماده می کنه و  در سایت www.testking.com قیمتش 77.99 دلاره رو برای دانلود رایگان توی این پست وبلاگ می ذارم.

در صورتیکه استقبال از این پست بالا باشه ، به زودی نمونه سوالات Test King آزمون های Microsoft رو هم برای دانلود می ذارم.

 

توضیحات نمونه سوالات آزمون Cisco 640-801 CCNA در http://www.testking.com :

Questions & Answers (Q & A) are the backbone of our product line. Our industry-leading certification practice tests cover the same topics as the actual exams. Working with our Q & A products is just like taking the actual tests... except we also give you the correct answers. More importantly, we also give you detailed explanations to ensure you fully understand how and why the answers are correct.

  • Questions cover the same topics as the real tests
  • Correct answers, verified by industry experts
  • Detailed explanations (when available) to ensure full understanding
  • Just like the real tests: drag and drop, multiple choice questions
  • Simulates real exam environment
  • Updated regularly, always current
  • Backed by our GUARANTEE
  • See Samples of Q & A products

Our Questions & Answers are prepared by industry leaders, some of the best technical experts in their fields. Accuracy is guaranteed. Take our practice tests, and go into your next certification exam confident and prepared.

 

دانلود (Test king 640-802)

دانلود (Test King Cisco 640-801 CCNA Ver.85.0)

دانلود (Test King Cisco 640-801 CCNA Ver.97.0)

دانلود (Test King Cisco 640-801 CCNA Ver.102.0)


 
comment نظرات ()
 
 
Lab 1 – Setting up a Serial Interface
نویسنده : سعید اسداله نیا - ساعت ٦:٠٧ ‎ب.ظ روز چهارشنبه ٦ خرداد ۱۳۸۸
 

The first lab in this lab series is to understand how to setup a serial connection. When Serial connections are configured they need one more command that normal Ethernet connections do not. That command is the clock rate command. The clock rate command establishes a common rate at which the sending and receiving routers will send data to each other. It should be noted that if using a service provider circuit, there is no need for the clock rate command since the service provider provides the clocking. Establish a simple serial to serial connection between Router 1 Serial 0 and Router 2 Serial 0. To verify your connection is established use the command show cdp neighbors. This command will show the cdp information of your directly connected neighbor.

R1:
hostname router1
!
interface Serial0
clock rate 64000
no shut


R2:
hostname router2
!
interface Serial0
no shut

اولین سناریوی این سری از Lab ها، دانستن چگونگی setup یک ارتباط سریال (Serial) است. زمانیکه ارتباطات سریال پیکربندی شدند، آنها نیاز به یک دستور اضافی دارند که ارتباطات معمولی اترنت به آن احتیاجی ندارند. آن دستور اضافی، دستور clock rate (نرخ کلاک) می باشد. دستور نرخ کلاک یک نرخ رایج برای فرستادن اطلاعات در روترهای فرستنده و گیرنده به همدیگر، برقرار می کند.

لازم بذکر است در صورتیکه یک فراهم کننده ی سرویس مانند مخابرات در بین روترها وجود داشته باشد، نیازی به استفاده از دستور نرخ کلاک مادامی که سرویس دهنده ی مخابراتی آن را فراهم می کند، نیست.

یک ارتباط سریال-به-سریال ساده بین سریال 0 از روتر 1 و سریال 0 از روتر 2 با توجه به دستورات بالا برقرار کنید. برای بازبینی برقراری ارتباط این روترها از دستور Show cdp neighbors استفاده کنید. این دستور اطلاعات CDP همسایه ای که به صورت مستقیم به روتر شما متصل است را نمایش می دهد.

 

توضیحات مرتبط با این سناریو در کتاب CCNA INTRO Exam Certification Guide :

Bandwidth, Clock Rate, and Serial Lines in the Lab

You can build a WAN link in a lab without using a CSU/DSU. The lab network that I used to build the examples in this chapter used three “back-to-back” serial cables, essentially a DTE and DCE cable pair connected together.

To use a back-to-back WAN connection, one router must supply the clocking. Example 13-7 shows an example configuration for Seville, with a couple of important commands related to WAN links.

Example 13-7 Seville Router Configuration with clock rate Command

Seville#show running-config

! Lines ommitted for brevity

!

interface Serial0

ip address 10.1.130.253 255.255.255.0

clock rate 128000

!

interface Serial1

ip address 10.1.129.253 255.255.255.0

clock rate 128000

bandwidth 128

!

Ethernet0

ip address 10.1.3.253 255.255.255.0

!

! Lines ommitted for brevity

Seville#show controllers serial 0/0

Interface Serial0

Hardware is PowerQUICC MPC860

DCE V.35, clock rate 128000

idb at 0x8169BB20, driver data structure at 0x816A35E4

! Lines ommitted for brevity

 

The clock rate command sets the rate in bits per second on the router that has the DCE cable plugged into it. In this case, Seville was supplying clocking on both serial interfaces. If no cable has been plugged in, the IOS accepts the command. If a DTE cable has been plugged in, IOS rejects the command. If you do not know which router has the DCE cable in it, you can find out by using the show controllers command, as shown at the end of the example. In the example, you can see that the output identifies the type of serial cable.

Also notice the bandwidth 128 command on serial 1. The bandwidth command tells IOS the speed of the link, in kilobits per second, regardless of whether the router is supplying clocking. The bandwidth setting does not change anything that the router does at Layer 1;

instead, this setting is used by IOS software for other purposes. For instance, IGRP and EIGRP both use bandwidth to calculate a metric for routing protocols; they use the bandwidth setting on the interfaces. bandwidth defaults to T1 speed on serial interfaces.

 

There is no default for clock rate, even with a DCE cable plugged in—it must be configured.

(CCNA INTRO Exam Certification Guide - Page 380- Wendell Odom - Copyright© 2004 Cisco Systems, Inc.)

ترجمه :

شما می توانید یک لینک WAN را بدون استفاده از CSU/DSU در آزمایشگاه ایجاد کنید. شبکه ای که من برای مثال های این بخش استفاده می کنم، از سه کابل سریال Back-to-Back که در واقع یک جفت کابل DCE و DTE متصل به هم است، تشکیل شده است.

برای استفاده از یک ارتباط Back-to-Back WAN ، روتر باید بتواند همزمان سازی را تآمین کند.مثال 7-13 تنظیماتی از روتر Seville را نشان می دهد که در این تنظیمات از دو دستور مهم مربوط به لینک های WAN استفاده شده است.

مثال 7-13 تنظیم روتر Seville با دستور Clock rate

Seville#show running-config

! Lines ommitted for brevity

!

interface Serial0

ip address 10.1.130.253 255.255.255.0

clock rate 128000

!

interface Serial1

ip address 10.1.129.253 255.255.255.0

clock rate 128000

bandwidth 128

!

Ethernet0

ip address 10.1.3.253 255.255.255.0

!

! Lines ommitted for brevity

Seville#show controllers serial 0/0

Interface Serial0

Hardware is PowerQUICC MPC860

DCE V.35, clock rate 128000

idb at 0x8169BB20, driver data structure at 0x816A35E4

! Lines ommitted for brevity

دستور Clock rate که کابل DCE به آن متصل شده است، نرخ را بر حسب بیت بر ثانیه تنظیم می کند. در این مثال روتر Seville، همزمان سازی را بر روی دو اینترفیس سریال خود اعمال می کند. اگر هیچ کابلی به آن متصل نباشد، IOS دستور را می پذیرد، اما اگر کابل DTE به آن وصل باشد، دستور را رد می کند. اگر اتصال کابل DCE به روتر را تشخیص نمی دهید، می توانید از دستور Show Controllers استفاده کنید. (همانطور که در انتهای مثال آمده است.) در این مثال می توانید، مشاهده کنید که خروجی، نوع کابل سریال را نیز مشخص می کند.

به دستور Bandwidth 128 در اینترفیس سریال 1، توجه کنید. دستور Bandwidth سرعت لینک را بدون توجه به اینکه روتر بتواند همزمان سازی را اعمال کند یا نه، برحسب کیلوبیت بر ثانیه به IOS می گوید. تنظیمات پهنای باند، تغییری در کارهای لایه 1 روتر نمی دهند، بلکه IOS با این تنظیمات ، اهداف دیگری را دنبال می کند. برای نمونه IGRP و EIGRP که هر دو متریک را بر اساس پهنای باند محاسبه می کنند، از این تنظیمات پهنای باند اینترفیس ها استفاده می کنند. پهنای باند پیش فرض اینترفیس های سریال، T1 است. هیچ پیش فرضی برای نرخ ساعت، حتی زمانی که کابل DCE به آن متصل است، وجود ندارد.(آن باید تنظیم شود.)

 


 
comment نظرات ()
 
 
سناریو و Lab های CCNA به همراه دستورات و Configuration ها به صورت کامل
نویسنده : سعید اسداله نیا - ساعت ٦:٠۱ ‎ب.ظ روز سه‌شنبه ٥ خرداد ۱۳۸۸
 

دوستان عزیز، از این پست به بعد می خوام هر چند روز یکبار سناریوها و Lab های CCNA رو براتون بذارم.

ما به ترتیب از مباحث ساده و ابتدایی شروع می کنیم و به تدریج سراغ Config های پیچیده میریم. تا جاییکه بتونم سعی می کنم توضیحات فارسی و Plan و نقشه ی سناریو رو هم براتون پست کنم.

بعد از اتمام Lab های CCNA ، سناریوهای CCNP رو شروع خواهیم کرد.

سوال ، نظر و پیشنهادتون رو به همراه ایمیل در قسمت نظرات وارد کنین.

این امکان هم وجود داره که در صورت درخواست شما، من Lab ها رو سریعتر و به همراه همه جزئیات برای دوستانیکه نیاز دارن به آدرس ایمیلشون بفرستم.

اما فهرست سناریوهای CCNA که از امروز توی وبلاگ قرار می گیرن به شرح زیر می باشند :

Lab 1 Setting up a Serial Interface

Lab 2 CDP

Lab 3 IP Addressing

Lab 4 Static Routes

Lab 5 Default Routes

Lab 6 RIP Routes

Lab 7 IGRP Routes

Lab 8 Using Loopback Interfaces

Lab 9 RIP v2 Routes

Lab 10 CHAP and RIP

Lab 11 Standard Access-Lists with RIP

Lab 12 Extended Access-Lists with RIP

Lab 13 EIGRP Routes

Lab 14 OSPF Routes

Lab 15 Static NAT

Lab 16 Many to One NAT

Lab 17 NAT Pool

Lab 18 Telnet

Lab 19  2950 IP Addresses

Lab 20  2950 Trunk

Lab 21  2950 Trunk - Dynamic

Lab 22  2950 VLANs

Lab 23  2950 Deleting VLANs

Lab 24  2950 VTP

Lab 25  2950 VTP w/ client

Lab 26  2950 Telnet


 
comment نظرات ()
 
 
مشخصات فنی تمامی تجهیزات شبکه سیسکو
نویسنده : سعید اسداله نیا - ساعت ٥:٢۳ ‎ب.ظ روز سه‌شنبه ٥ خرداد ۱۳۸۸
 

Cisco Product Quick Reference Guide for Download

یکی از دوستان عزیز با اسم مستعار س.م.م خواستار نوشتن مطلب درباره مشخصات فنی روترهای سیسکو شدن که واقعاً نوشتن دراین باره نیاز به زمان طولانی داره.

بنابراین برای اینکه این دوستم رو راضی نگه دارم، فایل PDF محصولات سیسکو رو که توسط خود سیسکو ارائه شده و البته مجانی هم نیست و باید پولی اون رو تهیه کرد،به صورت مجانی برای دانلود توی وبلاگ می ذارم. امیدوارم برای همه مفید باشه.

هر سوالی بود، لطفاً توی قسمت نظرات بپرسین و ایمیل خودتون رو برای پیگیری ذکر کنین.

لینک دانلود:

http://www.box.net/shared/y8ejkpl614

 


 
comment نظرات ()
 
 
Google Verification
نویسنده : سعید اسداله نیا - ساعت ٦:٥٦ ‎ب.ظ روز پنجشنبه ٢٠ فروردین ۱۳۸۸
 

googled0a099ccef54c9c7.html


 
comment نظرات ()
 
 
فیلم آموزشی راه اندازی تونل بین دو روتر
نویسنده : سعید اسداله نیا - ساعت ٢:٠۳ ‎ب.ظ روز سه‌شنبه ۱۸ فروردین ۱۳۸۸
 

Configuring GRE Tunnel on Cisco routers:

RouterA
Public IP: 217.219.50.100
Tunnel IP: 192.168.0.1
Private network: 192.168.1.0/24
IP on that private network: 192.168.1.1

RouterB
Public IP: 217.219.97.1
Tunnel IP: 192.168.0.2
Private network: 192.168.2.0/24
IP on that private network: 192.168.2.1

Config on RouterA :
interface Tunnel0
description connection to RouterB
ip address 192.168.0.1 255.255.255.0
tunnel source Serial 1/0
tunnel destination 217.219.97.1
tunnel mode gre ip

Config on RouterB :
interface Tunnel0
description connection to Linux RouterA
ip address 192.168.0.2 255.255.255.0
tunnel source Serial 1/0
tunnel destination 217.219.50.100
tunnel mode gre ip

پلان شبکه

 

برای دانلود آموزش کلیک کنید.

برای مشاهده آموزش کلیک کنید.


 
comment نظرات ()
 
 
پیکربندی تونل بین دو روتر
نویسنده : سعید اسداله نیا - ساعت ۱:٤٥ ‎ب.ظ روز سه‌شنبه ۱۸ فروردین ۱۳۸۸
 

شرح :

می خواهیم ارتباط بین دو شبکه با IP Range متفاوت را به وسیله ی دو روتر سیسکو با ارتباط WAN برقرار کنیم.

 

نمونه ی Config :

روتر سمت شبکه X :

X#sh run
Building configuration...
Current configuration : 1024 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname X
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$spMJ$XbdwRGC1CMCiDqwCMgA8e/
enable password NIA
!
no aaa new-model
!
resource policy
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
ip cef
!
!
no ip dhcp use vrf connected
!
!
!
!
!
!
interface Tunnel0
ip address 192.168.0.2 255.255.255.0
tunnel source Serial0/0/0
tunnel destination 10.103.16.193
tunnel mode ipip
!
interface FastEthernet0/0
ip address 172.16.1.4 255.255.0.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/0/0
ip address 10.103.16.177 255.255.255.240
encapsulation ppp
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0/0
ip route 192.168.20.0 255.255.255.0 Tunnel0
!
ip http server
!
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
password X
login
!
end

 

روتر شبکه ی Y :

 

Y#sh run
Building configuration...
Current configuration : 958 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Y
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$AC4u$eMIecOrx0Kkh1cia3oh7u/
enable password NIA
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
ip cef
!
!
!
!
ip ips po max-events 100
no ftp-server write-enable
!
!
!
!
!
!
!
!
interface Tunnel0
ip address 192.168.0.1 255.255.255.0
tunnel source Serial0
tunnel destination 10.103.16.177
tunnel mode ipip
!
interface FastEthernet0
ip address 192.168.20.4 255.255.255.0
speed auto
!
interface Serial0
ip address 10.103.16.193 255.255.255.240
encapsulation ppp
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0
ip route 172.16.0.0 255.255.0.0 Tunnel0
!
no ip http server
no ip http secure-server
!
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
password Y
login
!
end


 
comment نظرات ()
 
 
مطالب این وبلاگ
نویسنده : سعید اسداله نیا - ساعت ۱۱:۳٩ ‎ق.ظ روز سه‌شنبه ۱۸ فروردین ۱۳۸۸
 

با سلام.

در نظر دارم در این وبلاگ مطالب کاربردی در مورد شبکه های کامپیوتری را به اشتراک بگذارم. برای مثال مطالبی در مورد تنظیمات روتر و سوئیچ ، ارائه راه حل برای مشکلات شبکه ، مشخصات فنی تجهیزات Cisco و مطالبی نیز درباره ی سرورها و سرویس هایی که می توان روی سرور RUN کرد، در این وبلاگ قرار داده خواهد شد.

این وبلاگ به زودی مرجع مناسبی برای افرادی با مدارک زیر خواهد بود :

CCNA - CCNP - CCVP - MCSE و ... .


 
comment نظرات ()