华为eNSP配置access、trunk、hybrid接口的配置实验

拓扑图如下:

华为eNSP配置access、trunk、hybrid接口的配置实验

(1)sw1的配置:

<Huawei>
<Huawei>system-view            //切换到系统视图
Enter system view, return user view with Ctrl+Z.
[Huawei]sysname sw1             //配置主机名
Oct 25 2019 16:29:31-08:00 sw1 DS/4/DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.25
.191.3.1 configurations have been changed. The current change number is 4, the c
hange loop count is 0, and the maximum number of records is 4095.   
[sw1]vlan batch 10 20            //创建vlan10 、vlan20
Info: This operation may take a few seconds. Please wait for a moment...done.
[sw1]display vlan               //查看vlan
Oct 25 2019 16:30:21-08:00 sw1 DS/4/DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.25
.191.3.1 configurations have been changed. The current change number is 5, the c
hange loop count is 0, and the maximum number of records is 4095.
The total number of vlans is : 3
--------------------------------------------------------------------------------
U: Up;         D: Down;         TG: Tagged;         UT: Untagged;
MP: Vlan-mapping;               ST: Vlan-stacking;
#: ProtocolTransparent-vlan;    *: Management-vlan;
--------------------------------------------------------------------------------

VID  Type    Ports                                                          
--------------------------------------------------------------------------------
1    common  UT:Eth0/0/1(U)     Eth0/0/2(U)     Eth0/0/3(D)     Eth0/0/4(D)     
                Eth0/0/5(D)     Eth0/0/6(D)     Eth0/0/7(D)     Eth0/0/8(D)     
                Eth0/0/9(D)     Eth0/0/10(D)    Eth0/0/11(D)    Eth0/0/12(D)    
                Eth0/0/13(D)    Eth0/0/14(D)    Eth0/0/15(D)    Eth0/0/16(D)    
                Eth0/0/17(D)    Eth0/0/18(D)    Eth0/0/19(D)    Eth0/0/20(D)    
                Eth0/0/21(D)    Eth0/0/22(D)    GE0/0/1(U)      GE0/0/2(U)      

10   common                  //vlan10
20   common                  //vlan20

VID  Status  Property      MAC-LRN Statistics Description      
--------------------------------------------------------------------------------

