中兴1800-2S多路由拨号上网实现过程

背景:某办公楼三层约15间办公室(终端数约30个)有互联网需求,楼栋综合布线已由房建单位实施完成,所有办公室网线汇聚至2楼机房。机房现有华为MA5620 电信PON网络ONU一台,宽带拨号账号3个(每条宽带20M带宽)。中兴1800-2S多业务路由器1台,中兴5250交换机1台。

方案1:由电信提供的三合一机顶盒3个,对应3个宽带帐号;在交换机上划分3个VLAN,一个VLAN对应一个宽带帐号,实现上网。

方案2:三个宽带账号全部接入中兴路由器,相当于一条60M的“专线”,交换机下接入所有办公终端。方案2具体实现过程如下:

1、通过OAM口登陆中兴路由器http://192.168.1.1。先选择接口,这里我们选择ge-2/4~2/6为WAN接口,作为pppoe拨号接入。

2、配置互联网接口及局域网接口

这里需要注意的是,在互联网配置下以太物理接口下,mac地址必须修改为互不相同的地址,否则同时只能有1个帐号能拨上号。

3、配置LAN接口及接口VLAN、地址

4、配置DHCP服务器

完成这些配置后,可以看到路由器自动添加了静态路由配置,在高级配置-->NAT-->NAT转换下可以看到3个帐号都已经拨上号获得了公网IP地址。

至于流量是如何分担到3条pppoe拨号线路上的,由于技术有限,暂时还没有原理上的验证,只是通过简单的测速来看下实际的效果。

这是3条拨号线路下的测速

这是2条拨号线路下的测速

以上是通过web方式来配置的,简单直观。配置保存后,又通过串口登陆,查看下了配置脚本如下,希望对大家有帮助。

ZXR10>en 18

Password:

ZXR10#show run

ZXR10#show running-config

!<mim>

!configuration saved at 08:03:27 Sun Mar 26 2017 by write zdb

!configuration saved at 08:03:33 Sun Mar 26 2017 by write txt

!last configuration change at 07:56:34 Sun Mar 26 2017 by admin

!</mim>

!<pm_sys>

hostname ZXR10

nvram boot-server 192.168.10.100

nvram default-gateway 192.168.10.100

nvram boot-username 123

nvram ftp-path .

!</pm_sys>

!<if-intf>

interface eth_cellular-2/1

$

interface gei-2/1

no shutdown

switch attribute enable

$

interface gei-2/2

switch attribute enable

$

interface gei-2/3

switch attribute enable

$

interface gei-2/4

description p4

no shutdown

interface mac-address 8432.ea20.2bf0

$

interface gei-2/5

description p1

no shutdown

interface mac-address 8432.ea20.2be0

$

interface gei-2/6

description p2

no shutdown

$

interface spi-2/1

$

interface mgmt_eth

ip address 192.168.1.1 255.255.255.0

$

interface vlan1

$

interface vlan11

ip address 192.168.11.1 255.255.255.0

$

interface null1

$

interface dialer62

$

interface dialer63

$

interface dialer64

$

interface virtual_template62

mode ppp

$

interface virtual_template63

mode ppp

$

interface virtual_template64

mode ppp

$

!</if-intf>

!<switchvlan>

switchvlan-configuration

interface gei-2/1

switchport access vlan 11

$

vlan 1

$

vlan 11

$

$

!</switchvlan>

!<ipv4-acl>

ipv4-access-list web_dypat_gei-2/5

rule 1 permit any

$

ipv4-access-list web_dypat_gei-2/6

rule 1 permit any

$

ipv4-access-list web_fwacl_trust2untrust

$

ipv4-access-list web_fwacl_untrust2trust

$

ipv4-access-list web_dypat_gei-2/4

rule 1 permit any

$

!</ipv4-acl>

!<ippool>

ip pool web_ds_vlan11

range 192.168.11.100 192.168.11.200 255.255.255.0

$

!</ippool>

!<system-user>

system-user

authorization-template 1

bind aaa-authorization-template 2001

local-privilege-level 15

$

authentication-template 1

bind aaa-authentication-template 2001

$

user-name admin

bind authentication-template 1

bind authorization-template 1

password encrypted 5e369850fc0db7485326620602a5e33d0ad4cf5050b393a682eabf186

9aa761a

$

$

!</system-user>

!<dhcp>

ip dhcp pool web_ds_vlan11

ip-pool web_ds_vlan11

default-router 192.168.11.1

dns-server 202.101.224.68

