好消息,超酷的在线虚拟网络实验室上线了!点击开始实验

为获得更好的浏览效果,建议您使用 Firefox 或者 Chrome 浏览器



4.4        HDLC

【需求】

RouterARouterB通过HDLC互通

【组网图】

 

【配置脚本】

RouterA配置脚本

#

sysname RouterA

#

radius scheme system

#

domain system

#

interface Serial0/0

link-protocol hdlc

ip address 20.1.1.1 255.255.255.0

#

interface NULL0

#

user-interface con 0

user-interface vty 0 4

#

return

RouterB配置脚本

#

sysname RouterB

#

radius scheme system

#

domain system

#

interface Serial0/0

link-protocol hdlc

ip address 20.1.1.2 255.255.255.0

#

interface NULL0

#

user-interface con 0

user-interface vty 0 4

#

return

 

【验证】

路由器可以相互ping通对方

 

【提示】

1 两侧路由器的keepalive值一定要设置为一致。系统默认为10秒。

必要时候,将两边都取消keepaliveundo timer hold)。

2 Cisco设备的默认封装为HDLCHuawei-3COM设备默认为PPP,在互通的时候请注意。

这里强烈建议统一封装为有标准RFC文档的PPP协议

X Close
X Close