01-03-2006 06:01 AM - edited 03-03-2019 11:21 AM
I've successfully created 2 subinterfaces for my serial 0 interface.
Now, I'd like to understand 2 things I'm missing about subinterfaces.
A)
Why, if do:
no interface serial 0.1
no interface serial 0.2
I can still see them but in "deleted" status?
Can I get the rid of them at all?
B) Let's say I've got a subinterface 0.1 point-to-point working fine.
Now, I'd like to switch it to multipoint. keeping all the other settings such as ip address and so on.
Can I just type:
interface serial 0.1 multipoint
or do I have to delete/recreate it from scratch?
Regards
Solved! Go to Solution.
01-03-2006 06:20 AM
Hi,
regarding A) - this is normal behaviour. You can only get rid of them completely after a reboot.
regarding B) - NO, because the interface type can not be changed. You could delete the interface, but according to A) it is still there as deleted and has still the type point-to-point. The two possibilities you have is either to take another subinterface number or to reload the router after deleting the subinterface.
Hope this helps
Martin
01-03-2006 06:27 AM
Hello,
you need to reboot the router in order to be able to use the same subinterface with a different link type). That is, once you typed ´no interface serial0.1´, you cannot configure the interface as e.g. multipoint. The router will give you the following message:
SERIAL-1-COM5(config)#int s0.1 multipoint
% Warning: cannot change link type
So, reboot the router and recreate the subinterface.
HTH,
GP
01-03-2006 06:19 AM
Hi,
regarding A) - this is normal behaviour. You can only get rid of them completely after a reboot.
regarding B) - NO, because the interface type can not be changed. You could delete the interface, but according to A) it is still there as deleted and has still the type point-to-point. The two possibilities you have is either to take another subinterface number or to reload the router after deleting the subinterface.
Hope this helps
Martin
01-03-2006 06:20 AM
Hi,
regarding A) - this is normal behaviour. You can only get rid of them completely after a reboot.
regarding B) - NO, because the interface type can not be changed. You could delete the interface, but according to A) it is still there as deleted and has still the type point-to-point. The two possibilities you have is either to take another subinterface number or to reload the router after deleting the subinterface.
Hope this helps
Martin
01-03-2006 06:27 AM
Hello,
you need to reboot the router in order to be able to use the same subinterface with a different link type). That is, once you typed ´no interface serial0.1´, you cannot configure the interface as e.g. multipoint. The router will give you the following message:
SERIAL-1-COM5(config)#int s0.1 multipoint
% Warning: cannot change link type
So, reboot the router and recreate the subinterface.
HTH,
GP
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide