成人免费xxxxx在线视频软件_久久精品久久久_亚洲国产精品久久久_天天色天天色_亚洲人成一区_欧美一级欧美三级在线观看

CCNP642-892真實考試實驗題-2

企業(yè)動態(tài)
will not be able to add vlan 10 to the switch. vlan 10 is not existing in the switch and it needs to be created, it will create automatically if you follow the pass4sure answer. In transparent mode vlan creation is not possible.

SIM 1: Spanning Tree

 

-Switch should not participate in VTP

-Switch should forward VTP advertisement that are received on trunk ports

-All non-trunking interfaces (f0/1-f0/24) should immediately to the forwarding state of the Spanning tree.

-Config all Fast Ethernet port such as they are nontrunking.

*But dont enter 'vtp mode transparent' command at begining of configuration. if you do that you will not be able to add vlan 10 to the switch. vlan 10 is not existing in the switch and it needs to be created, it will create automatically if you follow the pass4sure answer. In transparent mode vlan creation is not possible. So, do every configuration and the last moment change the vtp mode to transparent.

Switch#conf t

Switch(config)#interface range fa0/1 - 24

Switch(config-if-range)#switchport mode access (Brings the interfaces into access mode)

Switch(config-if-range)#spanning-tree portfast (Enables the PortFast on interface.)

_The fastEthernet interfaces 0/12 through 0/24 should be placed in VLAN 20

Switch(config)#interface range fa0/12 - 24

Switch(config-if-range)#switchport access vlan 20 (Makes the members of vlan 20)

Switch(config-if-range)#exit

Switch(config)#vtp mode transparent

Switch(config)#exit

Switch#copy run start

Spanning tree PortFast is a Catalyst feature that causes a switch or trunk port to enter the spanning tree Forwarding state immediately, bypassing the Listening and Learning states. IOS-based switches only use PortFast on access ports connected to end stations. When a device is connected to a port, the port normally enters the spanning tree Listening state. When the Forward Delay timer expires, the port enters the Learning state. When the Forward Delay timer expires a second time, the port is transitioned to the Forwarding or Blocking state. When PortFast is enabled on a switch or trunk port, the port is immediately transitioned to the Forwarding state. As soon as the switch detects the link, the port is transitioned to the Forwarding state (less than 2 seconds after the cable is plugged in).

SIM 2 : VTP

 

These are your specific tasks:

1. Configure the VTP information with the distribution layer switch as the VTP server

DLSwitch#conf t

DLSwitch(config)#vtp mode server

DLSwitch(config)#vtp domain CISCO

2. Configure VLANs on the distribution layer switch

DLSwitch(config)#vlan 20

DLSwitch(config)#vlan 21

3.Configure Ip address for Vlans :

DLSwitch(config)#int vlan 20

DLSwitch(if-config)#ip add 172.16.200.1 255.255.255.0

DLSwitch(if-config)#no shut

DLSwitch(if-config)#int vlan 21

DLSwitch(if-config)#ip add 172.16.39.1 255.255.255.0

DLSwitch(if-config)#no shut

DLSwitch(if-config)#exit

4. Configure inter-VLAN routing on the distribution layer switch

DLS

5. Configure the VTP information with the access layer switch as a VTP client

ALSwitch#conf t

ALSwitch(config)#vtp mode client

ALSwitch(config)#vtp domain CISCO

ALSwitch(config)#exit

ALSwitch#copy run start

SIM 3: EIGRP - ISIS

 
 

- Seed metric for IS-IS must be set to 15. Redistribute EIGPR routes into IS-IS as Level-1 routes.

Cordon# conf t

Cordon(config)# router isis

Cordon(config-router)# redistribute eigrp 100 level-1 metric 15

- Seed metric for EIGRP must have the following characteristics: Bandwidth=256 Kbps; Delay=4 ms; Reliability=255; Load=1; MTU=1500. Only redistribute Level-1 IS-IS routes into EIGRP.

+ 1 milisecond(ms) = 1000 microsecond

+ 1 second(s)         = 1000,000 microsecond

+ Delay                  = microsecond /10

=> 4 (ms)              = 4000 / 10 = 400

Cordon(config)# router eigrp 100

Cordon(config-router)# redistribute isis level-1 metric 256 400 255 1 1500

Cordon(config-router)# redistribute connected

Cordon# copy run start

- Enter "redistribute connected" command because address of ISIS is NET address, NOT network address. When we redistribute, we need "redistribute connected" command. ISIS just redistributed routes that have " i " word at header. Example:

Condon# sh ip route

C 192.168.74.4.0 ( C is connected, NOT " i ")

