isdn
switch-type
switch-type 设置交换机类型为
switch-type
interface
bri
0 进入ISDN的BRI接口配置模式
encapsulation
ppp
设置封装协议为ppp
ppp
multilink
启动ppp多连接
dialer
string
80000002
设置拨号串,R2的ISDN号码为80000002
dialer-group
1
设置拨号组号为1,把BRI 0接口与拨号列表1相关联
dialer-list
1
protocol
ip
permit
设置拨号列表1,即当有IP包时将引起拨号
dialer
load-threshold
load
设置达到load后,启动第二个B通道.
logging
console
在终端上显示监测信息
debug
dialer 监测dialer信息
undebug
all
关闭所有调试信息
二. 配置PPP和DDR
ppp
authentication
chap
设置PPP认证方式为CHAP
clockrate
speed
设置DCE端线路速度为speed
dialer
idle-timeout
120
设置拨号空闲时间为120s
no
cdp
enable
禁止通过此接口传递CDP控制数据
dialer
map
ip
192.168.1.2
name
R2
broadcast
800000002
设置拨号串,将IP地址与ISDN的SPID对应起来.
usename
R2
password
secret
设置用户名和口令,即设置拨号链路对端路由器名为R2,口令为secret.
三. 配置帧中继
frame-relay
lmi-type
cisco
设置帧中继的LMI类型为cisco
no
frame-relay
inverse-arp
关闭帧中继逆向ARP
no
ip
address
只在数据链路层工作,无需IP地址
frame-relay
interface-dlci
dlci
interface
serial
2
进入串行口2端口配置模式
frame-relay
route
303
interface
Serial 1
302 在串行口2的DLCI 303与串行口1的DLCI 302之间建立关联
show
frame
route
显示完整的路由信息
frame-relay
map
ip
192.168.1.2
302
broadcast
将IP地址192.168.1.2与帧中继的DLCI 302关联起来
interface
s
0.1
划分子接口,对其进行逻辑划分
interface
s
0.1
point-to-point
划分子接口,并设置为点对点模式