华为PPPOE配置实验

华为PPPOE配置实验

网络拓扑图

拓扑说明

javascript 复制代码
用户路由器用于模拟家用拨号路由器,该设备为pppoe的客户端
电信ISP设备则模拟电信的网络设备,该设备为pppoe的服务端
而中间交换机则用于模拟光猫;光猫为桥接模式,此处不做任何配置,当场傻瓜式设备使用

电信ISP设备配置

javascript 复制代码
<Huawei>system-view 		# 进入系统视图
[Huawei]sysname ISP			# 配置路由器名字
[ISP]aaa
[ISP-aaa]local-user huawei password cipher huawei
[ISP-aaa]local-user huawei service-type ppp
[ISP-aaa]quit
[ISP]ip pool pppoe
[ISP-ip-pool-pppoe]network 100.64.254.0 mask 24
[ISP-ip-pool-pppoe]gateway-list 100.64.254.1
[ISP-ip-pool-pppoe]dns-list 114.114.114.114 223.5.5.5
[ISP-ip-pool-pppoe]quit
[ISP]interface Virtual-Template 1
[ISP-Virtual-Template1]ip address 100.64.254.1 24
[ISP-Virtual-Template1]remote address pool pppoe
[ISP-Virtual-Template1]ppp authentication-mode chap
[ISP]interface GigabitEthernet 0/0/0
[ISP-GigabitEthernet0/0/0]pppoe-server bind virtual-template 1

用户拨号路由器配置

javascript 复制代码
dialer-rule
 dialer-rule 1 ip permit
interface Dialer1
 link-protocol ppp
 ppp chap user huawei
 ppp chap password cipher %$%$gu>xPdzPz>"FWUHp:EdW,"%o%$%$
 ppp pap local-user huawei password cipher %$%$0VL)HZ/u8~H>]sNN#yiY,"K\%$%$
 ip address ppp-negotiate
 dialer user HUAWEI
 dialer bundle 1
 dialer-group 1
 nat outbound 3000
acl number 3000  
 rule 100 permit ip 
interface GigabitEthernet0/0/0
 pppoe-client dial-bundle-number 1 

查看是否拨上号

javascript 复制代码
[jiucai]display ip interface brief  
Interface                         IP Address/Mask      Physical   Protocol  
Dialer1                           100.64.254.254/32    up         up(s)     
GigabitEthernet0/0/0              unassigned           up         down      

[jiucai]ping 100.64.254.1
  PING 100.64.254.1: 56  data bytes, press CTRL_C to break
    Reply from 100.64.254.1: bytes=56 Sequence=1 ttl=255 time=80 ms
    Reply from 100.64.254.1: bytes=56 Sequence=2 ttl=255 time=50 ms
    Reply from 100.64.254.1: bytes=56 Sequence=3 ttl=255 time=20 ms
    Reply from 100.64.254.1: bytes=56 Sequence=4 ttl=255 time=30 ms

  --- 100.64.254.1 ping statistics ---
    4 packet(s) transmitted
    4 packet(s) received
    0.00% packet loss
    round-trip min/avg/max = 20/45/80 ms    
    
[jiucai]display dialer interface Dialer 1
Dial Interface:Dialer1

   Dialer Timers(Secs):
   Auto-dial:300    Compete:20    Enable:5
   Idle:120    Wait-for-Carrier:60
   	
[jiucai]display interface Dialer 1
Dialer1 current state : UP
Line protocol current state : UP (spoofing)
Description:HUAWEI, AR Series, Dialer1 Interface
Route Port,The Maximum Transmit Unit is 1500, Hold timer is 10(sec)
Internet Address is negotiated, 100.64.254.254/32
Link layer protocol is PPP
LCP initial
Physical is Dialer
Current system time: 2023-08-18 14:48:11-08:00
    Last 300 seconds input rate 0 bits/sec, 0 packets/sec
    Last 300 seconds output rate 0 bits/sec, 0 packets/sec
    Realtime 0 seconds input rate 0 bits/sec, 0 packets/sec
    Realtime 0 seconds output rate 0 bits/sec, 0 packets/sec
    Input: 0 bytes
    Output:0 bytes
    Input bandwidth utilization  :    0%
    Output bandwidth utilization :    0%
Bound to Dialer1:0:
Dialer1:0 current state : UP ,
Line protocol current state : UP

Link layer protocol is PPP
LCP opened, IPCP opened
Packets statistics:
  Input packets:0,  0 bytes
  Output packets:4, 336 bytes
  FCS error packets:0
  Address error packets:0
  Control field control error packets:0

是否看不懂? 看不懂就对了,只是记录一下命令。至于所有原理,等想写了再写

相关推荐
醉颜凉14 分钟前
网络安全必学:粘性MAC地址(Sticky MAC)原理与应用全解析
运维·服务器·网络·安全·web安全
广州灵眸科技有限公司2 小时前
从手动三步到上电即连:4G模组systemd开机自连方案
linux·运维·服务器·开发语言·网络·人工智能·php
埃科光电2 小时前
16K万兆网口彩色线阵相机:四倍带宽 高速真彩检测新方案
网络·图像处理·数码相机·计算机视觉·制造·相机
运维全栈笔记3 小时前
Windows 安装 WSL2 并运行 Ubuntu 24.04 指南
linux·网络·windows·ubuntu
qq_452396233 小时前
第十篇:《eBPF 可观测性:零侵扰的深度内核追踪》
服务器·网络·php
迪康Defender4 小时前
政企内网终端安全建设:资产‑管控‑防护‑审计闭环能力拆解
运维·网络·安全·web安全·终端安全管理
晓天衡宇•评测社区4 小时前
Seedance 2.5 登顶图生视频榜单,Wan 3.0 在游戏与教育场景进入前列
前端·javascript·网络
charliejohn4 小时前
计算机考研 408 网络 以太网、ARP、NAT、DHCP概念
网络·计算机网络
商业白皮书5 小时前
企业大模型应用可获得哪些安全防护能力?Amazon Bedrock Guardrails 从内容过滤到规则验证搭建 AI 安全护栏
网络·人工智能·安全
CCYe、5 小时前
企业AI网关中的密钥生命周期:从一把Key走天下到自动轮换
网络·人工智能·安全