loopback地址,静态vlan,trunk的介绍,附实验题

2023-10-22 07:18

本文主要是介绍loopback地址,静态vlan,trunk的介绍,附实验题,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

目录

  • Loopback地址
  • 静态vlan
    • 1.vlan概述与优势
    • 2.vlan的范围
    • 3.静态VLAN的配置
  • Trunk
  • 实验题
    • 实验一
    • 实验二
    • 实验三

Loopback地址

loopback地址是路由器的逻辑接口,用来模拟网络环境。逻辑接口在查询时不显示。
loopback接口的配置命令是

[R1]int loop
[R1 ]int LoopBack 0
[R1- LoopBack0]ip add “ip地址” “子网掩码”

静态vlan

1.vlan概述与优势

vlan工作于数据链路层,通过在交换机中接入VLAN,加入VLAN,相互的VLAN用来隔离广播域。vlan可以控制广播,增强网络安全性,简化网络管理。静态vlan基于端口划分vlan。

2.vlan的范围

vlan范围范围用途
1正常默认VLAN
2-1001正常用于以太网的vlan,用户可以创建、使用和删除这些VLAN
1002-1005正常用于FDDI和令牌环的默认VLAN,用户不能删除这些VLAN
1006-1024保留仅限系统使用,用户不能查看和使用这些VLAN
1025-4094扩展仅用于以太网VLAN

3.静态VLAN的配置

1.创建VLAN
2.将交换机的端口加入到相应的VLAN中
3.验证VLAN的配置

Trunk

Trunk为每一个vlan提供一条链路,在交换网络中起到接入链路,中继链路的作用。

实验题

实验一

在这里插入图片描述
R1配置

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sys R1
[R1]interface g0/0/0
[R1-GigabitEthernet0/0/0]ip address 192.168.3.2 24 
[R1-GigabitEthernet0/0/0]interface g0/0/1
[R1-GigabitEthernet0/0/1]ip address 192.168.1.1 24 
[R1-GigabitEthernet0/0/1]
[R1-GigabitEthernet0/0/1]q
[R1]interface LoopBack 0
[R1-LoopBack0]ip address 1.1.1.1 32
interface LoopBack0ip address 1.1.1.1 255.255.255.255 
return
[R1-LoopBack0]q
[R1]ip route-	
[R1]ip route-static 2.2.2.2 32 192.168.1.2
[R1]ip route-static 3.3.3.3 32 192.168.3.1

R2配置

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sys R2
[R2]interface g0/0/0
[R2-GigabitEthernet0/0/0]ip address 192.168.2.1 24
Apr  6 2021 14:20:02-08:00 R2 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state. 
[R2-GigabitEthernet0/0/0]interface g0/0/1
[R2-GigabitEthernet0/0/1]ip address 192.168.1.2 24
Apr  6 2021 14:20:24-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]q
[R2]interface loopback 0
[R2-LoopBack0]ip address 2.2.2.2 32
interface LoopBack0ip address 2.2.2.2 255.255.255.255 
[R2-LoopBack0]q
[R2]ip route-	
[R2]ip route-static 1.1.1.1 32 192.168.1.1
[R2]ip route-	
[R2]ip route-static 3.3.3.3 32 192.168.2.2

R3配置

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sys R3
[R3]interface g0/0/0
[R3-GigabitEthernet0/0/0]ip address 192.168.3.1 24
Apr  6 2021 14:20:59-08:00 R3 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state. 
[R3-GigabitEthernet0/0/0]interface g0/0/1
[R3-GigabitEthernet0/0/1]ip address 192.168.2.2 24
[R3-GigabitEthernet0/0/1]
Apr  6 2021 14:21:21-08:00 R3 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP 
on the interface GigabitEthernet0/0/1 has entered the UP state. 
[R3-GigabitEthernet0/0/1]q
[R3]interface loopback 0
[R3-LoopBack0]ip address 3.3.3.3 32
interface LoopBack0ip address 3.3.3.3 255.255.255.255 
[R3-LoopBack0]q	
[R3]ip route-static 1.1.1.1 32 192.168.3.2
[R3]ip route-static 2.2.2.2 32 192.168.2.1

