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

Why interface become up after default interface te0/0/0 in ASR9K?

wfqk
Level 5
Level 5

Hi 

Interface is already down. After command "default interface te0/0/0" and commit. the interface become up. Why interface become up after default interface te0/0/0 in ASR9K?. When show run, all config in the interface is gone.

Thank you

1 Accepted Solution

Accepted Solutions

Hello,

the default interface status is 'no shut'. When you issue a 'default interface te0/0/0' the interface loses all previous configuration and is set to its default, which is 'no shut'.

Is that what you are referring to ?

View solution in original post

4 Replies 4

Hello,

the default interface status is 'no shut'. When you issue a 'default interface te0/0/0' the interface loses all previous configuration and is set to its default, which is 'no shut'.

Is that what you are referring to ?

Yes, I also think so. 

After the default command, show run interface te0/0/0 can get the output:

"% No such configuration item(s)", we cannot see any info on the interface. but it does exist, right?

Thanks

Hello,

exactly. When you do a 'show int brief' the interface should show up. Since you reset it to its default values, there is no running config.

thank you