cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
211
Views
0
Helpful
2
Replies

Routers 3745 Interface

JUNKSA_2
Level 1
Level 1

Anybody who can help me how to interface the routers 3745 to the existing routers 3660 all are connected via leased line and some are connected via fiber optic.Is there any difference configuration between the two different routers. Please be adviced.

thanks

2 Replies 2

Hello,

generally speaking, there is not much difference in configuring the 3660 and the 3745. It depends on which modules you are using. As far as I remember, the WIC-1T used in the 3600 is not compatible with the 3700 series.

Here is a sample config for a 3725 router:

version 12.1

no service single-slot-reload-enable

service timestamps debug uptime

service timestamps log uptime

no service password-encryption

!

hostname pipertdm

!

no logging buffered

logging rate-limit console 10 except errors

no logging console

!

!

!

ip subnet-zero

!

!

no ip finger

ip host rtplab-tftp2 172.18.207.16

ip host rtplab-dev 172.18.207.10

!

no ip dhcp-client network-discovery

no mgcp timer receive-rtcp

call rsvp-sync

!

!

!

!

!

fax interface-type modem

mta receive maximum-recipients 0

!

!

!

!

interface FastEthernet0/0

ip address 172.18.197.74 255.255.255.252

no keepalive

duplex auto

speed auto

no cdp enable

!

interface FastEthernet0/1

ip address 2.2.2.2 255.0.0.0

no keepalive

duplex auto

speed auto

no cdp enable

!

interface BRI1/0

no ip address

shutdown

!

interface FastEthernet1/0

ip address 1.1.1.1 255.0.0.0

no keepalive

duplex auto

speed auto

no cdp enable

!

interface Serial1/0

no ip address

shutdown

no fair-queue

clockrate 125000

!

interface FastEthernet1/1

ip address 3.3.3.3 255.0.0.0

no keepalive

shutdown

duplex auto

speed auto

no cdp enable

!

interface Serial1/1

no ip address

shutdown

clockrate 125000

!

ip kerberos source-interface any

ip classless

ip route 172.18.0.0 255.255.0.0 FastEthernet0/0

ip http server

!

!

!

!

snmp-server packetsize 4096

snmp-server chassis-id

snmp-server manager

!

!

dial-peer cor custom

!

!

!

!

line con 0

exec-timeout 0 0

transport input none

line 1 32

line 35 96

line aux 0

line vty 0 4

!

end

If you have a CCO login, check this link for more samle configs:

http://www.cisco.com/en/US/partner/products/hw/routers/ps259/products_configuration_guide_chapter09186a008007e61b.html

Regards,

Georg

Hi Georg, I will try this link. Thanks and regards.