发新话题
打印

[分享] 路由器配成桥的实例

路由器配成桥的实例

Router 1
  Current configuration:
  !
  version 11.2
  service udp-small-servers
  service tcp-small-servers
  !
  hostname Router1
  no ip routing
  !
  enable password foo
  !
  username Router2 password bar
  username Router3 password bar
  isdn switch-type basic-5ess
  !
  interface Ethernet0
  ip address 10.1.1.1 255.255.255.0
  media-type 10BaseT
  bridge-group 1
  !
  interface BRI0
  no ip address
  no ip mroute-cache
  encapsulation ppp
  no ip route-cache
  dialer pool-member 1
  ppp authentication chap
  !

TOP

好久没有来了
谢谢

TOP

发新话题