然后PC1与PC2,PC3ping在这里插入图片描述

实验二

在这里插入图片描述
首先配好各个pc的ip地址,配好pc4,pc6的ip,子网掩码,网关。
sw1的配置

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sys sw1
[sw1]
[sw1]interface e0/0/1
[sw1-Ethernet0/0/1]
[sw1-Ethernet0/0/1]port link-type access
[sw1-Ethernet0/0/1]port default vlan 10
[sw1-Ethernet0/0/1]dis this
#
interface Ethernet0/0/1port link-type accessport default vlan 10
#
return
[sw1-Ethernet0/0/1]
[sw1-Ethernet0/0/1]interface e 0/0/2
[sw1-Ethernet0/0/2]port link-type access
[sw1-Ethernet0/0/2]port default vlan 20
[sw1-Ethernet0/0/2]
[sw1-Ethernet0/0/2]interface e0/0/3
[sw1-Ethernet0/0/3]port link-type access
[sw1-Ethernet0/0/3]port default vlan 10
[sw1-Ethernet0/0/3]
[sw1-Ethernet0/0/3]interface e0/0/5
[sw1-Ethernet0/0/5]port link-type access
[sw1-Ethernet0/0/5]port default vlan 20
[sw1-Ethernet0/0/5]dis this
#
interface Ethernet0/0/5port link-type accessport default vlan 20
#
return
[sw1-Ethernet0/0/5]port link-type access
[sw1-Ethernet0/0/5] port default vlan 20
[sw1-Ethernet0/0/5]interface e0/0/4
[sw1-Ethernet0/0/4]port link-type trunk
[sw1-Ethernet0/0/4]port trunk allow-pass vlan 10 20

sw2配置

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sys sw2
[sw2]
[sw2]interface e0/0/1
[sw2-Ethernet0/0/1]port link-type trunk
[sw2-Ethernet0/0/1]
[sw2-Ethernet0/0/1]dis this
#
interface Ethernet0/0/1port link-type trunk
#
return
[sw2-Ethernet0/0/1]port trunk allow-pass vlan 10 20
[sw2-Ethernet0/0/1]dis this
#
interface Ethernet0/0/1port link-type trunkport trunk allow-pass vlan 10 20
#
return
[sw2-Ethernet0/0/1]interface e0/0/2
[sw2-Ethernet0/0/2]port link-type access
[sw2-Ethernet0/0/2]prot
[sw2-Ethernet0/0/2]dis this
#
interface Ethernet0/0/2port link-type access
#
return
[sw2-Ethernet0/0/2]q
[sw2]vlan batch 10 20
Info: This operation may take a few seconds. Please wait for a moment...done.
[sw2]interface e0/0/2
[sw2-Ethernet0/0/2]port default vlan 20
[sw2-Ethernet0/0/2]
[sw2-Ethernet0/0/2]
[sw2-Ethernet0/0/2]dis this
#
interface Ethernet0/0/2port link-type accessport default vlan 20
#
return
[sw2-Ethernet0/0/2]
[sw2-Ethernet0/0/2]interface e0/0/3
[sw2-Ethernet0/0/3]port link-type access
[sw2-Ethernet0/0/3]port default vlan 10
[sw2-Ethernet0/0/3]dis this
#
interface Ethernet0/0/3port link-type accessport default vlan 10
#
return

r1配置

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sys r1
[r1]interface g0/0/0
[r1-GigabitEthernet0/0/0]ip address 192.168.2.254 24
Apr  6 2021 17:12:56-08:00 r1 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state. 
[r1-GigabitEthernet0/0/0]interface g0/0/1
[r1-GigabitEthernet0/0/1]ip address 192.168.20.1 24
Apr  6 2021 17:13:12-08:00 r1 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP 
on the interface GigabitEthernet0/0/1 has entered the UP state. 
[r1-GigabitEthernet0/0/1]q
[r1]ip route-static 192.168.10.0 24 192.168.20.2

