网络编程 | 站长之家 | 网页制作 | 图形图象 | 操作系统 | 冲浪宝典 | 软件教学 | 网络办公 | 邮件系统 | 网络安全 | 认证考试 | 系统进程
Firefox | IE | Maxthon | 迅雷 | 电驴 | BitComet | FlashGet | QQ | QQ空间 | Vista | 输入法 | Ghost | Word | Excel | wps | Powerpoint
asp | .net | php | jsp | Sql | c# | Ajax | xml | Dreamweaver | FrontPages | Javascript | css | photoshop | fireworks | Flash | Cad | Discuz!
当前位置 > 网站建设学院 > 冲浪宝典 > 组网技术 > Cisco网络
组网技术:局域网,路由技术,交换技术,网络方案,网络管理,网络协议,Cisco网络,无线技术,华为网络,存储备份
本月文章推荐
.cisco6509 CatOS转为Native IOS过.
.PIXOS6.3新特性摘要.
.Catalyst4500系列的冗余和安全特.
.CCNA学习之“独孤九剑”.
.CCNA专业英文词汇红宝书---B、C篇.
.思科警告:黑客工具出现.
.镜像端口建立方法.
.Catalyst 2950-实现端口与I.
.CISCO常用产品的性能等参数.
.cisco6509 CatOS 转为Native IOS.
.CCSP/CCVP --ASA 5520配置例子.
.Cisco PIX 500防火墙.
.Catalyst 5509 的配置.
.多层次安全机制保护你的VoIP网络.
.新升级过的思科CCNA相关复习资料.
.Cisco CRS-1单机架系统.
.思科带宽管理资料.
.典型网络管理产品简介.
.CISCO学习问题之7500上出现错误信.
.一己之见--CCIE的价值.

CISCO7400做PPPOE SERVER

发表日期:2008-1-6



  Current configuration : 2496 bytes            !                                                                              version 12.2                                                        service timestamps debug uptime                  service timestamps log uptime                      no service passWord-encryption                    !                                                                              hostname Router                                                  !                                                                              aaa new-model                                                      !                                                                              !                                                                              aaa group server radius pppoe                      server 10.72.253.16

auth-port 1645 acct-port 164
6
  server 10.72.253.50
auth-port 1645 acct-port 164
6
  !                                                                              aaa authentication p
pp default group pppoe

  aaa authorization network defaul
t group pppoe
  aaa accounting network default s
tart-stop group pppoe
  aaa session-id common                                      enable secret 5 $1$G
JzG$hcJHvS/UMgYIf.GP3Xc/H1

  !                                                                              username cisco password 0 cisco                  ip subnet-zero                                                    !                                                                              !                                                                              no ip domain-lookup                                          ip domain-name jxtvnet                                    ip name-server 10.72.255.131                        !                                                                              ip audit notify log                                          ip audit po max-events 100                            ip ssh time-out 120                                          ip ssh authentication-retries 3                  vpdn enable                                                          !                                                                              vpdn-group PPPOE                                                accept-dialin                                                      protocol pppoe                                                    virtual-template 10                                          pppoe limit max-sessions 500                        !                                                                              async-bootp dns-server 10.72.255

.131 10.72.255.132
  !                                                                              crypto mib ipsec flo
wmib history tunnel size 200

  crypto mib ipsec flo
wmib history failure size 20
0
  interface Loopback0                                          ip address 10.1.1.1 255.255.255.0              !                                                                              interface GigabitEthernet0/0                        no ip address                                                      duplex full                                                          speed 100                                                              media-type rj45                                                  pppoe enable                                                        !                                                                              interface GigabitEthernet0/0.1                    encapsulation dot1Q 1 native                        ip address 172.19.4.

254 255.255.255.248

  !                                                                              interface GigabitEthernet0/0.2                    encapsulation dot1Q 2                                      pppoe enable                                                        !                                                                              interface GigabitEthernet0/0.3                    encapsulation dot1Q 3                                      pppoe enable                                                        !                                                                              interface GigabitEthernet0/0.4                    encapsulation dot1Q 4                                      ip address 172.19.4.193 255.255.

255.224
  !                                                                              interface GigabitEthernet0/0.507                encapsulation dot1Q 507                                  pppoe enable                                                        !                                                                              interface GigabitEthernet0/0.699                encapsulation dot1Q 699                                  pppoe enable                                                        !                                                                              interface GigabitEthernet0/0.701                encapsulation dot1Q 701                                  pppoe enable                                                        !                                                                              interface GigabitEthernet0/1                        ip address 172.19.4.2 255.255.255.252      duplex full                                                          speed 100                                                              media-type rj45                                                  !                                                                              interface Virtual-Template10                        mtu 1492                                                                ip unnumbered GigabitEthernet0/1                no peer default ip address                            ppp authentication chap                                  !                                                                              ip classless                                                        ip route 0.0.0.0 0.0.0.0 172.19.4.1          no ip http server                                              ip pim bidir-enable                                          !                                                                              !                                                                              snmp-server community jxnc-tv-ro RO          snmp-server community jxnc-tv-rw RW          !                                                                              !                                                                              radius-server host 10.72.253.16

auth-port 1645 acct-port 1646 key cisco
  radius-server host 1
0.72.253.50 auth-port 1645 a
cct-port 1646 key cisco
  radius-server retransmit 3                            call rsvp-sync                                                    !                                                                              !                                                                              mgcp profile default                                        !                                                                              dial-peer cor custom                                        !                                                                              !                                                                              !                                                                              !                                                                              !                                                                              gatekeeper                                                            shutdown                                                                !                                                                              !                                                                              line con 0                                                            login authentication no_tacacs                    line aux 0                                                            line vty 0 4                                                        password cisco                                                    !                                                                              !                                                                              end                                                                       

  说明一下:                                                                      1、做了一个PPPOE RAD
IUS SERVER组,目的是提高网络
的可靠性。
  相关配置:                                                                      aaa new-model                                                      !                                                                              !                                                                              aaa group server radius pppoe                      server 10.72.253.16 auth-port 16
45 acct-port 1646
  server 10.72.253.50
auth-port 1645 acct-port 164
6
  !                                                                              aaa authentication p
pp default group pppoe

  aaa authorization network defaul
t group pppoe
  aaa accounting netwo
rk default start-stop group
pppoe

  aaa session-id common                                      radius-server host 10.72.253.16
auth-port 1645 acct-port 1646 key cisco
  radius-server host 1
0.72.253.50 auth-port 1645 a
cct-port 1646 key cisco
  radius-server retransmit 3        


上一篇:Cisco管理员必备的三个工具 人气:1039
下一篇:CISCO PIX515E 防火墙的设置 人气:937
浏览全部Cisco网络的内容 Dreamweaver插件下载 网页广告代码 祝你圣诞节快乐 2009年新年快乐