博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
CCNA(Stand-ALONE)Lab 22-Introduction to the Switch
阅读量:6670 次
发布时间:2019-06-25

本文共 1013 字,大约阅读时间需要 3 分钟。

Objective: View some basic areas of a Cisco Catalyst 1900 switch.
Lab Equipment: Switch 1 from the eSwitches menu
Background Reading: Lab Primer Lesson 11: Switches
1. Connect to Switch 1. You should see the user mode prompt.
>
2. Enter the command to display the IOS version of the switch.
>show version
What version of the IOS is running? _______________________
What is the model number of the switch? ___________________
What is the Base Ethernet Address of the switch? _____________
3. Display the interfaces of the switch.
>show interfaces
How many of the interfaces are 10 Mbps? ___________________
How many ports are 100 Mbps Fast Ethernet? ________________
4. Enter the command to view the MAC address table.
>show mac-address-table
How many dynamic entries have been learned? _______________
5. Display the running configuration.
#show running-config 
*****************************************************************
Above:
Next:
本文转自redking51CTO博客,原文链接:http://blog.51cto.com/redking/72490
,如需转载请自行联系原作者
你可能感兴趣的文章
2018年第40周-scala入门-工具使用
查看>>
微信小程序快速入门分享大纲
查看>>
form中只有一个input时自动提交问题
查看>>
面试官:说说快速失败和安全失败是什么
查看>>
node.js中常用的fs文件系统
查看>>
Java抽象类与接口的区别
查看>>
在vue项目中使用vuex
查看>>
服务器从零开始(1D)-user+sudo+vnc
查看>>
一张图让自己搞懂(mēng)原型&原型链
查看>>
Mybatis N+1问题解析
查看>>
前端每日实战:75# 视频演示如何用纯 CSS 创作一支摇曳着烛光的蜡烛
查看>>
我为什么要升级到Ionic3
查看>>
Elixir: 函数装饰器
查看>>
Java并发编程之volatile关键字解析
查看>>
309. Best Time to Buy and Sell Stock with Cooldown
查看>>
Git 2.7: 一个新的带来许多新特性和性能提升的主要版本
查看>>
jDays 2016综合报道
查看>>
大规模学习该如何权衡得失?解读NeurIPS 2018时间检验奖获奖论文
查看>>
解读2015之Spark篇:新生态系统的形成
查看>>
Node和JS基金会宣布合并为 OpenJS 基金会
查看>>