dns-server 202.101.224.69

$

ip dhcp policy web_ds_vlan11 1

dhcp-pool web_ds_vlan11

$

dhcp

enable

interface vlan11

mode server

policy web_ds_vlan11

$

$

!</dhcp>

!<cgn>

cgn

cgn-pool web_portpat_gei-2/4 poolid 1997 mode pat

section 1 interface dialer62

$

cgn-pool web_portpat_gei-2/6 poolid 1998 mode pat

section 1 interface dialer63

$

cgn-pool web_portpat_gei-2/5 poolid 1999 mode pat

section 1 interface dialer64

$

domain web_pat_common 4000 type sr ipv4-issued

dynamic source rule-id 1998 ipv4-list web_dypat_gei-2/4 permit pool web_port

pat_gei-2/4 dialer62

dynamic source rule-id 1999 ipv4-list web_dypat_gei-2/6 permit pool web_port

pat_gei-2/6 dialer63

dynamic source rule-id 2000 ipv4-list web_dypat_gei-2/5 permit pool web_port

pat_gei-2/5 dialer64

$

subscriber ipv4 public subscriber-id 4000 nat-domain 4000

interface vlan1

interface vlan11

$

$

!</cgn>

!<aaa>

aaa-authentication-template 2001

aaa-authentication-type local

$

aaa-authorization-template 2001

aaa-authorization-type local

$

!</aaa>

!<ppp>

ppp

interface virtual_template62

ppp chap hostname 0791012876710

ppp chap password encrypted vZikWOTiwThR7mH1s6CDXg==

ppp ipcp dns request

ppp pap sent-username 0791012876710 password encrypted vZikWOTiwThR7mH1s6CDX

g==

$

interface virtual_template63

ppp chap hostname 0791012882830

ppp chap password encrypted OW1o1wJipoS9448QrHEPeA==

ppp ipcp dns request

ppp pap sent-username 0791012882830 password encrypted OW1o1wJipoS9448QrHEPe

A==

$

interface virtual_template64

ppp chap hostname 0791012882901

ppp chap password encrypted zUjuXmcL4A7tFvhbPTdjsg==

ppp ipcp dns request

ppp pap sent-username 0791012882901 password encrypted zUjuXmcL4A7tFvhbPTdjs

g==

$

$

!</ppp>

!<arp>

arp

interface vlan1

periodic freearp 30

$

interface vlan11

periodic freearp 30

$

$

!</arp>

!<alarm>

logging file default almlog

accept on

$

logging file default cmdlog

buffer 1000

$

logging file default srvlog

accept on

interval 10

$

logging snmp

accept on

match cmdlog

$

!</alarm>

!<static>

ip route 0.0.0.0 0.0.0.0 dialer64

ip route 0.0.0.0 0.0.0.0 dialer63

ip route 0.0.0.0 0.0.0.0 dialer62

!</static>

!<firewall>

firewall

zone security web_fw_trustzone priority 254

$

zone security web_fw_untrustzone priority 250

$

zone-pair security web_fw_zonepair2untrust source web_fw_trustzone destination

web_fw_untrustzone

ipv4-access-group web_fwacl_trust2untrust

$

zone-pair security web_fw_zonepair2trust source web_fw_untrustzone destination

web_fw_trustzone

ipv4-access-group web_fwacl_untrust2trust

$

$

!</firewall>

!<SDC>

sdc

virtual-template interface virtual_template64

bind interface gei-2/5

$

virtual-template interface virtual_template63

bind interface gei-2/6

$

virtual-template interface virtual_template62

bind interface gei-2/4

$

dialer interface dialer64

auto-redial enable

member priority high virtual_template64

$

dialer interface dialer63

auto-redial enable

member priority high virtual_template63

$

dialer interface dialer62

auto-redial enable

member priority high virtual_template62

$

$

!</SDC>

ZXR10#

时间: 2024-10-06 11:58:03

中兴1800-2S多路由拨号上网实现过程的相关文章

Cisco路由配置:通过固定IP或拨号上网cisco路由配置

首先介绍固定IP上网配置: 现有客户需要使用思科的2811路由器上网,用户为10M光纤,申请了16个固定IP, IP为58.240.160.2-58.240.160.14, 默认网关是58.240.160.1.内网IP段192.168.1.0, 客户要实现192.168.1.10-192.168.1.20之间的IP可以上网,其余的不可以. 路由器e1/0接口为WAN外网接口,e1/1为LAN内网接口 拓扑图如下: Cisco2811#configure terminal Cisco2811(co

