F100-S-G2做為網關或旁掛核心交換機(兩個模式都測試過),防火牆固件版本為官方最新版,配置l2tp mode lac 對接友商設備,某捷,某為,隧道可以成功建立,但是沒有會話,virtual-ppp 頻繁up down
(0)
最佳答案
F100-S-G2防火牆L2TP LAC模式隧道建立成功但無會話、Virtual-PPP頻繁UP/DOWN的可能原因如下:
**1. PPP認證方式不匹配**
- 雖然用戶名密碼正確,但需確認兩端**PPP認證方式(如PAP/CHAP)是否完全一致**。若LAC端與LNS端認證方式衝突(如一端強製CHAP,另一端僅支持PAP),會導致PPP協商失敗,引發Virtual-PPP接口震蕩。
**2. MTU/MSS參數衝突**
- L2TP封裝會增加報文頭部,若未調整MTU/MSS值,可能導致分片或丟包。檢查並調整:
interface Virtual-TemplateX
mtu 1400 # 建議降低MTU(如1400)
tcp mss 1200
```
**3. NAT穿越未啟用**
- 若LAC或LNS位於NAT設備後,需在防火牆開啟NAT穿越支持:
l2tp-group X
tunnel name lac-name
start l2tp ip <LNS_IP> # 確保配置正確LNS地址
tunnel authentication # 隧道驗證狀態需與LNS端一致
tunnel password cipher XXXX # 密鑰必須與LNS完全一致(包括空格)
l2tp nat enable # 關鍵!啟用NAT穿越
```
**4. 組號與隧道名稱對應關係**
- 若LNS端組號非默認值(如組號為2),需在LAC端明確指定隧道名稱與LNS端**完全一致**(包括大小寫)。
**5. 設備兼容性問題**
- 不同廠商L2TP實現可能存在差異,需檢查:
- **LNS端是否要求強製IPSEC綁定**(如友商設備默認策略),導致純L2TP無IPSEC時被拒絕。
- **H3C防火牆默認組號為1**,若LNS端組號非1,需在LAC端顯式配置`group-id`參數。
**6. 安全策略遺漏**
- 安全策略需放行**UDP 1701(L2TP)和IP協議47(GRE)**,而非僅L2TP隧道建立階段流量。檢查是否存在如下策略:
security-policy ip
rule name permit_l2tp
action pass
source-zone untrust
destination-zone local
service udp-1701 # L2TP控製報文
rule name permit_gre
action pass
source-zone untrust
destination-zone local
service gre # GRE封裝數據報文
```
**7. 日誌與調試建議**
- 執行以下命令獲取詳細故障信息:
debugging ppp all # 查看PPP協商過程
debugging l2tp all # 查看L2TP隧道細節
display l2tp session # 檢查會話狀態
display interface Virtual-PPPX # 觀察接口震蕩原因
```
**8. 固件潛在問題**
- 盡管使用最新版本,仍可能存在L2TP兼容性缺陷。參考案例庫或聯係H3C技術支持,確認當前版本是否存在已知Bug(如NAT穿越實現異常)。
**總結**:優先檢查**PPP認證方式、MTU/NAT穿越配置、安全策略完整性**,結合調試日誌定位具體協商失敗階段。若仍無法解決,建議提供`debugging ppp all`及`display l2tp session verbose`輸出,以便進一步分析。
(0)
//www.yolosolive.com/cn/pub/Document_Center/2023/08/WebHelp_H3C_SecPath_FHQCP_DXPZALJ(V7)/default_auto.htm?CHID=904205
再對比看下,如果不行的話,debug l2tp all看下
(0)
大佬debug了,麻煩看下,謝謝
大佬debug了,麻煩看下,謝謝
看一下日誌,然後開啟debug抓包看一下,debug security-policy packet 也給打開
(0)
<FW>terminal de <FW>terminal debugging The current terminal is enabled to display debugging logs. <FW>ter <FW>terminal m <FW>terminal monitor The current terminal is enabled to display logs. <FW>*Apr 1 08:48:39:491 2025 FW FILTER/7/PACKET: The packet is permitted. Src-ZOne=Local, Dst-ZOne=Trust;If-In=InLoopBack0(132), If-Out=Vlan-interface1012(135); Packet Info:Src-IP=10.1.12.2, Dst-IP=224.0.0.5, VPN-Instance=, Src-MacAddr=0000-0000-0000,Src-Port=0, Dst-Port=0, Protocol=OSPFIGP(89), Application=invalid(0),Terminal=invalid(0), SecurityPolicy=OSPF, Rule-ID=100. *Apr 1 08:48:41:313 2025 FW FILTER/7/PACKET: The packet is denied. Src-ZOne=Local, Dst-ZOne=Trust;If-In=InLoopBack0(132), If-Out=Vlan-interface1012(135); Packet Info:Src-IP=10.1.12.2, Dst-IP=114.114.114.114, VPN-Instance=,Src-Port=6546, Dst-Port=53, Protocol=UDP(17), Application=dns(574),Terminal=invalid(0), ACL=none, Rule-ID=none. *Apr 1 08:48:41:314 2025 FW FILTER/7/PACKET: The packet is denied. Src-ZOne=Local, Dst-ZOne=Trust;If-In=InLoopBack0(132), If-Out=Vlan-interface1012(135); Packet Info:Src-IP=10.1.12.2, Dst-IP=114.114.114.114, VPN-Instance=,Src-Port=6547, Dst-Port=53, Protocol=UDP(17), Application=dns(574),Terminal=invalid(0), ACL=none, Rule-ID=none. *Apr 1 08:48:41:314 2025 FW FILTER/7/PACKET: The packet is denied. Src-ZOne=Local, Dst-ZOne=Trust;If-In=InLoopBack0(132), If-Out=Vlan-interface1012(135); Packet Info:Src-IP=10.1.12.2, Dst-IP=114.114.114.114, VPN-Instance=,Src-Port=20201, Dst-Port=53, Protocol=TCP(6), Application=dns(574),Terminal=invalid(0), ACL=none, Rule-ID=none. *Apr 1 08:48:45:258 2025 FW L2TPV2/7/CONTROL-PKT: Encapsulated Message-Type AVP: 80 08 00 00 00 00 00 0a *Apr 1 08:48:45:258 2025 FW L2TPV2/7/CONTROL-PKT: Encapsulated Assigned-Session-ID AVP: 80 08 00 00 00 0e 9b 76 *Apr 1 08:48:45:258 2025 FW L2TPV2/7/CONTROL-PKT: Encapsulated Call-Serial-Number AVP: 80 0a 00 00 00 0f 00 00 9b 76 *Apr 1 08:48:45:261 2025 FW L2TPV2/7/CONTROL-PKT: Received ICRP packet from port 1701 (TunnelID=56504, length=28, Ns=4, Nr=12). Packet content: c8 02 00 1c dc b8 9b 76 00 04 00 0c 80 08 00 00 00 00 00 0b 80 08 00 00 00 0e 00 04 *Apr 1 08:48:45:261 2025 FW L2TPV2/7/EVENT: Parsed Message-Type AVP: 11. *Apr 1 08:48:45:261 2025 FW L2TPV2/7/EVENT: Parsed Assigned-Session-ID AVP: 4. *Apr 1 08:48:45:261 2025 FW L2TPV2/7/EVENT: TunnelID=56504, SessiOnID=39798: Processed ICRP packet in Wait-reply state, wait add data plane end. *Apr 1 08:48:45:261 2025 FW L2TPV2/7/CONTROL-PKT: Encapsulated Message-Type AVP: 80 08 00 00 00 00 00 0c *Apr 1 08:48:45:262 2025 FW L2TPV2/7/CONTROL-PKT: Encapsulated (Tx)Connect-Speed AVP: 80 0a 00 00 00 18 00 00 00 00 *Apr 1 08:48:45:262 2025 FW L2TPV2/7/CONTROL-PKT: Encapsulated Framing-Type AVP: 80 0a 00 00 00 13 00 00 00 00 *Apr 1 08:48:45:262 2025 FW L2TPV2/7/KEVENT: AutoClient Notify ppp up(IF_LINKUP_UP). (ifIndex = 137) %Apr 1 08:48:45:263 2025 FW IFNET/3/PHY_UPDOWN: Physical state on the interface Virtual-PPP1 changed to up. *Apr 1 08:48:45:264 2025 FW L2TPV2/7/EVENT: TunnelID=56504, SessiOnID=39798: in Wait-reply state, sent ICCN packet to the peer and changed the session state to Established. *Apr 1 08:48:45:265 2025 FW L2TPV2/7/CONTROL-PKT: Received ZLB-ACK packet from port 1701 (TunnelID=56504, length=12, Ns=5, Nr=13). Packet content: c8 02 00 0c dc b8 00 00 00 05 00 0d *Apr 1 08:48:46:271 2025 FW L2TPV2/7/KDATA-PKT: Received an L2TP data packet: Source IP: x.x.x.x Destination IP: 10.1.12.2 Source port: 1701 Destination port: 1701 *Apr 1 08:48:46:271 2025 FW L2TPV2/7/KDATA-PKT: Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:39798,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0 *Apr 1 08:48:46:271 2025 FW L2TPV2/7/KDATA-PKT: Processed an L2TP data packet. TunnelID=56504, SessiOnID=39798. *Apr 1 08:48:46:271 2025 FW L2TPV2/7/KDATA-PKT: No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=39798. *Apr 1 08:48:46:271 2025 FW L2TPV2/7/KDUMP: Sent a packet to PPP on interface Virtual-PPP1 (length=23): ff 03 c0 21 01 20 00 13 01 04 05 dc 03 05 c2 23 05 05 06 06 0b 1c 35 *Apr 1 08:48:46:271 2025 FW L2TPV2/7/KDUMP: Received a packet from PPP on interface Virtual-PPP1 (length=19): ff 03 c0 21 01 46 00 0f 03 05 c2 23 05 05 06 ae 4e 32 8d *Apr 1 08:48:46:271 2025 FW L2TPV2/7/KDATA-PKT: Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=53): Source IP: 10.1.12.2 Destination IP: x.x.x.x Source port: 1701 Destination port: 1701 Tunnel ID: 41 Session ID: 4 *Apr 1 08:48:46:271 2025 FW L2TPV2/7/KDUMP: Received a packet from PPP on interface Virtual-PPP1 (length=23): ff 03 c0 21 02 20 00 13 01 04 05 dc 03 05 c2 23 05 05 06 06 0b 1c 35 *Apr 1 08:48:46:271 2025 FW L2TPV2/7/KDATA-PKT: Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=57): Source IP: 10.1.12.2 Destination IP: x.x.x.x Source port: 1701 Destination port: 1701 Tunnel ID: 41 Session ID: 4 *Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDATA-PKT: Received an L2TP data packet: Source IP: x.x.x.x Destination IP: 10.1.12.2 Source port: 1701 Destination port: 1701 *Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDATA-PKT: Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:39798,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0 *Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDATA-PKT: Processed an L2TP data packet. TunnelID=56504, SessiOnID=39798. *Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDATA-PKT: No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=39798. *Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDUMP: Sent a packet to PPP on interface Virtual-PPP1 (length=19): ff 03 c0 21 02 46 00 0f 03 05 c2 23 05 05 06 ae 4e 32 8d *Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDATA-PKT: Received an L2TP data packet: Source IP: x.x.x.x Destination IP: 10.1.12.2 Source port: 1701 Destination port: 1701 *Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDATA-PKT: Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:39798,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0 *Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDATA-PKT: Processed an L2TP data packet. TunnelID=56504, SessiOnID=39798. *Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDATA-PKT: No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=39798. *Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDUMP: Sent a packet to PPP on interface Virtual-PPP1 (length=32): ff 03 c2 23 01 04 00 1c 10 16 a8 b0 1d 16 a8 e4 a3 16 a9 19 29 16 a9 4d af 47 61 74 65 77 61 79 *Apr 1 08:48:46:276 2025 FW L2TPV2/7/KDUMP: Received a packet from PPP on interface Virtual-PPP1 (length=33): ff 03 c2 23 01 01 00 1d 10 81 01 9a be 78 bb 8b ad d8 e5 70 02 24 e4 56 31 64 6f 72 61 65 6d 6f 6e *Apr 1 08:48:46:276 2025 FW L2TPV2/7/KDATA-PKT: Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=67): Source IP: 10.1.12.2 Destination IP: x.x.x.x Source port: 1701 Destination port: 1701 Tunnel ID: 41 Session ID: 4 *Apr 1 08:48:46:277 2025 FW L2TPV2/7/KDUMP: Received a packet from PPP on interface Virtual-PPP1 (length=33): ff 03 c2 23 02 04 00 1d 10 01 da b5 59 eb 7d c6 0b 57 db 8d 42 58 0e ec d8 64 6f 72 61 65 6d 6f 6e *Apr 1 08:48:46:277 2025 FW L2TPV2/7/KDATA-PKT: Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=67): Source IP: 10.1.12.2 Destination IP: x.x.x.x Source port: 1701 Destination port: 1701 Tunnel ID: 41 Session ID: 4 %Apr 1 08:48:46:277 2025 FW IFNET/5/LINK_UPDOWN: Line protocol state on the interface Virtual-PPP1 changed to up. *Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDATA-PKT: Received an L2TP data packet: Source IP: x.x.x.x Destination IP: 10.1.12.2 Source port: 1701 Destination port: 1701 *Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDATA-PKT: Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:39798,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0 *Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDATA-PKT: Processed an L2TP data packet. TunnelID=56504, SessiOnID=39798. *Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDATA-PKT: No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=39798. *Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDUMP: Sent a packet to PPP on interface Virtual-PPP1 (length=32): ff 03 c2 23 02 01 00 1c 10 26 b2 eb 6a a8 f1 ae f2 0f 98 18 fa be eb e6 20 47 61 74 65 77 61 79 *Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDATA-PKT: Received an L2TP data packet: Source IP: x.x.x.x Destination IP: 10.1.12.2 Source port: 1701 Destination port: 1701 *Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDATA-PKT: Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:39798,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0 *Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDATA-PKT: Processed an L2TP data packet. TunnelID=56504, SessiOnID=39798. *Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDATA-PKT: No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=39798. *Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDUMP: Sent a packet to PPP on interface Virtual-PPP1 (length=20): ff 03 c2 23 03 04 00 10 41 41 41 20 61 75 74 68 20 6d 73 67 *Apr 1 08:48:46:281 2025 FW L2TPV2/7/KDUMP: Received a packet from PPP on interface Virtual-PPP1 (length=33): ff 03 c2 23 04 01 00 1d 49 6c 6c 65 67 61 6c 20 75 73 65 72 20 6f 72 20 70 61 73 73 77 6f 72 64 2e *Apr 1 08:48:46:281 2025 FW L2TPV2/7/KDATA-PKT: Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=67): Source IP: 10.1.12.2 Destination IP: x.x.x.x Source port: 1701 Destination port: 1701 Tunnel ID: 41 Session ID: 4 *Apr 1 08:48:46:282 2025 FW L2TPV2/7/KDUMP: Received a packet from PPP on interface Virtual-PPP1 (length=33): ff 03 c2 23 01 02 00 1d 10 51 49 8d 1c 12 67 39 76 bb 1b 37 82 67 ec 53 c5 64 6f 72 61 65 6d 6f 6e *Apr 1 08:48:46:282 2025 FW L2TPV2/7/KDATA-PKT: Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=67): Source IP: 10.1.12.2 Destination IP: x.x.x.x Source port: 1701 Destination port: 1701 Tunnel ID: 41 Session ID: 4 *Apr 1 08:48:46:284 2025 FW L2TPV2/7/KDATA-PKT: Received an L2TP data packet: Source IP: x.x.x.x Destination IP: 10.1.12.2 Source port: 1701 Destination port: 1701 *Apr 1 08:48:46:284 2025 FW L2TPV2/7/KDATA-PKT: Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:39798,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0 *Apr 1 08:48:46:284 2025 FW L2TPV2/7/KDATA-PKT: Processed an L2TP data packet. TunnelID=56504, SessiOnID=39798. *Apr 1 08:48:46:284 2025 FW L2TPV2/7/KDATA-PKT: No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=39798. *Apr 1 08:48:46:284 2025 FW L2TPV2/7/KDUMP: Sent a packet to PPP on interface Virtual-PPP1 (length=32): ff 03 c2 23 02 02 00 1c 10 fb e6 ea fd 6f 25 03 4d 5e e2 e3 be 09 aa 8d 48 47 61 74 65 77 61 79 *Apr 1 08:48:46:286 2025 FW L2TPV2/7/KDUMP: Received a packet from PPP on interface Virtual-PPP1 (length=33): ff 03 c2 23 04 02 00 1d 49 6c 6c 65 67 61 6c 20 75 73 65 72 20 6f 72 20 70 61 73 73 77 6f 72 64 2e *Apr 1 08:48:46:286 2025 FW L2TPV2/7/KDATA-PKT: Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=67): Source IP: 10.1.12.2 Destination IP: x.x.x.x Source port: 1701 Destination port: 1701 Tunnel ID: 41 Session ID: 4 *Apr 1 08:48:46:287 2025 FW L2TPV2/7/KDUMP: Received a packet from PPP on interface Virtual-PPP1 (length=33): ff 03 c2 23 01 03 00 1d 10 9f 9c c0 31 79 e2 bf bf 18 70 ff 35 b9 f2 8d 98 64 6f 72 61 65 6d 6f 6e *Apr 1 08:48:46:287 2025 FW L2TPV2/7/KDATA-PKT: Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=67): Source IP: 10.1.12.2 Destination IP: x.x.x.x Source port: 1701 Destination port: 1701 Tunnel ID: 41 Session ID: 4 *Apr 1 08:48:46:289 2025 FW L2TPV2/7/KDATA-PKT: Received an L2TP data packet: Source IP: x.x.x.x Destination IP: 10.1.12.2 Source port: 1701 Destination port: 1701 *Apr 1 08:48:46:289 2025 FW L2TPV2/7/KDATA-PKT: Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:39798,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0 *Apr 1 08:48:46:289 2025 FW L2TPV2/7/KDATA-PKT: Processed an L2TP data packet. TunnelID=56504, SessiOnID=39798. *Apr 1 08:48:46:289 2025 FW L2TPV2/7/KDATA-PKT: No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=39798. *Apr 1 08:48:46:289 2025 FW L2TPV2/7/KDUMP: Sent a packet to PPP on interface Virtual-PPP1 (length=32): ff 03 c2 23 02 03 00 1c 10 8c 22 5b 1a b2 11 5f cb 62 52 62 6c 40 7f cc 24 47 61 74 65 77 61 79 *Apr 1 08:48:46:291 2025 FW L2TPV2/7/KDUMP: Received a packet from PPP on interface Virtual-PPP1 (length=33): ff 03 c2 23 04 03 00 1d 49 6c 6c 65 67 61 6c 20 75 73 65 72 20 6f 72 20 70 61 73 73 77 6f 72 64 2e *Apr 1 08:48:46:291 2025 FW L2TPV2/7/KDATA-PKT: Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=67): Source IP: 10.1.12.2 Destination IP: x.x.x.x Source port: 1701 Destination port: 1701 Tunnel ID: 41 Session ID: 4 *Apr 1 08:48:46:291 2025 FW L2TPV2/7/KDUMP: Received a packet from PPP on interface Virtual-PPP1 (length=8): ff 03 c0 21 05 47 00 04 *Apr 1 08:48:46:291 2025 FW L2TPV2/7/KDATA-PKT: Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=42): Source IP: 10.1.12.2 Destination IP: x.x.x.x Source port: 1701 Destination port: 1701 Tunnel ID: 41 Session ID: 4 %Apr 1 08:48:46:292 2025 FW IFNET/5/LINK_UPDOWN: Line protocol state on the interface Virtual-PPP1 changed to down. *Apr 1 08:48:46:294 2025 FW L2TPV2/7/KDATA-PKT: Received an L2TP data packet: Source IP: x.x.x.x Destination IP: 10.1.12.2 Source port: 1701 Destination port: 1701 *Apr 1 08:48:46:294 2025 FW L2TPV2/7/KDATA-PKT: Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:39798,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0 *Apr 1 08:48:46:294 2025 FW L2TPV2/7/KDATA-PKT: Processed an L2TP data packet. TunnelID=56504, SessiOnID=39798. *Apr 1 08:48:46:294 2025 FW L2TPV2/7/KDATA-PKT: No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=39798. *Apr 1 08:48:46:294 2025 FW L2TPV2/7/KDUMP: Sent a packet to PPP on interface Virtual-PPP1 (length=8): ff 03 c0 21 06 47 00 04 *Apr 1 08:48:46:295 2025 FW L2TPV2/7/KEVENT: LAC PPP user on interface Virtual-PPP1 is down . *Apr 1 08:48:46:295 2025 FW L2TPV2/7/KEVENT: LNS Notify ppp down(IF_LINKUP_DOWN). (ifIndex = 137) *Apr 1 08:48:46:296 2025 FW L2TPV2/7/CONTROL-PKT: Encapsulated Message-Type AVP: 80 08 00 00 00 00 00 0e %Apr 1 08:48:46:296 2025 FW IFNET/3/PHY_UPDOWN: Physical state on the interface Virtual-PPP1 changed to down. *Apr 1 08:48:46:296 2025 FW L2TPV2/7/CONTROL-PKT: Encapsulated Assigned-Session-ID AVP: 80 08 00 00 00 0e 9b 76 *Apr 1 08:48:46:296 2025 FW L2TPV2/7/CONTROL-PKT: Encapsulated Result-Code AVP: 80 08 00 00 00 01 00 01 *Apr 1 08:48:46:297 2025 FW L2TPV2/7/KEVENT: LNS Notify ppp down(IF_LINKUP_DOWN). (ifIndex = 137) *Apr 1 08:48:46:299 2025 FW L2TPV2/7/CONTROL-PKT: Received ZLB-ACK packet from port 1701 (TunnelID=56504, length=12, Ns=5, Nr=14). Packet content: c8 02 00 0c dc b8 00 00 00 05 00 0e *Apr 1 08:48:46:349 2025 FW FILTER/7/PACKET: The packet is permitted. Src-ZOne=Trust, Dst-ZOne=Local;If-In=Vlan-interface1012(135), If-Out=NULL0(131); Packet Info:Src-IP=10.1.12.1, Dst-IP=224.0.0.5, VPN-Instance=, Src-MacAddr=68e2-0956-e638,Src-Port=0, Dst-Port=0, Protocol=OSPFIGP(89), Application=invalid(0),Terminal=invalid(0), SecurityPolicy=OSPF, Rule-ID=100. *Apr 1 08:48:49:491 2025 FW FILTER/7/PACKET: The packet is permitted. Src-ZOne=Local, Dst-ZOne=Trust;If-In=InLoopBack0(132), If-Out=Vlan-interface1012(135); Packet Info:Src-IP=10.1.12.2, Dst-IP=224.0.0.5, VPN-Instance=, Src-MacAddr=0000-0000-0000,Src-Port=0, Dst-Port=0, Protocol=OSPFIGP(89), Application=invalid(0),Terminal=invalid(0), SecurityPolicy=OSPF, Rule-ID=100. *Apr 1 08:48:51:413 2025 FW FILTER/7/PACKET: The packet is denied. Src-ZOne=Local, Dst-ZOne=Trust;If-In=InLoopBack0(132), If-Out=Vlan-interface1012(135); Packet Info:Src-IP=10.1.12.2, Dst-IP=114.114.114.114, VPN-Instance=,Src-Port=6548, Dst-Port=53, Protocol=UDP(17), Application=dns(574),Terminal=invalid(0), ACL=none, Rule-ID=none. *Apr 1 08:48:51:414 2025 FW FILTER/7/PACKET: The packet is denied. Src-ZOne=Local, Dst-ZOne=Trust;If-In=InLoopBack0(132), If-Out=Vlan-interface1012(135); Packet Info:Src-IP=10.1.12.2, Dst-IP=114.114.114.114, VPN-Instance=,Src-Port=6549, Dst-Port=53, Protocol=UDP(17), Application=dns(574),Terminal=invalid(0), ACL=none, Rule-ID=none. *Apr 1 08:48:51:414 2025 FW FILTER/7/PACKET: The packet is denied. Src-ZOne=Local, Dst-ZOne=Trust;If-In=InLoopBack0(132), If-Out=Vlan-interface1012(135); Packet Info:Src-IP=10.1.12.2, Dst-IP=114.114.114.114, VPN-Instance=,Src-Port=20202, Dst-Port=53, Protocol=TCP(6), Application=dns(574),Terminal=invalid(0), ACL=none, Rule-ID=none. *Apr 1 08:48:55:258 2025 FW L2TPV2/7/CONTROL-PKT: Encapsulated Message-Type AVP: 80 08 00 00 00 00 00 0a *Apr 1 08:48:55:258 2025 FW L2TPV2/7/CONTROL-PKT: Encapsulated Assigned-Session-ID AVP: 80 08 00 00 00 0e 39 b2 *Apr 1 08:48:55:258 2025 FW L2TPV2/7/CONTROL-PKT: Encapsulated Call-Serial-Number AVP: 80 0a 00 00 00 0f 00 00 39 b2 *Apr 1 08:48:55:261 2025 FW L2TPV2/7/CONTROL-PKT: Received ICRP packet from port 1701 (TunnelID=56504, length=28, Ns=5, Nr=15). Packet content: c8 02 00 1c dc b8 39 b2 00 05 00 0f 80 08 00 00 00 00 00 0b 80 08 00 00 00 0e 00 05 *Apr 1 08:48:55:261 2025 FW L2TPV2/7/EVENT: Parsed Message-Type AVP: 11. *Apr 1 08:48:55:261 2025 FW L2TPV2/7/EVENT: Parsed Assigned-Session-ID AVP: 5. *Apr 1 08:48:55:261 2025 FW L2TPV2/7/EVENT: TunnelID=56504, SessiOnID=14770: Processed ICRP packet in Wait-reply state, wait add data plane end. *Apr 1 08:48:55:261 2025 FW L2TPV2/7/CONTROL-PKT: Encapsulated Message-Type AVP: 80 08 00 00 00 00 00 0c *Apr 1 08:48:55:261 2025 FW L2TPV2/7/CONTROL-PKT: Encapsulated (Tx)Connect-Speed AVP: 80 0a 00 00 00 18 00 00 00 00 *Apr 1 08:48:55:261 2025 FW L2TPV2/7/CONTROL-PKT: Encapsulated Framing-Type AVP: 80 0a 00 00 00 13 00 00 00 00 *Apr 1 08:48:55:261 2025 FW L2TPV2/7/KEVENT: AutoClient Notify ppp up(IF_LINKUP_UP). (ifIndex = 137) *Apr 1 08:48:55:262 2025 FW L2TPV2/7/EVENT: TunnelID=56504, SessiOnID=14770: in Wait-reply state, sent ICCN packet to the peer and changed the session state to Established. %Apr 1 08:48:55:263 2025 FW IFNET/3/PHY_UPDOWN: Physical state on the interface Virtual-PPP1 changed to up. *Apr 1 08:48:55:264 2025 FW L2TPV2/7/CONTROL-PKT: Received ZLB-ACK packet from port 1701 (TunnelID=56504, length=12, Ns=6, Nr=16). Packet content: c8 02 00 0c dc b8 00 00 00 06 00 10 *Apr 1 08:48:55:682 2025 FW FILTER/7/PACKET: The packet is permitted. Src-ZOne=Trust, Dst-ZOne=Local;If-In=Vlan-interface1012(135), If-Out=NULL0(131); Packet Info:Src-IP=10.1.12.1, Dst-IP=224.0.0.5, VPN-Instance=, Src-MacAddr=68e2-0956-e638,Src-Port=0, Dst-Port=0, Protocol=OSPFIGP(89), Application=invalid(0),Terminal=invalid(0), SecurityPolicy=OSPF, Rule-ID=100. *Apr 1 08:48:56:269 2025 FW L2TPV2/7/KDATA-PKT: Received an L2TP data packet: Source IP: x.x.x.x Destination IP: 10.1.12.2 Source port: 1701 Destination port: 1701 *Apr 1 08:48:56:269 2025 FW L2TPV2/7/KDATA-PKT: Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:14770,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0 *Apr 1 08:48:56:269 2025 FW L2TPV2/7/KDATA-PKT: Processed an L2TP data packet. TunnelID=56504, SessiOnID=14770. *Apr 1 08:48:56:269 2025 FW L2TPV2/7/KDATA-PKT: No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=14770. *Apr 1 08:48:56:269 2025 FW L2TPV2/7/KDUMP: Sent a packet to PPP on interface Virtual-PPP1 (length=23): ff 03 c0 21 01 21 00 13 01 04 05 dc 03 05 c2 23 05 05 06 06 75 ce 81 *Apr 1 08:48:56:270 2025 FW L2TPV2/7/KDUMP: Received a packet from PPP on interface Virtual-PPP1 (length=19): ff 03 c0 21 01 48 00 0f 03 05 c2 23 05 05 06 4e 7a 01 3f *Apr 1 08:48:56:270 2025 FW L2TPV2/7/KDATA-PKT: Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=53): Source IP: 10.1.12.2 Destination IP: x.x.x.x Source port: 1701 Destination port: 1701 Tunnel ID: 41 Session ID: 5 *Apr 1 08:48:56:270 2025 FW L2TPV2/7/KDUMP: Received a packet from PPP on interface Virtual-PPP1 (length=23): ff 03 c0 21 02 21 00 13 01 04 05 dc 03 05 c2 23 05 05 06 06 75 ce 81 *Apr 1 08:48:56:270 2025 FW L2TPV2/7/KDATA-PKT: Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=57): Source IP: 10.1.12.2 Destination IP: x.x.x.x Source port: 1701 Destination port: 1701 Tunnel ID: 41 Session ID: 5 *Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDATA-PKT: Received an L2TP data packet: Source IP: x.x.x.x Destination IP: 10.1.12.2 Source port: 1701 Destination port: 1701 *Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDATA-PKT: Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:14770,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0 *Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDATA-PKT: Processed an L2TP data packet. TunnelID=56504, SessiOnID=14770. *Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDATA-PKT: No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=14770. *Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDUMP: Sent a packet to PPP on interface Virtual-PPP1 (length=19): ff 03 c0 21 02 48 00 0f 03 05 c2 23 05 05 06 4e 7a 01 3f *Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDATA-PKT: Received an L2TP data packet: Source IP: x.x.x.x Destination IP: 10.1.12.2 Source port: 1701 Destination port: 1701 *Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDATA-PKT: Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:14770,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0 *Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDATA-PKT: Processed an L2TP data packet. TunnelID=56504, SessiOnID=14770. *Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDATA-PKT: No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=14770. *Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDUMP: Sent a packet to PPP on interface Virtual-PPP1 (length=32): ff 03 c2 23 01 05 00 1c 10 18 50 7f 5d 18 50 b7 cb 18 50 f0 39 18 51 28 a7 47 61 74 65 77 61 79 %Apr 1 08:48:56:275 2025 FW IFNET/5/LINK_UPDOWN: Line protocol state on the interface Virtual-PPP1 changed to up. *Apr 1 08:48:56:276 2025 FW L2TPV2/7/KDUMP: Received a packet from PPP on interface Virtual-PPP1 (length=33): ff 03 c2 23 01 01 00 1d 10 cc 24 47 9c 54 3b c8 b5 79 0e fe 99 d3 42 97 ff 64 6f 72 61 65 6d 6f 6e *Apr 1 08:48:56:276 2025 FW L2TPV2/7/KDATA-PKT: Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=67): Source IP: 10.1.12.2 Destination IP: x.x.x.x Source port: 1701 Destination port: 1701 Tunnel ID: 41 Session ID: 5 *Apr 1 08:48:56:276 2025 FW L2TPV2/7/KDUMP: Received a packet from PPP on interface Virtual-PPP1 (length=33): ff 03 c2 23 02 05 00 1d 10 ad ba 8b ea ff 2b 63 ab 6c 3e b2 30 4f 22 a5 6f 64 6f 72 61 65 6d 6f 6e *Apr 1 08:48:56:276 2025 FW L2TPV2/7/KDATA-PKT: Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=67): Source IP: 10.1.12.2 Destination IP: x.x.x.x Source port: 1701 Destination port: 1701 Tunnel ID: 41 Session ID: 5 *Apr 1 08:48:56:279 2025 FW L2TPV2/7/KDATA-PKT: Received an L2TP data packet: Source IP: x.x.x.x Destination IP: 10.1.12.2 Source port: 1701 Destination port: 1701 *Apr 1 08:48:56:279 2025 FW L2TPV2/7/KDATA-PKT: Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:14770,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0 *Apr 1 08:48:56:279 2025 FW L2TPV2/7/KDATA-PKT: Processed an L2TP data packet. TunnelID=56504, SessiOnID=14770. *Apr 1 08:48:56:279 2025 FW L2TPV2/7/KDATA-PKT: No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=14770. *Apr 1 08:48:56:279 2025 FW L2TPV2/7/KDUMP: Sent a packet to PPP on interface Virtual-PPP1 (length=32): ff 03 c2 23 02 01 00 1c 10 f0 60 ca 0e 9c f9 9f fd 89 a4 d2 51 2f eb d9 68 47 61 74 65 77 61 79 *Apr 1 08:48:56:279 2025 FW L2TPV2/7/KDATA-PKT: Received an L2TP data packet: Source IP: x.x.x.x Destination IP: 10.1.12.2 Source port: 1701 Destination port: 1701
debug 來了,大佬們幫幫忙,謝謝,lns-ip 替換為了X.X.X.X
<FW>terminal de
<FW>terminal debugging
The current terminal is enabled to display debugging logs.
<FW>ter
<FW>terminal m
<FW>terminal monitor
The current terminal is enabled to display logs.
<FW>*Apr 1 08:48:39:491 2025 FW FILTER/7/PACKET: The packet is permitted. Src-ZOne=Local, Dst-ZOne=Trust;If-In=InLoopBack0(132), If-Out=Vlan-interface1012(135); Packet Info:Src-IP=10.1.12.2, Dst-IP=224.0.0.5, VPN-Instance=, Src-MacAddr=0000-0000-0000,Src-Port=0, Dst-Port=0, Protocol=OSPFIGP(89), Application=invalid(0),Terminal=invalid(0), SecurityPolicy=OSPF, Rule-ID=100.
*Apr 1 08:48:41:313 2025 FW FILTER/7/PACKET: The packet is denied. Src-ZOne=Local, Dst-ZOne=Trust;If-In=InLoopBack0(132), If-Out=Vlan-interface1012(135); Packet Info:Src-IP=10.1.12.2, Dst-IP=114.114.114.114, VPN-Instance=,Src-Port=6546, Dst-Port=53, Protocol=UDP(17), Application=dns(574),Terminal=invalid(0), ACL=none, Rule-ID=none.
*Apr 1 08:48:41:314 2025 FW FILTER/7/PACKET: The packet is denied. Src-ZOne=Local, Dst-ZOne=Trust;If-In=InLoopBack0(132), If-Out=Vlan-interface1012(135); Packet Info:Src-IP=10.1.12.2, Dst-IP=114.114.114.114, VPN-Instance=,Src-Port=6547, Dst-Port=53, Protocol=UDP(17), Application=dns(574),Terminal=invalid(0), ACL=none, Rule-ID=none.
*Apr 1 08:48:41:314 2025 FW FILTER/7/PACKET: The packet is denied. Src-ZOne=Local, Dst-ZOne=Trust;If-In=InLoopBack0(132), If-Out=Vlan-interface1012(135); Packet Info:Src-IP=10.1.12.2, Dst-IP=114.114.114.114, VPN-Instance=,Src-Port=20201, Dst-Port=53, Protocol=TCP(6), Application=dns(574),Terminal=invalid(0), ACL=none, Rule-ID=none.
*Apr 1 08:48:45:258 2025 FW L2TPV2/7/CONTROL-PKT:
Encapsulated Message-Type AVP:
80 08 00 00 00 00 00 0a
*Apr 1 08:48:45:258 2025 FW L2TPV2/7/CONTROL-PKT:
Encapsulated Assigned-Session-ID AVP:
80 08 00 00 00 0e 9b 76
*Apr 1 08:48:45:258 2025 FW L2TPV2/7/CONTROL-PKT:
Encapsulated Call-Serial-Number AVP:
80 0a 00 00 00 0f 00 00 9b 76
*Apr 1 08:48:45:261 2025 FW L2TPV2/7/CONTROL-PKT:
Received ICRP packet from port 1701 (TunnelID=56504, length=28, Ns=4, Nr=12). Packet content:
c8 02 00 1c dc b8 9b 76 00 04 00 0c 80 08 00 00
00 00 00 0b 80 08 00 00 00 0e 00 04
*Apr 1 08:48:45:261 2025 FW L2TPV2/7/EVENT:
Parsed Message-Type AVP: 11.
*Apr 1 08:48:45:261 2025 FW L2TPV2/7/EVENT:
Parsed Assigned-Session-ID AVP: 4.
*Apr 1 08:48:45:261 2025 FW L2TPV2/7/EVENT:
TunnelID=56504, SessiOnID=39798: Processed ICRP packet in Wait-reply state, wait add data plane end.
*Apr 1 08:48:45:261 2025 FW L2TPV2/7/CONTROL-PKT:
Encapsulated Message-Type AVP:
80 08 00 00 00 00 00 0c
*Apr 1 08:48:45:262 2025 FW L2TPV2/7/CONTROL-PKT:
Encapsulated (Tx)Connect-Speed AVP:
80 0a 00 00 00 18 00 00 00 00
*Apr 1 08:48:45:262 2025 FW L2TPV2/7/CONTROL-PKT:
Encapsulated Framing-Type AVP:
80 0a 00 00 00 13 00 00 00 00
*Apr 1 08:48:45:262 2025 FW L2TPV2/7/KEVENT:
AutoClient Notify ppp up(IF_LINKUP_UP). (ifIndex = 137)
%Apr 1 08:48:45:263 2025 FW IFNET/3/PHY_UPDOWN: Physical state on the interface Virtual-PPP1 changed to up.
*Apr 1 08:48:45:264 2025 FW L2TPV2/7/EVENT:
TunnelID=56504, SessiOnID=39798: in Wait-reply state, sent ICCN packet to the peer and changed the session state to Established.
*Apr 1 08:48:45:265 2025 FW L2TPV2/7/CONTROL-PKT:
Received ZLB-ACK packet from port 1701 (TunnelID=56504, length=12, Ns=5, Nr=13). Packet content:
c8 02 00 0c dc b8 00 00 00 05 00 0d
*Apr 1 08:48:46:271 2025 FW L2TPV2/7/KDATA-PKT:
Received an L2TP data packet:
Source IP: x.x.x.x
Destination IP: 10.1.12.2
Source port: 1701
Destination port: 1701
*Apr 1 08:48:46:271 2025 FW L2TPV2/7/KDATA-PKT:
Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:39798,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0
*Apr 1 08:48:46:271 2025 FW L2TPV2/7/KDATA-PKT:
Processed an L2TP data packet. TunnelID=56504, SessiOnID=39798.
*Apr 1 08:48:46:271 2025 FW L2TPV2/7/KDATA-PKT:
No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=39798.
*Apr 1 08:48:46:271 2025 FW L2TPV2/7/KDUMP:
Sent a packet to PPP on interface Virtual-PPP1 (length=23):
ff 03 c0 21 01 20 00 13 01 04 05 dc 03 05 c2 23
05 05 06 06 0b 1c 35
*Apr 1 08:48:46:271 2025 FW L2TPV2/7/KDUMP:
Received a packet from PPP on interface Virtual-PPP1 (length=19):
ff 03 c0 21 01 46 00 0f 03 05 c2 23 05 05 06 ae
4e 32 8d
*Apr 1 08:48:46:271 2025 FW L2TPV2/7/KDATA-PKT:
Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=53):
Source IP: 10.1.12.2
Destination IP: x.x.x.x
Source port: 1701
Destination port: 1701
Tunnel ID: 41
Session ID: 4
*Apr 1 08:48:46:271 2025 FW L2TPV2/7/KDUMP:
Received a packet from PPP on interface Virtual-PPP1 (length=23):
ff 03 c0 21 02 20 00 13 01 04 05 dc 03 05 c2 23
05 05 06 06 0b 1c 35
*Apr 1 08:48:46:271 2025 FW L2TPV2/7/KDATA-PKT:
Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=57):
Source IP: 10.1.12.2
Destination IP: x.x.x.x
Source port: 1701
Destination port: 1701
Tunnel ID: 41
Session ID: 4
*Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDATA-PKT:
Received an L2TP data packet:
Source IP: x.x.x.x
Destination IP: 10.1.12.2
Source port: 1701
Destination port: 1701
*Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDATA-PKT:
Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:39798,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0
*Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDATA-PKT:
Processed an L2TP data packet. TunnelID=56504, SessiOnID=39798.
*Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDATA-PKT:
No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=39798.
*Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDUMP:
Sent a packet to PPP on interface Virtual-PPP1 (length=19):
ff 03 c0 21 02 46 00 0f 03 05 c2 23 05 05 06 ae
4e 32 8d
*Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDATA-PKT:
Received an L2TP data packet:
Source IP: x.x.x.x
Destination IP: 10.1.12.2
Source port: 1701
Destination port: 1701
*Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDATA-PKT:
Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:39798,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0
*Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDATA-PKT:
Processed an L2TP data packet. TunnelID=56504, SessiOnID=39798.
*Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDATA-PKT:
No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=39798.
*Apr 1 08:48:46:275 2025 FW L2TPV2/7/KDUMP:
Sent a packet to PPP on interface Virtual-PPP1 (length=32):
ff 03 c2 23 01 04 00 1c 10 16 a8 b0 1d 16 a8 e4
a3 16 a9 19 29 16 a9 4d af 47 61 74 65 77 61 79
*Apr 1 08:48:46:276 2025 FW L2TPV2/7/KDUMP:
Received a packet from PPP on interface Virtual-PPP1 (length=33):
ff 03 c2 23 01 01 00 1d 10 81 01 9a be 78 bb 8b
ad d8 e5 70 02 24 e4 56 31 64 6f 72 61 65 6d 6f
6e
*Apr 1 08:48:46:276 2025 FW L2TPV2/7/KDATA-PKT:
Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=67):
Source IP: 10.1.12.2
Destination IP: x.x.x.x
Source port: 1701
Destination port: 1701
Tunnel ID: 41
Session ID: 4
*Apr 1 08:48:46:277 2025 FW L2TPV2/7/KDUMP:
Received a packet from PPP on interface Virtual-PPP1 (length=33):
ff 03 c2 23 02 04 00 1d 10 01 da b5 59 eb 7d c6
0b 57 db 8d 42 58 0e ec d8 64 6f 72 61 65 6d 6f
6e
*Apr 1 08:48:46:277 2025 FW L2TPV2/7/KDATA-PKT:
Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=67):
Source IP: 10.1.12.2
Destination IP: x.x.x.x
Source port: 1701
Destination port: 1701
Tunnel ID: 41
Session ID: 4
%Apr 1 08:48:46:277 2025 FW IFNET/5/LINK_UPDOWN: Line protocol state on the interface Virtual-PPP1 changed to up.
*Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDATA-PKT:
Received an L2TP data packet:
Source IP: x.x.x.x
Destination IP: 10.1.12.2
Source port: 1701
Destination port: 1701
*Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDATA-PKT:
Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:39798,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0
*Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDATA-PKT:
Processed an L2TP data packet. TunnelID=56504, SessiOnID=39798.
*Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDATA-PKT:
No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=39798.
*Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDUMP:
Sent a packet to PPP on interface Virtual-PPP1 (length=32):
ff 03 c2 23 02 01 00 1c 10 26 b2 eb 6a a8 f1 ae
f2 0f 98 18 fa be eb e6 20 47 61 74 65 77 61 79
*Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDATA-PKT:
Received an L2TP data packet:
Source IP: x.x.x.x
Destination IP: 10.1.12.2
Source port: 1701
Destination port: 1701
*Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDATA-PKT:
Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:39798,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0
*Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDATA-PKT:
Processed an L2TP data packet. TunnelID=56504, SessiOnID=39798.
*Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDATA-PKT:
No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=39798.
*Apr 1 08:48:46:279 2025 FW L2TPV2/7/KDUMP:
Sent a packet to PPP on interface Virtual-PPP1 (length=20):
ff 03 c2 23 03 04 00 10 41 41 41 20 61 75 74 68
20 6d 73 67
*Apr 1 08:48:46:281 2025 FW L2TPV2/7/KDUMP:
Received a packet from PPP on interface Virtual-PPP1 (length=33):
ff 03 c2 23 04 01 00 1d 49 6c 6c 65 67 61 6c 20
75 73 65 72 20 6f 72 20 70 61 73 73 77 6f 72 64
2e
*Apr 1 08:48:46:281 2025 FW L2TPV2/7/KDATA-PKT:
Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=67):
Source IP: 10.1.12.2
Destination IP: x.x.x.x
Source port: 1701
Destination port: 1701
Tunnel ID: 41
Session ID: 4
*Apr 1 08:48:46:282 2025 FW L2TPV2/7/KDUMP:
Received a packet from PPP on interface Virtual-PPP1 (length=33):
ff 03 c2 23 01 02 00 1d 10 51 49 8d 1c 12 67 39
76 bb 1b 37 82 67 ec 53 c5 64 6f 72 61 65 6d 6f
6e
*Apr 1 08:48:46:282 2025 FW L2TPV2/7/KDATA-PKT:
Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=67):
Source IP: 10.1.12.2
Destination IP: x.x.x.x
Source port: 1701
Destination port: 1701
Tunnel ID: 41
Session ID: 4
*Apr 1 08:48:46:284 2025 FW L2TPV2/7/KDATA-PKT:
Received an L2TP data packet:
Source IP: x.x.x.x
Destination IP: 10.1.12.2
Source port: 1701
Destination port: 1701
*Apr 1 08:48:46:284 2025 FW L2TPV2/7/KDATA-PKT:
Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:39798,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0
*Apr 1 08:48:46:284 2025 FW L2TPV2/7/KDATA-PKT:
Processed an L2TP data packet. TunnelID=56504, SessiOnID=39798.
*Apr 1 08:48:46:284 2025 FW L2TPV2/7/KDATA-PKT:
No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=39798.
*Apr 1 08:48:46:284 2025 FW L2TPV2/7/KDUMP:
Sent a packet to PPP on interface Virtual-PPP1 (length=32):
ff 03 c2 23 02 02 00 1c 10 fb e6 ea fd 6f 25 03
4d 5e e2 e3 be 09 aa 8d 48 47 61 74 65 77 61 79
*Apr 1 08:48:46:286 2025 FW L2TPV2/7/KDUMP:
Received a packet from PPP on interface Virtual-PPP1 (length=33):
ff 03 c2 23 04 02 00 1d 49 6c 6c 65 67 61 6c 20
75 73 65 72 20 6f 72 20 70 61 73 73 77 6f 72 64
2e
*Apr 1 08:48:46:286 2025 FW L2TPV2/7/KDATA-PKT:
Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=67):
Source IP: 10.1.12.2
Destination IP: x.x.x.x
Source port: 1701
Destination port: 1701
Tunnel ID: 41
Session ID: 4
*Apr 1 08:48:46:287 2025 FW L2TPV2/7/KDUMP:
Received a packet from PPP on interface Virtual-PPP1 (length=33):
ff 03 c2 23 01 03 00 1d 10 9f 9c c0 31 79 e2 bf
bf 18 70 ff 35 b9 f2 8d 98 64 6f 72 61 65 6d 6f
6e
*Apr 1 08:48:46:287 2025 FW L2TPV2/7/KDATA-PKT:
Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=67):
Source IP: 10.1.12.2
Destination IP: x.x.x.x
Source port: 1701
Destination port: 1701
Tunnel ID: 41
Session ID: 4
*Apr 1 08:48:46:289 2025 FW L2TPV2/7/KDATA-PKT:
Received an L2TP data packet:
Source IP: x.x.x.x
Destination IP: 10.1.12.2
Source port: 1701
Destination port: 1701
*Apr 1 08:48:46:289 2025 FW L2TPV2/7/KDATA-PKT:
Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:39798,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0
*Apr 1 08:48:46:289 2025 FW L2TPV2/7/KDATA-PKT:
Processed an L2TP data packet. TunnelID=56504, SessiOnID=39798.
*Apr 1 08:48:46:289 2025 FW L2TPV2/7/KDATA-PKT:
No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=39798.
*Apr 1 08:48:46:289 2025 FW L2TPV2/7/KDUMP:
Sent a packet to PPP on interface Virtual-PPP1 (length=32):
ff 03 c2 23 02 03 00 1c 10 8c 22 5b 1a b2 11 5f
cb 62 52 62 6c 40 7f cc 24 47 61 74 65 77 61 79
*Apr 1 08:48:46:291 2025 FW L2TPV2/7/KDUMP:
Received a packet from PPP on interface Virtual-PPP1 (length=33):
ff 03 c2 23 04 03 00 1d 49 6c 6c 65 67 61 6c 20
75 73 65 72 20 6f 72 20 70 61 73 73 77 6f 72 64
2e
*Apr 1 08:48:46:291 2025 FW L2TPV2/7/KDATA-PKT:
Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=67):
Source IP: 10.1.12.2
Destination IP: x.x.x.x
Source port: 1701
Destination port: 1701
Tunnel ID: 41
Session ID: 4
*Apr 1 08:48:46:291 2025 FW L2TPV2/7/KDUMP:
Received a packet from PPP on interface Virtual-PPP1 (length=8):
ff 03 c0 21 05 47 00 04
*Apr 1 08:48:46:291 2025 FW L2TPV2/7/KDATA-PKT:
Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=42):
Source IP: 10.1.12.2
Destination IP: x.x.x.x
Source port: 1701
Destination port: 1701
Tunnel ID: 41
Session ID: 4
%Apr 1 08:48:46:292 2025 FW IFNET/5/LINK_UPDOWN: Line protocol state on the interface Virtual-PPP1 changed to down.
*Apr 1 08:48:46:294 2025 FW L2TPV2/7/KDATA-PKT:
Received an L2TP data packet:
Source IP: x.x.x.x
Destination IP: 10.1.12.2
Source port: 1701
Destination port: 1701
*Apr 1 08:48:46:294 2025 FW L2TPV2/7/KDATA-PKT:
Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:39798,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0
*Apr 1 08:48:46:294 2025 FW L2TPV2/7/KDATA-PKT:
Processed an L2TP data packet. TunnelID=56504, SessiOnID=39798.
*Apr 1 08:48:46:294 2025 FW L2TPV2/7/KDATA-PKT:
No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=39798.
*Apr 1 08:48:46:294 2025 FW L2TPV2/7/KDUMP:
Sent a packet to PPP on interface Virtual-PPP1 (length=8):
ff 03 c0 21 06 47 00 04
*Apr 1 08:48:46:295 2025 FW L2TPV2/7/KEVENT:
LAC PPP user on interface Virtual-PPP1 is down .
*Apr 1 08:48:46:295 2025 FW L2TPV2/7/KEVENT:
LNS Notify ppp down(IF_LINKUP_DOWN). (ifIndex = 137)
*Apr 1 08:48:46:296 2025 FW L2TPV2/7/CONTROL-PKT:
Encapsulated Message-Type AVP:
80 08 00 00 00 00 00 0e
%Apr 1 08:48:46:296 2025 FW IFNET/3/PHY_UPDOWN: Physical state on the interface Virtual-PPP1 changed to down.
*Apr 1 08:48:46:296 2025 FW L2TPV2/7/CONTROL-PKT:
Encapsulated Assigned-Session-ID AVP:
80 08 00 00 00 0e 9b 76
*Apr 1 08:48:46:296 2025 FW L2TPV2/7/CONTROL-PKT:
Encapsulated Result-Code AVP:
80 08 00 00 00 01 00 01
*Apr 1 08:48:46:297 2025 FW L2TPV2/7/KEVENT:
LNS Notify ppp down(IF_LINKUP_DOWN). (ifIndex = 137)
*Apr 1 08:48:46:299 2025 FW L2TPV2/7/CONTROL-PKT:
Received ZLB-ACK packet from port 1701 (TunnelID=56504, length=12, Ns=5, Nr=14). Packet content:
c8 02 00 0c dc b8 00 00 00 05 00 0e
*Apr 1 08:48:46:349 2025 FW FILTER/7/PACKET: The packet is permitted. Src-ZOne=Trust, Dst-ZOne=Local;If-In=Vlan-interface1012(135), If-Out=NULL0(131); Packet Info:Src-IP=10.1.12.1, Dst-IP=224.0.0.5, VPN-Instance=, Src-MacAddr=68e2-0956-e638,Src-Port=0, Dst-Port=0, Protocol=OSPFIGP(89), Application=invalid(0),Terminal=invalid(0), SecurityPolicy=OSPF, Rule-ID=100.
*Apr 1 08:48:49:491 2025 FW FILTER/7/PACKET: The packet is permitted. Src-ZOne=Local, Dst-ZOne=Trust;If-In=InLoopBack0(132), If-Out=Vlan-interface1012(135); Packet Info:Src-IP=10.1.12.2, Dst-IP=224.0.0.5, VPN-Instance=, Src-MacAddr=0000-0000-0000,Src-Port=0, Dst-Port=0, Protocol=OSPFIGP(89), Application=invalid(0),Terminal=invalid(0), SecurityPolicy=OSPF, Rule-ID=100.
*Apr 1 08:48:51:413 2025 FW FILTER/7/PACKET: The packet is denied. Src-ZOne=Local, Dst-ZOne=Trust;If-In=InLoopBack0(132), If-Out=Vlan-interface1012(135); Packet Info:Src-IP=10.1.12.2, Dst-IP=114.114.114.114, VPN-Instance=,Src-Port=6548, Dst-Port=53, Protocol=UDP(17), Application=dns(574),Terminal=invalid(0), ACL=none, Rule-ID=none.
*Apr 1 08:48:51:414 2025 FW FILTER/7/PACKET: The packet is denied. Src-ZOne=Local, Dst-ZOne=Trust;If-In=InLoopBack0(132), If-Out=Vlan-interface1012(135); Packet Info:Src-IP=10.1.12.2, Dst-IP=114.114.114.114, VPN-Instance=,Src-Port=6549, Dst-Port=53, Protocol=UDP(17), Application=dns(574),Terminal=invalid(0), ACL=none, Rule-ID=none.
*Apr 1 08:48:51:414 2025 FW FILTER/7/PACKET: The packet is denied. Src-ZOne=Local, Dst-ZOne=Trust;If-In=InLoopBack0(132), If-Out=Vlan-interface1012(135); Packet Info:Src-IP=10.1.12.2, Dst-IP=114.114.114.114, VPN-Instance=,Src-Port=20202, Dst-Port=53, Protocol=TCP(6), Application=dns(574),Terminal=invalid(0), ACL=none, Rule-ID=none.
*Apr 1 08:48:55:258 2025 FW L2TPV2/7/CONTROL-PKT:
Encapsulated Message-Type AVP:
80 08 00 00 00 00 00 0a
*Apr 1 08:48:55:258 2025 FW L2TPV2/7/CONTROL-PKT:
Encapsulated Assigned-Session-ID AVP:
80 08 00 00 00 0e 39 b2
*Apr 1 08:48:55:258 2025 FW L2TPV2/7/CONTROL-PKT:
Encapsulated Call-Serial-Number AVP:
80 0a 00 00 00 0f 00 00 39 b2
*Apr 1 08:48:55:261 2025 FW L2TPV2/7/CONTROL-PKT:
Received ICRP packet from port 1701 (TunnelID=56504, length=28, Ns=5, Nr=15). Packet content:
c8 02 00 1c dc b8 39 b2 00 05 00 0f 80 08 00 00
00 00 00 0b 80 08 00 00 00 0e 00 05
*Apr 1 08:48:55:261 2025 FW L2TPV2/7/EVENT:
Parsed Message-Type AVP: 11.
*Apr 1 08:48:55:261 2025 FW L2TPV2/7/EVENT:
Parsed Assigned-Session-ID AVP: 5.
*Apr 1 08:48:55:261 2025 FW L2TPV2/7/EVENT:
TunnelID=56504, SessiOnID=14770: Processed ICRP packet in Wait-reply state, wait add data plane end.
*Apr 1 08:48:55:261 2025 FW L2TPV2/7/CONTROL-PKT:
Encapsulated Message-Type AVP:
80 08 00 00 00 00 00 0c
*Apr 1 08:48:55:261 2025 FW L2TPV2/7/CONTROL-PKT:
Encapsulated (Tx)Connect-Speed AVP:
80 0a 00 00 00 18 00 00 00 00
*Apr 1 08:48:55:261 2025 FW L2TPV2/7/CONTROL-PKT:
Encapsulated Framing-Type AVP:
80 0a 00 00 00 13 00 00 00 00
*Apr 1 08:48:55:261 2025 FW L2TPV2/7/KEVENT:
AutoClient Notify ppp up(IF_LINKUP_UP). (ifIndex = 137)
*Apr 1 08:48:55:262 2025 FW L2TPV2/7/EVENT:
TunnelID=56504, SessiOnID=14770: in Wait-reply state, sent ICCN packet to the peer and changed the session state to Established.
%Apr 1 08:48:55:263 2025 FW IFNET/3/PHY_UPDOWN: Physical state on the interface Virtual-PPP1 changed to up.
*Apr 1 08:48:55:264 2025 FW L2TPV2/7/CONTROL-PKT:
Received ZLB-ACK packet from port 1701 (TunnelID=56504, length=12, Ns=6, Nr=16). Packet content:
c8 02 00 0c dc b8 00 00 00 06 00 10
*Apr 1 08:48:55:682 2025 FW FILTER/7/PACKET: The packet is permitted. Src-ZOne=Trust, Dst-ZOne=Local;If-In=Vlan-interface1012(135), If-Out=NULL0(131); Packet Info:Src-IP=10.1.12.1, Dst-IP=224.0.0.5, VPN-Instance=, Src-MacAddr=68e2-0956-e638,Src-Port=0, Dst-Port=0, Protocol=OSPFIGP(89), Application=invalid(0),Terminal=invalid(0), SecurityPolicy=OSPF, Rule-ID=100.
*Apr 1 08:48:56:269 2025 FW L2TPV2/7/KDATA-PKT:
Received an L2TP data packet:
Source IP: x.x.x.x
Destination IP: 10.1.12.2
Source port: 1701
Destination port: 1701
*Apr 1 08:48:56:269 2025 FW L2TPV2/7/KDATA-PKT:
Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:14770,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0
*Apr 1 08:48:56:269 2025 FW L2TPV2/7/KDATA-PKT:
Processed an L2TP data packet. TunnelID=56504, SessiOnID=14770.
*Apr 1 08:48:56:269 2025 FW L2TPV2/7/KDATA-PKT:
No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=14770.
*Apr 1 08:48:56:269 2025 FW L2TPV2/7/KDUMP:
Sent a packet to PPP on interface Virtual-PPP1 (length=23):
ff 03 c0 21 01 21 00 13 01 04 05 dc 03 05 c2 23
05 05 06 06 75 ce 81
*Apr 1 08:48:56:270 2025 FW L2TPV2/7/KDUMP:
Received a packet from PPP on interface Virtual-PPP1 (length=19):
ff 03 c0 21 01 48 00 0f 03 05 c2 23 05 05 06 4e
7a 01 3f
*Apr 1 08:48:56:270 2025 FW L2TPV2/7/KDATA-PKT:
Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=53):
Source IP: 10.1.12.2
Destination IP: x.x.x.x
Source port: 1701
Destination port: 1701
Tunnel ID: 41
Session ID: 5
*Apr 1 08:48:56:270 2025 FW L2TPV2/7/KDUMP:
Received a packet from PPP on interface Virtual-PPP1 (length=23):
ff 03 c0 21 02 21 00 13 01 04 05 dc 03 05 c2 23
05 05 06 06 75 ce 81
*Apr 1 08:48:56:270 2025 FW L2TPV2/7/KDATA-PKT:
Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=57):
Source IP: 10.1.12.2
Destination IP: x.x.x.x
Source port: 1701
Destination port: 1701
Tunnel ID: 41
Session ID: 5
*Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDATA-PKT:
Received an L2TP data packet:
Source IP: x.x.x.x
Destination IP: 10.1.12.2
Source port: 1701
Destination port: 1701
*Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDATA-PKT:
Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:14770,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0
*Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDATA-PKT:
Processed an L2TP data packet. TunnelID=56504, SessiOnID=14770.
*Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDATA-PKT:
No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=14770.
*Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDUMP:
Sent a packet to PPP on interface Virtual-PPP1 (length=19):
ff 03 c0 21 02 48 00 0f 03 05 c2 23 05 05 06 4e
7a 01 3f
*Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDATA-PKT:
Received an L2TP data packet:
Source IP: x.x.x.x
Destination IP: 10.1.12.2
Source port: 1701
Destination port: 1701
*Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDATA-PKT:
Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:14770,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0
*Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDATA-PKT:
Processed an L2TP data packet. TunnelID=56504, SessiOnID=14770.
*Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDATA-PKT:
No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=14770.
*Apr 1 08:48:56:274 2025 FW L2TPV2/7/KDUMP:
Sent a packet to PPP on interface Virtual-PPP1 (length=32):
ff 03 c2 23 01 05 00 1c 10 18 50 7f 5d 18 50 b7
cb 18 50 f0 39 18 51 28 a7 47 61 74 65 77 61 79
%Apr 1 08:48:56:275 2025 FW IFNET/5/LINK_UPDOWN: Line protocol state on the interface Virtual-PPP1 changed to up.
*Apr 1 08:48:56:276 2025 FW L2TPV2/7/KDUMP:
Received a packet from PPP on interface Virtual-PPP1 (length=33):
ff 03 c2 23 01 01 00 1d 10 cc 24 47 9c 54 3b c8
b5 79 0e fe 99 d3 42 97 ff 64 6f 72 61 65 6d 6f
6e
*Apr 1 08:48:56:276 2025 FW L2TPV2/7/KDATA-PKT:
Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=67):
Source IP: 10.1.12.2
Destination IP: x.x.x.x
Source port: 1701
Destination port: 1701
Tunnel ID: 41
Session ID: 5
*Apr 1 08:48:56:276 2025 FW L2TPV2/7/KDUMP:
Received a packet from PPP on interface Virtual-PPP1 (length=33):
ff 03 c2 23 02 05 00 1d 10 ad ba 8b ea ff 2b 63
ab 6c 3e b2 30 4f 22 a5 6f 64 6f 72 61 65 6d 6f
6e
*Apr 1 08:48:56:276 2025 FW L2TPV2/7/KDATA-PKT:
Encapsulated an L2TP data packet on interface Virtual-PPP1 (length=67):
Source IP: 10.1.12.2
Destination IP: x.x.x.x
Source port: 1701
Destination port: 1701
Tunnel ID: 41
Session ID: 5
*Apr 1 08:48:56:279 2025 FW L2TPV2/7/KDATA-PKT:
Received an L2TP data packet:
Source IP: x.x.x.x
Destination IP: 10.1.12.2
Source port: 1701
Destination port: 1701
*Apr 1 08:48:56:279 2025 FW L2TPV2/7/KDATA-PKT:
Successfully parsed the L2TP header (L2TP header length=8):TunnelID:56504,SessionID:14770,Type:0,Length:0,Sequence:0,Offset: 1,Priority:0
*Apr 1 08:48:56:279 2025 FW L2TPV2/7/KDATA-PKT:
Processed an L2TP data packet. TunnelID=56504, SessiOnID=14770.
*Apr 1 08:48:56:279 2025 FW L2TPV2/7/KDATA-PKT:
No FlowCtrl: Received an L2TP Data Packet. TunnelID=56504, SessiOnID=14770.
*Apr 1 08:48:56:279 2025 FW L2TPV2/7/KDUMP:
Sent a packet to PPP on interface Virtual-PPP1 (length=32):
ff 03 c2 23 02 01 00 1c 10 f0 60 ca 0e 9c f9 9f
fd 89 a4 d2 51 2f eb d9 68 47 61 74 65 77 61 79
*Apr 1 08:48:56:279 2025 FW L2TPV2/7/KDATA-PKT:
Received an L2TP data packet:
Source IP: x.x.x.x
Destination IP: 10.1.12.2
Source port: 1701
Destination port: 1701
(0)
親~登錄後才可以操作哦!
確定你的郵箱還未認證,請認證郵箱或綁定手機後進行當前操作
舉報
×
侵犯我的權益
×
侵犯了我企業的權益
×
抄襲了我的內容
×
原文鏈接或出處
誹謗我
×
對根叔社區有害的內容
×
不規範轉載
×
舉報說明