cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
370
Views
0
Helpful
2
Replies

Encapsulation on VWIC-2MFT-G703

ns
Level 1
Level 1

Hi,

I need to know what encapsulations (FR, PPP, HDLC etc) are available for configuration on a data-only full E1 connection on this interface. I seems that it is not configured as other serial interfaces and the documentation only includes the physical encoding, not l2-l3 configuration options.

Thanks,

Niels

1 Accepted Solution

Accepted Solutions

hbaerten
Level 4
Level 4

Hi Niels,

first you have to configure "controller e1 /" with the physical properties, but then you will have a serial interface that you can configure just like any other:

controller E1 0/1

channel-group 2 timeslots 1-31

framing crc4

linecode hdb3

no shutdown

interface serial 0/1:2

encapsulation ppp

...

Note that I defined channel-group 2 and hence the interface is numbered :2 automatically. You can use another number of course.

hth

Herbert

View solution in original post

2 Replies 2

hbaerten
Level 4
Level 4

Hi Niels,

first you have to configure "controller e1 /" with the physical properties, but then you will have a serial interface that you can configure just like any other:

controller E1 0/1

channel-group 2 timeslots 1-31

framing crc4

linecode hdb3

no shutdown

interface serial 0/1:2

encapsulation ppp

...

Note that I defined channel-group 2 and hence the interface is numbered :2 automatically. You can use another number of course.

hth

Herbert

Great, thanks a lot Herbert.

Niels