- switch> enable .......................... go to user privilege mode.
- switch#exit.............................................................to come back on execution mode.
- switch# config terminal ...................................go to global configuration mode.
- switch(config)# line console 0
- login
- password 12345 .....................to apply console password.
- switch(config)# line console 0
- login
- no password...............................to remove console password
- switch (config)# enable password 12345..............to apply enable
- switch(config)#no enable password......................to remove enable password.
- switch (config)#banner motd 2
- write any message which you want
- press 2 and Enter ......................To set banner
- switch(config)#no banner motd.............................To remove banner.
- switch(config)# hostname new name.....................To set host name of switch.
- switch(config)# int vlan 1
- ip add 10.0.0.1 255.0.0.0...............To give IP address to switch
- switch(config)#int vlan 1
- no IP add.........................................To remove IP address.
- switch# copy run start...............................................To save configuration into NVRAM
- switch# copy run Flash..............................................To save configuration into Flash memory.
- Switch#copy run tftp..................................................To save configuration on TFTP server
- Switch#copy<source> <destination>.........................Syntax for save configuration.
- Switch# erase start......................................................To erase data from NVRAM
- Switch# erase flash.....................................................To erase data from Flash
- Switch# reload ............................................................To restart switch.
- Switch#vlan Database
- vlan2 name sales............................................Create vlan name sales
- Switch#config t
- int f0/0
- switchport mode trunk.................................To trunking on port fastethernet 0/0
- Switch#show start.......................................................To see data present in NVRAM
- Switch#show run.......................................................To see data present in SDRAM
- Switch# show flash....................................................To see data present in Flash
- Switch# show ip int brief...........................................To see interface status and IP
- Switch# show mac.....................................................To see MAC address
- Switch#show vlan......................................................To see vlan
- Switch#show interface f0/0.......................................To see detail information about f0/0
Wednesday, May 31, 2017
Some Cisco Switches Commands.
Subscribe to:
Post Comments (Atom)
Technical
New blog address
For future updates open given link. This blog has been shifted on new URL due to some reason. yktechvideos.blogspot.com
OS
-
IP ADDRESS.............. IP address is a logical address which is assigned to networking devices for their identity. Using IP address we...
-
FSB - Front Side Bus. BSB- Back Side Bus. RAM- Random Access Memory. CPU- Central Pro...
-
Test your skills To start this test click on given link https://forms.office.com/Pages/ResponsePage.aspx?id=DQSIkWdsW0yxEjajBLZtrQAAAAA...
-
How to give permissions in Linux- In Linux, When we create any file or directory .A user who creates directory has owner permission and...
-
SOME TROUBLESHOOTING 1- BSOD Error- BSOD stands for Blue Screen Of Death. This problem is related to windows operating system.In this...
-
SOME IMPORTANT PROTOCOL AND THEIR WORK ICMP (Internet Control message Protocol) - For connection troubleshooting. ...
-
RUN COMMANDS FOR WINDOWS OS NCPA.CPL-------------------------To open netowrk and sharing center REGEDIT---------------------------...
-
FSMO ROLES Flexible Single Master Operation Roles are hosted by a Domain Controller. Operation Master roles defines some responsibiliti...
-
HOW TO CONFIGURE TELNET ON CISCO ROUTERS We can configure telnet on router to manage remotely to router. First connect your router t...
-
NETWORK ADDRESS TRANSLATION ON CISCO ROUTERS FOR INTERNET SHARING First connect internet connection to your fast Ethernet 0/0 and conn...
No comments:
Post a Comment