當前位置:才華齋>英語>等級考試>

2013年計算機四級考試網路工程師考點(1)

等級考試 閱讀(6.27K)

1、進入特權模式 enable

2013年計算機四級考試網路工程師考點(1)

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