r2配置

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sys r2
[r2]interface g0/0/0
[r2-GigabitEthernet0/0/0]ip address 192.168.20.2 24
Apr  6 2021 17:13:36-08:00 r2 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state. 
[r2-GigabitEthernet0/0/0]interface g0/0/1
[r2-GigabitEthernet0/0/1]ip address 192.168.10.254 24
Apr  6 2021 17:13:58-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]q
[r2]ip route-static 0.0.0.0 0 192.168.20.1

pc5pingpc1,pc3 pc4pingpc2,pingpc6在这里插入图片描述
在这里插入图片描述

实验三

在这里插入图片描述

先配好pc1,pc2,pc3的ip,子网掩码,网关
sw1的配置

<Huawei>
<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sys sw1
[sw1]vlan batch 10 20 30
Info: This operation may take a few seconds. Please wait for a moment...done.
[sw1]
[sw1]interface e0/0/1
[sw1-Ethernet0/0/1]port link-type access
[sw1-Ethernet0/0/1]port default vlan 10
[sw1-Ethernet0/0/1]dis this
#
interface Ethernet0/0/1port link-type accessport default vlan 10
#
return
[sw1-Ethernet0/0/1]interface e0/0/2
[sw1-Ethernet0/0/2]port link-type access
[sw1-Ethernet0/0/2]port default vlan 20
[sw1-Ethernet0/0/2]dis this
#
interface Ethernet0/0/2port link-type accessport default vlan 20
#
return
[sw1-Ethernet0/0/2]interface e0/0/3
[sw1-Ethernet0/0/3]port link-type access
[sw1-Ethernet0/0/3]port default vlan 30
[sw1-Ethernet0/0/3]dis this
#
interface Ethernet0/0/3port link-type accessport default vlan 30
#
return
[sw1-Ethernet0/0/3]
[sw1-Ethernet0/0/3]interface e0/0/4
[sw1-Ethernet0/0/4]port link-type trunk
[sw1-Ethernet0/0/4]dis this
#
interface Ethernet0/0/4port link-type trunk
#
return
[sw1-Ethernet0/0/4]
[sw1-Ethernet0/0/4]port trunk allow-pass vlan 10 20 30 
[sw1-Ethernet0/0/4]
[sw1-Ethernet0/0/4]dis this
#
interface Ethernet0/0/4port link-type trunkport trunk allow-pass vlan 10 20 30
#
return
[sw1-Ethernet0/0/4]

r1配置

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sys r1
[r1]interface g0/0/0.1
[r1-GigabitEthernet0/0/0.1]ip address 192.168.1.254 24
[r1-GigabitEthernet0/0/0.1]dot1q termination vid 10
Apr  6 2021 15:52:28-08:00 r1 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP 
on the interface GigabitEthernet0/0/0.1 has entered the UP state. 
[r1-GigabitEthernet0/0/0.1]arp broadcast enable
[r1-GigabitEthernet0/0/0.1]interface g0/0/0.2
[r1-GigabitEthernet0/0/0.2]dot1q termination vid 20
[r1-GigabitEthernet0/0/0.2]arp broadcast enable
[r1-GigabitEthernet0/0/0.2]ip address 192.168.2.254 24
Apr  6 2021 15:53:23-08:00 r1 %%01IFNET/4/LINK_STATE(l)[2]:The line protocol IP 
on the interface GigabitEthernet0/0/0.2 has entered the UP state. 
[r1-GigabitEthernet0/0/0.2]interface g0/0/0.3
[r1-GigabitEthernet0/0/0.3]ip address 192.168.3.254 24
[r1-GigabitEthernet0/0/0.3]arp broadcast enable
Error: This interface is not a termination interface.
[r1-GigabitEthernet0/0/0.3]dot1q termination vid 30
Apr  6 2021 15:53:56-08:00 r1 %%01IFNET/4/LINK_STATE(l)[3]:The line protocol IP 
on the interface GigabitEthernet0/0/0.3 has entered the UP state. 
[r1-GigabitEthernet0/0/0.3]arp broadcast enable
[r1-GigabitEthernet0/0/0.3]

pc1pingpc2,pingpc3
在这里插入图片描述

