Mailing List Archive

[nsp] Serial Interface end-to-end with Channelized E1 card
Hi,

May I know if anyone had ever configure serial interfaces on a point-to-point
connection, with both end using the Channelized E1 card?

|-------------------------------- |-----------------------------|
| 7206 with | | 7206 with 2 port |
| 2 port channelized e1 | PSTN | channelized e1 |
| E1 1/1 |--------------| E1 2/0 |
|channel group 0 time slot 1-8 | |channel group 0 timeslot 1-8 |
--------------------------------- |-----------------------------|

If so, would appreaciate any advise on how to configure both ends who are using
lease line. Thanks.

Regards,
Cheeyong
Re: [nsp] Serial Interface end-to-end with Channelized E1 card [ In reply to ]
conf t
cont e1 1/1
channel group 0 time slot 1-8

int s1/1:0
ip add x.x.x.x 255.255.255.252
-------------

conf t
cont e1 2/0
channel group 0 timeslot 1-8

int s2/0:0
ip add x.x.x.x 255.255.255.252



On Tue, 2002-08-06 at 14:06, Tay Chee Yong wrote:
> Hi,
>
> May I know if anyone had ever configure serial interfaces on a point-to-point
> connection, with both end using the Channelized E1 card?
>
> |-------------------------------- |-----------------------------|
> | 7206 with | | 7206 with 2 port |
> | 2 port channelized e1 | PSTN | channelized e1 |
> | E1 1/1 |--------------| E1 2/0 |
> |channel group 0 time slot 1-8 | |channel group 0 timeslot 1-8 |
> --------------------------------- |-----------------------------|
>
> If so, would appreaciate any advise on how to configure both ends who are using
> lease line. Thanks.
>
> Regards,
> Cheeyong
>
> _______________________________________________
> cisco-nsp mailing list real_name)s@puck.nether.net
> http://puck.nether.net/mailman/listinfo/cisco-nsp
> archive at http://puck.nether.net/pipermail/cisco-nsp/
>
Re: [nsp] Serial Interface end-to-end with Channelized E1 card [ In reply to ]
Thanks. I actually tried to configured the following configuration on my router
and my customer's router, but the line doesn't seems to come up... Currently, I
am still checking with our Telco provider.

Was wondering if there was something which I had missed out in the
configuration.

Thanks for your assistance.

Regards,
Cheeyong

On 6 Aug 2002, Ezequiel Carson wrote:

> conf t
> cont e1 1/1
> channel group 0 time slot 1-8
>
> int s1/1:0
> ip add x.x.x.x 255.255.255.252
> -------------
>
> conf t
> cont e1 2/0
> channel group 0 timeslot 1-8
>
> int s2/0:0
> ip add x.x.x.x 255.255.255.252
>
>
>
> On Tue, 2002-08-06 at 14:06, Tay Chee Yong wrote:
> > Hi,
> >
> > May I know if anyone had ever configure serial interfaces on a point-to-point
> > connection, with both end using the Channelized E1 card?
> >
> > |-------------------------------- |-----------------------------|
> > | 7206 with | | 7206 with 2 port |
> > | 2 port channelized e1 | PSTN | channelized e1 |
> > | E1 1/1 |--------------| E1 2/0 |
> > |channel group 0 time slot 1-8 | |channel group 0 timeslot 1-8 |
> > --------------------------------- |-----------------------------|
> >
> > If so, would appreaciate any advise on how to configure both ends who are using
> > lease line. Thanks.
> >
> > Regards,
> > Cheeyong
> >
> > _______________________________________________
> > cisco-nsp mailing list real_name)s@puck.nether.net
> > http://puck.nether.net/mailman/listinfo/cisco-nsp
> > archive at http://puck.nether.net/pipermail/cisco-nsp/
> >
>
>
Re: [nsp] Serial Interface end-to-end with Channelized E1 card [ In reply to ]
Tay,

What is state of the controller e1? Do you have any alarm like
Remote Alarm or No signal?

Ezequiel



