要产生RIP缺省路由,使用default-information originate路由器配置命令。要使此特性无效,使用此命令的no格式。 default-information originate [route-map mapname] no default-information originate
缺省 无效 命令模式
路由器配置 使用指南 此命令首次出现在Cisco IOS 11.2版。
default-information originate命令中参数的路由映像不能使用扩展访问表,可以使用标准访问表。 示例 在有172.68.0.0/16时,将在某接口产生缺省路由(0.0.0.0/0),这被称做“条件缺省产生”。 router rip version 2 network 172.68.16.0 default-information originate route-map condition ! route-map condition permit 10 match ip address 10 set interface s1/0 ! access-list 10 permit 172.68.16.0 0.0.0.255 !
|