电信光猫 路由+拨号混合设置 备忘

电信光猫的设置其实有点坑爹,主要有以下两点: 1.在拨号上网的模式下,无法开启Wifi,虽有信号,也可以连接上,就是上不了网. 2.在开启路由模式后,无法获得公网IP映射,公网IP仅可映射到路器.虽然有DMZ主机和虚拟主机端口转发功能,但一直没有成功过,我觉得根本就不能用. 当然我的要求有点贪心,即想用WIFI,又想使用花生壳,所以问题来了,以上两点是矛盾的呀? 还好猫里面的网络连接可以指定接入端口,那么问题就变得简单了. 1.新建一个开启了路由功能的连接,不要勾选要使用花生壳功能的主机接入端口

sim900GPRS模块ppp拨号上网

一:编辑Linux内核,使其支持PPP拨号上网 [[email protected] linux-3.0]$ make menuconfig Device dirver --->Network device *** CAIF transport drivers *** <*> PPP (point-to-point protocol) support [*] PPP multilink support (EXPERIMENTAL) [*] PPP filtering <*>

开发板 3G 网卡拨号上网

注意,其中的/dev/ttyACM0 是串口设备,后面描述. /etc/ppp/chat-wcdma #!/bin/sh # # This is part 2 of the ppp-on script. It will perform the connection # protocol for the desired connection. # exec /usr/sbin/chat -v \ ECHO ON \ ABORT 'BUSY' \ ABORT 'NO ANSWER' \ ABORT

ARM+llinux系统移植3G拨号上网收发短信(一)【转】

本文转载自:http://blog.csdn.net/hanmengaidudu/article/details/17099737 一.      PPP移植 各项工作具体说明 向Linux内核添加3G模块的驱动(USB转串口驱动)和PPP协议的支持,然后编译内核并下载到开发板.当然如果之前已经移植好内核,那么只需要增加几个选项就可以,然后在编译内核就可以了,这个文档默认内核已经移植过,所以只讲与USB转串口驱动和PPP协议支持的几个选项. [[email protected] linux-3.

华为3G模块拨号上网

一 开发环境简介 内核版本 3.19.5.3.15(这2个我都试过) 编译环境  Ubuntu 12.04 3g模块      华为MU709s SIM卡        联通 二 主要步骤 向linux内核中添加3G模块驱动(USB转串口的option驱动)和ppp网络协议的支持 交叉编译ppp-2.4.2源代码 将拨号上网所需的两个应用程序pppd和chat拷贝到开发板/usr/sbin文件夹下, 编写ppp拨号脚本wcdma.wcdma-chat-connect.wcdma-chat-dis

cisco1941 pppoe拨号上网client端配置

近期公司新购进一台cisco  1941路由器用于网络升级,因专线未布置到位,暂时用于pppoe拨号上网,因设备有限,故Router洪当三个角色:拨号上网,DHCP服务器,DNS服务器,主要配置如下(G0/0 端口为外网端口,G0/1端口为内网端口): 拓扑很简单:Router --Switch--client PC 配置主要分为以下几个方面: 1.配置内部接口G0/1 interface GigabitEthernet0/1 ip address 192.168.0.1 255.255.255

利用ADSL拨号上网方式如何搭建服务器

序:搭建服务器需要两个条件硬件服务器和固定公网IP,随便一台个人电脑都可以作为硬件服务器,就剩下一个问题,如何获得一个固定公网IP. 第一章 扫盲:ADSL拨号上网方式,本地IP与公网IP的区别 一.如何查看本地IP 方法:进入Dos,输入命令ipconfig即可看到自己的内网IP地址,这个地址作为局域网内部交流使用. 二.如何查看公网IP 方法:IE浏览器输入网址:http://www.ip138.com,可以看到本机访问互联网时的IP地址是163.125.59.28 第二章 一.公网IP是在

MikroTik RouterOS安装后初始化配置(PPPOE拨号上网)

1.修改登入密码 路由器默认登入账号为admin,密码为空,强烈建议修改登入密码保证安全: 2.修改接口名称 选择Interface,切换到Ethernet标签,找到状态是R(run)的两个端口. 给网口修改名称方便识别 比如我们双击ether2端口,我们发现ether2网卡MAC地址和winbox标题栏显示的MAC地址一致,说明这是连接PC的端口,我们给它改名为lan, 那么剩下的另外一个ether1就是外网了,我们命名为wan 3.配置内网DHCP 我们在内网搭建一个DHCP Server,