• NE的配置文件
#
sysname NE
#
controller e1 0/2/0
channel-set 0 timeslot-list 1-31
undo shutdown
#
controller e1 0/2/1
channel-set 0 timeslot-list 1-31
undo shutdown
#
interface Serial0/2/0:0
link-protocol ppp
ppp mp Mp-group 0/2/1
#
interface Serial0/2/1:0
link-protocol ppp
ppp mp Mp-group 0/2/1
#
interface Mp-group0/2/1
ip address 10.1.1.1 255.255.255.0
#
return
• Router的配置文件
#
sysname Router
#
controller e1 2/0/0
channel-set 0 timeslot-list 1-31
undo shutdown
#
controller e1 2/0/1
channel-set 0 timeslot-list 1-31
undo shutdown
#
interface Serial2/0/0:0
link-protocol ppp
ppp mp Mp-group 2/0/1
#
interface Serial2/0/1:0
link-protocol ppp
ppp mp Mp-group 2/0/1
#
interface Mp-group2/0/1
ip address 10.1.1.2 255.255.255.0
#
return
return