1)PPP协议
1. 选择2620系列交换机,添加WIC-2t模块,具有两个serial串行接口;
2.Router>enable:进入特权模式
Router#configure terminal:全局配置模式
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface serial 0/0:进入0号串行接口
Router(config-if)#ip address 192.168.1.1 255.255.255.0:配置IP
Router(config-if)#clock rate 128000:设置0号串行接口作为DCE设备,向DTTE端提供速率为128000的时钟
Router(config-if)#encapsulation ppp:封装PPP协议;
Router(config-if)#shutdown:暂时停用端口,以便后续打开然后捕获报文
3.另一个路由器配置
Enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface serial 0/0
Router(config-if)#ip address 192.168.1.2 255.255.255.0
Router(config-if)#encapsulation ppp
Router(config-if)#shutdown
输入 no shutdown启用端口;
(2)以太网协议分析:
1.
Router>enable
Router#confi
Router#configure te
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#inter
Router(config)#interface fa
Router(config)#interface fastEthernet 0/0
Router(config-if)#ip address 192.168.1.1 255.255.25