Off hand I would suggest removing any and all references to bridging - bridge-groups on the interfaces and the bridge protocol in global config.
that leaves only routing. -- TANSTAAFL "there ain't no such thing as a free lunch" ""Kris Waters"" wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Everyone, > > We have been bridging LAT at my remote offices for some time, and have just > gotten rid of all the LAT devices. I would like to now configure the routers > to make sure only TCP/IP is routed. The config is not that long, but I'm not > too sure where to start. Any help would be appreciated. We have several > branches running 1750's that all connect back to the main location via full > T-1. The router at the main location is a 7206. One of my configs is pasted > below: > > hostname router > ! > logging buffered 4096 debugging > enable secret 5 $1$WvFA$FEElyNU0IXd5eqCR6eILu/ > enable password cisco > ! > ! > ! > ! > ! > memory-size iomem 25 > clock timezone est -5 > clock summer-time edt recurring > ip subnet-zero > ip domain-name abnbfcu.org > ip name-server 223.100.200.251 > ip dhcp excluded-address 10.4.1.2 10.4.1.100 > ! > ip dhcp pool St_Gregory > network 10.4.1.0 255.255.255.0 > default-router 10.4.1.1 > option 150 ip 223.100.200.20 > netbios-name-server 223.100.200.2 > dns-server 223.100.200.251 > netbios-node-type h-node > domain-name abnbfcu.org > lease 45 > ! > ! > ! > ! > interface Serial0 > description T1 to Wishart > ip address 10.0.1.14 255.255.255.252 > no ip directed-broadcast > bridge-group 1 > ip rtp priority 16384 16383 500 > ! > interface FastEthernet0 > ip address 10.4.1.1 255.255.255.0 > no ip directed-broadcast > half-duplex > bridge-group 1 > ! > router eigrp 1 > passive-interface FastEthernet0 > network 10.0.0.0 > no auto-summary > ! > ip classless > ip route 223.100.200.1 255.255.255.255 223.100.200.21 permanent > no ip http server > ! > bridge 1 protocol ieee > ! > line con 0 > transport input none > line aux 0 > line vty 0 4 > password cisco > login > ! > ntp clock-period 17180289 > ntp server 223.100.200.21 > end > > Thanks, > Kris. Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=58652&t=58645 -------------------------------------------------- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