On Wed, 2002-08-07 at 05:18, Tay Chee Yong wrote:
> Thanks. I actually tried to configured the following configuration on my router
> and my customer's router, but the line doesn't seems to come up... Currently, I
> am still checking with our Telco provider.
>
> Was wondering if there was something which I had missed out in the
> configuration.
>
> Thanks for your assistance.
>
> Regards,
> Cheeyong
>
> On 6 Aug 2002, Ezequiel Carson wrote:
>
> > conf t
> > cont e1 1/1
> > channel group 0 time slot 1-8
> >
> > int s1/1:0
> > ip add x.x.x.x 255.255.255.252
> > -------------
> >
> > conf t
> > cont e1 2/0
> > channel group 0 timeslot 1-8
> >
> > int s2/0:0
> > ip add x.x.x.x 255.255.255.252
> >
> >
> >
> > On Tue, 2002-08-06 at 14:06, Tay Chee Yong wrote:
> > > Hi,
> > >
> > > May I know if anyone had ever configure serial interfaces on a point-to-point
> > > connection, with both end using the Channelized E1 card?
> > >
> > > |-------------------------------- |-----------------------------|
> > > | 7206 with | | 7206 with 2 port |
> > > | 2 port channelized e1 | PSTN | channelized e1 |
> > > | E1 1/1 |--------------| E1 2/0 |
> > > |channel group 0 time slot 1-8 | |channel group 0 timeslot 1-8 |
> > > --------------------------------- |-----------------------------|
> > >
> > > If so, would appreaciate any advise on how to configure both ends who are using
> > > lease line. Thanks.
> > >
> > > Regards,
> > > Cheeyong
> > >
> > > _______________________________________________
> > > cisco-nsp mailing list real_name)s@puck.nether.net
> > > http://puck.nether.net/mailman/listinfo/cisco-nsp
> > > archive at http://puck.nether.net/pipermail/cisco-nsp/
> > >
> >
> >
>
>
Re: [nsp] Serial Interface end-to-end with Channelized E1 card [ In reply to ]
Hi Ezequiel,

There was an issue with the Telco provider here, and they had resolved the
issue. Both ends are up and running now.

Thanks for the assistance.

Regards,
Cheeyong

On 7 Aug 2002, Ezequiel Carson wrote:

> Tay,
>
> What is state of the controller e1? Do you have any alarm like
> Remote Alarm or No signal?
>
> Ezequiel
>
>
>
> On Wed, 2002-08-07 at 05:18, Tay Chee Yong wrote:
> > Thanks. I actually tried to configured the following configuration on my router
> > and my customer's router, but the line doesn't seems to come up... Currently, I
> > am still checking with our Telco provider.
> >
> > Was wondering if there was something which I had missed out in the
> > configuration.
> >
> > Thanks for your assistance.
> >
> > Regards,
> > Cheeyong
> >
> > On 6 Aug 2002, Ezequiel Carson wrote:
> >
> > > conf t
> > > cont e1 1/1
> > > channel group 0 time slot 1-8
> > >
> > > int s1/1:0
> > > ip add x.x.x.x 255.255.255.252
> > > -------------
> > >
> > > conf t
> > > cont e1 2/0
> > > channel group 0 timeslot 1-8
> > >
> > > int s2/0:0
> > > ip add x.x.x.x 255.255.255.252
> > >
> > >
> > >
> > > On Tue, 2002-08-06 at 14:06, Tay Chee Yong wrote:
> > > > Hi,
> > > >
> > > > May I know if anyone had ever configure serial interfaces on a point-to-point
> > > > connection, with both end using the Channelized E1 card?
> > > >
> > > > |-------------------------------- |-----------------------------|
> > > > | 7206 with | | 7206 with 2 port |
> > > > | 2 port channelized e1 | PSTN | channelized e1 |
> > > > | E1 1/1 |--------------| E1 2/0 |
> > > > |channel group 0 time slot 1-8 | |channel group 0 timeslot 1-8 |
> > > > --------------------------------- |-----------------------------|
> > > >
> > > > If so, would appreaciate any advise on how to configure both ends who are using
> > > > lease line. Thanks.
> > > >
> > > > Regards,
> > > > Cheeyong
> > > >
> > > > _______________________________________________
> > > > cisco-nsp mailing list real_name)s@puck.nether.net
> > > > http://puck.nether.net/mailman/listinfo/cisco-nsp
> > > > archive at http://puck.nether.net/pipermail/cisco-nsp/
> > > >
> > >
> > >
> >
> >
>
>
Re: [nsp] Serial Interface end-to-end with Channelized E1 card [ In reply to ]
welcome.



