-
教你如何配置
CISCO
路由器
第一章:
Cisco
路由器
配置基础
一、基本设置方式
p>
一般来说,可以用
5
种方式来设置路由器:
1
.
Co
nsole
口接终端或运行终端仿真的微机;
2
.
AUX
口接
MODEM
,通过电话线与远方的终端或运行终端仿真的微机相连;
3
.通过
Eth
ernet
上的
TFTP
器;
4
.通过
Ethe
rnet
上的
TELNET
程序;
p>
5
.通过
Et
hernet
上的
SNMP
网管工作站
。
但路由器的第一次设置必须通过第一种方式进行
,
此时终端的硬件设置如下
:
波特率
:
9600
数据位
:
8
停止位
:
1
奇偶校验
:
无
二、命令状态
1. router>
路由器处于用户命令状态,这时用户可以看路由器的连接状态,访问其它网络和主机,但
不能看到和更改路由器的设
置内容。
2. router#
在
rout
er>
提示符下键入
enable,
路
由器进入特权命令状态
router#
,这时不但可以执行所有
的用户命令,还可以看到
和更改路由器的设置内容。
3. router(config)#
在
router#
提示符下键入
configure t
erminal,
出现提示符
router(config)#
,此时路由器处于全局设置状态,这时可
以设置路由器的全局参
数。
4. router(config-if)#;
router(config-line)#;
router(config-
router)#;…
p>
路由器处于局部设置状态,这时可以设置路由器某个局部的参数。
5. >
路由器处于
RXBOOT
状态,
在开机后
60
< br>秒内按
ctrl-break
可进入此状态,
这时路由器不能完成正常的功能,
只能进行
升级和
手工引导。
设置对话状态
p>
这是一台新路由器开机时自动进入的状态,在特权命令状态使用
SE
TUP
命令也可进入此状态,这时可通过对话方式对
路由器进行
设置。
三、设置对话过程
显示提示信息
全局参数的设置
接口参数的设置
显示结果
利用设置对话过程可以避免
手工输入命令的烦琐,但它还不能完全代替手工设置,一些特殊的设置还必须通过手工输
入的方式完成。
进入设置对话过程后,路由器首先会显示一些提示信息:
--- System Configuration Dialog ---
At any point you may enter a question
mark '' for help.
Use ctrl-c to abort
configuration dialog at any prompt.
Default settings are in square brackets
'[]'.
这是告诉你在设置对话过程中的任何地方都可以键入“”
得到系统的帮助,
按
ctrl-c
可以退出设置过程,
缺省设置将
显示在‘[]’中。然后路
由器会问是否进入设置对话:
Would you like
to enter the initial configuration dialog [yes]:
如果按
y
或回车,路由器就会进入设置
对话过程。首先你可以看到各端口当前的状况:
First, would you like to see the
current interface summary [yes]:
Any
interface listed with OK value
valid
configuration
Interface IP-Address OK
Method Status Protocol
Ethernet0
unassigned NO unset up up
Serial0
unassigned NO unset up up
……… ……… … ……
… …
然后,路由器就开始全局参数的设置:
Configuring global parameters:
1
.设置路由器名:
Enter host name [Router]:
2
.设置进入特权状态的密文
(secret)
< br>,此密文在设置以后不会以明文方式显示:
The
enable secret is a one-way cryptographic secret
used
instead of the enable password
when it exists.
Enter enable secret:
cisco
3
.设置进入特权状态的
(pass
word)
,此只在没有密文时起作用,并且在设置以后会以明文方式显示:
The enable password is used
when there is no enable secret
and
when using older software and some boot images.
Enter enable password: pass
4
.设置虚拟终端访问时的:
Enter virtual terminal password: cisco
5
.询问是否要设置路由器支持的各种网络:
< br>
Configure SNMP Network Management
[yes]:
Configure DECnet [no]:
Configure AppleTalk [no]:
Configure IPX [no]:
Configure IP [yes]:
Configure IGRP routing [yes]:
Configure RIP routing [no]:
………
6
.如果配置的是拨号访问器,系统还会设置异步口的参数:
Configure Async lines [yes]:
1)
设置线路的最高速度:
Async line speed [9600]:
2)
是否使用硬件流控:
Configure for HW flow control [yes]:
3)
是否设置
modem
:
Configure for
modems [yes/no]: yes
4)
是否使
用默认的
modem
命令:
Configure for default chat s cript
[yes]:
5)
是否设置异步口的
PPP
参数:
Configure for Dial-in IP SLIP/PPP
access [no]: yes
6)
是否使用
IP
地址:
Configure for Dynamic IP addresses
[yes]:
7)
是否使用缺省
IP
地址:
Configure
Default IP addresses [no]: yes
8)
是否使用
TCP
头压缩:
Configure for TCP Header Compression
[yes]:
9)
是否在异步口上使用路由表更新:
Configure for routing updates on async
links [no]: y
10)
是否设置异步口上的其它。
接下来,系统会对每个接口进行参数的设置。
在设置完所有接口的参数后,系统会把整个设置对话过程的结果显示出来:
The following configuration command s
cript was created:
hostname Router
enable secret 5
1W5Ohp6J7tIgRMBOIKVXVG53Uh1
enable
password pass
…………
请注意在
enable
secret
后面显示的是乱码,而
enable
password
后面显示的是设置的内容。
显示结束后,系统会问是否使用这个设置:
Use this configuration [yes/no]: yes <
/p>
如果回答
yes
,系统就会把设置的结果
存入路由器的
NVRAM
中,然后结束设置对话过程,使路由器
开始正常的工作。
四、常用命令
1.
帮助
在
IO
S
操作中,无论任何状态和位置,都可以键入“”得到系统的帮助。
2.
改变命令状态
任务
命令
进入特权命令状态
enable
退出特权命令状态
disable
进入设置对话状态
setup
进入全局设置状态
config terminal
退出全局设置状态
end
进入端口设置状态
interface type
slot/number
进入子端口设置状态
interface type
[point-to-point | multipoint]
进入线路设置状态
line type
slot/number
进入路由设置状态
router
protocol
退出局部设置状态
exit
3.
显示命令
任务
命令
查看版本及引导信息
show version
查看运行设置
show running-config
查看开机设置
show startup-config
显示端口信息
show interface type
slot/number
显示路由信息
show ip
router
4.
拷贝命令
<
/p>
用于
IOS
及
C
ONFIG
的备份和升级
5.
网络命令
任务
命令
登录远程主机
telnet hostname|IP
address
网络侦测
ping
hostname|IP address
路由跟踪
trace hostname|IP address
6.
基本设置命令
任务
命令
全局设置
config terminal
设置访问用户及
username username
password password
设置特权
enable secret password
设置路由器名
hostname name
设置静态路由
ip route destination
subnet-mask next-hop
启动
IP
路由
ip routing
启动
IPX
路由
ipx routing
端口设置
interface type
slot/number
设置
IP
地址
ip address address subnet-mask
设置
IPX
网络
ipx network
network
激活端口
no shutdown
物理线路设置
line type number
启动登录进程
login [local|tacacs
server]
设置登录
password
password
五、配置
IP
寻
址
1.
IP
地址分类
IP
< br>地址分为网络地址和主机地址二个部分,
A
类地址前
p>
8
位为网络地址,后
24
< br>位为主机地址,
B
类地址
16<
/p>
位为网络
地址,后
16
< br>位为主机地址,
C
类地址前
24
位为网络地址,后
8
位为主机地址,网
络地址范围如下表所示:
种类
网络地址范围
A
1.0.0
2.
分配接口
IP
地址
任务
命令
接口设置
interface type
slot/number
为接口设置
IP
< br>地址
ip address ip-address mask
掩玛(
mask
)用于识别
IP
地址中的网络地址位数,
IP
地
址(
ip-address
)和掩码(
mask
)相与即得到网络地址。
3.
使用可变长的子网掩码
通过使用可变长的子网掩码可以让位于不同接口的同一网络编号的网络使用不同的掩码,
这样可以节省
IP
地址,
充分
利用有效的
IP
地址空间。<
/p>
4.
使用网络地址翻译(
NAT
)
NAT
(
Network
Address Translation
)起到将内部私有地址翻译成外部合法的全局
地址的功能,它使得不具有合法
IP
地址的用户可以通过
NAT
访问到外部
Internet.
当建立内部网的时候
,
建议使用以下地址组用
于主机
,
这些地址是由
Ne
twork Working Group(RFC 191
保留用于私有网络地址分配的
.
Class A:10.1.1
命令描述如下:
任务
命令
定义一个标准访问列表
access-list
access-list-number permit source [source-wildcard]
定义一个全局地址池
ip nat pool name
start-ip end-ip {netmask netmask | prefix-length
prefix-length} [t
ype rotary]
建立地址翻译
ip nat inside source
{list {access-list-number | name} pool name
[overload] | static loca
l-ip global-ip}
指定内部和外部端口
ip nat {inside |
outside}
路由器的
Ethernet 0
端口为
inside
端口,即此端口连接内部网
络,并且此端口所连接的网络应该被翻译,
Serial 0
端
口为
outside
端口,其拥有合法
IP
地址(由
NIC
或提供商所分配的
合法的
IP
地址)
,
< br>来自网络
10.1.1
10.1.1
六、配置静态路由
通过配置静态路由
,
用户可以人为地指定对某一网络访问时所要经过的路径
,
p>
在网络结构比较简单,
且一般到达某一网
络
所经过的路径唯一的情况下采用静态路由。
任务
命令
建立静态路由
ip route prefix mask
{address | interface} [distance] [tag tag]
[permanent]
Prefix :
所要到达的目的网络
mask :
子网掩码
address : <
/p>
下一个跳的
IP
地址,即相邻路由器的端
口地址。
interface :
本地网络接口
distance
:
管理距离(可选)
tag
tag : tag
值(可选)
permanent :
指定此路由即使该端口关掉也不被移掉。
同时由于路由器
Router3
除了与路由器
Router2
相连外,不再与其他路由器相连,所以也可以为它赋予一条默
认路由
以代替以上的二条静态路由,
ip route 0.0.0
第二章:广域网设置
一、
HDLC
HDLC
是
CISCO
路由器使用的缺省,一台新路由器在
未指定封装时默认使用
HDLC
封装。
1.
有关命令
端口设置
任务
命令
2.
举例
设置如下:
3.
举例使用
E1
线路实现多个
6
4K
专线连接
.
相关命令
:
任务
命令
进入
controller
配置模式<
/p>
controller {t1 | e1} number
选择帧类型
framing {crc4 | no-
crc4}
选择
line-
code
类型
linecode {ami | b8zs
| hdb3}
建立逻辑通道组与时隙的映射
channel-group number timeslots range1 [slot/port]2
注
:
1.
当链路为
T1
时
,channel-
group
编号为
0-23,
Timeslot
范围
1-24;
当
链路为
E1
时
, channel-
group
编号为
0-30,
Timeslot
范围
1-31.
2.
使用
show
controllers e1
观察
controller
p>
状态
,
以下为帧类型为
crc4
时
controllers
正常的状态
.
Router# show
controllers e1
e1 0/0 is up.
Applique type is Channelized E1 -
unbalanced
Framing is CRC4, Line Code
is HDB3 No alarms detected.
Data in
current interval (725 seconds elapsed):
0 Line Code Violations, 0 Path Code
Violations
0 Slip Secs, 0 Fr Loss
Secs, 0 Line Err Secs, 0 Degraded Mins
0 Errored Secs, 0 Bursty Err Secs, 0
Severely Err Secs,
0 Unavail Secs
Total Data (last 24 hours) 0 Line Code
Violations, 0
Path Code Violations,
0 Slip Secs, 0 Fr Loss Secs, 0 Line Err
Secs, 0 Degraded Mins,
0 Errored Secs,
0 Bursty Err Secs, 0 Severely Err Secs,
0 Unavail Secs
以下例子为
E1
连接
3
条
64K
专线
,
帧类型为
NO-CRC4,
非平衡链路
,
路由器具体设置如下
:
shanxi#wri t
Building
configuration...
Current configuration:
!
version
no
service udp-small-servers
no service
tcp-small-servers
!
hostname
shanxi
!
enable secret 5
enable password shanxishanxi
login
!
end
二、
PPP
PPP(Point-
to-Point
Protocol)
是
SLIP(Serial Line
IP protocol)
的继承者,它提供了跨过同步和异步电路实现路
由器到路由器
(router-to-
router)
和主机到网络
(host-to-
network)
的连接。
CHAP(Challenge Handshake Authentication
Protocol)
和
PAP(Password
Authentication Protocol) (PAP)
通常被
用于在
PPP
封装的串行线路上提供安全性认证。使
用
CHAP
和
PAP
< br>认证
,
每个路由器通过名字来识别,可以防止未经授
p>
权的访问。
CHAP
和
PAP
在
RFC
1334
上有详细的说明。
1.
有关命令
端口设置
任务
命令
设置
PPP
封装
encapsulation ppp1
设置认证方法
ppp authentication {chap | chap pap | pap chap |
pap} [if-needed] [list-name | default]
[callin]
指定口令
username name password secret
设置
DCE
端线路速度
clockrate
speed
注:
1
、要使用
CHAP/PAP
必须使用
PPP
封装。在与非
Cisco
路由器连接时,一般采用
PPP
封装,其它厂家路由器一般不
支
持
Cisco
的
HDLC
封装。
2.
举例
路由器
Router1
和
Router2
的<
/p>
S0
口均封装
PPP
,采用
CHAP
做认证,在
Rou
ter1
中应建立一个用户,以对端路由器主
机名作为用户名,
即用户名应为
router2
。同时在
Router2
中应建立一个用户,以对端路由器主机名作为用户名,即
用户名应为
router1
。所建的这两用户的
password
必须相同。
三、
1. X25
规范对应
OSI
三层,的第三层描述了分组的格式及
分组交换的过程。的第二层由
LAPB
(
Link Access Procedure, Bal
anced
)实现,它定义了用于
DTE/DCE
连接的帧格式。
的第一层定义了电气和物理端口特性。
网络设备分为数据终端
设备(
DTE
)、数据电路终端设备(
DCE
)及分组交换设备(
PSE
)。
DTE
是的末端系统,如终端、
或网络
主机,一般位于用户端,
Cisco
路由器就是
DTE
设备。
DCE
设备是专
用通信设备,如调制解调器和分组交换机。
PSE
是公共网络的
主干交换机。
定义了数据通讯的电话网络,每个分配给用户的
端口都具有一个地址,当用户申请到的是
SVC
(交
换虚电路)时,一
端的用户在访问另一端的用户时,首先将呼叫对方地址,然后接收到呼
叫的一端可以接受或拒绝,如果接受请求,于
是连接建立实现数据传输,当没有数据传输
时挂断连接,整个呼叫过程就类似我们拨打普通电话一样,其不同的是可
以实现一点对多
点的连接。其中地址、
htc
均必须与提供商分配的参数相同。
PVC
(永久虚电路),没有呼叫的过程,
< br>类似
DDN
专线。
2.
有关命令
:
任务
命令
设置封装
encapsulation x25 [dce]
设置地址
x25 address
设置远方站点的地址映射
x25 map protocol
address [protocol2 address2[...[protocol9
address9]]] x121-add
ress [option]
设置最大的双向虚电路数
x25 htc citcuit-
number1
设置一次连接可同时建立的虚电路数
x25 nvc count2
设置
x25
在清除空闲虚电路前的等待周期
x25 idle minutes
重新启动
x25
,或清一个
svc
,
启动一个
pvc
相关参数
clear x25 {serial number | cmns-
interface mac-address} [vc-number] 3
清
x25
虚电路
clear
x25-vc
显示接口及
x25
相
关信息
show interfaces serial show x25
interface show x25 map show x25 vc
注:
1
、虚
电路号从
1
到
4095
,
Cisco
路由器默认为
1
024
,国内一般分配为
16
。
2
、虚电路计数从
1
到
8
,缺省为
1
。
3
、
在改变了各层的相关参数后,
应重新启动
< br>x25(
使用
clear x25 {serial
number | cmns-interface mac-address}
[vc-number]
或
clear
x25-vc
命令
)
,
否则新设置的参数可能不能生效。
同时应对照提供商对于交换机端口的设置来配
置路由器的相关参数,若出现参数不匹配则可能会导致连接失败或其它意外情况。
实例:
在以下
实例中每二个路由器间均通过
svc
实现连接。
相关调试命令:
clear x25-vc
show
interfaces serial
show x25 map
show x25 route
show x25 vc
在以下实例中路由器
router1
和
router2
均通过
svc
与
router
连接,
但
router1
和
router2<
/p>
不通过
svc
直接连接,
此
三个路由器的串口运行
RIP
路由,使用了子接口的概念。由于使用子接口,
router1
和
router2
均学习到了访问对方
局域网的路径,若不使用子接口,
router1
和
router2
将学不到到对方局域网的路由。
子接口(
Subinterface
)
是一个物理接口上的多个虚接口,可以用于在同一个物理接口上连接多个网。我们知道为了
避免路由循环,路由器支持
split horizon
法则
,它只允许路由更新被分配到路由器的其它接口,而不会再分配路由
更新回到此路由被接
收的接口。无论如何,在广域网环境使用基于连接的接口
(
象<
/p>
和
Frame Relay)
,同一接口通过虚
电路
(vc)
连接多台远端路由器时,从同一接口来的路由更新信息不可以再被发回到相同的接口,除非强制使用分开
的
物理接口连接不同的路由器。
Cisco
提供子接口(
subinterface
)作为分开的接口
对待。你可以将路由器逻辑地连接
到相同物理接口的不同子接口
,
这样来自不同子接口的路由更新就可以被分配到其他子接口,
同时又满足
split
hori
zon
法则。
教你如何配置
CISCO
路由器(中)
四、
Frame Relay
1
)
.
帧中继
帧中继是一种高性能的
p>
WAN
,它运行在
OSI
< br>参考模型的物理层和数据链路层。它是一种数据包交换,是的简化版本。
它省略了
的一些强健功能,如提供窗口和数据重发,而是依靠高层提供纠错功能,这是因为帧中继工作在更好的
WAN
设备上,这些设备较之的
WAN
设备具有更可靠的连接和更高的可靠性,它严格地对应于
OSI
参考模型的最低二层,而
还提供第三层的,所以,帧中继比具有更高的性能
和更有效的传输效率。
帧中继广域网的设备分为数据终端设
备(
DTE
)和数据电路终端设备(
D
CE
),
Cisco
路由器作为
DTE
设备。
帧中继提供面向连接的数据链路层的通信,在每对设备之间都存在一条定义好的通信链路,且该链路有一个链路识
别
码。这种通过帧中继虚电路实现,每个帧中继虚电路都以数据链路识别码(
DLCI
)标识自己。
DLCI
< br>的值一般由帧中继
提供商指定。帧中继即支持
PVC
p>
也支持
SVC
。
帧中继本地管理接口
(
LMI
)
是对基本的帧中继标准的扩展。它是路由器和帧中继交换机之间信令标
准,
提供帧中继管
理机制。它提供了许多管理复杂互联网络的特
性,其中包括全局寻址、虚电路状态消息和多目发送等功能。
2
)
.
有关命令
:
端口设置
任务
命令
设置
Frame
Relay
封装
encapsulation frame-
relay[ietf] 1
设置
Frame Relay
LMI
类型
frame-relay lmi-type
{ansi | cisco | q933a}2
设置子接口
interface interface-
type [multipoint|point-to-point]
映射地址与
DLCI frame-relay map
protocol protocol-address dlci [broadcast]3
设置
FR
DLCI
编号
frame-relay
interface-dlci dlci [broadcast]
注:
1.
若
使
Cisco
路由器与其它厂家路由设备相连,则使用
Internet
工程任务组(
IETF
)规定的帧中继封装格式。
2.
从
Cisco IOS
版本开始,支持本地管理接口(
LMI
)“自动感
觉”,
“自动感觉”使接口能确定交换机支持的
LMI
类型,用户可以不明确配置
LMI
接口类型。
选项允许在帧中继网络上传输路由广播信息。
3
)
.
帧中继
point to
point
配置实例:
相关调试命令:
show
frame-relay lmi
show frame-relay map
show frame-relay pvc
show
frame-relay route
show interfaces
serial
go top
4
)
.
帧中继
Multipoint
配置实例
:
Router1:
interface serial 0
encapsulation frame-reply
!
interface serial multipoint
ipmultipoint
ip
五、
ISDN
1.
综合数字业务网(
ISDN
)
综合数字业
务网(
ISDN
)由数字电话和数据传输两部分组成,一般由电
话局提供这种。
ISDN
的基本速率接口(
BRI
)
提供
2
< br>个
B
信道和
1
< br>个
D
信道(
2B+D
)。
BRI
的
B
信道速率为
64Kbps,
用于传输用户数据。
D
信道的速率为
16Kbps
,主
要传输控制信号。在北美和日本,
ISDN
的主速率接口(
PRI
)提供
23
个
B
信道和
1
个
D
信道,总速率
可达,其中
D
信
道速率为
64Kbps
。而在欧洲、澳大利亚等国家,
ISD
N
的
PRI
提供
30
个
B
信道和
1
个
64Kbps D
信道,总速
率可达。我
国电话局所提供
ISDN PRI
< br>为
30B+D
。
2.
基本命令
任务
命令
设置
ISDN
交换类型
isdn switch-type switch-type1
接口设置
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
numbe
r] | timers}
注:
1.
交
换机类型如下表
,
国内交换机一般为
b
asic-net3
。
按区域分关键字
交换机类型
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 . (ISDN PRI only)
primary-5ess AT&T 5ESS switch type for
the . (ISDN PRI only)
primary-dms100
NT DMS-100 switch type for the . (ISDN PRI only)
New Zealand
basic-nznet3
New Zealand Net3 switches
3. ISDN
实现
DDR
(
dial-
on-demand routing
)实例
:
Cisco
路由器同时支持回拨功能,我们将路由器
Router1
作为
Callback
Server,Router2
作为
Callback
Client
。
与回拨相关命令
:
任务
命令
映射地址和电话号码,
并在接口上使用在全局模式下
定义的
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
设置如下:
相关调试命令:
debug
dialer
debug isdn event
debug isdn q921
debug isdn
q931
debug ppp authentication
debug ppp error
debug ppp
negotiation
debug ppp packet
show dialer
show isdn
status
router1#
00:03:50:
%LINK-3-UPDOWN: Interface BRI0:1, changed state to
up
00:03:50: BRI0:1PP callback
Callback server starting to router2 572
00:03:50: BRI0:1: disconnecting call
00:03:50: %LINK-3-UPDOWN: Interface
BRI0:1, changed state to down
00:03:50: BRI0:1: disconnecting call
00:03:50: BRI0:1: disconnecting call
00:03:51: %LINK-3-UPDOWN: Interface
BRI0:2, changed state to up
00:03:52:
callback to router2 already started
00:03:52: BRI0:2: disconnecting call
00:03:52: %LINK-3-UPDOWN: Interface
BRI0:2, changed state to down
00:03:52: BRI0:2: disconnecting call
00:03:52: BRI0:2: disconnecting call
00:04:05: : Callback timer expired
00:04:05: BRI0:beginning callback to
router2 572
00:04:05: BRI0: Attempting
to dial 572
00:04:05: Freeing callback
to router2 572
00:04:05:
%LINK-3-UPDOWN: Interface BRI0:1, changed state to
up
00:04:05: BRI0:1: No callback
negotiated
00:04:05: %LINK-3-UPDOWN:
Interface Virtual-Access1, changed state to up
00:04:05: dialer Protocol up for Vi1
00:04:06: %LINEPROTO-5-UPDOWN: Line
protocol on Interface BRI0:1, changed state to up
00:04:06: %LINEPROTO-5-UPDOWN: Line
protocol on Interface Virtual-Access1, chang ed
state to up
00:04:11: %ISDN-6-CONNECT:
Interface BRI0:1 is now connected to 572
#router1
4. ISDN
访问首都在线
263
网实例
:
p>
本地局部网地址为
10.0.0.0/24,
属于保留地址,通过
NAT
地址翻译功能,局域网用户可以通
过
ISDN
上
263
< br>网访问
In
ternet
。
p>
263
的
ISDN
电话号码为
2633
,用户为
263<
/p>
,口令为
263
,所涉及的命令如下表:
任务
命令
指定接口通过
PPP/IPCP
地址
协商
获得
IP
地址
ip address
negotiated
指定内部和外部端口
ip nat
{inside | outside}
使用
ppp/pa
p
作认证
ppp authentication pap
callin
指定接口属于拨号组
1 dialer-
group 1
定义拨号组
1
允许
所有
IP dialer-list 1 protocol ip permit