亚洲欧美精品沙发,日韩在线精品视频,亚洲Av每日更新在线观看,亚洲国产另类一区在线5

<pre id="hdphd"></pre>

  • <div id="hdphd"><small id="hdphd"></small></div>
      學(xué)習(xí)啦>學(xué)習(xí)電腦>網(wǎng)絡(luò)知識(shí)>路由器>路由器知識(shí)大全>

      橋接路由器配置命令是什么

      時(shí)間: 若木635 分享

        通常,可以用路由器把幾個(gè)網(wǎng)絡(luò)串起來(lái)的連接方式,路由器設(shè)置做橋接(bridging)的完整的配置命令如下:

        橋接(Bridging)是指依據(jù)OSI網(wǎng)絡(luò)模型的鏈路層的地址,對(duì)網(wǎng)絡(luò)數(shù)據(jù)包進(jìn)行轉(zhuǎn)發(fā)的過(guò)程。是工作在osi的第二層的。一般的交換機(jī),網(wǎng)橋就有橋接作用。

        路由器橋接的配置命令:

        router#sh ru

        Building configuration...

        Current configuration:

        !

        version 12.1

        service timestamps debug uptime

        service timestamps log uptime

        no service password-encryption

        !

        hostname router

        !

        enable secret 5 class="main">

      橋接路由器配置命令是什么

      時(shí)間: 若木635 分享

        !

        !

        !

        !

        !

        memory-size iomem 25

        ip subnet-zero

        no ip routing

        !

        !

        !

        !

        interface Serial0

        description 128k DL546267 connect to SZ

        ip address 198.127.18.4 255.255.255.0

        no ip route-cache

        no fair-queue

        bridge-group 1

        !

        interface FastEthernet0

        ip address 198.127.18.3 255.255.255.0

        no ip route-cache

        speed auto

        bridge-group 1

        !

        ip classless

        no ip http server

        !

        bridge 1 protocol ieee bridge 1 route ip

        !

        line con 0

        transport input none

        line aux 0

        line vty 0 4

        password csl

        login

        !

        no scheduler allocate

        end

        交換機(jī)本身有一個(gè)端口與mac的映射表,通過(guò)這些,隔離了沖突域(collision),簡(jiǎn)單的說(shuō)就是通過(guò)網(wǎng)橋可以把兩個(gè)不同的物理局域網(wǎng)連接起來(lái),是一種在鏈路層實(shí)現(xiàn)局域網(wǎng)互連的存儲(chǔ)轉(zhuǎn)發(fā)設(shè)備。網(wǎng)橋從一個(gè)局域網(wǎng)接收MAC幀,拆封、校對(duì)、校驗(yàn)之后 ,按另一個(gè)局域網(wǎng)的格式重新組裝,發(fā)往它的物理層。

      142128