خب یه مرور سریع می کنیم:
انواع مودها در روتر :
Configuring router passwords
که گفتیم enable password توصیه نمی شه چون clear textبود و گفتیم که به جای اون از enable secret استفاده کنید.
• service password-encryptionuses a Cisco Level 7 encryption which is very easy to decrypt.
• However, the enable secret <password> uses a stronger encryption method and cannot be easily hacked. uses a Cisco Level 5encryption
service password-encryptionکه برای encrypt کردن پسورد بود به راحتی decryptمیشد در حالی که enable secrertاز متد encryptionقوی استفاده میکنه و هک کردن بسیار سخته.
دستور Exitیک levelمارو به عقب می بره اما دستور endدر هر مود بالاتر از privilegeکه با شیم ما رو به همین مد privilege می بره.
Router# conf t
Router(config)# router protocol
Router(config-router)# (commands)
Router(config-router)# exit
Router(config)# exit
Router#
===========
Router(config)# interface type port
Router(config-if)# (commands)
Router(config-if)# end (or Control-Z)
Router#
خب حالا چند دستور showکه قبلا یاد گرفتیم و چند دستور show جدید:
• show interfaces– Displays all the statistics for all the interfaces on the router. To view the statistics for a specific interface, enter the show interfaces command followed by the specific interface and port number.
• show controllers serial– Displays information-specific to the interface hardware
• show clock– Shows the time set in the router
• show hosts– Displays a cached list of host names and addresses
• show users– Displays all users who are connected to the router
• show history– Displays a history of commands that have been entered
• show flash– Displays information about flash memory and what IOS files are stored there
• show version– Displays information about the router and the IOS that is running in RAM
• show ARP– Displays the ARP table of the router
• show protocol– Displays the global and interface specific status of any configured Layer 3 protocols
• show startup-configuration– Displays the saved configuration located in NVRAM
• show running-configuration– Displays the configuration currently running in RAM
دستور show interface:
Router>show interface ethernet 0
Ethernet0 is administratively down, line protocol is down , using hub0 وضعیت اینترفیس//
Hardware is Lance, address is 0010.7b3a.cf84 (bia 0010.7b3a.cf84) آدرس کارت شبکه//
MTU 1500 bytes, BW 10000 Kbit, DLY 1000 usec, rely 255/255, load 1/255 //maximum transfer unite
Encapsulation ARPA, loopback not set, keepalive set (10 sec) //Encapsulationدر لایه 2
ARP type: ARPA, ARP Timeout 04:00:00
Last input never, output 01:05:35, output hang never
Last clearing of “show interface” counters never
Queueing strategy: fifo //first in first OUT
Output queue 0/40, 0 drops; input queue 0/75, 0 drops
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
0 input packets with dribble condition detected
63 packets output, 11676 bytes, 0 underruns
0 output errors, 0 collisions, 1 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
Router>
دستور بعدی دستور show ip interface brief هستش.به خروجی اون توجه کنید:
Router#show ip interface brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES unset administratively down down
FastEthernet0/1 unassigned YES unset administratively down down
Vlan1 unassigned YES unset administratively down down
Router#
یک interfaceمیتونه 4 وضعیت داشته باشه که در زیر آوردم:
در حالت اول که تکلیف مشخصه یعنی interfaceهیچ ipنداره و با دستور shutdownخاموش شده.
در حالت دوم شما interfaceرو روشن کردید ولی بهیکی از دلایل زیر کار نمی کنه:
1-کابل وصل نیست
2-سرعت با پورت روبه رو match نیست
3-پورت مقابل خاموش است
3-شما دو طرفه کامل هستید و پورت مقابل دوطرفه ناقص
در حالات سوم هیچ کدام از مشکلات بالا مطرح نیست یعنی مشکلی در لایه فیزیکی نداریم
مشکل مربوط میشه به لایه data link
ممکن هست که Encapsulation در دو interfaceمقابل هم متفاوت باشه.
یعنی یکی pppویکی HDLC که بعدا بهش می پردازیم.(این اتفاق معمولا در شبکه هایی کهswitch هستند اتفاق نمی افته)
حالت چهارم مربوط میشه به port securityزمانی که در سویچ اون رو فعال می کنیم .
و در حالت پنجم هم که interfaceبه درستی کار می کنه.