基於IOS的交換機和基於CLI的交換機有什麼區別,在配置時可以互相轉換不

2021-04-03 05:48:47 字數 6442 閱讀 6649

1樓:匿名使用者

全稱是internet operation system

cli是互動介面的一種方式,我們使用telnet協議或者ssh協議連線到交換機或者unix或者linux系統的時候,使用的就是cli互動的方式

換句話說,我們使用cli的互動方式登陸到交換機(或者路由器)通過對交換機上的ios系統進行配置來達到控制和管理交換機的目的。

ios是思科公司專有的作業系統,其他廠家的交換機不使用此係統。

cisco公司同時還有catalyst系列交換機產品,這一系列交換機的早期產品使用的系統叫做catalyst系統……

華為公司的交換機的系統叫做vrp,同樣也具備和ios系統類似的環境和功能

據個簡單的例子,ios是作業系統,相當於pc的windows,cli是登陸和控制ios的方式,相當於pc的鍵盤滑鼠和顯示器

除了cli模式(command-line inte***ce)常用的還有對話模式和web模式以及專用管理軟體等方法,可以管理交換機與路由器

補充說明:米天放網友提到的兩種命令列作用相同,但是區別不是cli和ios的區別

switch(enable) set system name name-string 《這是catalyst系統下實現修改裝置名稱的命令列

switch(config)# hostname hostname 《這是ios系統下實現修改裝置名稱的命令,華為vrp系統的這個命令也是一樣的

2樓:米天放

ios是路由器copy和交換機的操

作系統的簡稱,全名是internetwork operation system,也就是說ios就相當於pc的作業系統。

對ios配置方式一般分為三種:setup模式(對話模式),http模式(web),以及cli模式(也就是命令列)。

cli的全稱是command-line inte***ce,只是一種對ios作業系統的設定方式。

就是配置命令不一樣:switch(enable) set system name name-string--------cli-based。switch(config)# hostname hostname---------ios-based

基於ios cisco交換機支援那兩種配置模式各有什麼用途?如何切換?:

3樓:愛德華剪刀

兩種配置模式?沒說清楚?

4樓:

set up

conf t

cisco 交換機常用命令有哪些

5樓:度娘特媽嘛

1.在基於ios的交換機上設定主機名/系統名:

switch(config)# hostname hostname

在基於cli的交換機上設定主機名/系統名:

switch(enable) set system name name-string

2.在基於ios的交換機上設定登入口令:

switch(config)# enable password level 1 password

在基於cli的交換機上設定登入口令:

switch(enable) set password

switch(enable) set enalbepass

3.在基於ios的交換機上設定遠端訪問:

switch(config)# inte***ce vlan 1

switch(config-if)# ip address ip-address netmask

switch(config-if)# ip default-gateway ip-address

在基於cli的交換機上設定遠端訪問:

switch(enable) set inte***ce sc0 ip-address netmask broadcast-address

switch(enable) set inte***ce sc0 vlan

switch(enable) set ip route default gateway

4.在基於ios的交換機上啟用和瀏覽cdp資訊:

switch(config-if)# cdp enable

switch(config-if)# no cdp enable

為了檢視cisco鄰接裝置的cdp通告資訊:

switch# show cdp inte***ce [type modle/port]

switch# show cdp neighbors [type module/port] [detail]

在基於cli的交換機上啟用和瀏覽cdp資訊:

switch(enable) set cdp module/port

為了檢視cisco鄰接裝置的cdp通告資訊:

switch(enable) show cdp neighbors[module/port] [vlan|duplex|capabilities|detail]

5.基於ios的交換機的埠描述:

switch(config-if)# description description-string

基於cli的交換機的埠描述:

switch(enable)set port name module/number description-string

6.在基於ios的交換機上設定埠速度:

switch(config-if)# speed

在基於cli的交換機上設定埠速度:

switch(enable) set port speed moudle/number

switch(enable) set port speed moudle/number

7.在基於ios的交換機上設定乙太網的鏈路模式:

switch(config-if)# duplex

在基於cli的交換機上設定乙太網的鏈路模式:

switch(enable) set port duplex module/number

8.在基於ios的交換機上配置靜態vlan:

switch# vlan database

switch(vlan)# vlan vlan-num name vla

switch(vlan)# exit

switch# configure teriminal

switch(config)# inte***ce inte***ce module/number

switch(config-if)# switchport mode access

switch(config-if)# switchport access vlan vlan-num

switch(config-if)# end

在基於cli的交換機上配置靜態vlan:

switch(enable) set vlan vlan-num [name name]

switch(enable) set vlan vlan-num mod-num/port-list

9. 在基於ios的交換機上配置vlan中繼線:

switch(config)# inte***ce inte***ce mod/port

switch(config-if)# switchport mode trunk

