9久久伊人精品综合,亚洲一区精品视频在线,成 人免费va视频,国产一区二区三区黄网,99国产精品永久免费视频,亚洲毛片多多影院,精品久久久无码人妻中文字幕,无码国产欧美一区二区三区不卡
學習啦>學習電腦>網絡知識>路由器>路由器設置>cisco思科>

cisco交換機的設置

時間: 春健736 分享

  有網友這么問小編“cisco交換機怎么設置?”,學習啦小編在網上搜索了一些資料,供大家參考。

  對交換機進行配置。一般有兩種方法

  1 、控制臺端口(Console ):可以直接對交換機進行配置

  2 、遠程登錄(Telnet):通過TELNET程序對已經設置了IP的交換機進行遠程配置,一般等控制臺端口配置好交換機的IP后才可以進行。

  除了以上的兩種方法外,其實還有兩種方法:

  1 、WEB 的配置方式。此方法只能配置一般的簡單設置2 、硬件自帶的應用程序。專用的程序,一般很少用

  建立控制臺連接到交換機

  一般交換機自帶一根Console 線,一端連接到交換機的Comsole 口,一端連接到電腦的串行口。打開超級終端,一般就可以連接到交換機。具體的參數設置如下

  這樣就可以連接到交換機了

  連接到交換機后,如果是第一次啟動會要執行初始化操作,一般是設置交換機的名稱,密碼等一般的信息。

  由于交換機已經初始化,如果要進行初始化操作,那就要進入特權EXEC模式,在命令提示符號下輸入:setup,就會啟動初始化操作。

  剛才講到了特權EXEC模式,這理就要講一下覺換機的幾種模式,不同的模式可以執行不同的操作命令,首先來說兩種基本的模式。

  一般為了安全考慮,CISCO將操作會話分為兩個不同的訪問級別:用戶EXEC級別和特權EXEC級別。用戶EXEC級別只能使用有限的命令,且交換機顯示Switch>提示符,不能對交換機進行配置。看例子,處于用戶EXEC級別下的狀態:

  AITG_FrontekCoreSW>

  特權EXEC級別下交換機顯示Switch#提示符,能對交換機進行各種配置。看例子,處于特權EXEC級別下的狀態:

  輸入en,進入特權EXEC級別,接著輸入密碼,進入特權EXEC級別

  AITG_FrontekCoreSW>en

  Password:

  AITG_FrontekCoreSW#

  看看,提示符變了,用戶在用戶EXEC級別輸入enable(或en),然后輸入密碼,就可以進入特權EXEC級別

  在交換機提示符下輸入“?”,可以列出相應模式下交換機所支持的所有命令。

  退出特權EXEC級別模式:disable

  再用戶EXEC級別輸入?可以獲得幫助信息:

  AITG_FrontekCoreSW>?

  Exec commands:

  <1-99> Session number to resume

  access-enableCreate a temporary Access-List entry

  clearReset functions

  connect Open a terminal connection

  disable Turn off privileged commands

  disconnect Disconnect an existing network connection

  enable Turn on privileged commands

  exit Exit from the EXEC

  help Description of the interactive help system

  lock Lock the terminal

  loginLog in as a particular user

  logout Exit from the EXEC

  name-connection Name an existing network connection

  ping Send echo messages

  rcommand Run command on remote switch

  resume Resume an active network connection

  set Set system parameter (not config)

  show Show running system information

  systat Display information about terminal lines

  telnet Open a telnet connection

  terminal Set terminal line parameters

  traceroute Trace route to destination

  tunnel Open a tunnel connection

  whereList active connections

  再特權EXEC級別輸入?可以獲得幫助信息:

  AITG_FrontekCoreSW#?

  Exec commands:

  <1-99> Session number to resume

  access-enableCreate a temporary Access-List entry

  access-template Create a temporary Access-List entry

  archive manage archive files

  cd Change current directory

  clearReset functions

  clockManage the system clock

  cns CNS agents

  configureEnter configuration mode

  connect Open a terminal connection

  copy Copy from one file to another

  debugDebugging functions (see also 'undebug')

  delete Delete a file

  diagnostic Diagnostic commands

  dir List files on a filesystem

  disable Turn off privileged commands

  disconnect Disconnect an existing network connection

  dot1xIEEE 802.1X Exec Commands

  enable Turn on privileged commands

  eou EAPoUDP

  eraseErase a filesystem

  exit Exit from the EXEC

  format Format a filesystem

  fsck Fsck a filesystem

  help Description of the interactive help system

  ip Global IP commands

  lock Lock the terminal

  loginLog in as a particular user

  logout Exit from the EXEC

  mkdirCreate new directory

  monitor Monitoring different system events

  more Display the contents of a file

  name-connection Name an existing network connection

  no Disable debugging functions

  no Negate a command or set its defaults

  ping Send echo messages

  pwd Display current working directory

  rcommand Run command on remote switch

  reload Halt and perform a cold restart

  remote Remote procedures

  rename Rename a file

  renewRenew

  resume Resume an active network connection

  rmdirRemove existing directory

  rsh Execute a remote command

  send Send a message to other tty lines

  session Run command on member switch

  set Set system parameter (not config)

  setupRun the SETUP command facility

  show Show running system information

  systat Display information about terminal lines

  telnet Open a telnet connection

  terminal Set terminal line parameters

  test Test subsystems, memory, and interfaces

  traceroute Trace route to destination

  tunnel Open a tunnel connection

  udld UDLD protocol commands

  undebug Disable debugging functions (see also 'debug')

  upgrade Upgrade commands

  verify Verify a file

  vlan Configure VLAN parameters

  vmps VMPS actions

  vtp Configure global VTP state

  whereList active connections

  writeWrite running configuration to memory, network, or terminal

  其實還有幾種模式如下:

  全局配置模式:Switch(config)# 配置交換機的全局參數

  接口配置模式:Switch(config-if)# 對交換機的接口進行配置,如某個接口屬于那個Vlan,啟用及禁用 接口等

  線路配置模式:Switch(config-line)# 對控制臺訪問

  VLAN數據庫配置模式:Switch(Vlan)# 對Vlan的參數進行配置

  以上內容來自互聯網,希望您能喜歡。

