路由过滤的几种方法
1968 点击·0 回帖
![]() | ![]() | |
![]() | 路由过滤的几种方法 1.Distribut-list x in x影响路由表,但不影响LSA 2.Distribut-list x out x既影响路由表,又影响LSA,用于ASBR路由重发。 3.IP ospf database-filter all out 在端口上,不会通告任何lsa,但不影响ospf的邻居建立。 4.neighbor x.x.x.x database-filter all out 在OSPF进程中过滤 neighbor的路由 5.area x filter-list prefix xxx in/out area x 向外通告prefix-list的内容,prefix允许的就通告,其他的滤掉。 附: prefix 最难理解的ge与le的理解: 1.1.1.1/8 ge 16 le 32 子网掩码前8位一样,另外大于16位,小于32位。 | |
![]() | ![]() |