On Wed, 2002-08-07 at 17:59, Tay Chee Yong wrote:
> Hi Ezequiel,
>
> There was an issue with the Telco provider here, and they had resolved the
> issue. Both ends are up and running now.
>
> Thanks for the assistance.
>
> Regards,
> Cheeyong
>
> On 7 Aug 2002, Ezequiel Carson wrote:
>
> > Tay,
> >
> > What is state of the controller e1? Do you have any alarm like
> > Remote Alarm or No signal?
> >
> > Ezequiel
> >
> >
> >
> > On Wed, 2002-08-07 at 05:18, Tay Chee Yong wrote:
> > > Thanks. I actually tried to configured the following configuration on my router
> > > and my customer's router, but the line doesn't seems to come up... Currently, I
> > > am still checking with our Telco provider.
> > >
> > > Was wondering if there was something which I had missed out in the
> > > configuration.
> > >
> > > Thanks for your assistance.
> > >
> > > Regards,
> > > Cheeyong
> > >
> > > On 6 Aug 2002, Ezequiel Carson wrote:
> > >
> > > > conf t
> > > > cont e1 1/1
> > > > channel group 0 time slot 1-8
> > > >
> > > > int s1/1:0
> > > > ip add x.x.x.x 255.255.255.252
> > > > -------------
> > > >
> > > > conf t
> > > > cont e1 2/0
> > > > channel group 0 timeslot 1-8
> > > >
> > > > int s2/0:0
> > > > ip add x.x.x.x 255.255.255.252
> > > >
> > > >
> > > >
> > > > On Tue, 2002-08-06 at 14:06, Tay Chee Yong wrote:
> > > > > Hi,
> > > > >
> > > > > May I know if anyone had ever configure serial interfaces on a point-to-point
> > > > > connection, with both end using the Channelized E1 card?
> > > > >
> > > > > |-------------------------------- |-----------------------------|
> > > > > | 7206 with | | 7206 with 2 port |
> > > > > | 2 port channelized e1 | PSTN | channelized e1 |
> > > > > | E1 1/1 |--------------| E1 2/0 |
> > > > > |channel group 0 time slot 1-8 | |channel group 0 timeslot 1-8 |
> > > > > --------------------------------- |-----------------------------|
> > > > >
> > > > > If so, would appreaciate any advise on how to configure both ends who are using
> > > > > lease line. Thanks.
> > > > >
> > > > > Regards,
> > > > > Cheeyong
> > > > >
> > > > > _______________________________________________
> > > > > cisco-nsp mailing list real_name)s@puck.nether.net
> > > > > http://puck.nether.net/mailman/listinfo/cisco-nsp
> > > > > archive at http://puck.nether.net/pipermail/cisco-nsp/
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>
Re: [nsp] Serial Interface end-to-end with Channelized E1 card [ In reply to ]
Hi there!

Just make sure u have the same encapsulation on both Serial interface be
it HDLC or PPP.

Cheers!

*************************
Sajari Bin Sarkan *
SingNet Network Support *
*************************

-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: 2.6.i

mQBtAjc9fI4AAAEDAMx6kkJcuhMq9TJEecb3JaiHe6fHRMlaVX/5Om7eCi2xdONO
HfVeuTUryabhb7J2mRgKo7z4YWoNxOdNdDtRVaMfD7H18mdV0KYvlR/+9NAgKGxi
UEaOYPJsKNHWCAKV1QAFEbQeU2FKYVJpIDxzYWphcmlAc2luZ25ldC5jb20uc2c+
=gG2n
-----END PGP PUBLIC KEY BLOCK-----

On Wed, 7 Aug 2002, Tay Chee Yong wrote:

> Thanks. I actually tried to configured the following configuration on my router
> and my customer's router, but the line doesn't seems to come up... Currently, I
> am still checking with our Telco provider.
>
> Was wondering if there was something which I had missed out in the
> configuration.
>
> Thanks for your assistance.
>
> Regards,
> Cheeyong
>
> On 6 Aug 2002, Ezequiel Carson wrote:
>
> > conf t
> > cont e1 1/1
> > channel group 0 time slot 1-8
> >
> > int s1/1:0
> > ip add x.x.x.x 255.255.255.252
> > -------------
> >
> > conf t
> > cont e1 2/0
> > channel group 0 timeslot 1-8
> >
> > int s2/0:0
> > ip add x.x.x.x 255.255.255.252
> >
> >
> >
> > On Tue, 2002-08-06 at 14:06, Tay Chee Yong wrote:
> > > Hi,
> > >
> > > May I know if anyone had ever configure serial interfaces on a point-to-point
> > > connection, with both end using the Channelized E1 card?
> > >
> > > |-------------------------------- |-----------------------------|
> > > | 7206 with | | 7206 with 2 port |
> > > | 2 port channelized e1 | PSTN | channelized e1 |
> > > | E1 1/1 |--------------| E1 2/0 |
> > > |channel group 0 time slot 1-8 | |channel group 0 timeslot 1-8 |
> > > --------------------------------- |-----------------------------|
> > >
> > > If so, would appreaciate any advise on how to configure both ends who are using
> > > lease line. Thanks.
> > >
> > > Regards,
> > > Cheeyong
> > >
> > > _______________________________________________
> > > cisco-nsp mailing list real_name)s@puck.nether.net
> > > http://puck.nether.net/mailman/listinfo/cisco-nsp
> > > archive at http://puck.nether.net/pipermail/cisco-nsp/
> > >
> >
> >
>
> _______________________________________________
> cisco-nsp mailing list real_name)s@puck.nether.net
> http://puck.nether.net/mailman/listinfo/cisco-nsp
> archive at http://puck.nether.net/pipermail/cisco-nsp/
>