当前位置:网站首页>HCIP 交换实验
HCIP 交换实验
2022-08-04 09:54:00 【科目三考了六次.】
实验要求及拓扑
实验配置
分别进入SW1与SW2的G0/0/23与G0/0/24接口配置eth-trunk
[SW1]interface Eth-Trunk 0
[SW1]interface g0/0/23
[SW1-GigabitEthernet0/0/23]eth-trunk 0
[SW1-GigabitEthernet0/0/23]int g0/0/24
[SW1-GigabitEthernet0/0/24]eth-trunk 0
[SW2]int Eth-Trunk 0
[SW2]int g0/0/23
[SW2-GigabitEthernet0/0/23]eth-trunk 0
[SW2]int g0/0/24
[SW2-GigabitEthernet0/0/24]eth-trunk 0
将交换机互连的链路类型调为trunk
[SW1]port-group group-member GigabitEthernet 0/0/3 GigabitEthernet 0/0/4 Eth-
Trunk 0
[SW1-port-group]port link-type trunk
[SW1-GigabitEthernet0/0/3]port link-type trunk
[SW1-GigabitEthernet0/0/4]port link-type trunk
[SW1-Eth-Trunk0]port link-type trunk
[SW1-port-group]port trunk allow-pass vlan 2
[SW1-GigabitEthernet0/0/3]port trunk allow-pass vlan 2
[SW1-GigabitEthernet0/0/4]port trunk allow-pass vlan 2
[SW1-Eth-Trunk0]port trunk allow-pass vlan 2
[SW2]port-group group-member GigabitEthernet 0/0/3 GigabitEthernet 0/0/5 Eth-Tru
nk 0
[SW2-port-group]port link-type trunk
[SW2-GigabitEthernet0/0/3]port link-type trunk
[SW2-GigabitEthernet0/0/5]port link-type trunk
[SW2-Eth-Trunk0]port link-type trunk
[SW2-port-group]port trunk allow-pass vlan 2
[SW2-GigabitEthernet0/0/3]port trunk allow-pass vlan 2
[SW2-GigabitEthernet0/0/5]port trunk allow-pass vlan 2
[SW2-Eth-Trunk0]port trunk allow-pass vlan 2
[SW3]port-group group-member GigabitEthernet 0/0/3 GigabitEthernet 0/0/5
[SW3-port-group]port link-type trunk
[SW3-GigabitEthernet0/0/3]port link-type trunk
[SW3-GigabitEthernet0/0/5]port link-type trunk
[SW3-port-group]port trunk allow-pass vlan 2
[SW3-GigabitEthernet0/0/3]port trunk allow-pass vlan 2
[SW3-GigabitEthernet0/0/5]port trunk allow-pass vlan 2
[SW4]port-group group-member GigabitEthernet 0/0/3 GigabitEthernet 0/0/4
[SW4-port-group]port link-type trunk
[SW4-GigabitEthernet0/0/3]port link-type trunk
[SW4-GigabitEthernet0/0/4]port link-type trunk
[SW4-port-group]port trunk allow-pass vlan 2
[SW4-GigabitEthernet0/0/3]port trunk allow-pass vlan 2
[SW4-GigabitEthernet0/0/4]port trunk allow-pass vlan 2
VLAN的创建和划分
[SW3]int g0/0/2
[SW3-GigabitEthernet0/0/2]port link-type access
[SW3-GigabitEthernet0/0/2]port default vlan 2
[SW4]int g0/0/2
[SW4-GigabitEthernet0/0/2]port link-type access
[SW4-GigabitEthernet0/0/2]port default vlan 2
在各台交换机上配置MSTP(各台交换机配置相同)
[SW4]stp mode mstp
[SW4]stp enable
[SW4]stp region-configuration
[SW4-mst-region]region-name klpk
[SW4-mst-region]instance 1 vlan 1
[SW4-mst-region]instance 2 vlan 2
[SW4-mst-region]active region-configuration
在各台交换机上查看STP brief发现SW4为根
接入层设备SW4为根,先需将根调整到汇聚层设备SW1上,根据分流需要,将组1的根调整到SW1,备根调整到SW2;将组2的根调整到SW2,备根调整到SW1;
[SW1]stp instance 1 root primary
[SW1]stp instance 2 root secondary
[SW2]stp instance 1 root secondary
[SW2]stp instance 2 root primary
配置完成后查看SW3与SW4的STP brief观察被阻塞接口
配置SVI
[SW1]interface vlan 1
[SW1-Vlanif1]ip add 172.16.1.1 25
[SW1-Vlanif1]int vlan 2
[SW1-Vlanif2]ip add 172.16.1.129 25
[SW2]int vlan 1
[SW2-Vlanif1]ip add 172.16.1.2 25
[SW2-Vlanif1]int vlan 2
[SW2-Vlanif2]ip add 172.16.1.130 25
配置VRRP(网关冗余)
[SW1]int vlan 1
[SW1-Vlanif1]vrrp vrid 1 virtual-ip 172.16.1.126
[SW1-Vlanif1]vrrp vrid 1 priority 120
[SW1-Vlanif1]vrrp vrid 1 track interface GigabitEthernet 0/0/1 reduced 30
[SW1]int vlan 2
[SW1-Vlanif2]vrrp vrid 1 virtual-ip 172.16.1.254
[SW2]int vlan 1
[SW2-Vlanif1]vrrp vrid 1 virtual-ip 172.16.1.126
[SW2]int vlan 2
[SW2-Vlanif2]vrrp vrid 1 virtual-ip 172.16.1.254
[SW2-Vlanif2]vrrp vrid 1 priority 120
[SW2-Vlanif2]vrrp vrid 1 track interface GigabitEthernet 0/0/2 reduced 30
VRRP配置完成
配置DHCP
[SW1]dhcp enable
[SW1]ip pool v1
[SW1-ip-pool-v1]network 172.16.1.0 mask 25
[SW1-ip-pool-v1]gateway-list 172.16.1.126
[SW1-ip-pool-v1]dns-list 114.114.114.114
[SW1]ip pool v2
[SW1-ip-pool-v2]network 172.16.1.128 mask 25
[SW1-ip-pool-v2]gateway-list 172.16.1.254
[SW1-ip-pool-v2]dns-list 114.114.114.114
[SW1]int vlan 1
[SW1-Vlanif1]dhcp select global
[SW1-Vlanif1]int vlan 2
[SW1-Vlanif2]dhcp select global
[SW2]dhcp enable
[SW2]ip pool v1
[SW2-ip-pool-v1] gateway-list 172.16.1.126
[SW2-ip-pool-v1] network 172.16.1.0 mask 255.255.255.128
[SW2-ip-pool-v1] dns-list 114.114.114.114
[SW2-ip-pool-v1]ip pool v2
[SW2-ip-pool-v2] gateway-list 172.16.1.254
[SW2-ip-pool-v2] network 172.16.1.128 mask 255.255.255.128
[SW2-ip-pool-v2] dns-list 114.114.114.114
[SW2]int vlan 1
[SW2-Vlanif1]dhcp select global
[SW2-Vlanif1]int vlan 2
[SW2-Vlanif2]dhcp select global
因ENSP模拟器自身问题需在SW1,SW2配置SVI模拟3层接口配置IP
[SW1]vlan 100
[SW1-vlan100]int g0/0/1
[SW1-GigabitEthernet0/0/1]port link-type access
[SW1-GigabitEthernet0/0/1]port default vlan 100
[SW1-GigabitEthernet0/0/1]int vlan 100
[SW1-Vlanif100]ip add 172.16.0.1 30
[SW2]vlan 100
[SW2]int g0/0/2
[SW2-GigabitEthernet0/0/2]port link-type access
[SW2-GigabitEthernet0/0/2]port default vlan 100
[SW2-GigabitEthernet0/0/2]int vlan 100
[SW2-Vlanif100]ip add 172.16.0.5 30
配置路由器IP
[R1]int g0/0/1
[R1-GigabitEthernet0/0/1]ip add 172.16.0.2 30
[R1-GigabitEthernet0/0/1]int g0/0/2
[R1-GigabitEthernet0/0/2]ip add 172.16.0.6 30
[R1-GigabitEthernet0/0/2]int g0/0/0
[R1-GigabitEthernet0/0/0]ip add 12.1.1.1 24
[ISP]int g0/0/0
[ISP-GigabitEthernet0/0/0]ip add 12.1.1.2 24
[ISP-GigabitEthernet0/0/0]int lo 0
[ISP-LoopBack0]ip add 1.1.1.1 24
配置OSPF(三层链路做成Area0,底下部分做成Area1)
[R1]ospf 1 router-id 1.1.1.1
[R1-ospf-1]area 0
[R1-ospf-1-area-0.0.0.0]network 172.16.0.0 0.0.0.255
[SW1]ospf 1 router-id 2.2.2.2
[SW1-ospf-1]area 0
[SW1-ospf-1-area-0.0.0.0]network 172.16.0.1 0.0.0.0
[SW1-ospf-1]area 1
[SW1-ospf-1-area-0.0.0.1]network 172.16.1.1 0.0.0.0
[SW1-ospf-1-area-0.0.0.1]network 172.16.1.129 0.0.0.0
[SW2]ospf 1 router-id 3.3.3.3
[SW2-ospf-1]area 0
[SW2-ospf-1-area-0.0.0.0]network 172.16.0.5 0.0.0.0
[SW2-ospf-1]area 1
[SW2-ospf-1-area-0.0.0.1]network 172.16.1.2 0.0.0.0
[SW2-ospf-1-area-0.0.0.1]network 172.16.1.130 0.0.0.0
[SW1]ospf 1
[SW1-ospf-1]area 1
[SW1-ospf-1-area-0.0.0.1]abr-summary 172.16.1.0 255.255.255.0
[SW2]ospf 1
[SW2-ospf-1]area 1
[SW2-ospf-1-area-0.0.0.1]abr-summary 172.16.1.0 255.255.255.0
4
为解决SVI多余建邻的问题,需配置静默接口
[SW1]ospf 1
[SW1-ospf-1]silent-interface all
[SW1-ospf-1]undo silent-interface GigabitEthernet 0/0/1
[SW1-ospf-1]undo silent-interface Eth-Trunk 0
[SW1-ospf-1]undo silent-interface Vlanif 1
[SW1-ospf-1]undo silent-interface Vlanif 100
[SW2]ospf 1
[SW2-ospf-1]silent-interface all
[SW2-ospf-1]undo silent-interface GigabitEthernet 0/0/2
[SW2-ospf-1]undo silent-interface Eth-Trunk 0
[SW2-ospf-1]undo silent-interface Vlanif 100
[SW2-ospf-1]undo silent-interface Vlanif 1
在R1上配置easy nat
[R1]ip route-static 0.0.0.0 0 12.1.1.2
[R1]ospf 1
[R1-ospf-1]default-route-advertise
[R1]acl 2000
[R1-acl-basic-2000]rule permit source 172.16.0.0 0.0.255.255
[R1]int g0/0/0
[R1-GigabitEthernet0/0/0]nat outbound 2000
实验测试
PC1
启动SW1,关闭SW2,通过PC4访问外网再次测试
PC4
边栏推荐
- Shell编程的条件语句
- KubeDNS 和 CoreDNS
- 2022 Cloud Native Computing代表厂商 | 灵雀云第三次入选Gartner中国ICT技术成熟度曲线报告
- [Cloud Residency Co-Creation] HCSD Celebrity Live Streaming – Employment Guide
- HTB-Sense
- leetcode动态规划系列(求路径篇)
- LVS+Keepalived群集部署
- Inheritance and the static keyword
- 各位大佬,请问mysql数据的cdc,能指定存量数据同步的zone为utc 吗
- MindSpore:损失函数问题
猜你喜欢
Acwing 3208. Z字形扫描 偏移量+扩展图
2022-08-03 第六小组 瞒春 学习笔记
TiDB升级与案例分享(TiDB v4.0.1 → v5.4.1)
usb设备复合g_webcam摄像头码流传输功能以及g_serial串口功能
MindSpore:model.train中的dataset_sink_mode该如何理解?
leetcode动态规划系列(求路径篇)
【C补充】指向指针或函数的指针
LeetCode中等题之设计循环队列
【正点原子STM32连载】第一章 本书学习方法 摘自【正点原子】MiniPro STM32H750 开发指南_V1.1
Post-94 Byte P7 posted the salary slip: It's really good to make up for this...
随机推荐
Could you please talk about how the website is accessed?[Interview questions in the web field]
Mysql应用日志时间与系统时间相差八小时
leetcode二叉树系列(二)
【C补充】指针相关知识点收集01
开源一夏 | 查询分页不只有limit,这四种分页方法值得掌握
ps如何换背景颜色,自学ps软件photoshop2022,3种不同的方式笔记记录
[Punctuality Atomic STM32 Serial] Chapter 1 Learning Method of the Book Excerpted from [Punctuality Atomic] MiniPro STM32H750 Development Guide_V1.1
KubeDNS 和 CoreDNS
Get the number of cpu cores
The difference between Mysql application log time and system time is eight hours
TiFlash 源码阅读(五) DeltaTree 存储引擎设计及实现分析 - Part 2
关于DSP驱动外挂flash
PD 源码分析- Checker: region 健康卫士
Person.class.getInterfaces() 注意使用方法
LeetCode581+621+207
LVS+Keepalived群集部署
我和 TiDB 的故事 | TiDB 对我不离不弃,我亦如此
leetcode经典例题——49.字母异位词分组
IDEA启动热部署
Four common methods of network attacks and their protection