11.7 异步专线的配置
【注意】
a. 确认电信将线路设置为异步专线方式
b. 两边使用的Modem设置为异步专线方式
c. 在路由器上的配置和普通拨号配置类似,区别在于不需要使能modem。
当设置异步串口工作在专线方式时,必须确认没有配置modem命令,即必须使用undo modem命令来禁止拨号。
【参考脚本】
!
version 1.74
local-user usera service-type ppp password simple usera
dialer-rule 1 ip permit
ip pool 1 1.1.1.2 1.1.1.10
firewall enable
aaa-enable
aaa accounting-scheme optional
!
interface Aux0
async mode flow
link-protocol ppp
!
interface Ethernet0
ip address 192.168.1.1 255.255.255.0
!
interface Async0
physical-mode async
async mode protocol
undo modem
link-protocol ppp
ppp authentication-mode pap
remote address pool 1
ip address 1.1.1.1 255.255.255.0
dialer enable-circular
dialer-group 1
!