cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
434
Views
5
Helpful
7
Replies

serial interfaces

ilnaiduccna
Level 1
Level 1

Hi Experts,

Any body can see it and give right rejoin.

Can we create sub-interfaces on serials? if yes how and what is the use by creating sub-interfaces on serials.

Regards,

Naidu.

7 Replies 7

Jagdeep Gambhir
Level 10
Level 10

Yes we can, here is an example

Router(config)#int s0/0

Router(config-if)#no shut

Router(config-if)#int s0/0.1 point-to-point

Router(config-subif)#ip add x.x.x.x

Regards,

~JG

nambi_gct
Level 1
Level 1

Hi Naidu,

These sub interfaces can be used in frame relay environment.You can create a point to point or point to multipoint sub interface to connect to your remote sites using FR.

Regards

Nambi.

Naidu

To add a little to the explanation from Nambi: certain encapsulations like Frame Relay do support configuration of subinterfaces. But other serial encapsulations like PPP or HDLC do not support configuration of subinterfaces.

The main use of subinterfaces in Frame Relay is to be able to separate out various PVCs that are assigned over the serial link. If you have a Frame Relay connection over a serial interface you might have 4 PVCs from the provider on that link. Without subinterfaces all PVCs would operate on the physical interface in a multipoint mode. If you configure subinterfaces then you could create 4 separate point to point subinterfaces and assign a PVC to each subinterface which would operate in point to point mode rather than multipoint mode. There are sometimes advantages to operating in point to point mode such as the operation of split horizon.

HTH

Rick

HTH

Rick

Hi all,

Thanks to JG, Nambi and Rick for their good explaination.

As Rick told PPP or HDLC do not support on serial subinterfaces when using Frame Relay Technology then which encapsulation will do support for FR.

Regards,

Naidu.

Naidu

You can not do Frame Relay over an encapsulation like PPP or HDLC. Frame Relay is a separate encapsulation.

HTH

Rick

HTH

Rick

Hi Rick,

Apologize to my misread.

Yes I understand your prior post thanks a lot.

Regards,

Naidu.

Hi,

Adding to Rick's comment that you can run PPP over Frame-relay for the purpose of Authentication since Frame-relay by default doesnt support features like (Authentication,Link Quality,Reliable transmission).

Running PPP over FR could enable these features.

Regards,

Mohamed Sobair

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card