encapsulation router1的配置:router1#interface fastethernet 0/0ip address 192.168.1.1 255.255.255.0interface serial 1/0encapsulation hdlcip address 192.200.10.5 255.255.255.252router ripnetwork 192.168.1.0 255.255.255.0version 2redistribute ospfr

来源:学生作业帮助网 编辑:作业帮 时间:2024/04/29 13:36:52

encapsulation router1的配置:router1#interface fastethernet 0/0ip address 192.168.1.1 255.255.255.0interface serial 1/0encapsulation hdlcip address 192.200.10.5 255.255.255.252router ripnetwork 192.168.1.0 255.255.255.0version 2redistribute ospfr
encapsulation
router1的配置:
router1#
interface fastethernet 0/0
ip address 192.168.1.1 255.255.255.0
interface serial 1/0
encapsulation hdlc
ip address 192.200.10.5 255.255.255.252
router rip
network 192.168.1.0 255.255.255.0
version 2
redistribute ospf
router ospf 1
network 192.200.10.4 255.255.255.252 area 0
redistribute rip
router2的配置:
router2#
interface fastethernet 0/0
ip address 192.168.0.2 255.255.255.0
interface serial 1/0
ip address 192.200.10.6 255.255.255.252
encapsulation hdlc
ip route 192.168.2.0 255.255.255.0 192.168.0.1
router ospf 1
network 192.200.10.4 255.255.255.252 area 0
redistribute static

encapsulation router1的配置:router1#interface fastethernet 0/0ip address 192.168.1.1 255.255.255.0interface serial 1/0encapsulation hdlcip address 192.200.10.5 255.255.255.252router ripnetwork 192.168.1.0 255.255.255.0version 2redistribute ospfr
encapsulation hdlc
是默认配置,串口 默认采用HDLC封装的哦