cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
616
Views
5
Helpful
4
Replies

Router 2811 port problem

vishalprashar
Level 1
Level 1

I am trying to work on the Cisco Packet tracer 5.0 for some time now.. But everytime i configure an interface and then verify it show the "show" command. I am getting an information displayed that says the port is disabled .. Can anyone please provide me with the solution for this problem. For a better view of the problem please check the attachment.

1 Accepted Solution

Accepted Solutions

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Vishal,

by default interfaces are admin down

do

int ser1/0

no shutdown

to be able to use it

Hope to help

Giuseppe

View solution in original post

4 Replies 4

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Vishal,

by default interfaces are admin down

do

int ser1/0

no shutdown

to be able to use it

Hope to help

Giuseppe

I have issued the "no shut" command a number of times but still i am getting the same problem.. You can see it for yourself in the attchement..

Hello Vishal,

now is different the serial interface is down/down

before it was admin down/down.

A serial interface to be up/up needs to be connected to some device that makes leads to be up:

at the end of the show you see:

DCD down carrier

DSR down

CTS down

these are from L1 DCE

DTR and RTS are from the router serial interface

see the following from a router in production

sh int ser4/2

Serial4/2 is up, line protocol is up

[...]

446 carrier transitions DCD=up DSR=up DTR=up RTS=up CTS=up

if you are connecting two routers in back-to-back one has to provide clock:

use

clock rate 2000000

Hope to help

Giuseppe

ohassairi
Level 5
Level 5

by default all ports are disabled.

you must go under the port and use the command "no shutdown"

then the port will be activated.

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