1    enable  default       enable  disable    VLAN 0001                         
10   enable  default       enable  disable    VLAN 0010                         
20   enable  default       enable  disable    VLAN 0020                         
[sw1]
[sw1]int e0/0/1                    //切换接口
[sw1-Ethernet0/0/1]port hybrid pvid vlan 10            //hybrid口的pvid配置
[sw1-Ethernet0/0/1]
Oct 25 2019 16:30:51-08:00 sw1 DS/4/DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.25
.191.3.1 configurations have been changed. The current change number is 6, the c
hange loop count is 0, and the maximum number of records is 4095.
[sw1-Ethernet0/0/1]port hybrid untagged vlan 10    //hybrid口的untapped表配置
[sw1-Ethernet0/0/1]
Oct 25 2019 16:32:11-08:00 sw1 DS/4/DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.25
.191.3.1 configurations have been changed. The current change number is 7, the c
hange loop count is 0, and the maximum number of records is 4095.
[sw1-Ethernet0/0/1]
[sw1-Ethernet0/0/1]undo shutdown           //开启接口
Info: Interface Ethernet0/0/1 is not shutdown.
[sw1-Ethernet0/0/1]
[sw1-Ethernet0/0/1]int e0/0/2            //切换接口
[sw1-Ethernet0/0/2]
[sw1-Ethernet0/0/2]port hybrid pvid vlan 20            //hybrid口的pvid配置
[sw1-Ethernet0/0/2]
Oct 25 2019 16:32:41-08:00 sw1 DS/4/DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.25
.191.3.1 configurations have been changed. The current change number is 8, the c
hange loop count is 0, and the maximum number of records is 4095.
[sw1-Ethernet0/0/2]port hybrid untagged vlan 20    //hybrid口的untapped表配置
[sw1-Ethernet0/0/2]
[sw1-Ethernet0/0/2]undo shutdown           //开启接口
Info: Interface Ethernet0/0/2 is not shutdown.
[sw1-Ethernet0/0/2]
Oct 25 2019 16:33:11-08:00 sw1 DS/4/DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.25
.191.3.1 configurations have been changed. The current change number is 9, the c
hange loop count is 0, and the maximum number of records is 4095.   
[sw1-Ethernet0/0/2]int g0/0/1       //切换接口
[sw1-GigabitEthernet0/0/1]port link-type access               //配置接口类型access
[sw1-GigabitEthernet0/0/1]port default vlan 10                //接口添加到vlan10
[sw1-GigabitEthernet0/0/1]
Oct 25 2019 16:34:41-08:00 sw1 DS/4/DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.25
.191.3.1 configurations have been changed. The current change number is 11, the 
change loop count is 0, and the maximum number of records is 4095.
[sw1-GigabitEthernet0/0/1]undo shutdown                //开启接口
Info: Interface GigabitEthernet0/0/1 is not shutdown.
[sw1-GigabitEthernet0/0/1]int g0/0/2                   //切换接口
[sw1-GigabitEthernet0/0/2]
[sw1-GigabitEthernet0/0/2]port hybrid tagged vlan 10 20      //配置hybrid口的tagged表
[sw1-GigabitEthernet0/0/2]
[sw1-GigabitEthernet0/0/2]
Oct 25 2019 16:35:51-08:00 sw1 DS/4/DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.25
.191.3.1 configurations have been changed. The current change number is 12, the 
change loop count is 0, and the maximum number of records is 4095.
[sw1-GigabitEthernet0/0/2]
[sw1-GigabitEthernet0/0/2]undo shutdown       //开启接口
Info: Interface GigabitEthernet0/0/2 is not shutdown.
[sw1-GigabitEthernet0/0/2]
[sw1-GigabitEthernet0/0/2]
[sw1-GigabitEthernet0/0/2]display this                  //查看当前视图配置信息
#
interface GigabitEthernet0/0/2
 port hybrid tagged vlan 10 20
#
return
[sw1-GigabitEthernet0/0/2]quit       //退出

(2)sw2的配置


<Huawei>system-view             //切换到系统视图
Enter system view, return user view with Ctrl+Z.
[Huawei]sysname sw2                //配置主机名
Oct 25 2019 16:37:22-08:00 sw2 DS/4/DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.25
.191.3.1 configurations have been changed. The current change number is 4, the c
hange loop count is 0, and the maximum number of records is 4095.
[sw2]vlan batch 10 20                      //创建vlan10、vlan20
Info: This operation may take a few seconds. Please wait for a moment...done.
[sw2]dis vlan
The total number of vlans is : 3
--------------------------------------------------------------------------------
U: Up;         D: Down;         TG: Tagged;         UT: Untagged;
MP: Vlan-mapping;               ST: Vlan-stacking;
#: ProtocolTransparent-vlan;    *: Management-vlan;
--------------------------------------------------------------------------------

VID  Type    Ports                                                          
--------------------------------------------------------------------------------
1    common  UT:Eth0/0/1(U)     Eth0/0/2(U)     Eth0/0/3(D)     Eth0/0/4(D)     
                Eth0/0/5(D)     Eth0/0/6(D)     Eth0/0/7(D)     Eth0/0/8(D)     
                Eth0/0/9(D)     Eth0/0/10(D)    Eth0/0/11(D)    Eth0/0/12(D)    
                Eth0/0/13(D)    Eth0/0/14(D)    Eth0/0/15(D)    Eth0/0/16(D)    
                Eth0/0/17(D)    Eth0/0/18(D)    Eth0/0/19(D)    Eth0/0/20(D)    
                Eth0/0/21(D)    Eth0/0/22(D)    GE0/0/1(U)      GE0/0/2(U)      

10   common                             //vlan10
20   common                             //vlan20

VID  Status  Property      MAC-LRN Statistics Description      
--------------------------------------------------------------------------------

1    enable  default       enable  disable    VLAN 0001                         
10   enable  default       enable  disable    VLAN 0010                         
20   enable  default       enable  disable    VLAN 0020                         
[sw2]
Oct 25 2019 16:37:52-08:00 sw2 DS/4/DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.25
.191.3.1 configurations have been changed. The current change number is 5, the c
hange loop count is 0, and the maximum number of records is 4095.
[sw2]int e0/0/1             //切换接口视图
[sw2-Ethernet0/0/1]port link-type access          //配置接口类型为access 
Oct 25 2019 16:38:32-08:00 sw2 DS/4/DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.25
.191.3.1 configurations have been changed. The current change number is 6, the c
hange loop count is 0, and the maximum number of records is 4095.   
[sw2-Ethernet0/0/1]port default vlan 10            //接口加入到vlan10
[sw2-Ethernet0/0/1]undo shutdown                  //开启接口
Info: Interface Ethernet0/0/1 is not shutdown.
Oct 25 2019 16:38:52-08:00 sw2 DS/4/DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.25
.191.3.1 configurations have been changed. The current change number is 7, the c
hange loop count is 0, and the maximum number of records is 4095.   
[sw2-Ethernet0/0/1]int e0/0/2              //切换接口
[sw2-Ethernet0/0/2]
[sw2-Ethernet0/0/2]port link-type access       //配置接口类型为access
[sw2-Ethernet0/0/2]
[sw2-Ethernet0/0/2]port default vlan 20             //接口加入vlan20
Oct 25 2019 16:39:12-08:00 sw2 DS/4/DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.25
.191.3.1 configurations have been changed. The current change number is 8, the c
hange loop count is 0, and the maximum number of records is 4095.
[sw2-Ethernet0/0/2]undo shutdown                   //开启接口
Info: Interface Ethernet0/0/2 is not shutdown.
Oct 25 2019 16:39:22-08:00 sw2 DS/4/DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.25
.191.3.1 configurations have been changed. The current change number is 9, the c
hange loop count is 0, and the maximum number of records is 4095.
[sw2-Ethernet0/0/2]int g0/0/1                //切换接口
[sw2-GigabitEthernet0/0/1]
[sw2-GigabitEthernet0/0/1]port link-type access        //配置接口类型为access
Oct 25 2019 16:40:02-08:00 sw2 DS/4/DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.25
.191.3.1 configurations have been changed. The current change number is 10, the 
change loop count is 0, and the maximum number of records is 4095.
[sw2-GigabitEthernet0/0/1]port default vlan 20         //接口加入vlan20
[sw2-GigabitEthernet0/0/1]
[sw2-GigabitEthernet0/0/1]undo shutdown             //开启接口
Oct 25 2019 16:40:12-08:00 sw2 DS/4/DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.25
.191.3.1 configurations have been changed. The current change number is 11, the 
change loop count is 0, and the maximum number of records is 4095.
Info: Interface GigabitEthernet0/0/1 is not shutdown.
[sw2-GigabitEthernet0/0/1]
Oct 25 2019 16:41:02-08:00 sw2 DS/4/DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.25
.191.3.1 configurations have been changed. The current change number is 12, the 
change loop count is 0, and the maximum number of records is 4095.
[sw2-GigabitEthernet0/0/2]int g0/0/2                 //切换接口
[sw2-GigabitEthernet0/0/2]
Oct 25 2019 16:45:52-08:00 sw2 DS/4/DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.25
.191.3.1 configurations have been changed. The current change number is 13, the 
change loop count is 0, and the maximum number of records is 4095.
[sw2-GigabitEthernet0/0/2]
[sw2-GigabitEthernet0/0/2]port link-type trunk        //配置接口类型为trunk 
[sw2-GigabitEthernet0/0/2]
Oct 25 2019 16:46:22-08:00 sw2 DS/4/DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.25
.191.3.1 configurations have been changed. The current change number is 14, the 
change loop count is 0, and the maximum number of records is 4095.v     
[sw2-GigabitEthernet0/0/2]port trunk allow-pass vlan 10 20       //允许vlan10、vlan20通过
[sw2-GigabitEthernet0/0/2]
[sw2-GigabitEthernet0/0/2]undo shutdown           //开启接口
Info: Interface GigabitEthernet0/0/2 is not shutdown.
[sw2-GigabitEthernet0/0/2]

