دانش من در زمینه سیسکو

این وبلاگ توسط من به دستور استاد گرامی جناب آقای مهندس علی شریعتی، مربوط به کلاس CCNA، راه اندازی شده است. هدف از ایجاد این وبلاگ، نوشتن و نگهداری هر آنچه در این کلاس آموزش داده می شود، است.

دانش من در زمینه سیسکو

این وبلاگ توسط من به دستور استاد گرامی جناب آقای مهندس علی شریعتی، مربوط به کلاس CCNA، راه اندازی شده است. هدف از ایجاد این وبلاگ، نوشتن و نگهداری هر آنچه در این کلاس آموزش داده می شود، است.

راه اندازی Telnet برای اتصال به کانفیگ سوئیچ :

Switch>enable

Switch#conf terminal

Switch(config)#interface vlan 1

switch(config-if)#no shutdown

switch(config-if)#ip address 192.168.1.1 255.255.255.0

switch(config-if)#exit

Switch(config)#enable secret cisco....(OR)....Switch(config)#enable password cisco

Switch(config)#line vty 0 15

Switch(config-line)#password cisco

Switch(config-line)#login

فعال کردن username و password در user mode برای وصل شدن به Switch در روش vty :

Switch>enable

Switch#conf terminal

Switch(config)#username cisco password cisco

Switch(config)#line vtye 0 15

Switch(config-line)#login local

فعال کردن username و password در user mode برای وصل شدن به Switch در روش console :

Switch>enable
Switch#conf terminal
Switch(config)#username cisco password cisco
Switch(config)#line console 0
Switch(config-line)#login local

فعال کردن password در user mode برای وصل شدن به Switch در روش vty :

Switch>enable 

Switch#conf terminal 

Switch(config)#line vty 0 15

Switch(config-line)#password cisco

فعال کردن password در enable mode برای وصل شدن به Switch :

Switch>enable

Switch#conf terminal

Switch(config)#enable password cisco