思科基本网络连接与 IOS 的基本操作 「网络工程师之路」
思科基本网络连接与 IOS 的基本操作 「网络工程师之路」
【实验目的】
了解并掌握模拟器组网的基本方法;
了解并掌握模拟器环境下的抓包及查看方法
掌握交换机的基本操作
【网络拓扑】
网络拓扑连接,如图 1 所示。
图 1 网络拓扑图
【配置规划】
路由器的连接左右两个网络的接口的 IP 地址分别为 192.168.1.254/24 和 192.168.2.254/24。
PC0 和 PC1 的 IP 地址分别为 192.168.1.1/24 和 192.168.1.2/24。默认网关为 192.168.1.254。
PC2 和 PC3 的 IP 地址分别为 192.168.2.1/24 和 192.168.2.2/24。默认网关为 192.168.2.254。
【练习任务】
\1. 构建如图 1 的拓扑结构;
\2. 路由器连接左右两个网络的接口的 IP 地址按要求进行设置;将 PC0、PC1、PC2、PC3 的 IP 参数按要求进行设置。
\3. 在 PC0 上 ping PC1,查看连通的情况;切换到模拟状态下,重复进行在 PC0 上 ping PC1,查看 ICMP 包的内容,以及交互情况。
\4. 在 PC0 上 ping PC2,查看连通的情况;切换到模拟状态下,重复进行在 PC0 上 ping PC3,查看 ICMP 包的内容,以及交互情况。
【网络拓扑 2】
网络拓扑连接,如图 2 所示。
【练习任务 2】
1. 将交换机的名称配置为 SwitchA;
2. 将控制台密码设置为 123,远程登录密码设置为 456,特权密码设置为 789,并要求特权密码在配置文件中是以加密形式保存。
3. 将上面的配置保存在 startup-config 文件中。
4. 查看 running-config 文件和 startup-config 文件的内容。
5. 查看在用户模式、特权模式下,可以执行的命令分别有哪些?
SwitchA#?
Exec commands:
clear Reset functions
clock Manage the system clock
configure Enter configuration mode
connect Open a terminal connection
copy Copy from one file to another
debug Debugging functions (see also 'undebug')
delete Delete a file
dir List files on a filesystem
disable Turn off privileged commands
disconnect Disconnect an existing network connection
enable Turn on privileged commands
erase Erase a filesystem
exit Exit from the EXEC
logout Exit from the EXEC
more Display the contents of a file
no Disable debugging informations
ping Send echo messages
reload Halt and perform a cold restart
resume Resume an active network connection
setup Run the SETUP command facility
show Show running system information
ssh Open a secure shell client connection
telnet Open a telnet connection
terminal Set terminal line parameters
traceroute Trace route to destination
undebug Disable debugging functions (see also 'debug')
vlan Configure VLAN parameters
write Write running configuration to memory, network, or terminal
6.请使用命令将将交换机与 PC0 相连的接口关闭。然后,再打开接口。
总结:
通过这个实验我们可以了解并掌握模拟器组网的基本方法、了解并掌握模拟器环境下的抓包及查看方法以及掌握交换机的基本操作。后续我们会更新在华为的 eNsp 模拟器上的相关操作,敬请期待。写作不易,动动你的小手指,给博主点个赞吧。跟着博主一起探索网络工程师之路吧~
版权声明: 本文为 InfoQ 作者【Regan Yue】的原创文章。
原文链接:【http://xie.infoq.cn/article/ee65874ec9bcc9f8e62a54be4】。
本文遵守【CC-BY 4.0】协议,转载请保留原文出处及本版权声明。
评论