(3)R1的配置

<Huawei>system-view      //切换系统视图
Enter system view, return user view with Ctrl+Z.
[Huawei]sysname R1        //配置主机名
[R1]
Oct 25 2019 16:41:21-08:00 R1 DS/4/DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.25.
191.3.1 configurations have been changed. The current change number is 1, the ch
ange loop count is 0, and the maximum number of records is 4095.
[R1]int g0/0/1               //切换接口
[R1-GigabitEthernet0/0/1]
[R1-GigabitEthernet0/0/1]ip address 192.168.10.1 24      //配置IP地址
[R1-GigabitEthernet0/0/1]
Oct 25 2019 16:41:46-08:00 R1 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface GigabitEthernet0/0/1 has entered the UP state.
Oct 25 2019 16:41:51-08:00 R1 DS/4/DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.25.
191.3.1 configurations have been changed. The current change number is 2, the ch
ange loop count is 0, and the maximum number of records is 4095.
[R1-GigabitEthernet0/0/1]
[R1-GigabitEthernet0/0/1]undo shutdown         //开启接口
Info: Interface GigabitEthernet0/0/1 is not shutdown.
[R1-GigabitEthernet0/0/1]int g0/0/0               //切换接口
[R1-GigabitEthernet0/0/0]
[R1-GigabitEthernet0/0/0]ip address 12.0.0.1 30       //配置IP地址
[R1-GigabitEthernet0/0/0]
Oct 25 2019 16:42:47-08:00 R1 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state.
[R1-GigabitEthernet0/0/0]
[R1-GigabitEthernet0/0/0]undo shutdown           //开启接口
Info: Interface GigabitEthernet0/0/0 is not shutdown.
[R1-GigabitEthernet0/0/0]
Oct 25 2019 16:42:51-08:00 R1 DS/4/DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.25.
191.3.1 configurations have been changed. The current change number is 3, the ch
ange loop count is 0, and the maximum number of records is 4095.
[R1-GigabitEthernet0/0/0]
[R1-GigabitEthernet0/0/0]quit               //退出
[R1]ip route-static 192.168.20.0 24 12.0.0.2              //配置静态路由

(4)R2的配置

<Huawei>system-view            //切换系统视图
Enter system view, return user view with Ctrl+Z.
[Huawei]
[Huawei]sysname R2             //配置主机名
[R2]
[R2]int g0/0/0                          // 切换接口
[R2-GigabitEthernet0/0/0]ip 
Oct 25 2019 16:44:04-08:00 R2 DS/4/DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.25.
191.3.1 configurations have been changed. The current change number is 1, the ch
ange loop count is 0, and the maximum number of records is 4095.add 
[R2-GigabitEthernet0/0/0]ip address 12.0.0.2 30             //配置IP地址
[R2-GigabitEthernet0/0/0]
Oct 25 2019 16:44:13-08:00 R2 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state.
Oct 25 2019 16:44:14-08:00 R2 DS/4/DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.25.
191.3.1 configurations have been changed. The current change number is 2, the ch
ange loop count is 0, and the maximum number of records is 4095.
[R2-GigabitEthernet0/0/0]
[R2-GigabitEthernet0/0/0]undo shutdown           //开启接口
Info: Interface GigabitEthernet0/0/0 is not shutdown.
[R2-GigabitEthernet0/0/0]
[R2-GigabitEthernet0/0/0]int g0/0/1              //切换接口
[R2-GigabitEthernet0/0/1]
[R2-GigabitEthernet0/0/1]ip address 192.168.20.1 24          //配置IP地址
[R2-GigabitEthernet0/0/1]
Oct 25 2019 16:44:41-08:00 R2 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP 
on the interface GigabitEthernet0/0/1 has entered the UP state.
[R2-GigabitEthernet0/0/1]
[R2-GigabitEthernet0/0/1]undo shutdown             //开启接口
Oct 25 2019 16:44:44-08:00 R2 DS/4/DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5.25.
191.3.1 configurations have been changed. The current change number is 3, the ch
ange loop count is 0, and the maximum number of records is 4095.
Info: Interface GigabitEthernet0/0/1 is not shutdown.
[R2-GigabitEthernet0/0/1]quit             //退出
[R2]ip route-static 192.168.10.0 24 12.0.0.1         //配置静态路由

