Link to home
Start Free TrialLog in
Avatar of veyron55
veyron55

asked on

New User: How do you configure a Cisco 1721 router with a new T-1 line?

I have a new T-1 line and Cisco 1721 router.  I would like to configure the router with the new T-1. Where do I start?
Avatar of Les Moore
Les Moore
Flag of United States of America image

You  need to have an IP address for the T1 interface
You need to know the encapsulation (PPP | Frame-relay | HDLC)
Is this an Internet connection? You need default gateway
Do you have a firewall behind the router, or is this your security router/firewall?
Do you have the internal WIC-T1-DSU module, or are you using an external CSU/DSU?

Basic config example
  interface serial 0/0
    ip address a.b.c.d 255.255.255.248
    no shutdown

Verify:
 sho interface serial 0/0
Look for indications : line is UP | DOWN   protocol is UP | DOWN
Looking for UP | UP
ASKER CERTIFIED SOLUTION
Avatar of Les Moore
Les Moore
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial