当前位置:网站首页>HCIA (network elementary comprehensive experimental exercise)
HCIA (network elementary comprehensive experimental exercise)
2022-07-27 02:16:00 【Not smart】
The experimental requirements

IP Division of address :
First of all, we need to know how many network segments are needed in the figure , Then divide and configure
The following figure shows my divided subnet

According to the above figure, all interfaces of the router 、 Loopback interface IP To configure
After the configuration is completed, we first configure the single arm route under the topology
VLAN Configuration of
Operating instructions
[sw1]vlan b
[sw1]vlan batch 2 3 ( establish VLAN2 and 3)
Divide the interfaces on the switch into corresponding interfaces vlan in
[sw1]interface Ethernet0/0/1 ( Divide an interface into corresponding vlan)
[sw1-Ethernet0/0/1]port link-type access ( First, modify the interface to the access mode )
[sw1-Ethernet0/0/1]port default vlan 2 ( Then divide the interface into corresponding vlan in )
trunk main rd : It doesn't belong to any one vlan, Carry all vlan Traffic forwarding , Can mark ( encapsulation ) distinguish ( decapsulation ) Different vlan The label of .
[sw1]interface e0/0/3
[sw1-Ethernet0/0/5]port link-type trunk ( Modify the interface trunk Pattern )
[sw1-Ethernet0/0/5]port trunk allow-pass vlan 2 to 3
After the above configuration , You can view the of two switches VALN Forms
<lw1>display vlan


notes : Configure the switch connected to the router trunk when , The interface connected with the router should also be configured trunk
Static routing
Due to the requirements of the topic, dynamic routing should not be used , So we need to supplement the routing table through static routing
[r1]ip route-static 192.168.3.0 24 192.168.2.2
( Target segment ) ( Next jump )
Follow this command , In turn R1---R5 Perform static routing configuration ( Except direct connection ), In the face of R2 The loopback configuration of should be summarized , Due to the routing black hole generated after the summary, empty interface configuration is required
[r1]ip route-static 1.1.0.0 22 NULL 0
( After summarizing the network segment )
Finally, configure the default route , Both point outward to the boundary route
[r1]ip route-static 0.0.0.0 0.0.0.0 192.168.1.1
( Next jump )
NAT Address translation
At this time, the experimental requirements have been basically completed , Just in R5 on NAT Address translation deployment
[r5]acl 2000
[r5-acl-basic-2000]rule permit source any
[r5]int g0/0/1
[r5-GigabitEthernet0/0/1]nat outbound 2000
So far, all the requirements of the experiment have been met , End of experiment .
边栏推荐
- Nat网络地址转换实验
- OSPF protocol knowledge summary
- TCP's three handshakes and four waves (brief introduction)
- HCIA动态路由OSPF实验
- WAN technology experiment
- Brief introduction of VLAN principle and specific experimental configuration
- 二层封装技术(HDLC、PPP--PAP\CHAP、GRE)实验练习
- [FPGA tutorial case 30] DDS direct digital frequency synthesizer based on FPGA -- frequency accuracy analysis with MATLAB
- 【数据库课程设计】SQLServer数据库课程设计(学生宿舍管理),课设报告+源码+数据库关系图
- Mechanical hard disk Selection Guide -- from the selection experience
猜你喜欢

Brief introduction of VLAN principle and specific experimental configuration

JS 99 multiplication table

Dynamic routing ofps protocol configuration

Flink1.13.6 detailed deployment method

【volatile原理】volatile原理

WAN technology experiment

The basic configuration of static routing (planning of IP address and configuration of static routing) realizes the accessibility of the whole network.

7.7 SHEIN希音笔试

动态路由ofps协议配置

C语言——字符和字符串、算术运算符、类型转换
随机推荐
6.28 flush written test
C语言——赋值运算符、复合的赋值运算符、自增自减运算符、逗号运算符、条件运算符、goto语句、注释
初识C语言(1)
Static routing default routing VLAN experiment
js求最大值?
JS max?
HCIA(网络初级综合实验练习)
OSPF静态大实验
Gan's training skills: alchemist cultivation plan - generative confrontation network training, participation and improvement
定时器中断实验
6.28大华笔试
Dynamic routing rip protocol experiment
OSPF basic configuration application (comprehensive experiment: interference election default routing area summary authentication -- interface authentication)
Unity Huatuo revolutionary hot update series [1]
[reprint] GPU compute capability table
Flink1.13.6 detailed deployment method
Tcp的三次握手与四次挥手
6.29 Zhong'an Summer Internship
[详解C语言]一文带你玩转循环结构(for_while_do-while)
Fastjson handles string escape characters