cisco交換機檢視命令下的顯示內容,每一句都啥意思,幫忙翻譯下,謝謝謝謝

2021-03-19 16:38:36 字數 7207 閱讀 1006

1樓:匿名使用者

這等於沒配置,就配置了個hostname還有enable密碼。其他都沒有配置。等於這個路由器就是出廠配置了。

cisco交換機口令有沒有人幫忙每句翻譯一下,謝謝

2樓:匿名使用者

3750#show run (檢視當前執行的配置檔案命令)

building configuration...

current configuration : 5519 bytes (配置檔案的總大小)

version 12.2 (版本資訊)

no service pad

service timestamps debug uptime

service timestamps log uptime

no service password-encryption (沒有啟用加密口令功能)

hostname 3750 (主機名是3750)

enable password mb (明文的特權密碼是mb)

no aaa new-model (沒有啟用aaa認證)

switch 1 provision ws-c3750-48ts (裝置平臺資訊)

vtp mode transparent (vtp的模式為透明模式)

ip sub***-zero (0個子網)

ip routing (啟用了路由功能)

no ip domain-lookup (關閉了域名服務)

ip dhcp excluded-address 192.168.70.1 (dhcp服務中排除了192.168.70.1這個地址)

ip dhcp excluded-address 192.168.70.254 (同上)

ip dhcp pool vlan70 (dhcp服務中的vlan70地址池)

***work 192.168.70.0 255.255.255.0 (vlan70地址池是192.168.70.0整個網段)

default-router 192.168.70.1 (預設閘道器是192.168.70.1)

dns-server 202.106.196.115 (dns伺服器是202.106.196.15)

lease 3 (租約時間為3天)

ip arp inspection vlan 10,20,30 (定義vlan10,20,30對arp保文進行檢測)

ip arp inspection filter v10 vlan 10

ip arp inspection filter v20 vlan 20

ip arp inspection filter v30 vlan 30

no file verify auto

spanning-tree mode pvst (生成樹執行的模式是pvst)

spanning-tree extend system-id (啟用了生成樹的擴充套件系統id)

vlan internal allocation policy ascending

vlan 10,20,30,70

inte***ce fastether***1/0/1

inte***ce fastether***1/0/2

inte***ce fastether***1/0/3

inte***ce fastether***1/0/4

inte***ce fastether***1/0/5

inte***ce fastether***1/0/6

inte***ce fastether***1/0/7

description connect 17floor 2950 (介面描述資訊)

switchport trunk encapsulation dot1q (trunk使用dot1q)

switchport mode trunk (配置為trunk,也就是中繼)

inte***ce fastether***1/0/8

description connect 21floor 2950 (同上)

switchport trunk encapsulation dot1q

switchport mode trunk

inte***ce fastether***1/0/9

inte***ce fastether***1/0/10

inte***ce fastether***1/0/11

inte***ce fastether***1/0/12

description connect 12floor (介面的描述資訊)

switchport access vlan 70 (將這個介面接入到vlan70)

switchport mode access (這個介面為接入介面)

inte***ce fastether***1/0/13

inte***ce fastether***1/0/14

inte***ce fastether***1/0/15

description connect 15floor (同上)

switchport access vlan 70

switchport mode access

inte***ce fastether***1/0/16 (同上)

description connect 16floor

switchport access vlan 70

switchport mode access

! inte***ce fastether***1/0/17

description connect 17floor (同上)

switchport access vlan 70

switchport mode access

! inte***ce fastether***1/0/18

description connect 18floor (同上)

switchport access vlan 70

switchport mode access

! inte***ce fastether***1/0/19

description connect 19floor (同上)

switchport access vlan 70

switchport mode access

! inte***ce fastether***1/0/20

description connect 20floor (同上)

switchport access vlan 70

switchport mode access

! inte***ce fastether***1/0/21

description connect 21floor (同上)

switchport access vlan 70

switchport mode access

3樓:匿名使用者

這是**的配置?做的挺不錯的!

cisco交換機怎麼恢復出廠預設值啊。還有誰有cisco交換機的命令全集翻譯啊。謝謝了。本人**等。急!!

cisco 交換機 sh run 口令意思有沒人幫我每句都註釋一下 謝謝!

4樓:匿名使用者

啊...太長了

c3560#sh run (顯示running-config檔案)

building configuration...

current configuration : 3474 bytes! (配置檔案大小)

version 12.2 (ios版本號)

no service pad (以下2個沒多大意義)

service timestamps debug uptime

service timestamps log uptime

no service password-encryption (意思是你配置的vty和console命令不會被加密)

hostname c3560 (主機名)

