Hi Kevin, We will need a bit more info about the circuits going to each location. For starters here is an example working config from my network.... Take care, Lewis
service timestamps debug datetime localtime // Much easier to read logs in localtime service timestamps log datetime localtime service password-encryption // Much better than plain text pw :-) ! hostname //Your router's first name :-) ! boot system flash c2600-i-mz.XXX-XXX.bin // This is the IOS version. Make sure you have a secure version of IOS.. enable secret XXXXXXXXXXXXXXXXXXXXXXX ! ! ! ! ! clock timezone cst -6 clock summer-time daylight recurring ip subnet-zero ip ftp source-interface FastEthernet0/0 // The ftp stuff is only neccessary for pulling files (like IOS copies) ip ftp username XXXX ip ftp password XXXXXXXXXXXXX ip domain-name you.com // Your Domain.com ip name-server xxx.xxx.xxx.xxx //DNS Servers ip name-server xxx.xxx.xxx.xxx ! ! ! ! interface FastEthernet0/0 description incoming // Optional Description ip address xxx.xxx.xxx.xxx 255.255.255.0 //ip address for ethernet Interface... speed 100 // Not on yours :-)) full-duplex ! interface Serial0/0 description bandwidth 1536 no ip address // Apply the IP to the subinterface below ip access-group 101 in // could set some rules and apply them like this encapsulation frame-relay IETF // Need circuit info no fair-queue // Never have tried this but could be interesting for balancing at the router frame-relay lmi-type ansi //Need circuit info ! interface Serial0/0.1 point-to-point bandwidth 1536 ip address xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx.xxx ip access-group 101 in frame-relay interface-dlci 500 IETF ! interface Serial0/1 description // We have 2 T1's coming in on this router using BGP Routing protocol bandwidth 1536 no ip address ip access-group 101 in encapsulation frame-relay IETF no fair-queue service-module t1 clock source internal frame-relay lmi-type ansi ! interface Serial0/1.1 point-to-point bandwidth 1536 ip address xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx ip access-group 101 in frame-relay interface-dlci 500 IETF ! router bgp 7046 bgp log-neighbor-changes network ip.for.lan.network mask 255.255.255.0 network ip.for.this.network mask 255.255.255.0 neighbor xxx.xxx.xxx.xxx remote-as 701 //Neighbor stuff is not needed since you are not using BGP neighbor xxx.xxx.xxx.xxx remote-as 701 neighbor xxx.xxx.xxx.xxx route-map shadow in neighbor xxx.xxx.xxx.xxx route-map shadow out ! ip classless ip route 192.168.254.0 255.255.255.0 192.168.254.1 //This is based on your ip's specified for your LAN behind 192.168.254.1 ip route your.network.ip 255.255.255.0 FastEthernet0/0 no ip http server ! access-list 101 deny ip 10.0.0.0 0.255.255.255 any //Packet Rules, very lenient access-list 101 deny ip 192.168.0.0 0.0.255.255 any access-list 101 deny ip your.public.ip.network 0.0.0.255 any access-list 101 deny tcp any any eq 4444 access-list 101 deny tcp any any eq 135 access-list 101 deny udp any any eq 135 access-list 101 deny ip 127.0.0.0 0.255.255.255 any access-list 101 permit ip any any no cdp run route-map shadow permit 10 //Only needed for BGP networking... set metric 10 ! ! line con 0 //Console Info exec-timeout 0 0 login transport preferred none line aux 0 login modem InOut transport preferred none transport input all transport output pad v120 telnet rlogin udptn stopbits 1 flowcontrol hardware line vty 0 4 password XXXXXXXXXXXXXXXXXXXX login transport preferred none ! ntp source FastEthernet0/0 ntp server your.ntp.server no scheduler allocate end gw-1# At Cisco's site there is a program called configmaker. I saw it there like two years ago anyway. It may be able to provide some help to you also... Take care, Lewis ----- Original Message ----- From: "Kevin Summers" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 05, 2003 8:17 PM Subject: RE: [smartBridges] OT: Cisco help. > > I have a Cisco 2611 with a WIC-1DSU-T1 and a 1602 with a > WIC-1DSU-T1. I want to connect Ethernet0/1 of the 2611 to > my internal network and do transparent bridging across the > T1 frame to the 1602 and on to the Ethernet0 interface there. > The default gateway on the LAN is 192.168.254.1/24 and I'm > using a PPPoE device on the other end that will need to be > able to reach the LAN. > > It's theoretically a VERY simple configuration. I just have > little to no experience configuring Cisco routers. > > Kevin Summers > KISTech Internet Services Inc. > www.kistech.com > > > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] Behalf Of Lewis Watson > > Sent: Friday, September 05, 2003 5:56 PM > > To: [EMAIL PROTECTED] > > Subject: Re: [smartBridges] OT: Cisco help. > > > > > > Not a guru but basic cisco knowledge.. What are you trying to do? > > Lewis > > > > > > ----- Original Message ----- > > From: "Kevin Summers" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Friday, September 05, 2003 6:36 PM > > Subject: [smartBridges] OT: Cisco help. > > > > > > > WAY off topic here, but if there is a Cisco guru hanging around > > > the list, I could use a little help off-list with a configuration that > > I'm > > > trying to set up. > > > > > > Thanks. > > > Kevin Summers > > > KISTech Internet Services Inc. > > > www.kistech.com > > > > > > > > > > > > > > > > > > ----------ANNOUNCEMENT---------- > > Don't forget to register for WISPCON IV > > http://www.wispcon.info/us/wispcon-iv/wispcon-iv.htm > > > > The PART-15.ORG smartBridges Discussion List > > To Join: mailto:[EMAIL PROTECTED] (in the body type subscribe > > smartBridges <yournickname> > > To Remove: mailto:[EMAIL PROTECTED] (in the body type > > unsubscribe smartBridges) > > Archives: http://archives.part-15.org > ----------ANNOUNCEMENT---------- > Don't forget to register for WISPCON IV > http://www.wispcon.info/us/wispcon-iv/wispcon-iv.htm > > The PART-15.ORG smartBridges Discussion List > To Join: mailto:[EMAIL PROTECTED] (in the body type subscribe smartBridges <yournickname> > To Remove: mailto:[EMAIL PROTECTED] (in the body type unsubscribe smartBridges) > Archives: http://archives.part-15.org > ----------ANNOUNCEMENT---------- Don't forget to register for WISPCON IV http://www.wispcon.info/us/wispcon-iv/wispcon-iv.htm The PART-15.ORG smartBridges Discussion List To Join: mailto:[EMAIL PROTECTED] (in the body type subscribe smartBridges <yournickname> To Remove: mailto:[EMAIL PROTECTED] (in the body type unsubscribe smartBridges) Archives: http://archives.part-15.org
