النتائج 1 إلى 12 من 12

الموضوع: الاوامر المستخدمه فى ال configuration of router

  1. #1
    عضو
    تاريخ التسجيل
    Mar 2007
    المشاركات
    261
    معدل تقييم المستوى
    0

    الاوامر المستخدمه فى ال configuration of router

    Basic Router Operation
    User Mode
    Router >

    Moves user from user mode to privileged mode
    Router > enable
    Router #

    Moves you from privileged mode back to user mode
    Router # disable
    Router >

    Logs a user off
    Router > exit or logoff

    Performs the same function as exit
    Router#logout

    Moves you back one level
    Router(config-if)#exit
    Router (config)#

    Moves you back one level
    Router(config)#exit
    Router#

    Enters startup mode from the command line
    Router#setup

    Previous command à using up arrow or Ctrl + P
    Next command à using down arrow or Ctrl + N
    Move forward one character à using right arrow or Ctrl + F
    Move Backward one character à using left arrow or Ctrl + B
    Break key à Shift + Ctrl + 6
    Auto complete command à Tab
    __________________________________________________ ___________

    Viewing router information
    Ios version inf. à show version
    Current config (RAM) à show running config
    Saved config (NVRAM) à show startup config
    IOS file and free space à show flash
    Processor utilization à show processes cpu

    Router#show version
    Displays information about current IOS


    Router#show flash
    Displays information about Flash memory


    Router#show history
    Lists all commands in the history buffer

    __________________________________________________ ___________


    Configuring the router

    From the terminal session (keyboard) to running (RAM) à configure terminal
    From Tftp (file server) to running (RAM) à copy tftp running config
    From saved config (NVRAM) to running (RAM) à copy startup config running config
    Upgrade the IOS from file server à copy tftp flash
    Save backup copy of IOS to file server à coy flash tftp
    Save your configuration (from RAM) to non- volatile RAM (NVRAM) à copy running config startup config
    Tell the router which IOS file in Flash to boot from à boot system flash (filename)
    Tell the router which IOS file to request from TFTP (fallback) à boot system tftp (filename )
    ____________________________________________

    Set a Password

    Router(config)#enable password cisco
    Sets enable password
    Router(config)#enable secret class
    Sets enable secret password
    Router(config)#line con 0
    Router(config-line)#password console
    Router(config-line)#login
    Enters console-line mode
    Sets console-line mode password to console
    Enables password checking at login
    Router(config)#line vty 0 4
    Router(config-line)#password telnet
    Router(config-line)#login
    Enters vty line mode for all five vty lines
    Sets vty password to telnet
    Enables password checking at login
    Router(config)#line aux 0
    Router(config-line)#password backdoor
    Router(config-line)#login
    Enters auxiliary line mode
    Sets auxiliary line mode password to backdoor
    Enables password checking at login


    Password Encryption


    Router(config)#service password-encryption
    Applies a weak encryption to passwords
    Router(config)#enable password cisco
    Sets enable password to cisco
    Router(config)#line con 0
    ...
    Router(config-line)#password Cisco
    Continue setting passwords as above
    ...
    Router(config)#no service password-encryption
    Turns off password encryption


    Set password for Console port à Line console 0
    Login
    Password cisco
    Set password for Telnet à Line vty 0 4
    Login
    Password class
    Set password for Priveledge mode à enable password cisco
    Set encrypted password for Priveledge mode à enable password cisco
    __________________________________________________ _____
    Router Modes

    Router>
    User mode
    Router#
    Privileged mode
    Router(config)#
    Global configuration mode
    Router(config-if)#
    Interface mode
    Router(config-subif)#
    Subinterface mode
    Router(config-line)#
    Line mode
    Router(config-router)#
    Router configuration mode

    __________________________________________________ _______________________________________________


    Configuring a Router Name

    Name can be any word you choose
    Router(config)#hostname Cisco

    Cisco(config)#

    __________________________________________________ _______
    show Commands
    Router#show ?
    Lists all show commands available
    Router#show interfaces
    Displays statistics for all interfaces
    Router#show interface serial 0
    Displays statistics for a specific interface, in this case Serial 0
    Router#show ip interface brief
    Displays a summary of all interfaces, including status and IP address assigned
    Router#show controllers serial 0
    Displays statistics for interface hardware. Statistics display if the clock rate is set and if the cable is DCE, DTE, or not attached
    Router#show clock
    Displays time set on device
    Router#show hosts
    Displays local host-to-IP address cache. These are the names and addresses of hosts on the network to which you can connect
    Router#show users
    Displays all users connected to device
    Router#show history
    Displays history of commands used at this edit level
    Router#show flash
    Displays info about Flash memory
    Router#show version
    Displays info about loaded software version
    Router#show arp
    Displays the ARP table
    Router#show protocols
    Displays status of configured Layer 3 protocols
    Router#show startup-config
    Displays configuration saved in NVRAM
    Router#show running-config
    Displays configuration currently running in RAM




  2. #2
    عضو فضي الصورة الرمزية محمد مندور
    تاريخ التسجيل
    Feb 2008
    المشاركات
    527
    الدولة: Egypt
    معدل تقييم المستوى
    17

    رد: الاوامر المستخدمه فى ال configuration of router

    بارك الله فيك أخي الكريم
    إذا غـامَــرْتَ فِي شَـرَفٍ مَـرُومِ *** فَـــلا تَقنَــعْ بِـمَـا دونَ النّـجـــومِ

    فطَـعْـمُ المَـوْتِ فِي أمْـرٍ حَقِيـرٍ *** كطَعْـمِ المَـوْتِ فِي أمْـرٍ عَظيـمِ


    FB: https://www.facebook.com/Firststep2020
    [SIGPIC][/SIGPIC]

  3. #3
    عضوية جديدة
    تاريخ التسجيل
    Mar 2009
    المشاركات
    16
    معدل تقييم المستوى
    0

    رد: الاوامر المستخدمه فى ال configuration of router

    thank you...
    NICE job

  4. #4
    عضو
    تاريخ التسجيل
    Mar 2007
    المشاركات
    261
    معدل تقييم المستوى
    0

    رد: الاوامر المستخدمه فى ال configuration of router

    اقتباس المشاركة الأصلية كتبت بواسطة محمد مندور مشاهدة المشاركة
    بارك الله فيك أخي الكريم

    جزاااااك الله كل خير على ردك .

  5. #5
    عضو
    تاريخ التسجيل
    Mar 2007
    المشاركات
    261
    معدل تقييم المستوى
    0

    رد: الاوامر المستخدمه فى ال configuration of router

    اقتباس المشاركة الأصلية كتبت بواسطة shadiccna مشاهدة المشاركة
    thank you...
    NICE job
    يارب تكون استفدت من المعلومات البسيطه دى . وربنا يقدرنى واجمع ليكم جميع الاوامر المستخدمه فى شهاده ccna

  6. #6
    عضو
    تاريخ التسجيل
    Mar 2007
    المشاركات
    261
    معدل تقييم المستوى
    0

    رد: الاوامر المستخدمه فى ال configuration of router

    ؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟

  7. #7
    عضو
    تاريخ التسجيل
    Jun 2007
    المشاركات
    979
    الدولة: Egypt
    معدل تقييم المستوى
    17

    رد: الاوامر المستخدمه فى ال configuration of router

    جزاك الله خيرا

  8. #8
    عضو ذهبي الصورة الرمزية warior10
    تاريخ التسجيل
    Nov 2005
    المشاركات
    1,989
    الدولة: Saudi Arabia
    معدل تقييم المستوى
    31

    رد: الاوامر المستخدمه فى ال configuration of router

    thank you
    [SIZE=3][COLOR=red]الحــــر يعـــرف مــــــا تــريـــد المحـــــــكمة [/COLOR][/SIZE]
    [SIZE=3][COLOR=red]وقضــــاتها سلفا قـــــد ارتشفوا من دمــــه [/COLOR][/SIZE]
    [SIZE=3][COLOR=red]لا يرتجي دفعا لبهتــــــان رماه به الطغــــاة [/COLOR][/SIZE]
    [SIZE=3][COLOR=red]المجرمون الجالسون فوق كراسي القضاة[/COLOR][/SIZE]

  9. #9
    عضوية جديدة
    تاريخ التسجيل
    Jan 2009
    المشاركات
    4
    معدل تقييم المستوى
    0

    رد: الاوامر المستخدمه فى ال configuration of router

    الف شكر ياكبير

  10. #10
    عضو
    تاريخ التسجيل
    Nov 2008
    المشاركات
    421
    معدل تقييم المستوى
    0

    رد: الاوامر المستخدمه فى ال configuration of router

    جزاك الله خيرا

  11. #11
    مشرف سابق الصورة الرمزية elbass
    تاريخ التسجيل
    Jun 2008
    المشاركات
    1,318
    الدولة: Egypt
    معدل تقييم المستوى
    59

    رد: الاوامر المستخدمه فى ال configuration of router

    مشكورررررررررر

  12. #12
    عضو
    تاريخ التسجيل
    Aug 2008
    المشاركات
    513
    معدل تقييم المستوى
    0

    رد: الاوامر المستخدمه فى ال configuration of router

    جزاك الله خيرا
    وَفِي السَّمَاء رِزْقُكُمْ وَمَا تُوعَدُونَ

المواضيع المتشابهه

  1. Router Security Configuration Guide
    بواسطة ossama13 في المنتدى الأرشيف
    مشاركات: 3
    آخر مشاركة: 09-05-2010, 10:59
  2. How can configuration FAX on FXS Port for Router 3745
    بواسطة essam79 في المنتدى الأرشيف
    مشاركات: 8
    آخر مشاركة: 22-01-2009, 17:17
  3. How can configuration FAX on FXS Port for Router 3745
    بواسطة essam79 في المنتدى الأرشيف
    مشاركات: 1
    آخر مشاركة: 17-01-2009, 22:57
  4. كيف اعمل configuration ل 3 router
    بواسطة wajdy82 في المنتدى الأرشيف
    مشاركات: 11
    آخر مشاركة: 24-11-2008, 21:19

الكلمات الدلالية لهذا الموضوع

المفضلات

ضوابط المشاركة

  • لا تستطيع إضافة مواضيع جديدة
  • لا تستطيع الرد على المواضيع
  • لا تستطيع إرفاق ملفات
  • لا تستطيع تعديل مشاركاتك
  •