任务
|
命令
|
设置
ISDN交换类型
|
isdn switch-type
switch-type
1
|
接口设置
|
interface bri 0
|
设置
PPP封装
|
encapsulation ppp
|
设置协议地址与电话号码的映射
|
dialer map protocol
next-hop-address [name
hostname] [broadcast] [
dial-string]
|
启动
PPP多连接
|
ppp multilink
|
设置启动另一个
B通道的阈值
|
dialer load-threshold
load
|
显示
ISDN有关信息
|
show isdn {active | history | memory | services | status [dsl | interface-type number] | timers}
|
按区域分关键字
|
交换机类型
|
Australia
|
|
basic-ts013
|
Australian TS013 switches
|
Europe
|
|
basic-1tr6
|
German 1TR6 ISDN switches
|
basic-nwnet3
|
Norway NET3 switches (phase 1)
|
basic-net3
|
NET3 ISDN switches (UK, Denmark, and other nations); covers the Euro-ISDN E-DSS1 signalling system
|
primary-net5
|
NET5 switches (UK and Europe)
|
vn2
|
French VN2 ISDN switches
|
vn3
|
French VN3 ISDN switches
|
Japan
|
|
ntt
|
Japanese NTT ISDN switches
|
primary-ntt
|
Japanese ISDN PRI switches
|
North America
|
|
basic-5ess
|
AT&T basic rate switches
|
basic-dms100
|
NT DMS-100 basic rate switches
|
basic-ni1
|
National ISDN-1 switches
|
primary-4ess
|
AT&T 4ESS switch type for the U.S. (ISDN PRI only)
|
primary-5ess
|
AT&T 5ESS switch type for the U.S. (ISDN PRI only)
|
primary-dms100
|
NT DMS-100 switch type for the U.S. (ISDN PRI only)
|
New Zealand
|
|
basic-nznet3
|
New Zealand Net3 switches
|
任务
|
命令
|
映射协议地址和电话号码,并在接口上使用在全局模式下定义的
PPP回拨的映射类别。
|
dialer map
protocol address name
hostname class
classname dial-string
|
设置接口支持
PPP回拨
|
ppp callback accept
|
在全局模式下为
PPP回拨设置映射类别
|
map-class dialer
classname
|
通过查找注册在
dialer map里的主机名来决定回拨.
|
dialer callback-server [
username]
|
设置接口要求
PPP回拨
|
ppp callback request
|
任务
|
命令
|
指定接口通过
PPP/IPCP地址协商获得IP地址
|
ip address negotiated
|
指定内部和外部端口
|
ip nat {inside | outside}
|
使用
ppp/pap作认证
|
ppp authentication pap callin
|
指定接口属于拨号组
1
|
dialer-group 1
|
定义拨号组
1允许所有IP协议
|
dialer-list 1 protocol ip permit
|
设定拨号,号码为
2633
|
dialer string 2633
|
设定登录
263的用户名和口令
|
ppp pap sent-username 263 password 263
|
设定默认路由
|
ip route 0.0.0.0 0.0.0.0 bri 0
|
设定符合访问列表
2的所有源地址被翻译为bri 0所拥有的地址
|
ip nat inside source list 2 interface bri 0 overload
|
设定访问列表
2,允许所有协议
|
access-list 2 permit any
|
任务
|
命令
|
设置路由器系统名称
|
set system c765
|
允许路由器呼叫多个目的地
|
set multidestination on
|
设置
ISDN交换机类型为NET3
|
set switch net3
|
允许点到点间多条通道连接实现负载均衡
|
set ppp multilink on
|
关掉桥接
|
set briding off
|
建立用户预制文件用于设置拨号连接参数
- 可以设置多个用户预制文件用于相同的物理端口对应于不同的连接。
|
set user remotenet
|
使用
PPP/IPCP
|
set ip framing none
|
设置上网用户帐号
|
set ppp clientname 263
|
设置上网口令
|
set ppp password client
Enter new Password: 263
Re-Type new Password: 263
|
不用
PPP/CHAP或PAP做认证
|
set ppp authentication out none
|
允许地址磋商
|
set ppp address negotiation local on
|
设置地址翻译
|
set ip pat on
|
设置默认路由
|
set ip route destination 0.0.0.0/0 gateway 0.0.0.0
|
设置
ISP的电话号码
|
set number 2633
|
激活用户预制文件
|
set active
|