网络规划 华为模拟器ensp

网络规划 华为模拟器ensp

应用技术

VLAN

DHCP服务

DNS服务

路由协议

静态路由

动态路由(ospf)

虚拟路由冗余

NAT

SSH

生成树协议

ACL

链路聚合

配置拓扑

在这里插入图片描述
在这里插入图片描述

配置相关命令

在这里插入图片描述

配置信息

从左到右,从上到下,依次为:

路由器

左上1
#
 sysname r1
#
 undo info-center enable
#
 wlan ac-global carrier id other ac id 0
#
 set cpu-usage threshold 80 restore 75
#
 rsa peer-public-key 10.1.1.2
  public-key-code begin
   308188
     028180
       E741DB80 B12EC1E2 8A2DDE57 0499F16A 84F40445 88FE1278 5BB00475 88543C92
       DC89D3E8 31998E45 8CB99710 58F8AE36 62210B8B CA722D55 EAC903F6 C02968ED
       D91BE233 187438DF 9121B9D8 BF80195C CB3EFCA9 5EE4444C 74CF5AC7 2A95CE23
       379A2405 D85663E9 B11FF62F 62AA3CD6 941D971E B9975184 C8049B54 7D5CAF01
     0203
       010001
  public-key-code end
 peer-public-key end
#
aaa 
 authentication-scheme default
 authorization-scheme default
 accounting-scheme default
 domain default 
 domain default_admin 
 local-user admin password cipher %$%$K8m.Nt84DZ}e#<0`8bmE3Uw}%$%$
 local-user admin service-type http
#
firewall zone Local
 priority 15
#
interface GigabitEthernet0/0/0
 ip address 10.1.1.1 255.255.255.0 
#
interface GigabitEthernet0/0/1
#
interface GigabitEthernet0/0/1.1
 dot1q termination vid 10
 ip address 172.16.1.254 255.255.255.0 
 arp broadcast enable
#
interface GigabitEthernet0/0/2
#
interface NULL0
#
ospf 1 
 area 0.0.0.0 
  network 10.1.1.0 0.0.0.255 
  network 172.16.1.0 0.0.0.255 
#
 ssh client 10.1.1.2 assign rsa-key 10.1.1.2
 ssh client first-time enable 
#
ip route-static 0.0.0.0 0.0.0.0 10.1.1.2
#
user-interface con 0
 authentication-mode password
user-interface vty 0 4
user-interface vty 16 20
左下1
 undo info-center enable
#
 set cpu-usage threshold 80 restore 75
#
aaa 
 authentication-scheme default
 authorization-scheme default
 accounting-scheme default
 domain default 
 domain default_admin 
 local-user admin password cipher %$%$K8m.Nt84DZ}e#<0`8bmE3Uw}%$%$
 local-user admin service-type http
#
firewall zone Local
 priority 15
#
interface GigabitEthernet0/0/0
 ip address 10.2.2.1 255.255.255.0 
#
interface GigabitEthernet0/0/1
#
interface GigabitEthernet0/0/1.1
 dot1q termination vid 20
 ip address 172.16.2.254 255.255.255.0 
 arp broadcast enable
#
interface GigabitEthernet0/0/2
#
interface NULL0
#
ospf 1 
 area 0.0.0.0 
  network 10.2.2.0 0.0.0.255 
  network 172.16.2.0 0.0.0.255 
#
ip route-static 0.0.0.0 0.0.0.0 10.1.1.2
#
user-interface con 0
 authentication-mode password
user-interface vty 0 4
user-interface vty 16 20
左中1
 undo info-center enable
#
 set cpu-usage threshold 80 restore 75
#
aaa 
 authentication-scheme default
 authorization-scheme default
 accounting-scheme default
 domain default 
 domain default_admin 
 local-user admin password cipher %$%$K8m.Nt84DZ}e#<0`8bmE3Uw}%$%$
 local-user admin service-type http
 local-user xiaoqi password cipher %$%$iw.7/UNQV&6KFY"R4"b31)=Q%$%$
 local-user xiaoqi service-type ssh
#
firewall zone Local
 priority 15
#
interface GigabitEthernet0/0/0
 ip address 10.1.1.2 255.255.255.0 
