华为eNSP中型企业局域网网络规划设计(上)

敲半天一个闪退全™给我干没了呜呜呜,eNSP,wcnm!wcnm!wcnm!

在这里插入图片描述
→b站传送门,感谢大佬←

→华为eNSP中型企业局域网网络规划设计(下)←

→拓扑图传送门,可以自己配置着玩←
在这里插入图片描述

1.部门可以访问公司资源和互联网资源
2.部门之间不能互访
3.服务器要有单独的服务器区和交换机内部网络使用私有ip地址

配置vlan/各端口类型/链路聚合

SW1~8, SW10

#
vlan batch 10 20 30 40 50 60 100
#

SW1

#
interface GigabitEthernet0/0/1port link-type accessport default vlan 10stp edged-port enable
#
interface GigabitEthernet0/0/2port link-type trunkport trunk allow-pass vlan 10
#
interface GigabitEthernet0/0/3port link-type trunkport trunk allow-pass vlan 10
#

SW2

#
interface GigabitEthernet0/0/1port link-type accessport default vlan 20stp edged-port enable
#
interface GigabitEthernet0/0/2port link-type trunkport trunk allow-pass vlan 20
#
interface GigabitEthernet0/0/3port link-type trunkport trunk allow-pass vlan 20
#

SW3

#
interface GigabitEthernet0/0/1port link-type accessport default vlan 30stp edged-port enable
#
interface GigabitEthernet0/0/2port link-type trunkport trunk allow-pass vlan 30
#
interface GigabitEthernet0/0/3port link-type trunkport trunk allow-pass vlan 30
#

SW4

#
interface GigabitEthernet0/0/1port link-type accessport default vlan 40stp edged-port enable
#
interface GigabitEthernet0/0/2port link-type trunkport trunk allow-pass vlan 40
#
interface GigabitEthernet0/0/3port link-type trunkport trunk allow-pass vlan 40
#

SW5

#
interface GigabitEthernet0/0/1port link-type accessport default vlan 50stp edged-port enable
#
interface GigabitEthernet0/0/2port link-type trunkport trunk allow-pass vlan 50
#
interface GigabitEthernet0/0/3port link-type trunkport trunk allow-pass vlan 50
#

SW6

#
interface GigabitEthernet0/0/1port link-type accessport default vlan 60stp edged-port enable
#
interface GigabitEthernet0/0/2port link-type trunkport trunk allow-pass vlan 60
#
interface GigabitEthernet0/0/3port link-type trunkport trunk allow-pass vlan 60
#

SW7

[SW7]port-group trunk
[SW7-port-group-trunk]group-member g0/0/1 to g0/0/7
[SW7-port-group-trunk]p l t
[SW7-port-group-trunk]p t a v all//链路聚合
[SW7]int Eth-Trunk 1
[SW7-Eth-Trunk1]trunkport g0/0/10
[SW7-Eth-Trunk1]trunkport g0/0/11 
[SW7-Eth-Trunk1]p l t
[SW7-Eth-Trunk1]p t a v all[SW7]v b 77 78#
interface GigabitEthernet0/0/8port link-type accessport default vlan 77
#
interface GigabitEthernet0/0/9port link-type accessport default vlan 78
#
interface Vlanif77ip address 192.168.77.7 255.255.255.0
#
interface Vlanif78ip address 192.168.78.7 255.255.255.0
#

SW8

[SW8]port-group trunk
[SW8-port-group-trunk]group-member g0/0/1 to g0/0/7
[SW8-port-group-trunk]p l t
[SW8-port-group-trunk]p t a v all//链路聚合
[SW8]int Eth-Trunk 1
[SW8-Eth-Trunk1]trunkport g0/0/10
[SW8-Eth-Trunk1]trunkport g0/0/11 
[SW8-Eth-Trunk1]p l t
[SW8-Eth-Trunk1]p t a v all[SW8]v b 87 88#
interface GigabitEthernet0/0/8port link-type accessport default vlan 87
#
interface GigabitEthernet0/0/9port link-type accessport default vlan 88
#
interface Vlanif87ip address 192.168.87.8 255.255.255.0
#
interface Vlanif88ip address 192.168.88.8 255.255.255.0
#

