zoukankan      html  css  js  c++  java
  • Cisco模拟器的基本使用

    获取帮助查找命令

    只需输入一个‘?’便可得到详细的帮助信息,如果想获取c开头的命名,那么直接输入‘c?’即可。

    在各个模式下切换的方法

    给如图所示路由器接口配置IP地址

    image.png

    第一步:安装HWIC-2T(串行接口模块)

    放置3个路由器,并重命名为R1,R2,R3。

    image.gif

    点击R2,进入physic选项卡,将路由器关机,绿灯将熄灭。

    image.png

    点击左侧HWIC-2T(串行接口模块),将其拖至右侧红色框内进行安装。

    image.png

    安装完后将路由器开机。

    同理,R3也是同样的操作。

    第二步:接线

    注意:同样的设备使用交叉线,不同设备使用直通线

    选择闪电图标,再选择交叉线

    image.png

    点击R1,选择FastEthernet0/0
    image.png

    交叉线的另一端接R2的FastEthernet0/0
    image.png

    选择闪电图标,再选择serial DEC线

    image.png

    点击R2,选择serial0/1/0

    image.png

    serial DEC的另一端接R3的serial0/1/0

    image.png

    第三步:路由器配置:

    R1的fastEthernet 配置:

    • 点击R1路由器,选择CLI选项卡

    • 进入特权模式:enable

    • 进入全局配置模式:configure terminal

    • 进入接口配置模式:interface fastEthernet 0/0

    • 配置ip地址:ip address 112.1.47.1 255.255.255.0

    • 打开端口:no shutdown

    R2的fastEthernet 配置:

    • 点击R2路由器,选择CLI选项卡

    • 进入特权模式:enable

    • 进入全局配置模式:configure terminal

    • 进入接口配置模式:interface fastEthernet 0/0

    • 配置ip地址:ip address 112.1.47.1 255.255.255.0

    • 打开端口:no shutdown

    此时R1和R2之间点的颜色由红色变成绿色。

    image.png

    R2的serial配置:

    • 进入接口配置模式:interface serial0/1/0

    • 配置ip地址:ip address 203.1.47.2 255.255.255.0

    • 打开端口:no shutdown

    • R3的serial配置:

    • 进入接口配置模式:interface serial0/1/0

    • 配置ip地址:ip address 203.1.47.3 255.255.255.0

    • 打开端口:no shutdown

    此时R2和R3之间点的颜色由红色变成绿色。

    image.png

  • 相关阅读:
    计蒜客 聪明的班主任(思维)
    codeforces 456 E. Civilization(并查集+数的直径)
    codeforces 456 D. A Lot of Games(字典数+博弈+思维+树形dp)
    codeforces 233 D. Table(思维+dp )
    codeforces 233 C. Cycles(贪心+思维)
    codeforces 814 D. An overnight dance in discotheque (贪心+bfs)
    codeforces 814 C. An impassioned circulation of affection(二分+思维)
    codeforces 813 D. Two Melodies(dp)
    Atcoder F
    Java正则表达式
  • 原文地址:https://www.cnblogs.com/georgeleoo/p/11474794.html
Copyright © 2011-2022 走看看