思科路由器怎么設置橋接(bridging)實例
思科路由器怎么設置橋接(bridging)實例
橋接功能是很多路由器都有的,多數(shù)在一些比較大型的地方都會使用到,配置方法也不盡相同,但作為路由器領先產品的思科,他的配置方法又有所不同,思科路由器怎么設置橋接(bridging)?下面跟著學習啦小編一起了解下吧。
思科路由器設置橋接(bridging)實例
先來說說橋接(Bridging)的概念,是指依據(jù)OSI網絡模型的鏈路層的地址,對網絡數(shù)據(jù)包進行轉發(fā)的過程。是工作在osi的第二層的。一般的交換機,網橋就有橋接作用。就交換機來說,本身有一個端口與mac的映射表,通過這些,隔離了沖突域(collision)。 簡單的說就是通過網橋可以把兩個不同的物理局域網連接起來,是一種在鏈路層實現(xiàn)局域網互連的存儲轉發(fā)設備。網橋從一個局域網接收MAC幀,拆封、校對、校驗之后 ,按另一個局域網的格式重新組裝,發(fā)往它的物理層。
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">
思科路由器怎么設置橋接(bridging)實例
!
!
!
!
!
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
思科路由器的相關文章: