当前位置:文档之家› cisco 的PPP协议配置

cisco 的PPP协议配置

PPP协议配置

作者:风林

来源:风林的家

配置接口的PPP封装

2、去除接口的PPP封装:

Ruijie(config)#interface interface-id

Ruijie(config-if)#no encapsulation ppp

去除接口的PPP封装后,该接口采用默认的封装协议。

配置举例:

R1>enable

R1#configure terminal

R1(config)#interface s0/0

R1(config-if)#encapsulation ppp

R2>enable

R2#configure terminal

R2(config)#interface s0/0

R2(config-if)#encapsulation ppp

本例配置点到点相连的两个路由器采用PPP协议进行通信。

注意:你必须保证相连的接口使用相同的协议,不同协议间是不能通信的。配置PPP协商超时时间

相关主题