#
interface GigabitEthernet0/0/1
 ip address 10.2.2.2 255.255.255.0 
#
interface GigabitEthernet0/0/2
 ip address 10.3.3.1 255.255.255.0 
#
interface NULL0
#
ospf 1 
 area 0.0.0.0 
  network 10.1.1.0 0.0.0.255 
  network 10.2.2.0 0.0.0.255 
  network 10.3.3.0 0.0.0.255 
#
 ssh user xiaoqi authentication-type all
 stelnet server enable 
#
ip route-static 0.0.0.0 0.0.0.0 10.3.3.2
#
user-interface con 0
 authentication-mode password
user-interface vty 0 4
 authentication-mode aaa
 user privilege level 15
 protocol inbound ssh
user-interface vty 16 20
左边入口路由器
#
 undo info-center enable
#
 wlan ac-global carrier id other ac id 0
#
 set cpu-usage threshold 80 restore 75
#
acl number 2000  
 rule 5 permit source 192.168.5.0 0.0.0.255 
 rule 8 permit source 192.168.1.1 0 
 rule 10 deny source 192.168.0.0 0.0.255.255 
 rule 100 permit 
#
aaa 
 authentication-scheme default
 authorization-scheme default
 accounting-scheme default
 domain default 
 domain default_admin 
 local-user admin password cipher %$%$K8m.Nt84DZ}e#<0`8bmE3Uw}%$%$
 local-user admin service-type http
#
firewall zone Local
 priority 15
#
interface GigabitEthernet0/0/0
 ip address 192.168.8.1 255.255.255.0 
#
interface GigabitEthernet0/0/1
 ip address 192.168.9.1 255.255.255.0 
#
interface GigabitEthernet0/0/2
 ip address 10.3.3.2 255.255.255.0 
 traffic-filter inbound acl 2000
 traffic-filter outbound acl 2000
#
interface NULL0
#
ospf 1 
 area 0.0.0.0 
  network 10.3.3.0 0.0.0.255 
  network 192.168.8.0 0.0.0.255 
  network 192.168.9.0 0.0.0.255 
#
ip route-static 0.0.0.0 0.0.0.0 192.168.8.2
ip route-static 0.0.0.0 0.0.0.0 192.168.9.2 preference 70
#
user-interface con 0
 authentication-mode password
user-interface vty 0 4
user-interface vty 16 20
#
配置NAT的路由器
#
 undo info-center enable
#
 set cpu-usage threshold 80 restore 75
#
acl number 2000  
 rule 5 permit source 192.168.0.0 0.0.255.255 
 rule 10 permit source 172.16.0.0 0.0.255.255 
 rule 15 permit source 10.0.0.0 0.255.255.255 
#
aaa 
 authentication-scheme default
 authorization-scheme default
 accounting-scheme default
 domain default 
 domain default_admin 
 local-user admin password cipher %$%$K8m.Nt84DZ}e#<0`8bmE3Uw}%$%$
 local-user admin service-type http
#
firewall zone Local
 priority 15
#
 nat address-group 1 100.1.1.2 100.1.1.200
#
interface GigabitEthernet0/0/0
 ip address 192.168.6.1 255.255.255.0 
 vrrp vrid 6 virtual-ip 192.168.6.250
 vrrp vrid 6 priority 195
#
interface GigabitEthernet0/0/1
 ip address 192.168.7.1 255.255.255.0 
 vrrp vrid 7 virtual-ip 192.168.7.250
 vrrp vrid 7 priority 195
#
interface GigabitEthernet0/0/2
 ip address 100.1.1.1 255.255.255.0 
 nat outbound 2000 address-group 1 no-pat
#
interface NULL0
#
ip route-static 0.0.0.0 0.0.0.0 100.1.1.2
ip route-static 172.16.0.0 255.255.0.0 192.168.6.254
ip route-static 172.16.0.0 255.255.0.0 192.168.7.254 preference 70
ip route-static 192.168.0.0 255.255.0.0 192.168.6.254
ip route-static 192.168.0.0 255.255.0.0 192.168.7.254 preference 70
#
user-interface con 0
 authentication-mode password
user-interface vty 0 4
user-interface vty 16 20
#
NAT右边路由器
#
 undo info-center enable
