桥接路由器配置命令是什么
学习啦在线学习网 通常,可以用路由器把几个网络串起来的连接方式,路由器设置做桥接(bridging)的完整的配置命令如下:
桥接(Bridging)是指依据OSI网络模型的链路层的地址,对网络数据包进行转发的过程。是工作在osi的第二层的。一般的交换机,网桥就有桥接作用。
路由器桥接的配置命令:
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">
桥接路由器配置命令是什么
!
!
!
!
!
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
交换机本身有一个端口与mac的映射表,通过这些,隔离了冲突域(collision),简单的说就是通过网桥可以把两个不同的物理局域网连接起来,是一种在链路层实现局域网互连的存储转发设备。网桥从一个局域网接收MAC帧,拆封、校对、校验之后 ,按另一个局域网的格式重新组装,发往它的物理层。