这篇关于loopback地址,静态vlan,trunk的介绍,附实验题的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/259933

相关文章

性能测试介绍

性能测试是一种测试方法,旨在评估系统、应用程序或组件在现实场景中的性能表现和可靠性。它通常用于衡量系统在不同负载条件下的响应时间、吞吐量、资源利用率、稳定性和可扩展性等关键指标。 为什么要进行性能测试 通过性能测试,可以确定系统是否能够满足预期的性能要求,找出性能瓶颈和潜在的问题,并进行优化和调整。 发现性能瓶颈:性能测试可以帮助发现系统的性能瓶颈,即系统在高负载或高并发情况下可能出现的问题

水位雨量在线监测系统概述及应用介绍

在当今社会,随着科技的飞速发展,各种智能监测系统已成为保障公共安全、促进资源管理和环境保护的重要工具。其中,水位雨量在线监测系统作为自然灾害预警、水资源管理及水利工程运行的关键技术,其重要性不言而喻。 一、水位雨量在线监测系统的基本原理 水位雨量在线监测系统主要由数据采集单元、数据传输网络、数据处理中心及用户终端四大部分构成,形成了一个完整的闭环系统。 数据采集单元:这是系统的“眼睛”,

Hadoop数据压缩使用介绍

一、压缩原则 (1)运算密集型的Job,少用压缩 (2)IO密集型的Job,多用压缩 二、压缩算法比较 三、压缩位置选择 四、压缩参数配置 1)为了支持多种压缩/解压缩算法,Hadoop引入了编码/解码器 2)要在Hadoop中启用压缩,可以配置如下参数

常用的jdk下载地址

jdk下载地址 安装方式可以看之前的博客: mac安装jdk oracle 版本:https://www.oracle.com/java/technologies/downloads/ Eclipse Temurin版本:https://adoptium.net/zh-CN/temurin/releases/ 阿里版本: github:https://github.com/

图神经网络模型介绍(1)

我们将图神经网络分为基于谱域的模型和基于空域的模型,并按照发展顺序详解每个类别中的重要模型。 1.1基于谱域的图神经网络         谱域上的图卷积在图学习迈向深度学习的发展历程中起到了关键的作用。本节主要介绍三个具有代表性的谱域图神经网络:谱图卷积网络、切比雪夫网络和图卷积网络。 (1)谱图卷积网络 卷积定理:函数卷积的傅里叶变换是函数傅里叶变换的乘积,即F{f*g}

C++——stack、queue的实现及deque的介绍

目录 1.stack与queue的实现 1.1stack的实现  1.2 queue的实现 2.重温vector、list、stack、queue的介绍 2.1 STL标准库中stack和queue的底层结构  3.deque的简单介绍 3.1为什么选择deque作为stack和queue的底层默认容器  3.2 STL中对stack与queue的模拟实现 ①stack模拟实现

webapp地址

F:\LSP\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps

Thymeleaf:生成静态文件及异常处理java.lang.NoClassDefFoundError: ognl/PropertyAccessor

我们需要引入包: <dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-thymeleaf</artifactId></dependency><dependency><groupId>org.springframework</groupId><artifactId>sp

Mysql BLOB类型介绍

BLOB类型的字段用于存储二进制数据 在MySQL中,BLOB类型,包括:TinyBlob、Blob、MediumBlob、LongBlob,这几个类型之间的唯一区别是在存储的大小不同。 TinyBlob 最大 255 Blob 最大 65K MediumBlob 最大 16M LongBlob 最大 4G

STM32(十一):ADC数模转换器实验

AD单通道: 1.RCC开启GPIO和ADC时钟。配置ADCCLK分频器。 2.配置GPIO,把GPIO配置成模拟输入的模式。 3.配置多路开关,把左面通道接入到右面规则组列表里。 4.配置ADC转换器, 包括AD转换器和AD数据寄存器。单次转换,连续转换;扫描、非扫描;有几个通道,触发源是什么,数据对齐是左对齐还是右对齐。 5.ADC_CMD 开启ADC。 void RCC_AD