List of CISCO router switch basic common, essential, useful and most popular commands : Cisco IOS के हज़ारो commands है जिनकी help से आप cisco की devices जैसे की router, switch manage करते है लेकिन फिर भी कुछ commands है जो की आपके लिए जानना बहुत जरुरी है | हम यहाँ पर आपको कुछ CISCO commands बता रहे है जो की बहुत popular है और बहुत frequently काम मे आते है | So these are the commands which you should know when working on CISCO devices, you can use these commands for configuration and troubleshoot –
CISCO commands:-
show running-configuration : यह सबसे basic and important command है जो की बताता है की आपका router or device कैसे configured है एवेम device का पूरा configuration show करता है|
- copy running-configuration startup-configuration /write memory: इस command के help से आप device के ऊपर किये गए changes को permanently save or changes ko commit कर सकते हो | अगर आपने device पर यह कुछ changes किये और फिर ये command run कराया तो आपको router के reboot के बाद किये गए सभी change मिलेंगे | इसका मतलब device पर किये गए सभी changes को save करने के लिए आप ये command use कर सकते है |
- show interface : यह command device के interfaces के बारे मे information or status show करता है |
- show ip interface brief : यह command device के interfaces का quick status बताता है | यह interfaces, उनके IP address, Layer 2 status, और Layer 3 status भी show करता है |
- no shutdown : इस command को interface config mode मे use करना चाहिए | यह command interface को enable करता है (agar down है तो up करता है) | यह नए interfaces पर and troubleshooting मे काम मे आने वाला command है |
- show ip route : Current routing table को show करने के लिए |
- show version : Displays basic router and IOS info
- debug : Debug command के बहुत सारे options होते है | यह command application, protocol or service का detailed debugging output show करते है |
- show access-list : Each access control list display करने के लिए |
- show vlan : Display a list of VLANs.
- Copy startup-config running-config : Router के configuration को इसके startup configuration पर लाने के लिए
- enable : User mode से privileged mode मे ले जाने के लिए
- Configure terminal : User को Privileged mode से global configuration mode मे ले जाने के लिए
- exit : Router से लॉग off के लिए, user को privileged mode पर लाने के लिए or user को global configuration mode पर लाने के लिए |
- enable secret
: Secret password set करने के लिए | - Ip name-server
: Router का DNS server set करने के लिए - Ip domain-name
: Resolution के लिए default domain set करता है
Comments
Post a Comment
If you any doubt , Please let me know