CaptHarrased
Technical User
Hi All,
recently did a roll out of the 805 using the config shown. Seems to work ok except when used on a link faster than 128k. Anybody got a clue what the problem may be? I'am wondering whether the increased line speed causes too many re-transmits due to buffer overflows but being realistic i havnt got a clue! Also any helfull comments on the config would be appreciated.
This is a copy of the text file sent to the router rather than a sh run,
enable
config t
hostname Main
enable secret **********
enable password **********
ip subnet-zero
no ip routing
interface Ethernet0
no ip address
no ip route-cache
no ip mroute-cache
bridge-group 1
no shutdown
exit
interface Serial0
no ip address
no ip route-cache
no ip mroute-cache
bridge-group 1
no shutdown
exit
bridge 1 protocol ieee
line con 0
password console
login
exit
line vty 0 4
password telnet
login
exit
exit
copy run start
reload
Cheers!
recently did a roll out of the 805 using the config shown. Seems to work ok except when used on a link faster than 128k. Anybody got a clue what the problem may be? I'am wondering whether the increased line speed causes too many re-transmits due to buffer overflows but being realistic i havnt got a clue! Also any helfull comments on the config would be appreciated.
This is a copy of the text file sent to the router rather than a sh run,
enable
config t
hostname Main
enable secret **********
enable password **********
ip subnet-zero
no ip routing
interface Ethernet0
no ip address
no ip route-cache
no ip mroute-cache
bridge-group 1
no shutdown
exit
interface Serial0
no ip address
no ip route-cache
no ip mroute-cache
bridge-group 1
no shutdown
exit
bridge 1 protocol ieee
line con 0
password console
login
exit
line vty 0 4
password telnet
login
exit
exit
copy run start
reload
Cheers!