当前位置:网站首页>Huawei simulator ENSP - hcip - Hybrid Experiment 2
Huawei simulator ENSP - hcip - Hybrid Experiment 2
2022-07-01 03:51:00 【Fried chicken shop owner Z】
Topology :
The experimental requirements :
PC1 and PC3 The interface is access; Belong to vlan2
PC2/4/5/6 In the same network segment ; among PC2 You can visit PC4/5/6; but PC4 You can visit PC5, Cannot access PC6PC5 Cannot access PC6
PC1/3 And PC2/4/5/6 Not in the same segment
all PC adopt DHCP obtain IP Address , And PC1/3 Normal access PC2/4/5/6
Ideas :
Create on switch vlan-> Divide vlan-> Configure interface vlan Allow list for -> Configure router interface -> To configure DHCP-> Computer on DHCP
Configuration command :
SW1:
sys
sys sw1
// Divide vlan
vlan batch 2 to 6
int g0/0/1
p l a
p d v 2
int g0/0/4
p l t
p t a v a
int g0/0/2
port hybrid pvid vlan 3
port hybrid untagged vlan 3 to 6
int g0/0/3
p h u v 3 to 6
p h t v 2
SW2:
sys
sys sw2
// Divide vlan
vlan batch 2 to 6
int g0/0/3
p l t
p t a v a
int g0/0/4
p l t
p t a v a
int g0/0/1
p l a
p d v 2
int g0/0/2
p h p v 4
p h u v 3 4 5
SW3:
sys
sys sw3
// Divide vlan
vlan batch 2 to 6
int g0/0/3
p l t
p t a v a
int g0/0/1
p h p v 5
p h u v 3 4 5
int g0/0/2
p h p v 6
p h u v 3 6
R1:
sys
sys r1
// Configure router interface IP Address
int g0/0/0
ip add 192.168.2.1 24
int g0/0/0.1
ip add 192.168.1.1 24
// Divide vlan
vlan batch 2 to 6
int g0/0/0.1
d t v 2
a b e
dhcp enable
ip pool 1.0
net 192.168.1.0 mask 24
gate 192.168.1.1
dns 114.114.114.114
ip pool 2.0
net 192.168.2.0 mask 24
gate 192.168.2.1
dns 114.114.114.114
int g0/0/0
dhcp select global
int g0/0/0.1
dhcp select global
verification :
PC1(192.168.1.254)ping PC3(192.168.1.253)
PC1(192.168.1.254)ping PC2(192.168.2.251)
边栏推荐
- 72. edit distance
- 206.反转链表
- Leetcode: offer 59 - I. maximum value of sliding window
- How to display scrollbars on the right side of the background system and how to solve the problem of double scrollbars
- 【TA-霜狼_may-《百人计划》】1.2.3 MVP矩阵运算
- Leetcode:829. Sum of continuous integers
- Edge浏览器的小技巧:Enter+Ctrl可以自动将地址栏转换为网址
- Blueprism registration, download and install -rpa Chapter 1
- 在 C 中声明函数之前调用函数会发生什么?
- 【JPCS出版】2022年第三届控制理论与应用国际会议(ICoCTA 2022)
猜你喜欢
Visit the image URL stored by Alibaba cloud to preview the thumbnail directly on the web page instead of downloading it directly
Processing of menu buttons on the left and contents on the right of the background system page, and double scrolling appears on the background system page
使用selenium自动化测试工具爬取高考相关院校专业招生分数线及排名情况
【TA-霜狼_may-《百人计划》】1.3纹理的秘密
The programmer's girlfriend gave me a fatigue driving test
Grid system in bootstrap
【TA-霜狼_may-《百人计划》】1.4 PC手机图形API介绍
Appium自动化测试基础 — APPium基本原理
[TA frost wolf \u may - "hundred people plan"] 2.1 color space
Review column - message queue
随机推荐
Sort linked list (merge sort)
166. 分数到小数
30. Concatenate substrings of all words
168. excel table column name
[reach out to Party welfare] developer reload system sequence
[ta - Frost Wolf May - 100 people plan] 1.2.1 base vectorielle
Unexpected token o in JSON at position 1, JSON parsing problem
Visit the image URL stored by Alibaba cloud to preview the thumbnail directly on the web page instead of downloading it directly
409. longest palindrome
在 C 中声明函数之前调用函数会发生什么?
10. 正则表达式匹配
Bilinear upsampling and f.upsample in pytorch_ bilinear
静态库使用MFC和共享库使用MFC的区别
Pytorch training deep learning network settings CUDA specified GPU visible
pytorch nn. AdaptiveAvgPool2d(1)
Are you still wasting brain cells for self-study? This interview note is definitely the ceiling of station C
Addition without addition, subtraction, multiplication and division
Error: plug ins declaring extensions or extension points must set the singleton directive to true
RSN:Learning to Exploit Long-term Relational Dependencies in Knowledge Graphs
整合阿里云短信的问题:无法从静态上下文中引用非静态方法