好文档 - 专业文书写作范文服务资料分享网站

CISCO路由器配置手册(强烈推荐)

天下 分享 时间: 加入收藏 我要投稿 点赞

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网实例:

本地局部网地址为10.0.0.0/24,属于保留地址,通过NAT地址翻译功能,局域网用户可以通过ISDN上263网访问Internet。263的ISDN电话号码为2633,用户为263,口令为263,所涉及的命令如下表:

任务 指定接口通过PPP/IPCP地址协商获得IP地址 指定内部和外部端口 使用ppp/pap作认证 指定接口属于拨号组1 定义拨号组1允许所有IP协议 设定拨号,号码为2633 设定登录263的用户名和口令 设定默认路由 设定符合访问列表2的所有源地址被翻译为bri 0所拥有的地址 设定访问列表2,允许所有协议

具体配置如下:

hostname Cisco2503 !

isdn switch-type basic-net3 !

ip subnet-zero

no ip domain-lookup ip routing !

26

命令 ip address negotiated ip nat {inside | outside} ppp authentication pap callin dialer-group 1 dialer-list 1 protocol ip permit dialer string 2633 ppp pap sent-username 263 password 263 ip route 0.0.0.0 0.0.0.0 bri 0 ip nat inside source list 2 interface bri 0 overload access-list 2 permit any

interface Ethernet 0

ip address 10.0.0.1 255.255.255.0 ip nat inside no shutdown !

interface Serial 0 shutdown

no description no ip address !

interface Serial 1 shutdown

no description no ip address !

interface bri 0

ip address negotiated ip nat outside encapsulation ppp

ppp authentication pap callin ppp multilink dialer-group 1

dialer hold-queue 10 dialer string 2633 dialer idle-timeout 120

ppp pap sent-username 263 password 263 no cdp enable

no ip split-horizon no shutdown !

ip classless !

! Static Routes !

ip route 0.0.0.0 0.0.0.0 bri 0 !

! Access Control List 2 !

access-list 2 permit any !

dialer-list 1 protocol ip permit !

! Dynamic NAT !

ip nat inside source list 2 interface bri 0 overload snmp-server community public ro

27

!

line console 0 exec-timeout 0 0 !

line vty 0 4 ! end

5. Cisco765M通过ISDN拨号上263

由于Cisco765的设置命令与我们常用的Cisco路由器的命令不同,所以以下列举了通过Cisco765上263访问Internet的具体命令行设置步骤。

>set system c765

c765> set multidestination on c765> set switch net3

c765> set ppp multilink on c765> cd lan

c765:LAN> set ip routing on

c765:LAN> set ip address 10.0.0.1 c765:LAN> set ip netmask 255.0.0.0 c765:LAN> set briding off c765:LAN>cd

c765> set user remotenet

New user remotenet being created c765:remotenet> set ip routing on c765:remotenet> set bridging off c765:remotenet> set ip framing none c765:remotenet> set ppp clientname 263 c765:remotenet> set ppp password client Enter new Password: 263 Re-Type new Password: 263

c765:remotenet> set ppp authentication out none c765:remotenet> set ip address 0.0.0.0 c765:remotenet> set ip netmask 0.0.0.0

c765:remotenet> set ppp address negotiation local on c765:remotenet> set ip pat on

c765:remotenet> set ip route destination 0.0.0.0/0 gateway 0.0.0.0 c765:remotenet> set number 2633 c765:remotenet> set active

命令描述如下:

任务 设置路由器系统名称 允许路由器呼叫多个目的地 命令 set system c765 set multidestination on 28

设置ISDN交换机类型为NET3 允许点到点间多条通道连接实现负载均衡 关掉桥接 建立用户预制文件用于设置拨号连接参数- 可以设置多个用户预制文件用于相同的物理端口对应于不同的连接。 使用PPP/IPCP 设置上网用户帐号 设置上网口令 不用PPP/CHAP或PAP做认证 允许地址磋商 设置地址翻译 设置默认路由 设置ISP的电话号码 激活用户预制文件 set switch net3 set ppp multilink on set briding off set user remotenet set ip framing none set ppp clientname 263 set ppp password client Enter new Password: 263 Re-Type new Password: 263 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 set number 2633 set active 六、PSTN

电话网络(PSTN)是目前普及程度最高、成本最低的公用通讯网络,它在网络互连中也有广泛的应用。电话网络的应用一般可分为两种类型,一种是同等级别机构之间以按需拨号(DDR)的方式实现互连,一种是ISP为拨号上网为用户提供的远程访问服务的功能。

1. 远程访问

1.1. Access Server基本设置:

选用Cisco2511作为访问服务器,采用IP地址池动态分配地址.远程工作站使用WIN95拨号网络实现连接。

全局设置:

任务 设置用户名和密码 设置用户的IP地址池 指定地址池的工作方式

基本接口设置命令: 任务 设置封装形式为PPP 启动异步口的路由功能 命令 encapsulation ppp async default routing 命令 username username password password ip local pool {default | pool-name low-ip-address [high-ip-address]} ip address-pool [dhcp-proxy-client | local] 29

设置异步口的PPP工作方式 async mode {dedicated | interactive} 设置用户的IP地址 peer default ip address {ip-address | dhcp | pool [pool-name]} 设置IP地址与E0相同 ip unnumbered ethernet0

line拨号线设置: 任务 设置modem的工作方式 自动配置modem类型 设置拨号线的通讯速率 设置通讯线路的流控方式 连通后自动执行命令

访问服务器设置如下:

Router:

命令 modem {inout|dialin} modem autoconfig discovery speed speed flowcontrol {none | software [lock] [in | out] | hardware [in | out]} autocommand command hostname Router

enable secret 5 $1$EFqU$tYLJLrynNUKzE4bx6fmH// !

interface Ethernet0

ip address 10.111.4.20 255.255.255.0 !

interface Async1

ip unnumbered Ethernet0 encapsulation ppp keepalive 10

async mode interactive

peer default ip address pool Cisco2511-Group-142 !

ip local pool Cisco2511-Group-142 10.111.4.21 10.111.4.36 !

line con 0

exec-timeout 0 0 password cisco !

line 1 16 modem InOut

modem autoconfigure discovery flowcontrol hardware !

line aux 0

transport input all line vty 0 4

password cisco ! end

相关调试命令: show interface

30

CISCO路由器配置手册(强烈推荐)

00:04:05:dialerProtocolupforVi100:04:06:%LINEPROTO-5-UPDOWN:LineprotocolonInterfaceBRI0:1,changedstatetoup00:04:06:%LINEPROTO-5-UPDOWN:LineprotocolonInte
推荐度:
点击下载文档文档为doc格式
0jruw50yqg862m61dlas
领取福利

微信扫码领取福利

微信扫码分享