编辑: Mckel0ve | 2016-03-05 |
10 q 拨号程序接口 Dialer2 使用拨号程序池
20 q 拨号程序接口 Dialer3 使用拨号程序池
30 q BRI
0、BRI
1、BRI
2 属于拨号程序池
10 q BRI
1、BRI
2 属于拨号程序池
20 q BRI
2 属于拨号程序池
30 q 如果接口 Dialer1 需要建立 DDR 连接,则它会使用拨号程序池
10 中的一个 BRI.在本例中,来自 BRI
0、BRI
1 或BRI
2 的B信道将用于呼叫. 如果拨号程序接口 Dialer2 需要进行 DDR 连接,则它会使用拨号程序池 20(通过分机 BRI
1 或BRI 2). 若要在拨号程序池内避免争用,可以对拨号程序池的物理接口设置优先级. 配置拨号程序接口 下面的示例配置演示了这些拨号程序接口配置任务: interface Dialer1 ip address 1.1.1.1 255.255.255.0 ! -- IP Address. ! -- For simplicity keep this address in the same network as the peer. ! -- If needed, you can unnumber this to another interface instead. encapsulation ppp dialer remote-name Smalluser ! -- Authenticated remote name of the peer. ! -- Ver........