Google Answers Logo
View Question
 
Q: Need example config for a Cisco 1720 ( Answered 5 out of 5 stars,   0 Comments )
Question  
Subject: Need example config for a Cisco 1720
Category: Computers > Internet
Asked by: scaryberry-ga
List Price: $40.00
Posted: 28 Apr 2004 15:02 PDT
Expires: 28 May 2004 15:02 PDT
Question ID: 337873
Hi - I need an example config dump for a cisco 1720 with a single
ethernet (e0) and single serial (s0) interface.  Actually, the serial
is a wic with the csu/dsu built in.
The e0 side is to have an IP of 192.168.5.254, for a 192.168.5.0/24
subnet.  The s0 side can be given any rfc1918 address scheme.  The s0
will be plugged into a point-to-point circuit, so no DLCI info needed
(i think).
0.0.0.0 goes out the s0 interface.

Thanks in advance,
Scary

Request for Question Clarification by cerebrate-ga on 29 Apr 2004 01:47 PDT
Dear scaryberry-ga,

Could you tell me which type of encapsulation you're using on the
serial line - the default HDLC or some other? I'll also need to know
the speed of the line you're using, and whether this router, or the
one at the other end, will be the DCE end (required to supply the
clock)?

cerebrate-ga

Clarification of Question by scaryberry-ga on 29 Apr 2004 06:01 PDT
Hi.  Lets assume HLDC.  This is a point-to-point full T1, not
fractional.  Lets also assume this router will be the DCE.  If you
could comment around that line to identify it, that'd be helpful.

Thanks,

Scary
Answer  
Subject: Re: Need example config for a Cisco 1720
Answered By: cerebrate-ga on 29 Apr 2004 08:52 PDT
Rated:5 out of 5 stars
 
Dear scaryberry-ga,

The configuration you want should be as follows:

ip subnet-zero
no ip domain-lookup
!
interface Serial0
 description connected to T1 line
 ip address 10.0.0.1 255.255.255.252
 encapsulation hdlc
 ################## Next line is the DCE line (see below)
 clock rate 1300000
 ################## Remove these comments before use.
 service-module t1 timeslots all
 no cdp enable
 no shutdown
!
interface FastEthernet0
 description connected to local network
 ip address 192.168.5.254 255.255.255.0
 no cdp enable
 no shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0 permanent
!
no cdp run
!
end

Note: This configuration file just includes the commands to configure
the router's interfaces and the routing between them (it also disables
the Cisco Discovery Protocol on them, which is usually a good idea for
security purposes); for practical purposes, you'd also want to set
passwords on the router to prevent unauthorised access:

service password-encryption
aaa new-model
aaa authentication login default local
aaa session-id common
enable secret [enable password]
username root password [access password]

(If you enter these configuration commands manually, then save the
running configuration to a configuration file:

copy running-config startup-config

then the passwords will not appear in the configuration file.)

The command to set the Serial0 interface as DCE is the "clock rate"
command, which also sets the speed of the interface:

"This command sets the interface's line speed to 56Kbps. Most Cisco
synchronous serial interfaces can support line speeds between 1.2Kbps
and 4Mbps, although they generally only accept specific round number
values rather than arbitrary values: 1200, 2400, 4800, 9600, 14400,
19200, 28000, 32000, 38400, 56000, 57600, 64000, 72000, 115200,
125000, 128000, 148000, 192000, 250000, 256000, 384000, 500000,
512000, 768000, 800000, 1000000, 1300000, 2000000, 4000000 and, on
interfaces that support higher speeds, 8000000. Note that there is no
conventional T1 setting at 1544Kbps; the closest substitutes for a T1
are 1300 or 2000Kbps. This is usually not an issue, however, because
in real carrier-provided T1 circuits, the carrier's equipment
generally supplies the clock.

But this clock rate command has another important effect. Because only
DCE interfaces can supply the clock signal on synchronous serial
connections, configuring this command on an interface implies that
this interface is the DCE device. If you want the router to be a DTE
device, you must omit the clock rate command."
  - Cisco Cookbook, O'Reilly & Associates, ISBN 0-596-00367-6

Also, you mention that your WIC has an on-board CSU/DSU. The
"service-module" command configures this for use with a full T1 (all
timeslots used); it should work with a "standard" T1; however, if your
T1 uses certain less common configuration options, you may need to
specify additional options, documented here:

Interface Commands (loopback remote - service-module t1 remote-loopback)
http://www.cisco.com/en/US/products/sw/iosswrel/ps1831/products_command_reference_chapter09186a00800880db.html

This should work fine for you. If you have any questions, or run into
any problems implementing this configuration, please feel free to
request a clarification.

Regards,

cerebrate-ga

Search strategy:

Cisco Cookbook, O'Reilly & Associates, ISBN 0-596-00367-6 (via Safari subscription)
http://safari.oreilly.com/

Google Search - "service-module t1"
://www.google.com/search?sourceid=navclient&ie=UTF-8&oe=UTF-8&q=%22service%2Dmodule+t1%22
scaryberry-ga rated this answer:5 out of 5 stars and gave an additional tip of: $5.00
Great.  Thanks for the info!
Scary

Comments  
There are no comments at this time.

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy