求问passive-interface在三层交换机上是怎么起作用的
发布网友
发布时间:2022-05-12 20:00
我来回答
共2个回答
热心网友
时间:2023-08-10 04:15
passive-interface 总结整理
用最简单的话来说,passive-interface的作用,就是让某些在routing protocol作用范围内的interface光吃饭不做事.(这真是让人既羡慕又忌妒…)
不过,使用passive-interface可以根据routing protocol分三种情况.
第一种是RIP和IGRP.这一种routing protcol的特点是不会与对方router建立关系(你要说发生关系我也不反对...).所以,router是每隔一段时间就会发生只听不送的状况. 换句话说,只要routing protocol的process还在运行,routing update还是可以接收信息,只不过因为passive-interface指令的关系,update会送不出去,所以如果要阻止update送进 router中,还要加上distribute-list平当incoming update.这是第一路情况.
第二种是像OSPF,EIGRP之类的routing protocol.这一种路由协议的特点是会与对方router建立关系,也就是说router之间会建neighbor,所以,一旦用了passive -interface之后,你就断开了router之间的关系(heihei...这是破坏人家的姻缘,小心被众routers怨恨...).因为no relationship, no update.因此,所有的update送不出去,介是也收不进来.这是第二种情况.
第三种是ISIS.这是最奇怪的一种.有玩过的就知道,ISIS的routing command是下在interface mode而不在routing mode.所以如果把一个网段加入,就用ip router isis命令.好了,问题是,如果我不要这个interface收送isis routing update,但是又要这个interface所属的网段要加入ISIS的routing之中,那要怎么做??答案就是用passive- interface.当然你也可以用redistribute connected的方式来做.但就是不如passive-interface的方式 来的简洁,或者,你也可以笨笨的在interface下ip router isis,然后用distribute-list来阻止.不过,玩routing protocol玩到这个程度,你还是不要去考CCIE比较好.那个考试费用省下来可以多吃见顿好的了.
哈哈,高手就是高啊,在这里想说一下PASSIVE INTERFACE的几个命令:
1 passive interface
2 no passive interfac
热心网友
时间:2023-08-10 04:15
就是把所有的接口都配置成被动接口passive-interfacedefault你的这个命令是把该路由器的所有口全部配置成passive-interface(也就是说,10网段也不宣告了),而你如果只不想通告192网段,那么只需要把192网段的接口改为passive就OK..要将所有接口设为被动,然后单独打开某个接口,仅需使用passive-interfacedefault和nopassive-interface命令(在IOS12.0中介绍)。下面是个示例:Router(config)#routerripRouter(config-router)#passive-interfacedefaultRouter(config-router)#nopassive-interfaceSerial0/0