Refer to the exhibit. What commands must be configured on the 2950 switch and the router to allow communication between host 1 a

admin2019-04-08  12

问题 Refer to the exhibit. What commands must be configured on the 2950 switch and the router to allow communication between host 1 and host 2?

选项 A、        Router(config)# interface fastethernet 0/0
Router(config-if)# ip address 192.168.1.1 255.255.255.0
Router(config-if)# no shut down
B、Router(config)# interface fastethernet 0/0
Router(config-if)# no shut down
Router(config)# interface fastethernet 0/0.1
Router(config-subif)# encapsulation dot1q 10
Router(config-subif)# ip address 192.168.10.1 255.255.255.0
Router(config-subif)# interface fastethernet 0/0.2
Router(config-subif)# encapsulation dot1q 20
Router(config-subif)# ip address 192.168.20.1 255.255.255.0
C、Router(config)# router eigrp 100
Router(config-router)# network 192.168.10.0
Router(config-router)# network 192.168.20.0
D、Switch1(config)# vlan database
Switch1(config-vlan)# vtp domain XYZ
Switch1(config-vlan)# vtp server
E、Switch1(config)# interface fastethernet 0/1
Switch1(config-if)# switchport mode trunk

答案B,E

解析 考点:考查单臂路由的配置。路由器上使用子接口,一个子接口对应一个vlan,封装vlan id。交换机与路由器的互联口使用trunk
转载请注明原文地址:https://jikaoti.com/ti/ppO7FFFM
0

随机试题
最新回复(0)