enable password cisco (特權模式密碼,話說這個交換機是祖傳的嗎?)

no aaa new-model (無意義)

vtp mode transparent (虛擬中繼模式)

ip sub***-zero (就是前後2個子網都變為可用)

ip routing (ip路由)

inte***ce port-channel1 (以下為配置etherchannel)

switchport trunk encapsulation dot1q

switchport mode trunk

no ip address

spanning-tree cost 50 (stp開銷值)

inte***ce fastether***0/23 (進入快速乙太網埠23?很牛比的交換機cisco3560)

description to c3560 (埠說明)

switchport trunk encapsulation dot1q (中繼封裝802.1q)

switchport mode trunk (埠模式為中繼)

no ip address (無ip)

channel-group 1 mode on (另外一條中繼線路,完全可以用range配置)

inte***ce fastether***0/24

description to c3560

switchport trunk encapsulation dot1q

switchport mode trunk

no ip address

channel-group 1 mode on

vlan 11 (建立vlan11)

name tosims

inte***ce vlan11

ip address 192.168.64.237 255.255.255.240 (設定vlan的ip)

vlan 11

name tosims! (vlan名)

password encryption aes!

no file verify auto

spanning-tree mode pvst (配置rstp模式配置是錯誤的)

spanning-tree extend system-id

vlan internal allocation policy ascending!

vlan 11 (以下為劃分埠到vlan)

inte***ce fastether***0/1

switchport access vlan 11

switchport mode access

shutdown (不專業!)

spanning-tree portfast (以下為配置stp快速埠)

inte***ce fastether***0/2

description to-3560db1 (埠說明)

switchport access vlan 4

switchport mode access

spanning-tree portfast

inte***ce fastether***0/3

description to-3560db2

switchport access vlan 11

switchport mode access

spanning-tree portfast

inte***ce fastether***0/4

switchport access vlan 11

switchport mode access

shutdown

spanning-tree portfast

inte***ce fastether***0/5

switchport access vlan 11

switchport mode access

shutdown

spanning-tree portfast

inte***ce fastether***0/6

switchport access vlan 11

switchport mode access

shutdown

spanning-tree portfast

!inte***ce fastether***0/7

switchport access vlan 11

switchport mode access

shutdown (你不開怎麼用?!)

spanning-tree portfast

inte***ce fastether***0/8

switchport access vlan 11

switchport mode access

shutdown (你不開怎麼用?)

spanning-tree portfast

inte***ce gigabitether***0/1 (你要幹什麼?)

inte***ce gigabitether***0/2 (你要幹什麼?)

inte***ce vlan1 (- -!鬱悶 vlan1不設ip反到vlan11設ip!!)

no ip address

shutdown (什麼意思?你這個加一句這個幹嘛?)

inte***ce vlan11 (配置vlan11)

ip address 192.168.64.237 255.255.255.240

ip default-gateway 192.168.64.233

ip classless (ip設為無類)

ip http server (開啟httpserver。。核心交換機竟然還開http)

snmp-server ***munity fs=wm~e4 ro

control-plane

line con 0 (配置console口--竟然連logging syn也不加)

password hc,zina3

line vty 0 4 (配置tel***虛擬終端--ssh都不配置?)

password hc,zina3

login

line vty 5 15

login

end完成...這個配置問題很大!!!剛有些地方看錯了,修改一下。癲三倒四看的我暈,最後我也不明白這個配置有什麼用??這個完全是沒辦法執行的配置。

怎麼檢視CISCO交換機日誌,如何檢視交換機日誌檔案

cisco本身不提供日誌儲存,但是提供日誌服務 你要自己搭建日誌伺服器 然後用命令開啟cisco的日誌服務set logging server enableset logging server 192.168.2.3 swicht show log回車 怎麼檢視cisco交換機日誌 1 在使用者模式...

cisco交換機怎麼刪除埠聚合命令

你直接把虛擬介面刪除,然後在把埠劃到相應的介面。直接 no int port channel 1。inte ce range f0 1 2 設定相應的屬性 switch config inte ce gi0 1 進入埠 switch config if no channel group 1 把這個埠...

華為交換機cpu使用率檢視命令,華為交換機CPU使用率檢視命令

華交換機啟系統cpu持續執行任務 維護管理裝置狀態系統任務 前網路環境需要執行各種協議任務 裝置 面接收傳送報文處理任務 框式交換機根據硬體架構劃角色 機框 背板 電源 風扇 主控板 業務板 其主控板 業務板cpu 華交換機執行主控板需要佔用cpu資源特性功能包括 管理裝置元件 管理裝置內各元件並檢...