cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
725
Views
0
Helpful
7
Replies

how can I force the router to run no shutdown on interfaces after power on ?

soroushpour
Level 1
Level 1

how can I force the router to run no shutdown on interfaces after power on ?

1 Accepted Solution

Accepted Solutions

balaji.bandi
Hall of Fame
Hall of Fame

if the ports are configured with no shutdown and wr in the memory, they always come up. (until i hear something different here)?

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

View solution in original post

7 Replies 7

Hello,

 

you could use an EEM script such as the one below:

 

event manager applet NOSHUT_IF
event syslog pattern "SYS-5-RESTART"
event timer countdown time 10
action 1.0 cli command "enable"
action 2.0 cli command "conf t"
action 3.0 cli command "interface range GigabitEthernet0/1 - 4"
action 4.0 cli command "no shut"
action 5.0 cli command "end"

Thank you

Thank you, I don't know about EEM

balaji.bandi
Hall of Fame
Hall of Fame

if the ports are configured with no shutdown and wr in the memory, they always come up. (until i hear something different here)?

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

no shutdown doesn't remain in the memory.

Can you post the device information and show version to look your confreg.

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

You are total right, I forgot to copy running config.

Review Cisco Networking products for a $25 gift card