2015年计算机四级考试网络工程师考点

更新时间:2023-06-02 来源:网络工程师 点击:

【www.scabjd.com--网络工程师】

以下是小编整理的2015年计算机四级考试网络工程师考点,仅供参考,希望能够帮助到大家。

  计算机四级网络工程师主要考察考核网络系统规划与设计的基础知识及中小型网络的系统组建、设备配置调试、网络系统现场维护与管理的基本技能。以下是学习啦小编为你整理的2015年计算机四级考试网络工程师考点,供大家参考和学习。

  1、进入特权模式 enable

  router > enable

  router #

  2、进入全局配置模式 configure terminal

  router > enable

  router #configure terminal

  router (conf)#

  3、交换机命名 hostname routera 以routerA为例

  router > enable

  router #configure terminal

  router(conf)#hostname routerA

  routera (conf)#

  4、配置使能口令 enable password cisco 以cisco为例

  router > enable

  router #configure terminal

  router(conf)#hostname routerA

  routerA (conf)# enable password cisco

  5、配置使能密码 enable secret ciscolab 以cicsolab为例

  router > enable

  router #configure terminal

  router(conf)#hostname routerA

  routerA (conf)# enable secret ciscolab

  6、进入路由器某一端口 interface fastehernet 0/17 以17端口为例

  router > enable

  router #configure terminal

  router(conf)#hostname routerA

  routerA (conf)# interface fastehernet 0/17

  routerA (conf-if)#

  进入路由器的某一子端口 interface fastethernet 0/17.1 以17端口的1子端口为例

  router > enable

  router #configure terminal

  router(conf)#hostname routerA

  routerA (conf)# interface fastehernet 0/17.1

本文来源:http://www.scabjd.com/jisuanji/224527/