cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
699
Views
9
Helpful
3
Replies

Delete subinterfaces

moses12315
Level 1
Level 1

How do you delete the subinterfaces of an int on a Router 7200.

Thanks

moses

3 Replies 3

graemeporter
Level 1
Level 1

Hi Moses,

Whenever I've had to do it, I've done (e.g.):

router(conf)#no interface FastEthernet0/0.1

The subinterface is deleted, but you may find that the configuration file still shows that the subinterface is there until you restart the router.

If there's a better, cleaner way of doing this, please let us know as it'd be quite useful.

Hope this helps!

Kind regards

Graeme

Pavel Bykov
Level 5
Level 5

The cleaner way is the following:

(config)#default interface GigabitEthernet0/0.1

(config)#no interface GigabitEthernet0/0.1

Warning message will still appear, but it is not relevant anymore, since interface will have no configuration.

Thanks; that's really helpful! :)

Kind regards,

Graeme

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