#
 wlan ac-global carrier id other ac id 0
#
 set cpu-usage threshold 80 restore 75
#
aaa 
 authentication-scheme default
 authorization-scheme default
 accounting-scheme default
 domain default 
 domain default_admin 
 local-user admin password cipher %$%$K8m.Nt84DZ}e#<0`8bmE3Uw}%$%$
 local-user admin service-type http
#
firewall zone Local
 priority 15
#
interface GigabitEthernet0/0/0
 ip address 192.168.6.2 255.255.255.0 
 vrrp vrid 6 virtual-ip 192.168.6.250
 vrrp vrid 6 priority 193
#
interface GigabitEthernet0/0/1
 ip address 192.168.7.2 255.255.255.0 
 vrrp vrid 7 virtual-ip 192.168.7.250
 vrrp vrid 7 priority 191
#
interface GigabitEthernet0/0/2
 ip address 110.1.1.1 255.255.255.0 
#
interface NULL0
#
ip route-static 10.0.0.0 255.0.0.0 192.168.6.254
ip route-static 10.0.0.0 255.0.0.0 192.168.7.254 preference 70
ip route-static 172.16.0.0 255.255.0.0 192.168.6.254
ip route-static 172.16.0.0 255.255.0.0 192.168.7.254 preference 70
ip route-static 192.168.0.0 255.255.0.0 192.168.6.254
ip route-static 192.168.0.0 255.255.0.0 192.168.7.254 preference 70
#
user-interface con 0
 authentication-mode password
user-interface vty 0 4
user-interface vty 16 20
#
NAT上方路由器
#
 undo info-center enable
#
 set cpu-usage threshold 80 restore 75
#
aaa 
 authentication-scheme default
 authorization-scheme default
 accounting-scheme default
 domain default 
 domain default_admin 
 local-user admin password cipher %$%$K8m.Nt84DZ}e#<0`8bmE3Uw}%$%$
 local-user admin service-type http
#
firewall zone Local
 priority 15
#
interface GigabitEthernet0/0/0
 ip address 100.1.1.2 255.255.255.0 
#
interface GigabitEthernet0/0/1
 ip address 110.1.1.2 255.255.255.0 
#
interface GigabitEthernet0/0/2
 ip address 120.1.1.1 255.255.255.0 
#
interface NULL0
#
user-interface con 0
 authentication-mode password
user-interface vty 0 4
user-interface vty 16 20
#
最上方左二
#
 undo info-center enable
#
 wlan ac-global carrier id other ac id 0
#
 set cpu-usage threshold 80 restore 75
#
aaa 
 authentication-scheme default
 authorization-scheme default
 accounting-scheme default
 domain default 
 domain default_admin 
 local-user admin password cipher %$%$K8m.Nt84DZ}e#<0`8bmE3Uw}%$%$
 local-user admin service-type http
#
firewall zone Local
 priority 15
#
interface GigabitEthernet0/0/0
 ip address 120.1.1.2 255.255.255.0 
#
interface GigabitEthernet0/0/1
 ip address 130.1.1.1 255.255.255.0 
#
interface NULL0
#
ip route-static 100.1.1.0 255.255.255.0 120.1.1.1
ip route-static 110.1.1.0 255.255.255.0 120.1.1.1
#
user-interface con 0
 authentication-mode password
user-interface vty 0 4
user-interface vty 16 20
#
最上方路由器
#
 undo info-center enable
#
 set cpu-usage threshold 80 restore 75
#
aaa 
 authentication-scheme default
 authorization-scheme default
 accounting-scheme default
 domain default 
 domain default_admin 
 local-user admin password cipher %$%$K8m.Nt84DZ}e#<0`8bmE3Uw}%$%$
 local-user admin service-type http
#
firewall zone Local
 priority 15
#
interface GigabitEthernet0/0/0
 ip address 130.1.1.2 255.255.255.0 
#
interface GigabitEthernet0/0/1
 ip address 140.1.1.254 255.255.255.0 
#
interface GigabitEthernet0/0/2
#
interface NULL0
#
ip route-static 0.0.0.0 0.0.0.0 130.1.1.1
#
user-interface con 0
 authentication-mode password
