cisco l2tp version 3 config


r1(config-if)#do wr t
Building configuration...

Current configuration : 5266 bytes
hostname r1

ip cef

pseudowire-class test
encapsulation l2tpv3
ip local interface Loopback0

interface Loopback0
ip address 10.1.0.1 255.255.255.0
!
interface Ethernet0/0
no ip address
xconnect 30.1.0.3 1 pw-class test
!
interface Serial0/0
no ip address
encapsulation frame-relay
no dce-terminal-timing-enable
no frame-relay inverse-arp
!
interface Serial0/0.12 point-to-point
ip address 12.1.1.1 255.255.255.0
frame-relay interface-dlci 102

router ospf 1
network 10.1.0.0 0.0.0.255 area 10
network 12.1.1.0 0.0.0.255 area 10
==============================================

hostname r2

interface Serial0/0
no ip address
encapsulation frame-relay
!
interface Serial0/0.21 point-to-point
ip address 12.1.1.2 255.255.255.0
frame-relay interface-dlci 201
!
interface Serial0/0.23 point-to-point
ip address 23.1.1.2 255.255.255.0
frame-relay interface-dlci 203

router ospf 1
network 12.1.1.0 0.0.0.255 area 10
network 23.1.1.0 0.0.0.255 area 10

================================================
hostname r3

ip cef

pseudowire-class test
encapsulation l2tpv3
ip local interface Loopback0

interface Loopback0
ip address 30.1.0.3 255.255.255.0
!
interface Ethernet0/0
no ip address
xconnect 10.1.0.1 1 pw-class test
!
interface Serial0/0
no ip address
encapsulation frame-relay
no dce-terminal-timing-enable
no frame-relay inverse-arp
!
interface Serial0/0.23 point-to-point
ip address 23.1.1.3 255.255.255.0
frame-relay interface-dlci 302

router ospf 1
network 30.1.0.0 0.0.0.255 area 10
network 23.1.1.0 0.0.0.255 area 10
============================================
hostname r4

interface FastEthernet0/0
ip address 45.1.1.4 255.255.255.0
============================================
hostname r5

interface FastEthernet0/0
ip address 45.1.1.5 255.255.255.0
=============================================
host sw1

interface FastEthernet0/1
switchport access vlan 14 <===============R1
!
interface FastEthernet0/2
!
interface FastEthernet0/3
switchport access vlan 35<----------------R3
!
interface FastEthernet0/4 <================R4
switchport access vlan 14
!
interface FastEthernet0/5
switchport access vlan 35<----------------R5
=============================================
r1#ping 30.1.0.3

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 30.1.0.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/6/8 ms

r1#sh l2tun tunnel all

%No active L2F tunnels

L2TP Tunnel Information Total tunnels 1 sessions 1

Tunnel id 3331 is up, remote id is 60973, 1 active sessions
Tunnel state is established, time since change 00:21:18
Tunnel transport is IP (115)
Remote tunnel name is r3
Internet Address 30.1.0.3, port 0
Local tunnel name is r1
Internet Address 10.1.0.1, port 0
Tunnel domain unknown
VPDN group for tunnel is not available
L2TP class for tunnel is l2tp_default_class
668 packets sent, 50 received
47449 bytes sent, 10708 received
Last clearing of "show vpdn" counters never
Control Ns 29, Nr 25
Local RWS 800 (default), Remote RWS 800 (max)
Tunnel PMTU checking disabled
Retransmission time 1, max 1 seconds
Unsent queuesize 0, max 0
Resend queuesize 0, max 2
Total resends 0, ZLB ACKs sent 21
Current nosession queue check 0 of 5
Retransmit time distribution: 0 0 0 0 0 0 0 0 0
Sessions disconnected due to lack of resources 0

%No active PPTP tunnels
================================================== =========
r3(config-if)#do ping 10.1.0.1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.0.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/7/8 ms
r3(config-if)#do sh l2tun tunnel all

%No active L2F tunnels

L2TP Tunnel Information Total tunnels 1 sessions 1

Tunnel id 60973 is up, remote id is 3331, 1 active sessions
Tunnel state is established, time since change 00:23:27
Tunnel transport is IP (115)
Remote tunnel name is r1
Internet Address 10.1.0.1, port 0
Local tunnel name is r3
Internet Address 30.1.0.3, port 0
Tunnel domain unknown
VPDN group for tunnel is not available
L2TP class for tunnel is l2tp_default_class
52 packets sent, 735 received
11506 bytes sent, 52164 received
Last clearing of "show vpdn" counters never
Control Ns 27, Nr 31
Local RWS 800 (default), Remote RWS 800 (max)
Tunnel PMTU checking disabled
Retransmission time 1, max 1 seconds
Unsent queuesize 0, max 0
Resend queuesize 0, max 1
Total resends 0, ZLB ACKs sent 29
Current nosession queue check 0 of 5
Retransmit time distribution: 0 0 0 0 0 0 0 0 0
Sessions disconnected due to lack of resources 0

%No active PPTP tunnels
================================================== =========
r4#ping 45.1.1.5

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 45.1.1.5, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 8/8/12 ms
================================================== =========
 
内容概要:本文围绕可变桨叶四旋翼无人机的规范控制与点对点运动模拟展开,重点研究优化推力分配策略在翻转动作中的应用与性能比较。通过Matlab代码实现,构建了四旋翼动力学模型,并设计了多种控制算法以实现精确的姿态调整与轨迹跟踪。研究对比了不同推力分配方案在执行高机动性翻转动作时的稳定性、能耗效率与响应速度,旨在提升无人机在复杂飞行任务中的动态性能与控制精度。该仿真研究为无人机飞控系统的设计与优化提供了理论依据和技术支持。; 适合人群:具备一定自动控制理论基础和Matlab编程能力,从事无人机控制、飞行器动力学或机器人系统研究的科研人员及研究生。; 使用场景及目标:① 实现四旋翼无人机在三维空间中的精确点对点运动控制;② 对比分析不同推力分配策略在执行翻转等高难度动作时的控制效果与能耗表现,优化飞行性能;③ 为无人机自主飞行、特技飞行及复杂环境下的机动控制提供算法验证平台。; 阅读建议:此资源以Matlab仿真为核心,建议读者结合相关控制理论知识,深入理解代码实现细节,重点关注动力学建模、控制律设计与推力分配模块。在学习过程中,应动手调试参数,复现文中翻转动作的仿真结果,并尝试拓展至其他复杂飞行任务,以加深对无人机控制机理的理解。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值