| Author |
point-to-point and multipoint help
|
|
|
| Can someone tell me about this I am confused.
Here is the configuration:
interface Serial0/1.100 point-to-point
the above is the current configuration.
I am trying to change the serial0/1.100 to multipoint and keep all the other information the same. I tried to remove this setting by typing the command
"no interface serial0/1.100 point-to-point"
and then when I do show run it is removed because it does not show up in the running-configuration.
Then I tried to create the link again and it gives me the following error message.
Here is the output:
dmrouter1(config)#interface serial 0/1.100 multipoint
% Warning: cannot change link type
dmrouter1(config-subif)#
I can't change the link type and can't find any method from my resources. I hope you can help. I have not saved the configuration or have I "reload" the router. Do you think that might be the cause of the problem?
You help would be great! | |
| Retired-Mod 2001-10-13, 5:30 am |
| Try setting multipoint on the physical interface 
Retired | |
| pcwizzard 2001-10-14, 12:48 am |
| Point-to-Point and Multipoint are types of subinterfaces and are not set on the physical interface itself. |
|
|
|