cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
587
Views
0
Helpful
5
Replies

Simple Sub-interface Question

andrewburridge
Level 1
Level 1

Hey guys,

I'm just trying to get a simple setup working, basically OSPF across a few routers.  The routers are connected via serial links, with sub-interfaces set up on both routers.

All I've done so far is bring up the physical serial interfaces on both routers, create the sub-interfaces on each, and give them an ip address.  So the config for each is as follows:

Router 1

interface Serial0/0

no ip address

no fair-queue

clock rate 2000000

!

interface Serial0/0.12 point-to-point

ip address 10.1.1.1 255.255.255.252

!

Router 2

interface Serial0/0

no ip address

no fair-queue

clock rate 2000000

!

interface Serial0/0.12 point-to-point

ip address 10.1.1.2 255.255.255.252

!

I cannot ping across the link.  So my question is, what are the pre-requisites on the physical interface, and logical sub-interfaces to just get this simple setup working?  Do I need frame relay or PPP?

The interface statuses are as follows:

R1#sho ip int brief

Interface                       IP-Address           OK?      Method           Status                          Protocol

FastEthernet0/0            unassigned      YES           unset            administratively down      down

Serial0/0                       unassigned      YES           unset            up                                 up

Serial0/0.12                  10.1.1.1           YES           manual          up                            up

FastEthernet0/1            unassigned      YES           unset            administratively down      down

Serial0/1                       unassigned      YES           unset            administratively down      down

Thanks for any help!

1 Accepted Solution

Accepted Solutions

cadet alain
VIP Alumni
VIP Alumni

Hi,

The only way to get a  frame-relay DTE-DTE connection is to disable LMI on interface with the no keepalive command

and to use same DLCI on each side.

Otherwise you'll need a Frame-relay switch between the 2 or do a hybrid back-to-back connection.

Regards.

Alain.

Don't forget to rate helpful posts.

View solution in original post

5 Replies 5

cadet alain
VIP Alumni
VIP Alumni

Hi,

The only way to get a  frame-relay DTE-DTE connection is to disable LMI on interface with the no keepalive command

and to use same DLCI on each side.

Otherwise you'll need a Frame-relay switch between the 2 or do a hybrid back-to-back connection.

Regards.

Alain.

Don't forget to rate helpful posts.

Can you get the output of "show frame map" when you are not able to ping? Did you configure "frame-relay switching" on both routers? Better to configure under one of the interface as dce by using "frame-relay intf-type dce" command. If you really want a self ping also to work you will have to configure and "frame-relay map ip "

Thanks,

Madhu

Hi Madhu,

If you really want a self ping also to work you will have to configure
and "frame-relay map ip "

Not needed for a point-to-point subinterface

Regards.

Alain.

Don't forget to rate helpful posts.

You can refer to following cco link which has configuration examples of most of commonly used frame-relay topologies.

http://www.cisco.com/en/US/tech/tk713/tk237/tech_configuration_examples_list.html

All sorted now, thanks for your help guys!

Review Cisco Networking products for a $25 gift card