国产精品久久9a久美女性色,日韩综合中文字幕,天天射天天色天天干,亚洲天堂中文在线,成年人午夜视频,国产精品伦理久久久久久,亚洲欧美视频一区二区

試題

計算機四級考試網(wǎng)絡工程師練習題

時間:2025-03-21 19:26:25 試題 我要投稿
  • 相關推薦

計算機四級考試網(wǎng)絡工程師練習題2017

  題目不能做過就忘,一定要善于總結經(jīng)驗,發(fā)現(xiàn)規(guī)則。下面是小編整理的計算機四級考試網(wǎng)絡工程師練習題,希望對大家有用,更多消息請關注應屆畢業(yè)生網(wǎng)。

計算機四級考試網(wǎng)絡工程師練習題2017

  1、進入特權模式 enable

  router > enable

  router #

  2、進入全局配置模式 configure terminal

  router > enable

  router #configure terminal

  router (conf)#

  3、交換機命名 hostname routera 以routerA為例

  router > enable

  router #configure terminal

  router(conf)#hostname routerA

  routera (conf)#

  4、配置使能口令 enable password cisco 以cisco為例

  router > enable

  router #configure terminal

  router(conf)#hostname routerA

  routerA (conf)# enable password cisco

  1、進入特權模式 enable

  router > enable

  router #

  2、進入全局配置模式 configure terminal

  router > enable

  router #configure terminal

  router (conf)#

  3、交換機命名 hostname routera 以routerA為例

  router > enable

  router #configure terminal

  router(conf)#hostname routerA

  routera (conf)#

  4、配置使能口令 enable password cisco 以cisco為例

  router > enable

  router #configure terminal

  router(conf)#hostname routerA

  routerA (conf)# enable password cisco

  7、設置端口ip地址信息

  router > enable

  router #configure terminal

  router(conf)#hostname routerA

  routerA(conf)# interface fastehernet 0/17 以17端口為例

  routerA (conf-if)#ip address 192.168.1.1 255.255.255.0 配置交換機端口ip和子網(wǎng)掩碼

  routerA (conf-if)#no shut 是配置處于運行中

  routerA (conf-if)#exit

  8、查看命令 show

  router > enable

  router # show version 察看系統(tǒng)中的所有版本信息

  show interface vlan 1 查看交換機有關ip 協(xié)議的配置信息

  show running-configure 查看交換機當前起作用的配置信息

  show interface fastethernet 0/1 察看交換機1接口具體配置和統(tǒng)計信息

  show mac-address-table 查看mac地址表

  show mac-address-table aging-time 查看mac地址表自動老化時間

  show controllers serial + 編號 查看串口類型 show ip router 查看路由器的路由表

  9、路由器telnet遠程登錄設置

  router>enable

  router #configure terminal

  router (conf)#hostname routerA

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

  routerA (conf)#interface fastethernet 0/1 以17端口為telnet遠程登錄端口

  routerA (conf-if)#ip address 192.168.1.1 255.255.255.0

  routerA (conf-if)#no shut

  routerA (conf-if)#exit

  routerA (conf)line vty 0 4 設置0-4 個用戶可以telnet遠程登陸

  routerA (conf-line)#login

  routerA (conf-line)#password edge 以edge為遠程登錄的用戶密碼

  10、配置串口參數(shù)

  兩臺路由器通過串口連接需要一個做為DTE,一個做為DCE。DCE設備要向DTE設備提供時鐘頻率和帶寬。

  DCE配置:

  router>enable

  router #configure terminal

  router (conf)#hostname routerA

  routerA(conf)#interface serial 0/0

  routerA(conf_if)#clock rate 64000 提供時鐘頻率為64000

  routerA(conf_if)#bandwidth 64 提供帶寬為64

  DTE配置:路由器串口配置ip地址

  router>en

  router #configure terminal

  router (conf)#hostname routerB

  routerB(conf)#interface serial 0/0

  routerB(conf_if)#ip address 192.168.1.1 255.255.255.0

【計算機四級考試網(wǎng)絡工程師練習題】相關文章:

計算機四級考試網(wǎng)絡工程師練習題及答案08-14

計算機四級考試網(wǎng)絡工程師練習10-04

計算機四級考試網(wǎng)絡工程師試題09-04

2015年計算機四級考試網(wǎng)絡工程師過關練習題及答案10-13

計算機四級考試網(wǎng)絡工程師考點精選201508-02

2015計算機四級考試網(wǎng)絡工程師重點08-06

計算機四級考試網(wǎng)絡工程師常見考點04-30

計算機四級考試網(wǎng)絡工程師考點:Internet08-18

2017計算機四級考試網(wǎng)絡工程師考點09-05