标题: Cisco2811标准配置能否做路由透明模式(桥接)? [打印本页] 作者: ssobhr 时间: 2008-10-24 10:30 标题: Cisco2811标准配置能否做路由透明模式(桥接)? 我们这里有台2811标准配置(2个FE口),IP-BASE,能做到2个FE口做桥接吗(透明模式)吗?作者: hjp0021 时间: 2008-10-24 11:11
具体配有配置过,给您找了个例子参考。\r\n\r\n\r\n\r\nokyu-sz#sh ru \r\n ! \r\n interface FastEthernet0 \r\n ip address 198.127.18.6 255.255.255.0 \r\n no ip route-cache \r\n speed auto \r\n full-duplex \r\n bridge-group 1 \r\n ! \r\n interface Serial0 \r\n des cription 128K Leased Line link from SZ to HK on B17A0860 \r\n bandwidth 128 \r\n ip address 198.127.18.5 255.255.255.0 \r\n no ip route-cache \r\n no fair-queue \r\n bridge-group 1 \r\n ! \r\n ! \r\n==============================================================\r\ntokyu-hk#sh ru\r\n !\r\n !\r\n\r\n interface Serial0\r\n des cription 128k DL546267 connect to SZ\r\n ip address 198.127.18.4 255.255.255.0\r\n no ip route-cache\r\n no fair-queue\r\n bridge-group 1\r\n\r\n !\r\n\r\n interface FastEthernet0\r\n ip address 198.127.18.3 255.255.255.0\r\n no ip route-cache\r\n speed auto\r\n bridge-group 1\r\n !\r\n ip classless\r\n no ip http server\r\n\r\n !\r\n\r\n bridge 1 protocol ieee\r\n\r\n !