免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2467 | 回复: 0

CISCO7400做PPPOE SERVER [复制链接]

论坛徽章:
2
丑牛
日期:2013-09-29 09:47:222015七夕节徽章
日期:2015-08-21 11:06:17
发表于 2008-05-20 21:37 |显示全部楼层
Current configuration : 2496 bytes         
  !     &nb
sp;                                                                     
  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        

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/4206/showart_696296.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP