当前位置: 首页 > news >正文

网站建设服务合同缴纳印花税吗123883网站

网站建设服务合同缴纳印花税吗,123883网站,做项目网站要不要备案,石家庄seo代理商目录 实验拓扑 组网需求 配置思路 配置步骤 1.配置VLAN信息 2.在SwitchA上创建Smart Link备份组#xff0c;并指定端口角色 3.使能回切功能并设置回切时间 4.使能发送Flush报文功能 5.使能接受Flush报文功能 验证配置结果 实验拓扑 组网需求 如上图所示#xff0c;…目录 实验拓扑 组网需求 配置思路  配置步骤  1.配置VLAN信息 2.在SwitchA上创建Smart Link备份组并指定端口角色 3.使能回切功能并设置回切时间  4.使能发送Flush报文功能 5.使能接受Flush报文功能 验证配置结果 实验拓扑 组网需求 如上图所示为了保证网络的可靠性用户侧网络采用双上行方式组网。用户希望能够破除网络环路实现主备链路冗余备份和快速收敛 配置思路  创建VLAN并配置接口允许相应VLAN通过。 在SwitchA上创建Smart Link备份组并指定端口角色。 在SwitchA上使能回切功能使得故障恢复后流量切换到相对稳定的原主链路上。 在SwitchA上使能发送Flush报文功能。 在SwitchB、SwitchC和SwitchD三台设备对应端口上使能Flush报文接收功能。 在SwitchA上使能Smart Link组功能。 配置步骤  1.配置VLAN信息 在SwitchA上创建VLAN并配置接口允许相应VLAN通过。SwitchB、SwitchC和SwitchD的配置与SwitchA类似详见配置文件。 SwitchA配置SwitchB、C、D配置一样  Huaweisystem-view [Huawei]sysname SwitchA [SwitchA]undo info-center enable Info: Information center is disabled. [SwitchA]vlan batch 10 to 30 [SwitchA]interface GigabitEthernet 0/0/1 [SwitchA-GigabitEthernet0/0/1]port link-type trunk [SwitchA-GigabitEthernet0/0/1]port trunk allow-pass vlan 10 to 30 [SwitchA-GigabitEthernet0/0/1]quit [SwitchA]interface GigabitEthernet 0/0/2 [SwitchA-GigabitEthernet0/0/2]port link-type trunk [SwitchA-GigabitEthernet0/0/2]port trunk allow-pass vlan 10 to 30 [SwitchA-GigabitEthernet0/0/2]quit [SwitchA] 2.在SwitchA上创建Smart Link备份组并指定端口角色 [SwitchA]interface GigabitEthernet 0/0/1 [SwitchA-GigabitEthernet0/0/1]stp disable [SwitchA-GigabitEthernet0/0/1]quit [SwitchA]interface GigabitEthernet 0/0/2 [SwitchA-GigabitEthernet0/0/2]stp disable [SwitchA-GigabitEthernet0/0/2]quit [SwitchA]smart-link group 1 [SwitchA-smlk-group1]port GigabitEthernet 0/0/1 master [SwitchA-smlk-group1]port GigabitEthernet 0/0/2 slave [SwitchA-smlk-group1] 3.使能回切功能并设置回切时间  [SwitchA-smlk-group1]restore enable [SwitchA-smlk-group1]timer wtr 30 [SwitchA-smlk-group1] 4.使能发送Flush报文功能 [SwitchA-smlk-group1]flush send control-vlan 10 password simple huawei-1235.使能接受Flush报文功能 在SwitchB、C、D上面指定接受Flush [SwitchB]interface GigabitEthernet 0/0/1 [SwitchB-GigabitEthernet0/0/1]smart-link flush receive control-vlan 10 password simple huawei-123 [SwitchB-GigabitEthernet0/0/1]stp disable [SwitchB-GigabitEthernet0/0/1]quit [SwitchB]interface GigabitEthernet 0/0/2 [SwitchB-GigabitEthernet0/0/2]smart-link flush receive control-vlan 10 password simple huawei-123 [SwitchB-GigabitEthernet0/0/2]stp disable [SwitchB-GigabitEthernet0/0/2]quit [SwitchC]interface GigabitEthernet 0/0/1 [SwitchC-GigabitEthernet0/0/1]smart-link flush receive control-vlan 10 password simple huawei-123 [SwitchC-GigabitEthernet0/0/1]stp disable [SwitchC-GigabitEthernet0/0/1]quit [SwitchC]interface GigabitEthernet 0/0/2 [SwitchC-GigabitEthernet0/0/2]stp disable [SwitchC-GigabitEthernet0/0/2]smart-link flush receive control-vlan 10 password simple huawei-123 [SwitchC-GigabitEthernet0/0/2]quit [SwitchD]interface GigabitEthernet 0/0/1 [SwitchD-GigabitEthernet0/0/1]smart-link flush receive control-vlan 10 password simple huawei-123 [SwitchD-GigabitEthernet0/0/1]stp disable [SwitchD-GigabitEthernet0/0/1]quit [SwitchD]interface GigabitEthernet 0/0/2 [SwitchD-GigabitEthernet0/0/2]smart-link flush receive control-vlan 10 password simple huawei-123 [SwitchD-GigabitEthernet0/0/2]stp disable [SwitchD-GigabitEthernet0/0/2]quit 6.在SwichA上是能Smart Link组功能 [SwitchA-smlk-group1]smart-link enable [SwitchA-smlk-group1]quit验证配置结果 使用display smart-link group命令查看SwitchA上的Smart Link组信息。如果显示如下信息则表示配置成功。 Smart Link组功能已经使能回切时间为30秒控制VLAN编号为10接口GE0/0/1为主接口且处于Active状态接口GE0/0/2为从接口且处于Inactive 使用shutdown命令关闭接口GE0/0/1可以看到接口GE0/0/1已经处于Inactive状态接口GE0/0/2为Active状态。 [SwitchA]interface GigabitEthernet 0/0/1 [SwitchA-GigabitEthernet0/0/1]shutdown 使用undo shutdown命令开启接口GE0/0/1。 [SwitchA]interface GigabitEthernet 0/0/1 [SwitchA-GigabitEthernet0/0/1]undo shutdown 等待30秒后可以看到接口GE0/0/1处于Active状态接口GE0/0/2为Inactive状态。 至此Smart Link主备备份已经完成了
http://www.w-s-a.com/news/402695/

