Router#config t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#int s0/0/0
Router(config-if)#en
Router(config-if)#encapsulation ?
  frame-relay  Frame Relay networks
  hdlc         Serial HDLC synchronous
  ppp          Point-to-Point protocol
Router(config-if)#encapsulation hdlc
Router(config-if)#
Router#sh interfaces
 
Router#config t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#en
Router(config)#int s0/0/1
Router(config-if)#en
Router(config-if)#encapsulation ?
  frame-relay  Frame Relay networks
  hdlc         Serial HDLC synchronous
  ppp          Point-to-Point protocol
Router(config-if)#encapsulation ppp
Router(config-if)#
Router#sh interfaces




相关文章:

  • 2021-12-08
  • 2022-02-20
  • 2021-11-22
  • 2021-05-20
  • 2022-01-24
  • 2021-06-17
猜你喜欢
  • 2021-12-02
  • 2021-07-09
  • 2021-12-02
  • 2022-12-23
  • 2021-10-19
  • 2021-09-12
相关资源
相似解决方案