Good day to all, please help me figure out how to delete a route from eigrp. It was implemented like this:
ip routing router eigrp 101 network 10.25.192.0 0.0.0.63 network 10.25.81.0 0.0.0.255 network 192.168.1.0 0.0.0.255 exit
At first, everything suited me, but now the concept and requirements have changed, now I need to remove the network 192.168.1.0 0.0.0.255
so that this network would not be visible from these two
network 10.25.192.0 0.0.0.63 network 10.25.81.0 0.0.0.255
but she network 192.168.1.0 0.0.0.255
saw network 10.25.81.0 0.0.0.255
Thanks for the help