相关文章:

  • 档案馆网站机房建设做游戏网站打鱼
  • 网站建设平台 创新模式搭建好ftp服务器 如何通过网站访问
  • 苏州集团网站制作设计网页制作软件ai
  • 网站建设新手教程视频教程手帐风格wordpress主题
  • 做投标网站条件网站更改指定字段
  • mvc5 网站开发之美做印刷网站公司
  • 医疗网站建设精英微信网站用什么制作的
  • 银川网站设计联系电话地推加人2元1个
  • 龙华网站 建设深圳信科北京知名的网站建设公司
  • 怎么做qq刷赞网站搜盘 资源网
  • 微网站怎么做的好名字吗陕西省医院网站建设管理
  • 泉州seo-泉州网站建设公司温州企业自助建站系统
  • 网站建设属于什么费网站建设网络推广
  • 德州网站开发人员网站怎么才能被百度收录
  • wordpress网站怎么加小游戏乐山网站制作公司
  • 企业购 网站建设做兼职有哪些网站
  • 湖州网站做等保费用大型网站建站
  • 优创智汇高端网站建设网站设计工作流程
  • 什么网站可以学做西餐个人网站怎么做支付功能
  • 千户微建站平台做网站需要切图吗
  • 织梦cms 学校网站模板网站建设中的问题
  • 山东济南网站建设公司制作wordpress模板教程视频教程
  • 档案网站的建设怎样更新网站内容
  • 网站开发项目规划房地产趋势与前景
  • 网上网站开发这个百度的网站怎么做的
  • 南昌市建设局官方网站网龙网络公司地址
  • 自助建站平台源码公司网站谁负责做
  • 旅游的网站怎么做网站流量的主要来源有
  • 高新网站设计找哪家网络科技有限公司实习报告
  • 专业网站建设质量推荐网络销售是做网站推广