user-interface vty 0 4
user-interface vty 16 20
#
配置DHCP服务的路由器
#
 undo info-center enable
#
 set cpu-usage threshold 80 restore 75
#
dhcp enable
#
ip pool vlan10
 gateway-list 192.168.1.254 
 network 192.168.1.0 mask 255.255.255.0 
 dns-list 192.168.5.2 
#
aaa 
 authentication-scheme default
 authorization-scheme default
 accounting-scheme default
 domain default 
 domain default_admin 
 local-user admin password cipher %$%$K8m.Nt84DZ}e#<0`8bmE3Uw}%$%$
 local-user admin service-type http
#
firewall zone Local
 priority 15
#
interface GigabitEthernet0/0/0
 ip address 192.168.10.1 255.255.255.0 
 dhcp select global
#
interface GigabitEthernet0/0/1
#
interface GigabitEthernet0/0/2
#
interface NULL0
#
user-interface con 0
 authentication-mode password
user-interface vty 0 4
user-interface vty 16 20
#

三层交换机

左边三层交换机
#
sysname sw1
#
undo info-center enable
#
vlan batch 10 20 30 40 50 60 70 80 90 100
#
stp mode stp
stp instance 0 priority 4096
#
cluster enable
ntdp enable
ndp enable
#
drop illegal-mac alarm
#
dhcp enable
#
diffserv domain default
#
drop-profile default
#
aaa 
 authentication-scheme default
 authorization-scheme default
 accounting-scheme default
 domain default 
 domain default_admin 
 local-user admin password simple admin
 local-user admin service-type http
#
interface Vlanif1
#
interface Vlanif10
 ip address 192.168.1.253 255.255.255.0 
 vrrp vrid 1 virtual-ip 192.168.1.254
 vrrp vrid 1 priority 192
 dhcp select relay
 dhcp relay server-ip 192.168.10.1
#
interface Vlanif20
 ip address 192.168.2.253 255.255.255.0 
 vrrp vrid 2 virtual-ip 192.168.2.253
 vrrp vrid 2 virtual-ip 192.168.2.254
 vrrp vrid 2 priority 192
#
interface Vlanif30
 ip address 192.168.3.253 255.255.255.0 
 vrrp vrid 3 virtual-ip 192.168.3.254
 vrrp vrid 3 priority 192
#
interface Vlanif40
 ip address 192.168.4.253 255.255.255.0 
 vrrp vrid 4 virtual-ip 192.168.4.254
 vrrp vrid 4 priority 192
#
interface Vlanif50
 ip address 192.168.5.253 255.255.255.0 
 vrrp vrid 5 virtual-ip 192.168.5.254
 vrrp vrid 5 priority 192
#
interface Vlanif60
 ip address 192.168.6.254 255.255.255.0 
#
interface Vlanif80
 ip address 192.168.8.2 255.255.255.0 
#
interface Vlanif100
 ip address 192.168.10.2 255.255.255.0 
#
interface MEth0/0/1
#
interface Eth-Trunk1
 port link-type trunk
 port trunk allow-pass vlan 2 to 4094
#
interface GigabitEthernet0/0/1
 port link-type access
 port default vlan 80
#
interface GigabitEthernet0/0/2
 port link-type access
 port default vlan 60
#
interface GigabitEthernet0/0/3
 port link-type access
 port default vlan 60
#
interface GigabitEthernet0/0/4
 port link-type trunk
 port trunk allow-pass vlan 2 to 4094
#
interface GigabitEthernet0/0/5
 port link-type trunk
 port trunk allow-pass vlan 2 to 4094
#
interface GigabitEthernet0/0/6
 port link-type trunk
 port trunk allow-pass vlan 2 to 4094
#
interface GigabitEthernet0/0/7
 port link-type trunk
 port trunk allow-pass vlan 2 to 4094
#
interface GigabitEthernet0/0/8
 eth-trunk 1
#
interface GigabitEthernet0/0/9
 port link-type access
 port default vlan 100