So, 192.168.74.0 network will NOT redistributed to Trebuchet router if you do NOT enter "redistribute connected" command.

SIM 4 : OSPF

 
 

The current situation is such as Area 0 and Area 2 have been configured correctly as follows:

-the S0/1 interface of Atlanta is in Area 0.

-The S0/0 interface of StLouis is in Area 0.

-The loopback address of Atlanta is in Area2.

Your boss at the Seattle, has asked you to Area 1 as follows:

-the S0/0 interface of Seattle should be in Area 1

-the S0/1 interface of StLouis should be in Area 1

-no other interfaces should be in Area 1

-no external routes or inter-area, with the exception of the default route, should be receive by Area 1. As a final advice Seattle tells you to make sure that you use the appropriate OSPF mask.

Seattle# conf t

Seattle(config)# router ospf 1

Seattle(config-router)# network 192.168.8.4 0.0.0.3 area 1

Seattle(config-router)# area 1 stub (This command is configured on each router in the stub location)

Seattle(config-router)# end

Seattle# copy run start

StLouis# conf t

StLouis(config)# router ospf 1

StLouis(config-router)# network 192.168.8.4 0.0.0.3 area 1

StLouis(config-router)# area 1 stub no-summary (The no-summary keyword creates a totally stubby area)

StLouis(config-router)# end

StLouis# copy run start

- Stub area -A stub area is an area that does not accept information about routes external to the autonomous system, the OSPF internetwork, such as routes from non-OSPF sources. If routers need to reach networks outside the autonomous system, they use a default route. A default route is noted as 0.0.0.0/0.

- Totally stubby area - A totally stubby area is an area that does not accept external autonomous system (AS) routes and summary routes from other areas internal to the autonomous system. Instead, if the router needs to send a packet to a network external to the area, it sends it using a 0.0.0.0/0 default route. Totally stubby areas are a Cisco proprietary feature.

witch#ip routing

DLSwitch#copy run start

【編輯推薦】

  1. 最新版思科CCNP認證教材介紹
  2. 介紹思科認證CCNP學習方法
  3. CCNP配置實驗之CCNP-BGP/MPLS VPN配置
責任編輯:張攀 來源: 56cto
相關(guān)推薦

2009-11-24 15:03:00

CCNP642-892考試

2009-10-20 14:08:00

642-892 Hot

2009-05-15 10:49:13

思科CCNP戰(zhàn)報

2010-02-24 11:09:11

CCNP

2009-06-29 15:14:31

642-892考試

2009-04-16 11:00:07

思科ccnp戰(zhàn)報

2009-12-16 16:19:19

CCNP戰(zhàn)報

2010-03-23 13:25:05

新版CCNP考試大綱

2009-12-17 16:15:00

CCNP學習筆記

2010-06-29 10:05:35

CCNP

2009-08-24 11:04:56

2010-03-23 13:40:56

2010年中文版CCN

2010-02-24 11:02:45

CCNP路由交換

2009-11-24 14:48:00

2009-08-31 08:47:16

2009-07-09 14:01:22

CCNP思科考試

2009-11-23 09:42:00

2009-12-17 16:09:00

CCNP考試

2009-07-09 14:22:44

2009-12-17 16:18:00

CCNP考試心得
點贊
收藏

51CTO技術(shù)棧公眾號

主站蜘蛛池模板: 成人久久久 | 国产精品久久久久久久久久 | 久草网站 | 一二区成人影院电影网 | 盗摄精品av一区二区三区 | 亚洲国产aⅴ成人精品无吗 国产精品永久在线观看 | 欧美日韩国产在线观看 | 懂色av色香蕉一区二区蜜桃 | 极品电影院 | 久久成人免费 | 亚洲成人动漫在线观看 | 亚洲激情在线观看 | 色精品视频 | 欧美精品成人一区二区三区四区 | 一区二区在线不卡 | 亚洲区一区二 | 日韩av电影院 | av天空 | 亚洲国产成人精品女人久久久 | 99这里只有精品视频 | 亚洲福利精品 | 91精品国产一区二区三区 | 国产 亚洲 网红 主播 | 欧美一区二区三区 | 日日天天| 91亚洲国产精品 | 欧美精品在欧美一区二区少妇 | 午夜在线影院 | 97精品国产97久久久久久免费 | 亚洲午夜精品久久久久久app | 亚洲一区二区视频 | 亚洲一区二区日韩 | 国产精品国产a级 | 日本三级网址 | 国产精品精品视频 | 91xxx在线观看 | 亚洲毛片在线观看 | 波多野结衣一区二区 | 欧洲精品视频一区 | 午夜理伦三级理论三级在线观看 | 国产成人精品久久二区二区91 |