当前位置:网站首页>Single arm routing (explanation + experiment)
Single arm routing (explanation + experiment)
2022-07-27 07:23:00 【Gucheng 286】
Catalog
Simulator :Cisco Packet Tracer
(3) Experiment related configuration :
One 、 Explain :
Related to knowledge !!!:(39 Bar message ) vlan Routing between + Single arm routing ( Explanation of experimental ideas + To configure )_ Isolated city 286 The blog of -CSDN Blog _ Configure single arm router vlan Routing between

—————————————————————————————————————————————————————————
Two 、 experiment :
Simulator :Cisco Packet Tracer
(1) Experimental thinking :
- PC Configure separately IP And gateway
- 1. The access switch creates corresponding data vlan,
- 2. Mark the interface into the corresponding vlan in
- 3. Encapsulate the interface connecting the router trunk
- 4. The router turns on the parent interface
- 5. The router creates two sub interfaces , Configure the gateway separately and correspond to the gateway vlan binding
(2) The topology :

(3) Experiment related configuration :
- —— Access switch :
vlan 10 - ------ establish vlan name vlan
name PC1
vlan 10
name PC2
int f0/1---- Access interface
switchport mode access ----- Set the interface to access mode
swtichport access vlan 10 ------ Draw the interface into vlan10
exit
int f0/3 ---- Access interface
switchport mode trunk ------ encapsulation trunk
exit
- —— Router router:
int f0/0---- Access interface
no shutdown ----- Open the interface
exit
int f0/0.10 ---- Enter sub interface
encapsulation dot1Q 20---- Connecting sub interfaces to vlna 20 binding
ip address 192.168.20.254 255.255.255.0 --- To configure ip Address as PC gateway
no shutdown --- Open the interface
—— The router creates sub interfaces :
notes :
- Check the interface IP And state :show ip interface brief
- View routing table :show ip route
边栏推荐
- Es compares the data difference between the two indexes
- Jmeter:接口自动化测试-BeanShell对数据库数据和返回数据比较
- ShowDoc漏洞学习——CNVD-2020-26585(任意文件上传)
- 整体二分?
- vlan间路由(讲解+验证)
- MySQL: 提高最大连接数
- MySQL query operation index optimization practice
- Go obtains the processing results of goroutine through channel
- 在kettle使用循环来处理表中的数据
- 在Perl程序中暴露Prometheus指标
猜你喜欢

A Competitive Swarm Optimizer for Large Scale Optimization

一款开源 OA 办公自动化系统

MySQL: 提高最大连接数

零号培训平台课程-1、SQL注入基础

Drools (5): drools advanced syntax

高级IO提纲

指令集董事长潘爱民出席2022 ECUG Con,为中国技术力量发声

35. Search insert position

Esp8266 (esp-12f) third party library use -- sparkfun_ Apds9960 (gesture recognition)

VLAN trunk实验
随机推荐
腾讯云服务器SSH链接自动断开解决方法
Convert Excel to csv/csv UTF-8
Zabbix: 将收集到值映射为易读的语句
?实验 7 基于 Mysql 的 PHP 管理系统实现
Synchronized锁
Internal class -- just read this article~
Drools(5):Drools高级语法
把Excel转换成CSV/CSV UTF-8
用shell来计算文本中的数字之和
Shell系统学习之Shell条件测试,判断语句和运算符
简单的轮播图
【QT】capture.obj:-1: error: LNK2019: 无法解析的外部符号 __imp_htons(解决方法)
零号培训平台课程-2、SSRF基础
Quartus: an error is reported when adding a.V file to someone else's project
【golang学习笔记2.0】 golang中的数组和切片
C程序代码的内存结构分析
Automatically generate UML sequence diagram according to text (draw.io format)
指令集 x 数澜科技丨加速政企数字化转型,打造DT领域独角兽企业联盟
在kettle使用循环来处理表中的数据
C# Winfrom 常用功能整合-2