(5)分别给每个PC机,配置IP地址、子网掩码和网关

PC1配置

华为eNSP配置access、trunk、hybrid接口的配置实验

PC2配置

华为eNSP配置access、trunk、hybrid接口的配置实验

PC3配置

华为eNSP配置access、trunk、hybrid接口的配置实验

PC4配置

华为eNSP配置access、trunk、hybrid接口的配置实验

(6)实验测试

用PC1去pingPC3的IP地址,可以互通。用抓包软件在sw2的GE0/0/2接口能够抓到数据包。

华为eNSP配置access、trunk、hybrid接口的配置实验

用PC1去pingPC4的IP地址,可以互通。用抓包软件在R2的GE0/0/0接口能够抓到数据包。

华为eNSP配置access、trunk、hybrid接口的配置实验

原文地址:https://blog.51cto.com/14449541/2445821

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐


1.小程序的优缺点优点:不需下载、卸载使用方便缺点:嵌套在微信中,属于微信的子应用2.使用的技术实际上是Hybrid技术的应用HybridApp(混合模式移动应用),使用网页语言和程序语言共同开发小程序兼具了NativeApp所有优势,也兼具了WebApp使用Html5跨平台开发低成本注:微信小程序与传
端口类型-HybridHybrid端口是交换机上既可以连接用户主机,又可以连接其他交换机的端口。Hybrid端口既可以连接接入链路又可以连接干道链路。Hybrid端口允许多个VLAN的帧通过,并可以在出端口方向将某些VLAN帧的Tag剥掉。华为设备默认的端口类型是Hybrid。 Hybrid端口收发数据帧的规则
不同vlan同段IP通信LSW1vlan1vlan2vlan3interfaceEthernet0/0/1porthybriduntaggedvlan2to3interfaceEthernet0/0/2porthybridpvidvlan2porthybriduntaggedvlan2to3interfaceEthernet0/0/3porthybridpvidvlan3porthybriduntaggedvlan2to3
VLAN中access、Trunk和Hybrid三种端口区别:acesss:1、发送不带标签的报文2、一般与PC\server相连时使用3、只可以属于一个VLANTrunk:1、发送带标签的报文2、一般用于交换机级联端口传递多组VLAN信息使用3、可以属于多个VLANHybrid:1、混合端口可以同时属于多个vlan2、混合端口
这系列文章内容包括:STP、RSTP、MSTP、VLAN、LACP、SuperVLAN。以学习实验配置为主要目标;实验引用华为官方na在线视频中实验。6.3VLAN原理和配置实验截图:配置第一个交换机:修改端口类型acc、配置端口所属vlan、配置trunk端口。实验心得:有一个问题,当你配置e0/0/3为trunk以及al
实验一:交换机端口类型配置1.拓扑图如下图所示:2.实验要求:实现二层网络中工程部和市场部不能互访,但是都能与网络中心的服务器通信3.请写出你的配置思路、配置命令实验思路:将交换机SW1、SW2、SW3之间配置为trunk链路,其他接口配置为Hybrid链路;实验配置名如下:SW1sysnameSW
   这个英文材料对我一个英语一般的学生表示亚历山大啊,不过还是勉强看完了,说说自己的看法吧。   谷歌作为一家商业公司,利润是其基本的追求目标,这一点是毋庸置疑的。但是谷歌并没有被这个基本目标挡住了视野,无数公司失败的经验告诉我们,如果缺少创新,公司的一切发展
