cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1584
Views
0
Helpful
4
Replies

Interface ethernet0 auto Shutdown

farhan
Level 1
Level 1

Hi,

I have this ethernet0 interface shutdown. How do I say no shut for it?

Thanks for your help

4 Replies 4

tcross3
Level 1
Level 1

type;

interface ethernet0 auto

or

interface ethernet0 100full

jmia
Level 7
Level 7

Try - no shut down interface e0

Rem - need to be in config mode on e0.

Jay

rajesh_rsinghai
Level 1
Level 1

router#int e0

(router-config)#Ip address *.*.*.* *.*.*.*

(router-config)#no shutdown

Rajesh Jain

navinquadros
Level 1
Level 1

Hello Farhan,

This seems to be a generic problem. If I understand your problem correctly, you have a Ethernet port that is currently shutdown.

If this is correct, go ahead as follows:

1. Login to the router using a console cable [If that is the only ethernet port then you won't be able to telnet to it :-) ]. Get to privileged mode.

2. Type at prompt the following sequence:

a) config terminal

b) interface e0

c) ip address ***.***.***.***

# This step only if you have not configured the ip address for this port

d) no shutdown

e) exit

# exit out of config mode

f) copy running-config startup-config

# This command if you do not want to repeat this procedure the next time the router is restarted :)

g) exit

Tell me if this solves your problem and if you have any other queries

Have a nice day,

Navin