SW9

[SW9]v b 200 201 91 92#
interface GigabitEthernet0/0/1port link-type accessport default vlan 200
#
interface GigabitEthernet0/0/2port link-type accessport default vlan 201
#
interface GigabitEthernet0/0/3port link-type accessport default vlan 91
#
interface GigabitEthernet0/0/4port link-type accessport default vlan 92
#
interface Vlanif200ip address 192.168.200.254 255.255.255.0
#
interface Vlanif201ip address 192.168.201.254 255.255.255.0
#
interface Vlanif91ip address 192.168.91.254 255.255.255.0
#
interface Vlanif92ip address 192.168.92.254 255.255.255.0
#

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

SW10

#
interface GigabitEthernet0/0/1port link-type accessport default vlan 100stp edged-port enable
#
interface GigabitEthernet0/0/2port link-type trunkport trunk allow-pass vlan 100
#
interface GigabitEthernet0/0/3port link-type trunkport trunk allow-pass vlan 100
#
interface Vlanif100ip address 192.68.100.254 255.255.255.0
#

AR-DHCP

#
interface GigabitEthernet0/0/0ip address 192.168.100.1 255.255.255.0 
#

AR1

#
interface GigabitEthernet0/0/0ip address 192.168.77.1 255.255.255.0 
#
interface GigabitEthernet0/0/1ip address 192.168.87.1 255.255.255.0 
#
interface GigabitEthernet0/0/2ip address 192.168.13.1 255.255.255.0 
#
interface GigabitEthernet4/0/0ip address 192.168.91.1 255.255.255.0 
#
interface GigabitEthernet4/0/1ip address 192.168.12.1 255.255.255.0 
#

AR2

#
interface GigabitEthernet0/0/0ip address 192.168.78.2 255.255.255.0 
#
interface GigabitEthernet0/0/1ip address 192.168.88.2 255.255.255.0 
#
interface GigabitEthernet0/0/2ip address 192.168.23.2 255.255.255.0 
#
interface GigabitEthernet4/0/0ip address 192.168.92.2 255.255.255.0 
#
interface GigabitEthernet4/0/1ip address 192.168.12.2 255.255.255.0 
#

AR3

#
interface GigabitEthernet0/0/0ip address 192.168.13.3 255.255.255.0 
#
interface GigabitEthernet0/0/1ip address 192.168.23.3 255.255.255.0 
#
interface GigabitEthernet0/0/2ip address 100.1.11.3 255.255.255.0 
#

AR5

#
interface GigabitEthernet0/0/0ip address 100.2.33.254 255.255.255.0 
#
interface GigabitEthernet0/0/1ip address 100.1.33.5 255.255.255.0 
#
interface GigabitEthernet0/0/2ip address 100.1.11.5 255.255.255.0 
#

Server3

在这里插入图片描述

配置mstp

将SW7设置为vlan 10 20 30 100的根桥,SW8为备份根桥
将SW8设置为vlan 40 50 60的根桥,SW7为备份根桥

SW1~8,SW10

[SW7]stp mode mstp#
stp region-configurationregion-name region1instance 1 vlan 10 20 30 100instance 2 vlan 40 50 60active region-configuration
#

SW7

[SW7]stp instance 1 root primary
[SW7]stp instance 2 root secondary

SW8

[SW8]stp instance 1 root secondary
[SW8]stp instance 2 root primary 

配置vrrp

SW7

#
interface Vlanif10ip address 192.168.10.7 255.255.255.0vrrp vrid 10 virtual-ip 192.168.10.254vrrp vrid 10 priority 120
#
interface Vlanif20ip address 192.168.20.7 255.255.255.0vrrp vrid 20 virtual-ip 192.168.20.254vrrp vrid 20 priority 120
#
interface Vlanif30ip address 192.168.30.7 255.255.255.0vrrp vrid 30 virtual-ip 192.168.30.254vrrp vrid 30 priority 120
#
interface Vlanif40ip address 192.168.40.7 255.255.255.0vrrp vrid 40 virtual-ip 192.168.40.254
#
interface Vlanif50ip address 192.168.50.7 255.255.255.0vrrp vrid 50 virtual-ip 192.168.50.254
#
interface Vlanif60ip address 192.168.60.7 255.255.255.0vrrp vrid 60 virtual-ip 192.168.60.254
#
interface Vlanif100ip address 192.168.100.7 255.255.255.0vrrp vrid 100 virtual-ip 192.168.100.254vrrp vrid 100 priority 120
#

