用一对(接收、发送)单模光纤直接连接路由器Router A和Router B的POS接口,通过HDLC方式互连。
图1 路由器通过POS接口直连组网图
在两台路由器之间建立可靠的HDLC连接。
&
说明:
l 以下配置均是在实验室环境下进行的配置和验证,配置前设备的所有参数均采用出厂时的缺省配置。如果您已经对设备进行了配置,为了保证配置效果,请确认现有配置和以下配置不冲突。
l
本文档不严格与具体软、硬件版本对应。
1、配置步骤
#
配置POS接口2/1/1,物理参数全部采用缺省配置。
<RouterA>
system-view
[RouterA]
interface pos
[RouterA-Pos2/1/1]
ip address 10.110.1.10 255.255.255.0
[RouterA-Pos2/1/1]
link-protocol hdlc
[RouterA-Pos2/1/1]
mtu 1500
[RouterA-Pos2/1/1]
shutdown
[RouterA-Pos2/1/1]
undo shutdown
2、配置文件
#
interface
Pos2/1/1
link-protocol hdlc
ip address 10.110.1.10
255.255.255.0
#
1、配置步骤
#
配置POS接口2/1/1。
<RouterB>
system-view
[RouterB]
interface pos
#
时钟模式为主时钟模式,其它物理参数采用缺省配置。
[RouterB-Pos2/1/1]
clock master
[RouterB-Pos2/1/1]
ip address 10.110.1.11 255.255.255.0
[RouterB-Pos2/1/1]
link-protocol hdlc
[RouterB-Pos2/1/1]
mtu 1500
[RouterB-Pos2/1/1]
shutdown
[RouterB-Pos2/1/1]
undo shutdown
2、配置文件
#
interface
Pos2/1/1
clock master
link-protocol hdlc
ip address 10.110.1.10
255.255.255.0
#
可以通过display interface
pos命令查看POS接口连通状态,用ping命令检查网络是否配通。
目前HDLC封装不支持IPV6,也不支持MTU的协商,使用时请注意。