cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
644
Views
0
Helpful
2
Replies

Routing

Hello Experts,

 

I am going to create an interface in L3 switch as below. My question is that in the syntax there is no command as no shutdown. Will the interface will be up as per the below without the no shutdown command.

 

interface TenGigabitEthernet1/4/7

 description XXX

 no switchport

 ip address XXX

 ip pim sparse-mode

 ip ospf dead-interval minimal hello-multiplier 3

 ip ospf cost 5

 logging event link-status

 load-interval 30

 speed nonegotiate

 mls qos trust cos

 service-policy input XXX

 service-policy output XXX

write memory

exit

 

Regards

Sathish

2 Replies 2

Hello,

 

the 'no shutdown' does not appear in the running config, only the 'shutdown' does. If 'shutdown' is not visible in the interface configuration, that means the interface is in the 'no shutdown' state.

Deepak Kumar
VIP Alumni
VIP Alumni

Hi,

As we know that "No Shutdown" command is not appearing in the running or startup configuration. As you didn't mention the hardware & software details so we are not sure that it's interface is "no shutdown" in default configuration or not but switches mostly having "no shutdown" by default.

 

You can check the interface status for the admin status of the interface. It will give you a clear picture that this port is admin shutdown or not. 

Regards,
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!