SW8

#
interface Vlanif10ip address 192.168.10.8 255.255.255.0vrrp vrid 10 virtual-ip 192.168.10.254
#
interface Vlanif20ip address 192.168.20.8 255.255.255.0vrrp vrid 20 virtual-ip 192.168.20.254
#
interface Vlanif30ip address 192.168.30.8 255.255.255.0vrrp vrid 30 virtual-ip 192.168.30.254
#
interface Vlanif40ip address 192.168.40.8 255.255.255.0vrrp vrid 40 virtual-ip 192.168.40.254vrrp vrid 40 priority 120
#
interface Vlanif50ip address 192.168.50.8 255.255.255.0vrrp vrid 50 virtual-ip 192.168.50.254vrrp vrid 50 priority 120
#
interface Vlanif60ip address 192.168.60.8 255.255.255.0vrrp vrid 60 virtual-ip 192.168.60.254vrrp vrid 60 priority 120
#
interface Vlanif100ip address 192.168.100.8 255.255.255.0vrrp vrid 100 virtual-ip 192.168.100.254
#

配置dhcp

AR-DHCP

#
ip pool vlan10gateway-list 192.168.10.254 network 192.168.10.0 mask 255.255.255.0 excluded-ip-address 192.168.10.7 192.168.10.8 
#
ip pool vlan20gateway-list 192.168.20.254 network 192.168.20.0 mask 255.255.255.0 excluded-ip-address 192.168.20.7 192.168.20.8 
#
ip pool vlan30gateway-list 192.168.30.254 network 192.168.30.0 mask 255.255.255.0 excluded-ip-address 192.168.30.7 192.168.30.8 
#
ip pool vlan40gateway-list 192.168.40.254 network 192.168.40.0 mask 255.255.255.0 excluded-ip-address 192.168.40.7 192.168.40.8 
#
ip pool vlan50gateway-list 192.168.50.254 network 192.168.50.0 mask 255.255.255.0 excluded-ip-address 192.168.50.7 192.168.50.8 
#
ip pool vlan60gateway-list 192.168.60.254 network 192.168.60.0 mask 255.255.255.0 excluded-ip-address 192.168.60.7 192.168.60.8 
#[DHCP]dhcp en
[DHCP-GigabitEthernet0/0/0]dhcp select global//因为dhcp服务器没有路由,需要手动配置一条
[DHCP]ip route-static 0.0.0.0 0 192.168.100.254

配置dhcp中继

SW7

[SW7]dhcp en
[SW7]int Vlanif 10
[SW7-Vlanif10]dhcp select relay
[SW7-Vlanif10]dhcp relay server-ip 192.168.100.1
[SW7]int Vlanif 20
[SW7-Vlanif10]dhcp select relay
[SW7-Vlanif10]dhcp relay server-ip 192.168.100.1
[SW7]int Vlanif 30
[SW7-Vlanif10]dhcp select relay
[SW7-Vlanif10]dhcp relay server-ip 192.168.100.1
[SW7]int Vlanif 40
[SW7-Vlanif10]dhcp select relay
[SW7-Vlanif10]dhcp relay server-ip 192.168.100.1
[SW7]int Vlanif 50
[SW7-Vlanif10]dhcp select relay
[SW7-Vlanif10]dhcp relay server-ip 192.168.100.1
[SW7]int Vlanif 60
[SW7-Vlanif10]dhcp select relay
[SW7-Vlanif10]dhcp relay server-ip 192.168.100.1

SW8