cisco交換機的設置

有網友這么問小編cisco交換機怎么設置?,學習啦小編在網上搜索了一些資料,供大家參考。 對交換機進行配置。一般有兩種方法 : 1 、控制臺端口(Console ):可以直接對交換機進行配置 2 、遠程登錄(Telnet):通過TELNET程序對已經設置了I
推薦度:
點擊下載文檔文檔為doc格式
556383 主站蜘蛛池模板: 激情综合网一区二区三区| 国产一区二区三区色噜噜| 免费A级毛片中文字幕| 四虎女优在线视频免费看| 国产午夜精品理论大片| 国产精品久久久久AV福利动漫| 国产成人亚洲欧美二区综合| 亚洲精品区二区三区蜜桃| 国产精品流白浆在线观看| 亚洲一区二区中文字幕| 精品精品久久宅男的天堂| 亚洲国产欧美在线人成大黄瓜| 中文字幕久久久久人妻| 国内精品一区二区不卡| 2019亚洲午夜无码天堂| 国产精品小粉嫩在线观看| 亚洲一区黄色| 久久婷婷大香萑太香蕉av人| 亚洲综合无码明星蕉在线视频| 亚洲成人av高清在线| 色综合久久精品中文字幕| 曰韩无码二三区中文字幕| 亚洲精品日本久久一区二区三区 | 精品一区二区三区在线成人| 开心一区二区三区激情| 亚洲av肉欲一区二区| www亚洲精品| 欧美日本精品一本二本三区| 国产亚洲精品俞拍视频| 中文字幕日韩有码av| 国产一级老熟女自拍视频| 亚洲男人天堂一级黄色片| 久久精品一偷一偷国产| 人妻另类 专区 欧美 制服| 国语做受对白XXXXX在线| 好男人好资源WWW社区| 岛国岛国免费v片在线观看| 最新偷拍一区二区三区| 视频一区视频二区视频三区| 爱性久久久久久久久| 一道本AV免费不卡播放|