Page 1 of 1

removing ifindex IP in 6850

Posted: 28 Oct 2020 03:32
by keyframe555
Hi,

How to remove ip interface ifindex 1 in 6850. Pls help

Re: removing ifindex IP in 6850

Posted: 28 Oct 2020 03:44
by silvio
the ifindex will create automaticly in order you create the ip interfaces.
every interface has a name "ip interface XXXX ..."
You can see name and index with:
show ip interfaces
show configuration snapshot ip

delete an interface with
no ip interface XXXX

BR Silvio

Re: removing ifindex IP in 6850

Posted: 28 Oct 2020 04:25
by keyframe555
silvio wrote: 28 Oct 2020 03:44 the ifindex will create automaticly in order you create the ip interfaces.
every interface has a name "ip interface XXXX ..."
You can see name and index with:
show ip interfaces
show configuration snapshot ip

delete an interface with
no ip interface XXXX

BR Silvio
Thank you very much. its working.