cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1011
Views
0
Helpful
1
Replies

Basic T1 Configuration for Cisco Router to Juniper Router

milkboy33
Level 1
Level 1

Hi All!

   I've never done this before. Hope someone can help.

   What is the very basic config example that we will need to do on our Cisco router to get to communicate to a Juniper router (T1 connection).

Thanks all!

Tom

1 Reply 1

tony.henry_2
Level 1
Level 1

Tom,

I'd start with the link protocol and choose PPP between them both. You'll then need to make some decisions regarding the routing protocol, OSPF or BGP; would be obvious selections.

in the serial interface

int serX

encapsulation ppp

ip address X.X.X.X 255.255.255.252

no shutdown

router ospf 1

network X.X.X.X 0.0.0.3 area 0

I don't think that the Juniper config will be much different.

I hope that gets you started.

Tony