計算機計算機四級

計算機四級考試網絡工程師練習題2017

本文已影響 2.91W人 

題目不能做過就忘,一定要善於總結經驗,發現規則。下面是小編整理的計算機四級考試網絡工程師練習題,希望對大家有用,更多消息請關注應屆畢業生網。

計算機四級考試網絡工程師練習題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 配置交換機端口ip和子網掩碼

routerA (conf-if)#no shut 是配置處於執行中

routerA (conf-if)#exit

8、檢視命令 show

router > enable

router # show version 察看系統中的所有版本資訊

show interface vlan 1 檢視交換機有關ip 協議的配置資訊

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

show interface fastethernet 0/1 察看交換機1接口具體配置和統計資訊

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

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、配置串口參數

兩臺路由器透過串口連接需要一個做爲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

猜你喜歡

熱點閱讀

最新文章

推薦閱讀