简介:VLAN10内通信,VLAN20内通信,VLAN30与VLAN10、VLAN20、VLAN30皆可通信Hybrid接口应用拓扑图:  一、配置PC机ip并测试相互能否ping通 PC名称IP子网掩码网关PC110.1.1.1255.255.255.010.1.1.254PC210.1.1.2255.255.255.010.1.1.254PC310.1.1.3
通常情况下,公司对内网的使用远远高于对外网的使用。公司的内部网络是由二层交换网络构建的,所以二层网络设计的好坏直接影响公司的正常业务。好的设计不仅使功能得到体现,还可以应对一些未知的隐患,如线路损坏、设备损坏等。下面我们主要对华为的二层设备进行了解,不过首先要了解的就
手机app代表了互联网时代的发展,促使我们的日常生活也变得越来越轻松,不管是哪个行业或者企业,在人们手机上存在最多的还是APP,手机APP逐渐的超越了网络,本身这些APP系统就是一个大型的APP系统,具体APP怎么开发呢?开发出来的手机APP,主要还是通过编程的方式设计出来的,有了变成那么就需要程
我想导出一种简单可靠的方法来自动提升正在运行的批处理,而无需使用其他线程中建议的额外的VBS文件或提升的快捷方式.通过javascript从批处理调用UAC对话框可确保简短的简单代码.在对话框中选择“是”,但错误对话框弹出时(在Cmd窗口外部)“Windows找不到’test.bat’”,下面的脚
无论如何,我可以在FORTRAN程序中使用BoostGraphLibrary(BGL)来使用图形数据结构.任何人都可以帮助我或给我一个提示.我想在我的MPI-FORTRAN代码中的几个处理器上进行并行图结构.是否可以使用BoostGraphLibrary(BGL)来达到此目的!亲切的问候,谢夫解决方法:你必须构造一个用C语
原文链接:http://www.cnblogs.com/iamzyf/p/3515889.html其实问题很简单:我的产品页面在 http://www.gdtsearch.com/products.spiderstudio.docapi.htm,这是一个静态页面;而我所有的技术博客都在博客园中.为了让访问者能够直接在产品页面中看到我最
Hybrid接口是华为特有的一种接口Hybrid接口是既可以连接普通终端的接入链路,又可以连接交换机间的干道链路。简单说就是Hybrid接口既能实现Access的功能又能实现Trunk接口的功能。实验模拟:实验拓扑:实验编址:测试连通性:查看交换机接口类型(默认情况下都是hybrid类型)displayportvlan
原生APP开发-NativeApp:需要用户下载安装使用,可访问手机的所有功能(GPS,摄像头,重力加速器),拓展性强,是专门为某种操作系统开发的(IOS,Android,黑莓等),但是开发和维护的成本都比较高 webApp:html5语言写出的app,不需要下载安装,基本上就是触屏版的网页,可以在多个设备上运行,有很大的局限性
拓扑图如下:(1)sw1的配置:<Huawei><Huawei>system-view//切换到系统视图Entersystemview,returnuserviewwithCtrl+Z.[Huawei]sysnamesw1//配置主机名Oct25201916:29:31-08:00sw1DS/4/DATASYNC_CFGCHANGE:OID1.3.6.1.4.1.2011.5.25.191
程序员常用等宽字体1SourceCodePro2CourierNew(传统)3Consolas4Monaco5中文雅黑混合版(YaHeiConsolasHybrid)
Japan'shybridmodelinventoryofhairEwhaRinkaLead:passed37thbirthdayofthepear,theeyesofeveryonestillhasaLolita-likegirltemperament,herinterpretationoftheinvolutionBOBlongghdhairstraightener hair,andevensetoffinas
1url不要用hash模式,如果涉及到外部如firebase方式直接发送给客户端动态链接,要求打开app内h5地址的时候,这个#会被截断,客户端无法解析2尽量在多页面,当客户端由不同入口进入的时候,前端尽可能做多业务拆分,避免以后所有模块在一起,一次修改要全部上线,3移动端输入框键盘要求输