Cisco 3640 DS3 Config

We are in process of upgrading from 6xT1 MLPPP going to Qwest too a fractional DS3. Does anyone have an example config of 36xx series router with a DS3 card configured for Internet connectivity they are willing to share?

M
Reply to
M
Loading thread data ...

M wrote:

rtr-chicago#sh run Building configuration...

Current configuration : 3492 bytes ! ! Last configuration change at 17:13:47 Chicago Mon Mar 6 2006 by root ! NVRAM config last updated at 17:13:49 Chicago Mon Mar 6 2006 by root ! version 12.4 no service pad service tcp-keepalives-in service tcp-keepalives-out service timestamps debug datetime msec localtime show-timezone service timestamps log datetime msec localtime show-timezone service password-encryption service udp-small-servers service tcp-small-servers service sequence-numbers ! hostname rtr-chicago ! boot-start-marker boot-end-marker ! card type t3 1 security authentication failure rate 3 log security passwords min-length 6 logging buffered 51200 warnings no logging console enable secret 5 $1$hXNI$da8l8DWU4vOVlV5vMyfnD1 ! no aaa new-model ! resource policy ! clock timezone Chicago -6 clock summer-time Chicago date Apr 6 2003 2:00 Oct 26 2003 2:00 ip subnet-zero no ip source-route ip cef ip tcp synwait-time 10 ! ! ! ! no ip bootp server ip domain name blah.com ip name-server 4.2.2.2 ip name-server 205.152.0.5 ! ! ! ! ! ! ! ! ! ! ! ! ! ! !

! ! controller T3 1/0 clock source line cablelength 240 ! ! ! ! ! interface Null0 no ip unreachables ! interface GigabitEthernet0/0 description Connected to Corporate Firewall ip address XXX.XXX.76.129 255.255.255.224 no ip redirects no ip unreachables no ip proxy-arp ip route-cache flow duplex auto speed auto media-type rj45 negotiation auto no mop enabled ! interface GigabitEthernet0/1 no ip address no ip redirects no ip unreachables no ip proxy-arp ip route-cache flow shutdown duplex auto speed auto media-type rj45 negotiation auto no mop enabled ! interface Serial1/0 description Connected to Sprint Backbone ip address XXX.XXX.75.38 255.255.255.252 ip access-group 100 in ip verify unicast reverse-path no ip redirects no ip unreachables no ip proxy-arp encapsulation ppp ip route-cache flow dsu bandwidth 44210 scramble ! ip classless ip route 0.0.0.0 0.0.0.0 XXX.XXX.75.37 ! ! no ip http server no ip http secure-server ! access-list 100 deny icmp any any echo access-list 100 permit ip any any no cdp run ! ! ! ! control-plane ! ! ! ! ! ! ! ! ! banner motd ^C ************************************ * * * THIS IS A PRIVATE NETWORK * * * * UNATHORIZED ACCESS IS STRICTLY * * FORBIDDEN * * * * VIOLATORS WILL BE PROSECUTED * * * * ======================== * * Possession of passwords or other * * devices providing access does * * not constitute authorization. * * * * Unauthorized access will be * * dealt with to the fullest * * extent of the law. * * ========================= * * * ************************************^C ! line con 0 login local stopbits 1 line aux 0 stopbits 1 line vty 0 4 privilege level 15 login local transport input ssh line vty 5 15 privilege level 15 login local transport input ssh ! scheduler allocate 20000 1000 ntp clock-period 17178641 ntp update-calendar ntp server 65.75.183.220 source Serial1/0 prefer ! end

rtr-chicago#

Reply to
Chad Mahoney

Since you are getting a sub-rated DS3, the main thing is your DSU bandwidth. Without knowing how many channels you are getting I can't say. I see on your Sprint DS3 you've got full bandwidth (44210). You'll want to ask the provider what to set it to when you are turning it up. I would recommend enabling payload scrambling as well. Just use your Sprint connection as a guide:

interface Serial1/1 (or whatever) description Subrate DS3 to ; ; (maybe even the number to the help desk of your provider) ip address XXX.XXX.XXX.XXX 255.255.255.252 ip verify unicast reverse-path no ip redirects no ip unreachables no ip proxy-arp encapsulation ppp ip route-cache flow dsu bandwidth scramble

Reply to
p_teatreeoil

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.