CISCO路由器做桥接的实例

CISCO路由器做桥接的实例   router#sh ru  Building configuration…   www.zhishiwu.com     Current configuration:  !  version 12.1  service timestamps debug uptime  service timestamps log uptime  no service password-encryption  !  hostname router !  enable secret 5 $1$BE0q$hj.WBtIBYppMX3zyfaPbR1  !  !  !  !  !  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  

(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)

未经允许不得转载:本文采用知识共享 署名4.0国际许可协议 [BY-NC-SA] 进行授权!路由网 » CISCO路由器做桥接的实例