batocaster
Technical User
I have two Cisco 1721’s with WIC 1DSU-T1 V2 modules that will be connecting a leased, point-to-point T1 between two buildings on the same campus. The networks are both NAT with very generous subnets. Both 1721 routers are behind our main router which connects us to the Internet and both 1721’s will be used only to connect the remote building to the main location. They will not connect directly to the Internet. The routers and T1 are replacing a bridged wireless solution which currnetly connects the offices.
I am a newby when it comes to routing and would greatly appreciate any assistance on my as of yet untested configuration. Cisco manuals indicate that directly connected routers do not need static or dynamic routing enabled. Are the 1721’s considered directly connected when they are seperated only by the T1 circuit? If routing is required, am I best to use a static route? Also, do the T1 WICs require clocking to be set on the serial interface? Some sources indicate it to be handled automatically and some indicate that you need to set one end to “clock source internal” and the other to “clock source line” as in the configuration. Any help and any additional comments on my configuration are appreciated. I am new to this and think I might be close to my solution but am a little lost. Thanks in advance!
Router A:
ip subnet-zero
!
interface FastEthernet0
ip address 10.147.0.254 255.255.0.0
speed auto
full-duplex
!
interface Serial0
ip unnumbered FastEthernet0
no fair-queue
service-module t1 clock source internal
!
ip classless
no ip http server
Router B:
ip subnet-zero
!
interface FastEthernet0
ip address 10.101.0.254 255.255.0.0
speed auto
full-duplex
!
interface Serial0
ip unnumbered FastEthernet0
no fair-queue
service-module t1 clock source line
!
ip classless
no ip http server
I am a newby when it comes to routing and would greatly appreciate any assistance on my as of yet untested configuration. Cisco manuals indicate that directly connected routers do not need static or dynamic routing enabled. Are the 1721’s considered directly connected when they are seperated only by the T1 circuit? If routing is required, am I best to use a static route? Also, do the T1 WICs require clocking to be set on the serial interface? Some sources indicate it to be handled automatically and some indicate that you need to set one end to “clock source internal” and the other to “clock source line” as in the configuration. Any help and any additional comments on my configuration are appreciated. I am new to this and think I might be close to my solution but am a little lost. Thanks in advance!
Router A:
ip subnet-zero
!
interface FastEthernet0
ip address 10.147.0.254 255.255.0.0
speed auto
full-duplex
!
interface Serial0
ip unnumbered FastEthernet0
no fair-queue
service-module t1 clock source internal
!
ip classless
no ip http server
Router B:
ip subnet-zero
!
interface FastEthernet0
ip address 10.101.0.254 255.255.0.0
speed auto
full-duplex
!
interface Serial0
ip unnumbered FastEthernet0
no fair-queue
service-module t1 clock source line
!
ip classless
no ip http server