广域网PPP协议封装66507.docVIP

  • 10
  • 0
  • 约4.57千字
  • 约 10页
  • 2016-08-18 发布于重庆
  • 举报
广域网PPP协议封装66507

广域网PPP协议封装 某公司下属有多个分公司,并且总公司与分公司分别设在不同的城市,为了顺利开展公司业务,要求总公司与分公司之间的网络通过路由器相连,保持网络连通.现在要在路由器上做适当配置,实现公司网内部主机相互能信. 第一个路由器: Routeren Router#conf t Router(config)#int f0/0 Router(config-if)#ip add 192.168.1.1 255.255.255.0 Router(config-if)#no shutdown Router(config-if)#exit Router(config)#int s2/0 (进入串口) Router(config-if)#encapsulation ppp (给端口定义PPP协议, encapsulation[in?k?psju?lei??n]) Router(config-if)#ip add 192.168.12.1 255.255.255.0 Router(config-if)#clock rate 64000(由于端口为DCE,要配置时钟,此处配置时钟频率为64000) Router(config-if)#no shutdown Router(config-if)#exit Router(config)#

文档评论(0)

1亿VIP精品文档

相关文档