Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco 1720 IOS Configuration

Status
Not open for further replies.

fyrebird

Technical User
Aug 8, 2003
2
US
I really need some help. I am looking for a configuration for a 1720 router with a t1 csu/dsu card. Any help would be greatly appreciated.

Thank You,
Brian
 
Ummm....Brian,

What type of configuration are you looking for, you need to be a little more specific.

"I can picture a world without war. A world without hate. A world without fear. And I can picture us attacking that world, because they'd never expect it."
- Jack Handey, Deep Thoughts
 
We are setting up a point to point with a dedicated full t1 line between offices. We do not need to lock anything down we are just trying to make a link between the offices. We will be using two cisco 1720 routers with 12.1 ios. The routers will be linked to a switch on each end. My apologies for the above post.

Thank You for your time.

Brian
 
Here is a sample config

1700 #1
config t
interface Serial0
no ip address
encapsulation frame-relay IETF
frame-relay lmi-type ansi
no shutdown
!
interface Serial0.1 point-to-point
bandwidth 1536
ip address 10.1.1.1 255.255.255.252
frame-relay interface-dlci #2 <--insert dlci here
no shutdown

1700 #2
config t
interface Serial0
no ip address
encapsulation frame-relay IETF
frame-relay lmi-type ansi
!
interface Serial0.1 point-to-point
bandwidth 1536
ip address 10.1.1.2 255.255.255.252
frame-relay interface-dlci #1 <--insert dlci here
no shutdown

There you go...I'd run a routing protocol too. But that's just me.



&quot;I can picture a world without war. A world without hate. A world without fear. And I can picture us attacking that world, because they'd never expect it.&quot;
- Jack Handey, Deep Thoughts
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top