<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hello<div><br></div><div>I created two virtual servers with FRR 6.0.2 installed on it..</div><div><br></div><div>Both has 3 interfaces</div><div>1st interafce is wan interafce</div><div>2nd and third interfaces are for test of eigrp..</div><div><br></div><div>1st server has this config</div><div><div>interface eth1</div><div> ip address <a href="http://192.168.100.1/24">192.168.100.1/24</a></div><div>!</div><div>router eigrp 100</div><div> network <a href="http://192.168.100.0/24">192.168.100.0/24</a> </div><div> network <a href="http://192.168.200.0/24">192.168.200.0/24</a> </div><div> redistribute kernel</div><div> redistribute connected</div></div><div><br></div><div><br></div><div><br></div><div>2nd server has;</div><div><div>interface eth1</div><div> ip address <a href="http://192.168.100.2/24">192.168.100.2/24</a></div><div>!</div><div>interface eth3</div><div> ip address <a href="http://192.168.200.2/24">192.168.200.2/24</a></div><div> shutdown</div><div>!</div><div>router eigrp 100</div><div> network <a href="http://192.168.100.0/24">192.168.100.0/24</a> </div><div> network <a href="http://192.168.200.0/24">192.168.200.0/24</a> </div><div> redistribute kernel</div><div> redistribute connected</div><div>!</div></div><div><br></div><div><br></div><div><br></div><div>I can see the <a href="http://192.168.200.0/24">192.168.200.0/24</a> routing on server1 via eigrp.. which is nice..</div><div>The problem is,</div><div>if i shutdown the interface 2 on server2.. nothing happens..</div><div><br></div><div><div>centos1# conf t</div><div>centos1(config)# interface eth3</div><div>centos1(config-if)# shutdown</div><div>centos1(config-if)# end</div></div><div><div><br></div><div>and on sh run i have; </div><div>interface eth3</div><div> ip address <a href="http://192.168.200.2/24">192.168.200.2/24</a></div><div> shutdown</div></div><div><br></div><div>but i can still ping this intrface from server1.</div><div>and on server2 ip addr output as follows;</div><div><br></div><div><div>6: eth3: <BROADCAST,MULTICAST> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000</div><div>    link/ether 62:9c:df:28:36:4a brd ff:ff:ff:ff:ff:ff</div><div>    inet <a href="http://192.168.200.2/24">192.168.200.2/24</a> brd 192.168.200.255 scope global eth3</div><div>       valid_lft forever preferred_lft forever</div></div><div><br></div><div>It is really strange.</div><div>It seems shutdown command does not work.</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div></div></div></div></div></div>