[SW8]dhcp en
[SW8]int vlanif 10 
[SW8-Vlanif10] dhcp relay server-ip 192.168.100.1
[SW8]int vlanif 20 
[SW8-Vlanif10] dhcp relay server-ip 192.168.100.1
[SW8]int vlanif 30 
[SW8-Vlanif10] dhcp relay server-ip 192.168.100.1
[SW8]int vlanif 40 
[SW8-Vlanif10] dhcp relay server-ip 192.168.100.1
[SW8]int vlanif 50 
[SW8-Vlanif10] dhcp relay server-ip 192.168.100.1
[SW8]int vlanif 60 
[SW8-Vlanif10] dhcp relay server-ip 192.168.100.1

检查一下,成功拿到ip地址
在这里插入图片描述

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/833566.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

Vue从入门到实战Day01

一、Vue快速上手 1. vue概念 概念:Vue是一个用于 构建用户界面的 渐进式 框架 构建用户界面:基于数据动态渲染页面渐进式:循序渐进的学习框架:一套完整的项目解决方案,提升开发效率 优点:大大提升开发效…

springboot集成-Redis

Spring Boot项目中集成Redis&#xff0c;可以使用Spring Data Redis来简化操作。首先需要在pom.xml文件中添加Redis和Spring Data Redis的依赖&#xff1a; <dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter…

python 统计列表相同数据出现的次数

一、使用for循环 生成数据[randint(0,20) for _ in range(30)]得到 data [18, 11, 16, 18, 2, 15, 6, 6, 4, 8, 16, 19, 8, 17, 6, 14, 7, 1, 3, 2, 8, 17, 4, 6, 18, 11, 15, 16, 3, 3] 要生成的数据格式肯定是一个字典类型&#xff0c;比如{1:5,2:3,5:5}这样的数据&#x…

【Debug日记】albumentations包安装失败解决方案

直接pip安装pip install albumentations 报错&#xff1a; ERROR: Command errored out with exit status 1:command: D:\anaconda3\envs\pytorch\python.exe D:\anaconda3\envs\pytorch\lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py build_wheel C:\Users…

如何利用CAM350检查Gerber文件

利用CAM350检查Gerber文件 1、 打开CAM350软件。双击桌面上的CAM350图标以启动软件。 2、选择文件输入选项。在文件菜单中选择“输入”然后选择“自动输入”&#xff0c;因为Gerber文件通常是由EDA软件自动导出的&#xff0c;这样可以快速识别。 3、选择Gerber文件夹。在弹出的…

责任链模式和观察者模式

1、责任链模式 1.1 概述 在现实生活中&#xff0c;常常会出现这样的事例&#xff1a;一个请求有多个对象可以处理&#xff0c;但每个对象的处理条件或权限不同。例如&#xff0c;公司员工请假&#xff0c;可批假的领导有部门负责人、副总经理、总经理等&#xff0c;但每个领导…

C语言——每日一题(轮转数组)

一.前言 前不久学习了时间复杂度的概念&#xff0c;便在力扣上刷了一道需要参考时间复杂度的题——轮转数组 https://leetcode.cn/problems/rotate-array/submissions这道题不能使用暴力算法&#xff0c;因为这道题对时间复杂度的要求不能为O&#xff08;N^2&#xff09;。因…

java博客目录

博客目录 基础知识 集合列表 List ArrayList&#xff1a; LinkedList&#xff1a; Set Map TreeMap 设计模式 单例模式&#xff1a; 工厂方法

如何根据索引删除数组中的元素,并保证删除的正确性

使用 splice() 方法来删除这些索引处的数据 var array [1, 2, 3, 4, 5]; var indexesToDelete [1, 3]; // 需要删除的索引// 将需要删除的索引按照从大到小的顺序排序&#xff0c;以避免删除元素后索引发生变化 indexesToDelete.sort((a, b) > b - a);// 遍历需要删除的索…

Tansformer原理解读

什么是注意力机制 生物学中的注意力机制是指人类或动物能够选择性地将感知和认知资源集中到某些信息或任务上的能力。这种能力允许我们在众多信息的背景中过滤出重要的信息&#xff0c;并将这些信息传递给相应的神经元进行处理。 本质&#xff1a;能从中抓住重点&#xff0c;…