switch(config-if)# switchport trunk encapsulation

switch(config-if)# switchport trunk allowed vlan remove vlan-list

switch(config-if)# switchport trunk allowed vlan add vlan-list

在基於cli的交換機上配置vlan中繼線:

switch(enable) set trunk module/port [on|off|desirable|auto|nonegotiate]

vlan-range [isl|dotlq|dotl0|lane|negotiate]

10.在基於ios的交換機上配置vtp管理域:

switch# vlan database

switch(vlan)# vtp domain domain-name

在基於cli的交換機上配置vtp管理域:

switch(enable) set vtp [domain domain-name]

11.在基於ios的交換機上配置vtp 模式:

switch# vlan database

switch(vlan)# vtp domain domain-name

switch(vlan)# vtp

switch(vlan)# vtp password password

在基於cli的交換機上配置vtp 模式:

switch(enable) set vtp [domain domain-name] [mode][password password]

12. 在基於ios的交換機上配置vtp版本:

switch# vlan database

switch(vlan)# vtp v2-mode

在基於cli的交換機上配置vtp版本:

switch(enable) set vtp v2 enable

13. 在基於ios的交換機上啟動vtp剪裁:

switch# vlan database

switch(vlan)# vtp pruning

在基於cl i 的交換機上啟動vtp剪裁:

switch(enable) set vtp pruning enable

14.在基於ios的交換機上配置以太通道:

switch(config-if)# port group group-number [distribution ]

在基於cli的交換機上配置以太通道:

switch(enable) set port channel moudle/port-range mode

15.在基於ios的交換機上調整根路徑成本:

switch(config-if)# spanning-tree [vlan vlan-list] cost cost

在基於cli的交換機上調整根路徑成本:

switch(enable) set spantree portcost moudle/port cost

switch(enable) set spantree portvlancost moudle/port [cost cost][vlan-list]

16.在基於ios的交換機上調整埠id:

switch(config-if)# spanning-tree[vlan vlan-list]port-priority port-priority

在基於cli的交換機上調整埠id:

switch(enable) set spantree portpri priority

switch(enable) set spantree portvlanpri priority [vlans]

17. 在基於ios的交換機上修改stp時鐘:

switch(config)# spanning-tree [vlan vlan-list] hello-time seconds

switch(config)# spanning-tree [vlan vlan-list] forward-time seconds

switch(config)# spanning-tree [vlan vlan-list] max-age seconds

在基於cli的交換機上修改stp時鐘:

switch(enable) set spantree hello interval[vlan]

switch(enable) set spantree fwddelay delay [vlan]

switch(enable) set spantree maxage agingtiame[vlan]

18. 在基於ios的交換機埠上啟用或禁用port fast 特徵:

switch(config-if)#spanning-tree portfast

在基於cli的交換機埠上啟用或禁用port fast 特徵:

switch(enable) set spantree portfast

19. 在基於ios的交換機埠上啟用或禁用uplinkfast 特徵:

switch(config)# spanning-tree uplinkfast [max-update-rate pkts-per-second]

在基於cli的交換機埠上啟用或禁用uplinkfast 特徵:

switch(enable) set spantree uplinkfast [rate update-rate] [all-protocols off|on] 20. 為了將交換機配置成一個叢集的命令交換機,首先要給管理介面分配一個ip地址,然後使用下列命令: switch(config)# cluster enable cluster-name cv

交換機中劃分VLAN,說是基於port的VLAN是基於tag的VLAN,想問下port和tag是什麼意思

vlan有兩種方式,來一種自是基於埠的 vlan 一種是基於802.1q的vlan。基於埠的vlan不支援單埠對應多個vlan,並且不支援跨越裝置的vlan,vlan的最大數目是交換機所具備的埠數目,一般為16或24。支援該方式的交換機有安奈特at 8118 金長城ges 3517m和首信st312...

華中興的接入交換機 匯聚交換機 核心交換機的型號都有什麼

中興核心 萬兆高階路由交 換機zxr10 8900e 系列核心交換機zxr10 6900系列萬兆路由交換機 zxr10 8900系列萬兆mpls路由交換機匯聚全千兆智慧路由交換機 更多zxr10 5900 系列全千兆智慧路由交換機zxr10 5200 系列全千兆智慧路由交換機zxr10 5900e ...

核心交換機是主交換嗎,核心交換機和普通交換機有什麼區別

你現在的配置是沒有瓶頸的。不過你現在組裝網咖好弄100m的是不是有點低了,建議你中心用1000m的,接入的交換機用1000m上聯的也就是24 2的。這樣的網路效果會好些的。至於你說的怎麼選擇中心交換機,我有以下幾點建議 1.能有足夠大的背板頻寬,保證內網在伺服器上面讀取資料流暢。2.能有真正中心防禦...