《思科交換機常用配置命令》學習筆記(更新中)

2021-09-02 22:00:06 字數 2100 閱讀 5847

1、基本配置

switch>enable  //進入特權模式

switch#

switch#configure terminal //從特權模式進入全域性配置模式

switch(config)#

switch(config)#hostname cisco-sw1 //修改交換機名稱

cisco-sw1(config)#enable password cisco //配置交換機明文密碼,登入特權模式時需要輸入該密碼

cisco-sw1(config)#enable secret ciscoswitch //配置交換機密文密碼,登入特權模式時需要輸入該密碼

2、交換機配置vlan,並將埠加入到該vlan

cisco-sw1(config)#vlan 2

cisco-sw1(config-vlan)#name test

cisco-sw1(config-vlan)#exit

cisco-sw1(config)#inte***ce fastethernet 0/1

cisco-sw1(config-if)#switchport mode access

cisco-sw1(config-if)#switchport access vlan 2

3、進入交換機某一埠

switch> enable

switch#configure terminal

switch(conf)# inte***ce fastehernet 0/1

switch(conf-if)#

4、show命令,交換機的所有配置和其它相關資訊都需要通過show命令檢視

switch> enable

switch#show version //檢視系統中的所有版本資訊

switch#show vlan id 1 //檢視交換機有關vlan配置資訊

switch#show running-configure //檢視交換機當前起作用的配置資訊

switch#show inte***ce fastethernet 0/1 //檢視交換機1 介面具體配置和統計資訊

switch#show mac-address-table //檢視mac位址**表

5、交換機恢復出廠設定

switch>enable

switch#erase startup-configure

switch# reload

6、telnet遠端登入設定

switch>en

switch#configure terminal

swich(conf)#enable password cisco //以cisco為特權模式密碼

swich(conf)#inte***ce vlan 1 //以vlan 1埠作為遠端登入的介面,其他埠亦可

swich(conf-if)#ip address 192.168.1.1 255.255.255.0

swich(conf-if)#no shut

swich(conf-if)#exit

swich(conf)line vty 0 4 設定0-4 個使用者可以telnet 遠端登陸

swich(conf-line)#password 123456

swich(conf-line)#login

7、ssh遠端登入設定:

switch#conf t

switch(config)#hostname cisco-sw1 //交換機重新命名

cisco-sw1(config)#ip domain-name cisco.com //配置網域名稱

cisco-sw1(config)#line vty 0 4

cisco-sw1(config-line)#transport input ssh //登入方式為ssh

cisco-sw1(config-line)#exit

cisco-sw1(config)#crypto key generate rsa //配置秘鑰

思科交換機配置試題 思科交換機配置命令

思科交換機配置命令 簡寫命令 完整命令 使用者模式 使用者模式 switch switch 特權模式 特權模式 switch en switch enable switch switch 全域性配置模式 全域性配置模式 switch conf t switch config terminal swi...

思科2960交換機配置命令

交換機基本狀態 switch rom狀態,路由器是rommon hostname 使用者模式 hostname 特權模式 hostname config 全域性配置模式 hostname config if 介面狀態 交換機口令設定 switch enable 進入特權模式 switch confi...

思科交換機配置試題 思科交換機RACL用法與配置

racl針對路由介面的控制通訊流量的安全策略。在交換機中,使用者可以在任何路由介面中應用racl,如 svi 交換虛擬介面vlan埠 或者交換機3層埠 第一步 建立vlan switch config vlan 10,20 switch config vlan exit 第二步 把介面劃分至相應的v...