上海市计算机学会竞赛平台2023年7月月赛丙组先行后列

题目描述 从 11 开始的 &#x1d45b;&#x1d45a;nm 个整数按照先行后列的规律排列如下&#xff1a; 第一列第二列第 &#x1d45a;m 列第一行1122……&#x1d45a;m第二行&#x1d45a;1m1&#x1d45a;2m2……2&#x1d45a;2m第三行2&#x1d45a;12m12&#x1d45a;22…

一个好用的短链接都需要具备哪些功能?

大家好&#xff0c;今天我们将会来聊聊一款优秀的短链接&#xff0c;都需要具备的功能&#xff0c;看看是不是你想要的呢&#xff1f; 1. 能够支持自定义域名 现在越来越多的用户都不会选择公用域名了&#xff0c;因为那样风险太大&#xff0c;而会选择用一个他们自己的专用域…

自动控制原理MATLAB:系统分析

控制系统时域分析 &#xff08;1&#xff09;稳定性分析 稳定是控制系统的重要性能&#xff0c;也是系统设计过程中的首要问题。线性系统稳定的充分必要条件是&#xff1a;闭环系统特征方程的所有根均具有负实部。在MATLAB中可以调用roots命令求取特征根&#xff0c;进而判别…

C#实战—代码实现收发文件智能化

在信息化的今天&#xff0c;收发电子文档几乎是每个朋友都要经历的事情。比如班级学委和班长需要收发作业&#xff0c;企业管理者需要收发工作文件。但是&#xff01;&#xff01;&#xff01; 每到要交结果时&#xff0c;往往会发现总会有一些人没有即使交上&#xff0c;50个…

8W 1.5KVDC 隔离宽电压输入 DC/DC 电源模块——TP08DA 系列

TP08DA系列电源模块额定输出功率为8W&#xff0c;外形尺寸为31.80*20.30*10.00&#xff0c;应用于2&#xff1a;1&#xff0c;4:1电压输入范围 9-18V,18-36V,36-72V9V-36V和18V-72VDC的输入电压环境&#xff0c;输出电压精度可达1%&#xff0c;具有输出短路保护等功能&#xff…

“IP协议全解析:为何它是互联网通信的基石?”(包含开源免费的API接口)

IP地址简介 IP地址&#xff08;Internet Protocol Address&#xff09;是指互联网协议地址&#xff0c;又译为网际协议地址。 IP地址是IP协议提供的一种统一的地址格式&#xff0c;它为互联网上的每一个网络和每一台主机分配一个逻辑地址&#xff0c;以此来屏蔽物理地址的差异…

图卷积神经网络GCN

计算图 通过消息传递的框架构建一个局部邻域的计算图 每个节点分别构建自己的计算图 理论上任意深度&#xff0c;根据六度空间理论&#xff0c;层数一般不会超过六层 基本过程 数学形式 矩阵表示 代码表示 图计算改进 能够听见自己内心的声音 最终形式 如何训…

Android调用C++函数

1.定义JAVA类test package com.example.mylib;public class test {int id;//IDchar lab;//标签long id_card;//身份String name;//名称public test(){} }2.声明原生JNI函数 public native test objFromJNI(test obj); 3.实现objFromJNI原生函数 struct myStruct{int id;uin…

windows端口复用

1. 概述 使用 HTTP.sys 中的 Net.tcp Port Sharing 服务&#xff0c;配合 WinRM 实现端口复用。 优点&#xff1a; HTTP.sys 为 windows 原生机制&#xff0c; WinRM 为 windows 自带功能&#xff0c;动作较小&#xff0c;不易触发主 动防御。 需要管理员权限。 2. 原理 (…

每日一题 第九十六期 单调队列

题 有n个生物&#xff0c;第i个生物会在第i到第ai(i≤ai≤n)天出现&#xff0c;它的攻击力为bi。其中对于所有i(1≤i<n)&#xff0c;满足ai≤ai1请输出每天出现的生物的攻击力的最大值。 输入格式 第一行一个整数n 。 接下来n行&#xff0c;每行两个整数ai,bi 输出格式 一…