奶头挺立呻吟高潮av全片,成人试看120秒体验区,性欧美极品v,A片高潮抽搐揉捏奶头视频

試題

計(jì)算機(jī)四級(jí)考試網(wǎng)絡(luò)工程師練習(xí)題

時(shí)間:2024-10-27 17:39:50 試題 我要投稿
  • 相關(guān)推薦

計(jì)算機(jī)四級(jí)考試網(wǎng)絡(luò)工程師練習(xí)題2017

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

計(jì)算機(jī)四級(jí)考試網(wǎng)絡(luò)工程師練習(xí)題2017

  1、進(jìn)入特權(quán)模式 enable

  router > enable

  router #

  2、進(jìn)入全局配置模式 configure terminal

  router > enable

  router #configure terminal

  router (conf)#

  3、交換機(jī)命名 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、進(jìn)入特權(quán)模式 enable

  router > enable

  router #

  2、進(jìn)入全局配置模式 configure terminal

  router > enable

  router #configure terminal

  router (conf)#

  3、交換機(jī)命名 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、設(shè)置端口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 配置交換機(jī)端口ip和子網(wǎng)掩碼

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

  routerA (conf-if)#exit

  8、查看命令 show

  router > enable

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

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

  show running-configure 查看交換機(jī)當(dāng)前起作用的配置信息

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

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

  show mac-address-table aging-time 查看mac地址表自動(dòng)老化時(shí)間

  show controllers serial + 編號(hào) 查看串口類型 show ip router 查看路由器的路由表

  9、路由器telnet遠(yuǎn)程登錄設(shè)置

  router>enable

  router #configure terminal

  router (conf)#hostname routerA

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

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

  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 設(shè)置0-4 個(gè)用戶可以telnet遠(yuǎn)程登陸

  routerA (conf-line)#login

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

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

  兩臺(tái)路由器通過(guò)串口連接需要一個(gè)做為DTE,一個(gè)做為DCE。DCE設(shè)備要向DTE設(shè)備提供時(shí)鐘頻率和帶寬。

  DCE配置:

  router>enable

  router #configure terminal

  router (conf)#hostname routerA

  routerA(conf)#interface serial 0/0

  routerA(conf_if)#clock rate 64000 提供時(shí)鐘頻率為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

【計(jì)算機(jī)四級(jí)考試網(wǎng)絡(luò)工程師練習(xí)題】相關(guān)文章:

計(jì)算機(jī)四級(jí)考試網(wǎng)絡(luò)工程師常見(jiàn)考點(diǎn)12-07

計(jì)算機(jī)四級(jí)考試網(wǎng)絡(luò)工程師模擬試題12-02

計(jì)算機(jī)四級(jí)考試網(wǎng)絡(luò)工程師考點(diǎn):網(wǎng)絡(luò)操作系統(tǒng)11-26

2013年計(jì)算機(jī)四級(jí)考試網(wǎng)絡(luò)工程師考點(diǎn)(1)03-26

全國(guó)計(jì)算機(jī)四級(jí)考試網(wǎng)絡(luò)工程師筆試試卷12-05

計(jì)算機(jī)四級(jí)《網(wǎng)絡(luò)工程師》練習(xí)題及答案03-30

2017計(jì)算機(jī)四級(jí)《網(wǎng)絡(luò)工程師》練習(xí)題03-16

計(jì)算機(jī)四級(jí)《網(wǎng)絡(luò)工程師》加強(qiáng)練習(xí)題12-01

計(jì)算機(jī)四級(jí)網(wǎng)絡(luò)工程師加強(qiáng)練習(xí)題03-18

主站蜘蛛池模板: 天台县| 宝丰县| 页游| 双鸭山市| 福建省| 石首市| 泽普县| 台前县| 仁寿县| 宁强县| 甘洛县| 衢州市| 乐亭县| 永济市| 黔南| 阿图什市| 海原县| 清涧县| 美姑县| 桂林市| 朝阳县| 蕲春县| 唐河县| 长乐市| 朝阳区| 大理市| 射洪县| 荆门市| 慈溪市| 沽源县| 高雄市| 定结县| 华容县| 永丰县| 长治县| 远安县| 平安县| 汉源县| 云霄县| 花莲市| 天柱县|