#
ip route-static 0.0.0.0 0.0.0.0 192.168.6.250
ip route-static 10.0.0.0 255.255.255.0 192.168.8.1
ip route-static 172.16.0.0 255.255.0.0 192.168.8.1
#
stelnet server enable 
#
user-interface con 0
user-interface vty 0 4
#
port-group e0/0/4to7
#
port-group e0/0/4toe0/0/7
#
port-group g0/0/2tog0/0/3
#
port-group g0/0/4to7
#
右边三层交换机
#
sysname Huawei
#
undo info-center enable
#
vlan batch 10 20 30 40 50 60 70 80 90 100
#
stp mode stp
#
cluster enable
ntdp enable
ndp enable
#
drop illegal-mac alarm
#
diffserv domain default
#
drop-profile default
#
aaa 
 authentication-scheme default
 authorization-scheme default
 accounting-scheme default
 domain default 
 domain default_admin 
 local-user admin password simple admin
 local-user admin service-type http
#
interface Vlanif1
#
interface Vlanif10
 ip address 192.168.1.252 255.255.255.0 
 vrrp vrid 1 virtual-ip 192.168.1.254
 vrrp vrid 1 priority 190
#
interface Vlanif20
 ip address 192.168.2.252 255.255.255.0 
 vrrp vrid 2 virtual-ip 192.168.2.254
 vrrp vrid 2 priority 190
#
interface Vlanif30
 ip address 192.168.3.252 255.255.255.0 
 vrrp vrid 3 virtual-ip 192.168.3.254
 vrrp vrid 3 priority 190
#
interface Vlanif40
 ip address 192.168.4.252 255.255.255.0 
 vrrp vrid 4 virtual-ip 192.168.4.254
 vrrp vrid 4 priority 190
#
interface Vlanif50
 ip address 192.168.5.252 255.255.255.0 
 vrrp vrid 5 virtual-ip 192.168.5.254
 vrrp vrid 5 priority 190
#
interface Vlanif70
 ip address 192.168.7.254 255.255.255.0 
#
interface Vlanif90
 ip address 192.168.9.2 255.255.255.0 
#
interface MEth0/0/1
#
interface Eth-Trunk1
 port link-type trunk
 port trunk allow-pass vlan 2 to 4094
#
interface GigabitEthernet0/0/1
 port link-type access
 port default vlan 90
#
interface GigabitEthernet0/0/2
 port link-type access
 port default vlan 70
#
interface GigabitEthernet0/0/3
 port link-type access
 port default vlan 70
#
interface GigabitEthernet0/0/4
 port link-type trunk
 port trunk allow-pass vlan 2 to 4094
#
interface GigabitEthernet0/0/5
 port link-type trunk
 port trunk allow-pass vlan 2 to 4094
#
interface GigabitEthernet0/0/6
 port link-type trunk
 port trunk allow-pass vlan 2 to 4094
#
interface GigabitEthernet0/0/7
 port link-type trunk
 port trunk allow-pass vlan 2 to 4094
#
interface GigabitEthernet0/0/8
 eth-trunk 1
#
ip route-static 0.0.0.0 0.0.0.0 192.168.7.250
ip route-static 10.0.0.0 255.255.255.0 192.168.9.1
ip route-static 172.16.0.0 255.255.0.0 192.168.9.1
#
user-interface con 0
user-interface vty 0 4
#

二层交换机

左边上面

