av手机免费在线观看,国产女人在线视频,国产xxxx免费,捆绑调教一二三区,97影院最新理论片,色之久久综合,国产精品日韩欧美一区二区三区

試題

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

時(shí)間:2024-12-20 19:34:43 試題 我要投稿
  • 相關(guān)推薦

計(jì)算機(jī)四級(jí)考試網(wǎng)絡(luò)工程師考點(diǎn)精選2015

  1、靜態(tài)路由的配置

計(jì)算機(jī)四級(jí)考試網(wǎng)絡(luò)工程師考點(diǎn)精選2015

  配置路由器A的主機(jī)名和接口參數(shù)

  router>enable

  router#configure terminal

  router(conf)#hostname routerA

  routerA(conf)#interface fastethernet 0/1 路由器A的1端口為兩路由器的連接端口

  routerA(conf-if)#ip address 192.168.2.1 255.255.255.0

  routerA(conf-if)#no shutdown

  routerA(conf-if)#exit

  routerA(conf)# interface fastethernet 0/0 路由器A的0端口為與主機(jī)的連接端口

  routerA(conf-if)#ip address 192.168.1.2 255.255.255.0

  routerA(conf-if)#no shutdown

  配置路由器A的靜態(tài)路由表

  routerA(conf)#ip router 192.168.3.0 255.255.255.0 192.168.2.2

  在routerA上配置默認(rèn)路由

  routerA(conf)#ip route 0.0.0.0 0.0.0.0 192.168.2.2

  routerA(conf)#ip classless

  在routerA上配置動(dòng)態(tài)路由(RIP)

  routerA(conf)#router rip

  routerA(conf)#network 192.168.1.0

  routerA(conf)#network 192.168.2.0

  2、動(dòng)態(tài)路由的配置

  router>enable

  router#configure terminal

  routerA (config)#route ospf 10配置ospf進(jìn)程id

  routerA (config-router)#network 192.168.0.0 0.0.0.255 area 0

  3、訪問控制列表配置

  router(config-if)#ip access-group 1 in 訪問列表的入

  router(config-if)#ip access-group 1 out 訪問列表的出

  router(config)#access-list 1 premit 192.168.10.0 0.0.0.255 允許192.168.10.0的網(wǎng)段通過router(config)#access-list 1 deny 192.168.10.0 2.0.0.255 拒絕192.168.10.2的主機(jī)通過

  router(config)#access-list 1 premit any any表示0.0.0.0 255.255.255.255

  router(config)#access-list 1 premit host 172.30.16.29 host表示0.0.0.0

  router(config)#access-list 101 deny tcp 172.16.4.0 0.0.0.255 172.16.3.0 0.0.0.255 eq 21

  拒絕來自172.16.4.0去往172.16.3.0的FTP流量

  router(config)#ip access-list extended cisco創(chuàng)建名為cisco的命名訪問控制列表

  特別注意:

  1、 當(dāng)目的網(wǎng)絡(luò)不可達(dá)時(shí),路由表的跳數(shù)顯示為16

  2、 Bandwidth的帶寬戴維為kbps

  3、 encapsulation表示封裝

  4、 pos接口的幀格式使用SDH:pos framing sdh

  5、 配置ospf協(xié)議發(fā)布直連網(wǎng)段時(shí)會(huì)用的是反掩碼

  6、 劃分子網(wǎng)的時(shí)候需要子網(wǎng)掩碼

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

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

2017計(jì)算機(jī)四級(jí)考試網(wǎng)絡(luò)工程師考點(diǎn)02-28

計(jì)算機(jī)四級(jí)考試網(wǎng)絡(luò)工程師考點(diǎn):Internet02-18

計(jì)算機(jī)四級(jí)考試網(wǎng)絡(luò)工程師考點(diǎn):交換技術(shù)03-21

計(jì)算機(jī)四級(jí)考試網(wǎng)絡(luò)工程師考點(diǎn):網(wǎng)絡(luò)管理07-22

計(jì)算機(jī)四級(jí)考試網(wǎng)絡(luò)工程師考點(diǎn):DHCP要領(lǐng)05-04

計(jì)算機(jī)四級(jí)考試網(wǎng)絡(luò)工程師考點(diǎn):TCP/IP聯(lián)網(wǎng)06-09

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

計(jì)算機(jī)四級(jí)考試網(wǎng)絡(luò)工程師考點(diǎn):網(wǎng)絡(luò)互連技術(shù)07-24