首页 > 课堂 > 基础知识 > 正文

PPPOE配置

2024-09-09 00:43:01
字体:
来源:转载
供稿:网友
PPPOE(point to point over ethernet)
 
Router1 F1/0 <----> XPC P0/0 (路由器连桥接网卡)
 
 
Server端:
 
PPPOE(config)#vpdn enable    #启用虚拟拨号网络 vpdn功能
PPPOE(config)#vpdn-group 1   #启用一个vpdn组,让人能够拨他
PPPOE(config-vpdn)#accept-dialin  #接受拨入
PPPOE(config-vpdn-acc-in)#protocol pppoe
% PPPoE config from vpdn-group is converted to pppoe-profile based config.
% Continue PPPoE configuration under 'bba-group pppoe global'
 
NOTICE:继续配置敲上面提示的命令,不支持tab了
PPPOE(config-vpdn-acc-in)#bba-group pppoe global
PPPOE(config-bba-group)#virtual-template 1  #关联一个虚模板
 
然后配置虚模板
PPPOE(config)#int virtual-template 1
PPPOE(config-if)#ip add 10.10.10.10 255.0.0.0   #PPPOE服务端的IP
PPPOE(config-if)#encapsulation ppp
PPPOE(config-if)#peer default ip address pool pppoe  #为拨入的用户分配一个IP,在ip池'pppoe'中找一个分配出去,IP池后面在配置
PPPOE(config-if)#ppp authentication pap   #配认证
建立IP池
PPPOE(config)#ip local pool pppoe 100.1.1.1 100.1.1.100
PPPOE(config)#username benet password test   #配置一个用户名密码
进物理接口启用pppoe
PPPOE(config)#int f1/0
PPPOE(config-if)#pppoe ena
PPPOE(config-if)#no shu
 
客户端直接建立一个连接就能拨上了。
VMnet1
        Physical Address. . . . . . . . . : 00-50-56-C0-00-01
        Dhcp Enabled. . . . . . . . . . . : No
        IP Address. . . . . . . . . . . . : 192.168.1.3
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . :
路由器上验证:
PPPOE#sh pppoe session
     1 session  in LOCALLY_TERMINATED (PTA) State
     1 session  total
Uniq ID  PPPoE  RemMAC          Port                    VT  VA         State
           SID  LocMAC                                      VA-st
      3      3  0050.56c0.0001  Fa1/0                    1  Vi1.1      PTA 
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表