```c
#
undo info-center enable
#
vlan batch 10 20
#
cluster enable
ntdp enable
ndp enable
#
drop illegal-mac alarm
#
diffserv domain default
#
drop-profile default
#
aaa 
 authentication-scheme default
 authorization-scheme default
 accounting-scheme default
 domain default 
 domain default_admin 
 local-user admin password simple admin
 local-user admin service-type http
#
interface Vlanif1
#
interface MEth0/0/1
#
interface Ethernet0/0/1
 port link-type trunk
 port trunk allow-pass vlan 2 to 4094
#
interface Ethernet0/0/2
 port link-type access
 port default vlan 10
#
左边下面
#
undo info-center enable
#
vlan batch 10 20
#
cluster enable
ntdp enable
ndp enable
#
drop illegal-mac alarm
#
diffserv domain default
#
drop-profile default
#
aaa 
 authentication-scheme default
 authorization-scheme default
 accounting-scheme default
 domain default 
 domain default_admin 
 local-user admin password simple admin
 local-user admin service-type http
#
interface Vlanif1
#
interface MEth0/0/1
#
interface Ethernet0/0/1
 port link-type trunk
 port trunk allow-pass vlan 2 to 4094
#
interface Ethernet0/0/2
 port link-type access
 port default vlan 20
正下方左1
sysname Huawei
#
vlan batch 10 20 30 40 50 60 70 80 90 100
#
stp mode stp
#
cluster enable
ntdp enable
ndp enable
#
drop illegal-mac alarm
#
diffserv domain default
#
drop-profile default
#
aaa 
 authentication-scheme default
 authorization-scheme default
 accounting-scheme default
 domain default 
 domain default_admin 
 local-user admin password simple admin
 local-user admin service-type http
#
interface Vlanif1
#
interface MEth0/0/1
#
interface Ethernet0/0/1
 port link-type trunk
 port trunk allow-pass vlan 2 to 4094
#
interface Ethernet0/0/2
 port link-type trunk
 port trunk allow-pass vlan 2 to 4094
#
interface Ethernet0/0/3
 port link-type access
 port default vlan 10
#
interface Ethernet0/0/4
 port link-type access
 port default vlan 20

#
user-interface con 0
user-interface vty 0 4
#
port-group de
#
port-group e0/0/1toe0/0/2
#
正下方左2
#
undo info-center enable
#
vlan batch 10 20 30 40 50 60 70 80 90 100
#
stp mode stp
#
cluster enable
ntdp enable
ndp enable
#
drop illegal-mac alarm
#
diffserv domain default
#
drop-profile default
#
aaa 
 authentication-scheme default
 authorization-scheme default
 accounting-scheme default
 domain default 
 domain default_admin 
 local-user admin password simple admin
 local-user admin service-type http
#
interface Vlanif1
#
interface MEth0/0/1
#
interface Ethernet0/0/1
 port link-type trunk
 port trunk allow-pass vlan 2 to 4094
#
interface Ethernet0/0/2
 port link-type trunk
 port trunk allow-pass vlan 2 to 4094
#
interface Ethernet0/0/3
 port link-type access
 port default vlan 30
#
interface Ethernet0/0/4
 port link-type access
 port default vlan 40
正下方左3
#
undo info-center enable
#
vlan batch 10 20 30 40 50 60 70 80 90 100
#
cluster enable
ntdp enable
ndp enable
#
drop illegal-mac alarm
#
diffserv domain default
#
drop-profile default
#
aaa 
 authentication-scheme default
 authorization-scheme default
 accounting-scheme default
 domain default 
 domain default_admin 
 local-user admin password simple admin
 local-user admin service-type http
#
interface Vlanif1
#
interface MEth0/0/1
#
interface Eth-Trunk1
 port link-type trunk
 port trunk allow-pass vlan 2 to 4094
#
interface Ethernet0/0/1
 port link-type trunk
 port trunk allow-pass vlan 2 to 4094
#
interface Ethernet0/0/2
 port link-type trunk
 port trunk allow-pass vlan 2 to 4094
#
interface Ethernet0/0/3
 eth-trunk 1
#
interface Ethernet0/0/4
 eth-trunk 1
#
interface Ethernet0/0/5
 port link-type access
 port default vlan 50
正下方左4
#
vlan batch 10 20 30 40 50 60 70 80 90 100
#
cluster enable
ntdp enable
ndp enable
#
drop illegal-mac alarm
#
diffserv domain default
#
drop-profile default
#
aaa 
 authentication-scheme default
 authorization-scheme default
 accounting-scheme default
 domain default 
 domain default_admin 
 local-user admin password simple admin
 local-user admin service-type http
#
interface Vlanif1
#
interface MEth0/0/1
#
interface Eth-Trunk1
 port link-type trunk
 port trunk allow-pass vlan 2 to 4094
#
interface Ethernet0/0/1
#
interface Ethernet0/0/2
#
interface Ethernet0/0/3
 eth-trunk 1
#
interface Ethernet0/0/4
 eth-trunk 1
#
interface Ethernet0/0/5
 port link-type access
 port default vlan 50

相关资源

链接:https://pan.baidu.com/s/18xJ6VqvYQ5Aj-sxBsgEVMg
提取码:745x

  • 2
    点赞
  • 42
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值