PPP

  • PPP认证时产生地址为对端的32位直连路由的解决方法

    ·

    问题描述 在串口启用PPP认证后,会在路由表中多出一条地址为对端的32位直连路由,这在双点双向重发布中将产生路由环路,十分烦人! 类似下面这样: C 202.90.1.0/30 is directly connected, Serial0/1 C 202.90.1.2/32 is directly connected, Serial0/1 //此条为PPP认证产生的路由,202.90.1.2为对端串口的地址 解决方法 在两边的串口上敲以下命令就好啦! Router_config_s0/1#no peer neighbor-route //禁止创建到对端的主机路由

    Read More