niusouti.com

Nexus7000# config t  Nexus700(config)# interface ethernet 2/11  Nexus700(config-if)# switchport mode private-vlan host  Nexus700(config-if)# switchport private-vlan host-association 14 50  Nexus700(config-if)# exit   Nexus700(config)#  What will this com

题目

Nexus7000# config t  Nexus700(config)# interface ethernet 2/11  Nexus700(config-if)# switchport mode private-vlan host  Nexus700(config-if)# switchport private-vlan host-association 14 50  Nexus700(config-if)# exit   Nexus700(config)#  What will this command sequence achieve?()

  • A、 associate interface E2/11 to community VLANs 14 and 50
  • B、 associate interface E2/11 to secondary VLANs 14 and 50
  • C、 associate interface E2/11 to primary VLAN 50 and secondary VLAN 14
  • D、 associate interface E2/11 to primary VLAN 14 and secondary VLAN 50

相似考题

2.通过配置VLAN划分各个部门,并配置ACL以实现每个部门经理之间能够通讯,普通员工之间不能相互通讯。SwSwitch>enSwitchConf tEnter configuration commands, one per line. End with CNTL/Z.Switch(config)int f0/1Switch(config-if)switchport mode trunk (11)%LINEPROTO-5-UPDOWN:Line protocol on Interface FastEthernet0/1,changed state to down%LINEPROTO-5-UPDOWN:Line protocol on Interface FastEthernet0/1,changed state to upSwitch(config-if)exitSwitch(config)vlan 2创建VLAN 2Switch(config-vlan) (12) //VLAN2命名为工程部Switch(config-vlan)exitSwitch(config)vlan 3创建VLAN 3Switch(config-vlan) (13) //VLAN2命名为财务部Switch(config-Vlan)exitSwitch(config-vlan)vlan 4创建VLAN 4Switch(config-vlan) (14) //VLAN2命名为技术部Switch(config-vlan)exitSwitch(config)int f0/2Switch(config-if)switchport access vlan 2 (15)Switch(config-if)exitSwitch(config)int f0/3Switch(config-if)switchport access vlan 2Switch(config-if)exitSwitch(config)int f0/4Switch(config-if)switchport access vlan 3Switch(config-if)exitSwitch(config)int f0/5Switch(config-if)switchport access vlan 3Switch(config-if)exitSwitch(config)int f0/6Switch(config-if)switchport access vlan 4Switch(config-if)exitSwitch(config)int f0/7Switch(config-if)switchport access vlan 4Switch(config-if)exit然后定义访问控制列表。 (在此题中,允许一台特定主机而拒绝一个网段,所以要把拒绝主机放在上面。)注意:要想一个访问列表能够得到应用,必须在接口绑定。R1r1 (config)access-list 10 permit 192.168.2.2 0.0.0.0r1(config)access-list 10 deny 192.168.2.0 0.0.0.255_r1(config)access-list i0 permit 192.168.3.2 0.0.0.0_r1(config)access-list 10 deny 192.168.3.0 0.0.0.255_r1(config)access-list 10 permit any_r1(config)int f0/0.1r1(config-subif)ip access-group 10 outr1(config-subif)exitr1(config)access-list 11 permit 192.168.1.2 0.0.0.0r1(config)access-list 11 deny 192.168.1.0 0.0.0.255r1(config)access-list 11 permit 192.168.3.2 0.0.0.0r1(config)access-list 11 deny 192.168.3.0 0.0.0.255r1(config)access-list 11 permit anyr1(config)int f0/0.2r1(config-subif)ip access-group 11 outr1(config-subif)exitr1(config)access-list 12 permit 192.168.1.2 0.0.0.0r1(config)access-list 12 deny 192.168.1.0 0.0.0.255r1(config)access-list 12 permit 192.168.2.2 0.0.0.0r1(config)access-list 12 deny 192.168.2.0 0.0.0.255r1(config)access-list 12 permit anyr1(config)int f0/0.3r1(config-subif)ip access-group 12 outr1(config-subif)exit现在通过配置后所有的员工都能与互联网通讯。 (由于主机较多就不一一列述)

更多“Nexus7000# config t&e”相关问题
  • 第1题:

    下列哪种提示符是copy running-config startup-config命令使用的模式()。

    A.Switch#

    B.Switch(config)#

    C.Switch(config-if)#

    D.Switch(config-line)#


    参考答案:A

  • 第2题:

    某局域网通过两个路由器划分为3个子网,拓扑结构和地址分配如图所示。

    下面是路由器Rl的配置命令列表,在空白处填写合适的命令/参数,实现R1的正确配置。

    Router>en

    Routerconf term

    Router(config)hosmame R1

    (1)

    R1(config—if)ip address 192.168.1.2 255.255.255.0 l

    Rl(config—if)no shutdown

    Rl(config—if)int sO

    Rl(config—if)ip address (2)

    Rl(config—if)no shutdown

    Rl(config—if)clock rate 56000

    Rlf config—if)exit

    R1(config)ip routing

    Rl(config)ip route 0.0.0.0 0.0.0.0 (3)

    R1(config)ip classless

    R1(config)exit

    R1copy run start

    下面是路由器R2的配置命令列表,在空白处填写合适的命令参数,实现R2的正确配置。

    Router>en

    Routerconf term

    Router(config)hostname R2

    R2(config)int e0

    R2(config—if)ip address 192.168.3.1 255.255.255.0

    R2(config—iOno shutdown

    R2(config—if)int sO

    R2(config—if)ip address 192.168.2.2 255.255.255.0

    R2(config—if)no shutdown

    R2(config—if)(4)

    R2(config)ip routing

    R2(config)ip route 0.0.0.0 0.0.0.0 (5)

    R2(config)ip classless

    RE(config)exit

    R2copy run start


    正确答案:(1)interface eo (2)192.168.2.1 255.255.255.0 (3)192.168.2.2 (4)exit (5)192.168.2.1
    (1)interface eo (2)192.168.2.1 255.255.255.0 (3)192.168.2.2 (4)exit (5)192.168.2.1 解析:路由器各模式的转换命令如下所示:
    Router>(用户执行模式提示符)
    Router>enable(进入特权模式命令)
    Router#(特权模式提示符)
    Router#config terminal(进入配置模式)
    Router(config)#(全局配置模式提示符)
    Router(config)#interface FastEthemet/0(进人接口配置子模式)
    Router(config—if)#(接口配置子模式提示符)
    Router(eonfig—if)#exit(退出接口配置子模式)
    Router(eonfig)#exit(退出全局配置模式。进入特权模式)
    Router#disable(退出特权模式)
    空白(1)处前一个命令是对全局配置模式,后一个命令是对接口eo的配置,所以该空应是进入接口配置子模式的命令。.根据网络拓扑结构图,可以得出路由器的接口地址192.168.2.1 255.255、255.0,默认路由为192.168.2.2。
    根据空白(4)处前后两个命令,由接口配置模式退回到全局配置模式应该使用exit命令。由网络拓扑结构图,可以得出路由器R2的B0接口的转发地址应该是192.168.2.1。

  • 第3题:

    【问题2】(3分)

    根据图4-1的配置,补充完成下面路由器的配置命令:

    Router(config)# interface (3)

    Router(config-if)#ip address 10.10.1.1 255.255.255.0

    Router(config-if)#no shutdown

    Router(config-if)#exit

    Router(config)# interface (4)

    Router(config-if)# ip address 192.168.1.1 255.255.255.0

    Router(config)# interface (5)

    Router(config-if)# ip address 10.10.2.1 255.255.255.0


    正确答案:

    【问题2】(3分)

    (3)ethernet 0/0   (e0/0)

    (4)ethernet 0/l  (e0/1)

    (5)serial0/0 (s0/0)

  • 第4题:

    Refer to the exhibit. Router R1 is being used as a relay device for autoconfiguration of switch S1.Which configuration will acc omplish this? ()

    A.S1(config)# interface fastethernet 0/1S1(config - if)# ip helper - address 10.0.0.2

    B.S1(config)# interface fastethernet 0/1 S1(config - if)# ip helper - address 20.0.0.1

    C.R1(config)# interface fastethernet 0/0 R1(config - if)# ip help er - address 20.0.0.2R 1(config - if)# ip helper - address 20.0.0.3 R1(config - if)# ip helper - address 20.0.0.4 R1(config - if)# exit R1(config)# interface fastethernet 0/1 R1(config - if)# ip helper - address 10.0.0.1

    D.R1(config)# interface fastethernet 0/0 R1 (config - if)# ip helper - address 20.0.0.1 R2(config)# interface fastethernet 0/0 R2(config - if)# ip helper - address 20.0.0.1 R3(config)# interface fastethernet 0/0 R3(config - if)# ip helper - address 20.0.0.1 R4(config)# interface fastethernet 0/0 R4(config - if)# ip helper - address 20.0.0.1

    E.S1(config)# interface fastethernet 0/1 S1(config - if)# ip helper - address 10.0.0.2 R2(config)# interface fastethernet 0/0 R2(config - if)# ip helper - address 20.0.0.1 R3(config)# interface fastethernet 0/0 R3(config - if) # ip helper - address 20.0.0.1 R4(config)# interface fastethernet 0/0 R4(config - if)# ip helper - address 20.0.0.1


    参考答案:C

  • 第5题:

    Refertotheexhibit.TheuserwhoisconnectedtointerfaceFastEthernet0/1isonVLAN10andcannotaccessnetworkresources.Onthebasisoftheinformationintheexhibit,whichcommandsequencewouldcorrecttheproblem?()

    A.SW1(config)#vlan10SW1(config-vlan)#noshut

    B.SW1(config)#interfacefastethernet0/1SW1(config-if)#switchportmodeaccessSW1(config-if)#switchportaccessvlan10

    C.SW1(config)#interfacefastethernet0/1SW1(config-if)#switchportmodeaccess

    D.SW1(config)#vlan10SW1(config-vlan)#stateactive

    E.SW1(config)#interfacefastethernet0/1SW1(config-if)#noshut


    参考答案:E

  • 第6题:

    WhenconfiguringMulticastVPN(MVPN)overanMPLScore,boththeDefaultandDataMDTisconfiguredunderwhichconfigurationmode?()

    A.router(config)#

    B.router(config-if)#

    C.router(config-vrf)#

    D.router(config-router)#

    E.router(config-router-af)#


    参考答案:C

  • 第7题:

    Whichseriesofcommands willconfigurerouterR1forLAN-to-LANcommunicationwithrouterR2?Theenterprisenetworkaddressis192.1.1.0/24andtheroutingprotocolinuseisRIP.()

    A.R1(config)#interfaceethernet0;R1(config-if)#ipaddress192.1.1.129255.255.255.192;R1(config-if)#noshutdown

    B.R1(config)#interfaceethernet0;R1(config-if)#ipaddress192.1.1.97255.255.255.192;R1(config-if)#noshutdown

    C.R1(config)#interfaceserial0;R1(config-if)#ipaddress192.1.1.4255.255.255.252;R1(config-if)#clockrate56000

    D.R1(config)#interfaceserial0;R1(config-if)#ipaddress192.1.1.6255.255.255.252;R1(config-if)#noshutdown

    E.R1(config)#routerrip;R1(config-router)#network192.1.1.4;R1(config-router)#network192.1.1.128

    F.R1(config)#routerrip;R1(config-router)#version2;R1(config-router)#network192.1.1.0


    参考答案:A, D, F

  • 第8题:

    配置RLDP防环路的配置有()

    • A、ruijie(config)#rldpenableruijie(config)#interfacerangefa0/1-24ruijie(config-if)#rldpportloop-detectshutdown-port
    • B、ruijie(config)#interfacerangefa0/1-24ruijie(config-if)#rldpportloop-detectshutdown-port
    • C、ruijie(config)#rldpenableruijie(config)#interfacerangefa0/1-24ruijie(config-if)#rldpportloop-detectreload
    • D、ruijie(config)#rldpenableruijie(config)#rldpportloop-detectwarning

    正确答案:A

  • 第9题:

    将UAP3300配置备份到外部介质的命令是()。

    • A、config up load for mcu
    • B、config download for mcu
    • C、config upload for uap
    • D、config download for uap

    正确答案:A

  • 第10题:

    单选题
    下列哪种提示符是copy running-config startup-config命令使用的模式()。
    A

    Switch#

    B

    Switch(config)#

    C

    Switch(config-if)#

    D

    Switch(config-line)#


    正确答案: A
    解析: 暂无解析

  • 第11题:

    单选题
    A network administrator needs to configure a serial link between the main office and a remote location.The router at the remote office is a non-cisco router. How should the network administrator configure the serial interface of the main office router to make the connection?()
    A

    Main(config)#interface serial 0/0  Main(config-if)#ip address 172.16.1.1 255.255.255.252  Main(config-if)#no shut

    B

    Main(config)#interface serial 0/0  Main(config-if)#ip address 172.16.1.1 255.255.255.252  Main(config-if)#encapsulation ietf Main(config-if)#no shut

    C

    Main(config)#interface serial 0/0  Main(config-if)#ip address 172.16.1.1 255.255.255.252  Main(config-if)#encapsulation frame-relay  Main(config-if)#authenication chap Main(config-if)#no shut

    D

    Main(config)#interface serial 0/0  Main(config-if)#ip address 172.16.1.1 255.255.255.252   Main(config-if)#encapsulation ppp Main(config-if)#no shut


    正确答案: B
    解析: 暂无解析

  • 第12题:

    单选题
    修改数据源应该修改哪个文件()
    A

    uddi-config.xml

    B

    user-config.xml

    C

    user-local-config.xml

    D

    sys-config.xml


    正确答案: C
    解析: 暂无解析

  • 第13题:

    下面是路由器Router1的配置命令列表,请为(6)~(10)空缺处填写合适的命令/参数,实现Router1的正确配置。

    Router>enable

    Router config terminal

    Router (config) hostname Router1

    Router1 (config) interface ethernet 0

    Router1 (config-if) ip address (6)

    Router1 (config-if) no shutdown

    Router1 (config-if) (7)

    Router1 (config-if) ip address (8)

    Router1 (config-if) no shutdown

    Router1 (config-if) exit

    Router1 (config) ip routing

    Router1 (config) router ospf 100

    Router1 (config-router) (9)

    Router1 (config-router) (10)

    Router1 (config-router) ip ospf message-digest-key 1 md 5 wg_gcz

    Router1 (config-router) area 0 authentication message-digest

    Router1 (config-if) end

    Router1 Copy run start


    正确答案:(6) 192.1.0.129 255.255.255.192 (7) interface serial 0 (8) 192.200.10.5 255.255.255.252 (9) network 192.200.10.4 0.0.0.3 area 0 (10) network 192.1.0.128 0.0.0.63 area 1
    (6) 192.1.0.129 255.255.255.192 (7) interface serial 0 (8) 192.200.10.5 255.255.255.252 (9) network 192.200.10.4 0.0.0.3 area 0 (10) network 192.1.0.128 0.0.0.63 area 1 解析:这是一道要求在看懂网络拓扑图的基础上,配置OSPF路由协议的推理填空题。解题的思路是先粗略浏览一下网络拓扑图及已给出的路由器Router1配置信息,再重点推敲网络拓扑图中各路由器每一接口IP地址的分配信息。要看懂本题关于路由器Ronter1中OSPF路由协议的配置信息,需要先熟悉表4-14、表 4-15中的配置命令及功能。

      阅读题中所给出的路由器Router1配置信息后,大体可以判断对于(6)~(8)空缺处的配置属于路由器接口IP地址配置问题;(9)、(10)空缺处的配置属于OSPP协议全局配置问题。接着可先将图4-10所示的网络拓扑图中各路由器每一接口的IP地址信息整理出米,整理结果见表4-16。

    由表中信息可推理出,(6)空缺处应填入192.1.0.129255.255.255.192。由于(8)空缺处前面有“ip address”的关键信息,因此可知该处也应填写IP地址信息。阅读网络拓扑图,发现图中路由器Router1仅示意了两个接口,因为(6)空缺处已配置了接口E0的IP地址,所以可推理出(7)空缺处应该是从接口E0配置子模式切换到接口S0的配置子模式,应填入进入接口S0配置子模式的配置命令“interface sedal 0”;(8)空缺处应该填入接口S0的IP地址信息192.200.10.5255.255.255.252。
    分析图4-10所示的拓扑结构,路由器Router1的S0、E0接口分别处于区域0、区域1,因此可确定 (9)、(10)空缺处主要用于配置与该路由器S0、E0接口相连网段的IP地址信息及网络区域号信息,可分别填入“network 192.200.10.4 0.0.0.3 area 0”及“network 192.1.0.128 0.0.0.63 area 1”配置语句。
    以下给出本网络拓扑中路由器Router1的完整配置信息及解释,以供实验或实践操作时参考。
    Router>enable (进入特权模式)
    Router# config terminal (进入配置模式)
    Router (config)# hostname Router1 (设置主机名为Router1)
    Router1 (config) # interface ethernet 0 (进入接口E0配置于模式)
    Router1 (config-if) # ip address 192.1.0.129 255.255.255.192(为该接口分配IP地址192.1.0.129/26)
    Router1 (config-if) # no shutdown (激活该端口)
    Router1 (config-if) # interface serial 0(进入接口S0配置子模式)
    Router1 (config-if) #ip address 192.200.10.5 255.255.255.252
    (为该接口分配IP地址192.200.10.5)
    Router1 (config-if) # no shutdown (激活该端口)
    Router1 (config-if) #exit (退出端口配置了模式)
    Router1 (config)# ip routing
    (设置允许配置路由,若没有这一步将导致配置的路由无效)
    Router1 (config) # router ospf 100(指定使用OSPF协议,路由进ID为100)
    Router1 (config-router) # network 192.200.10.40.0.0.3 area 0
    (指定与该路由器相连的网络IP地址为192.200.10.4,子网掩码的反码为0.0.0.3,网络区域ID号为口)
    Router1 (config-router) # network 192.1.0.128 0.0.0.63 area 1
    (指定与该路由器相连的网络IP地址为192.1.0.128,子网掩码的反码为0.0.0.63,网络区域ID号为1)
    Router1 (config-muter) # ip ospf message-digest-key 1 md5 wg_gcz
    (使用消息摘要MD5算法进行身份验证)
    Router1 (config-router) # area 0 authentication message-digest
    (指定对区域0进行身份验证)
    Router1 (config-if) # end (退出回到特权模式)
    Router1 # copy run start(将配置写入非易失性RAM中,保存配置信息)

  • 第14题:

    阅读路由器Router的部分配置信息,解释(5)~(7)处的命令,将答案填写在答题纸上相应的位置。

    Router(config)interface fastEthernet1/0.1

    Router(config-subif)encapsulation isl 11 (5)

    Router(config-subif)ip addreSs 192.168.1.1 255.255.255.240 (6)

    Router(config-subif)exit

    Router(config)interface fastEthernet1/0.2

    Router(config-subif)encapsulation isl 12

    Router(config-subif)ip address 192.168.1.33 255.255.255.224

    Router(config-subif)exit

    Router(config)interface fastEthernet1/0.3

    Router(config-subif)encapsulation isl 13

    Router(config-subif)ip address 192.168.1.129 255.255.255.192

    Router(config-subif)exit

    Router(config)ip routing (7)


    正确答案:(5)设置子接口fastEthernet1/0.1接收VLAN 11的数据trunk的数据封装协议isl (6)配置子接口fastEthemet1/0.1的IP地址和子网掩码 (7)启动路由配置如果无这条命令将导致路由配置无效
    (5)设置子接口fastEthernet1/0.1接收VLAN 11的数据,trunk的数据封装协议isl (6)配置子接口fastEthemet1/0.1的IP地址和子网掩码 (7)启动路由配置,如果无这条命令,将导致路由配置无效 解析:这部分的配置是使独臂路由器完成各VLAN之间的数据转发。独臂路由器,是指只用一个接口模拟多个接口工作,来完成VLAN之间的数据转发。实现方法是在一个接口中创建多个子接口,让各个子接口只接收和发送某一VLAN的数据。(5)和(6)处就是设置子接口fastEthernet1/0.1接收哪一个VLAN数据及数据封装协议,并指定该VLAN的的默认网关和子网掩码。命令“ip routing”的作用是启动路由配置,如果无这条命令,将导致路由配置无效。

  • 第15题:

    Cisc0路由器第3模块第1端口通过El标准的DDN专线与-台远程路由器相连,端口的IP地址为195.112.41.81/30,远程路由器端口封装PPP协议。下列路由器的端口配置,正确的是( )。

    A.Router(config)#interface s3/1Router(config-if)#bandwidth 2048Router(config-if)#ip address l95.112.41.81 255.255.255.252Router(cortfig-if)#encapsulation PPPRouter(config-if)#exit

    B.Router(config)#interface a3/1Router(config-if)#bandwidth 2000Router(config-if)#ip address 195.112.41.81 255.255.255.252Router(config-if)#encapsulation PPPRouter(config-if)#exit

    C.Router(config)#interface s3/lRouter(config-if)#bandwidth 2Router(config-if)#ip address 195.112.41.81 255.255:255.252Router(config-if)#encapsulation PPPRouter(config-if)#exit

    D.Router(config)#interface s3/1Router(config-if)#bandwidth 2048Router(config-if)#ip address 195.112.41.81 255.255.255.252Router(config-if)#encapsulation hdlcRouter(config-if)#exit


    正确答案:A
    题中路由器的端口配置方法如下:步骤一:进入第3模块第1端口配置模式(config)#interfaces3/1。步骤二:设置带宽,其中E1速率为2.048Mbit/s,所以设置带宽为2048(config-if)#bandwidth2048。步骤三:配置端口通信IP地址与子网掩码(config-if)#ipaddress195.112.41.81255.255.255.252。步骤四:设置远程路由器端口封装PPP协议,(config-if)#encapsulationPPP。步骤五:退出(config-if)#exit。因此A选项正确。

  • 第16题:

    Refertotheexhibit.TheswitchportoutputinFigure1displaysthedefaultsettingsofinterfaceFastEthernet0/13onswitchSW1.Figure2displaysthedesiredinterfacesettings.WhichcommandsequencewouldconfigureinterfaceFastEthernet0/13asdisplayedinFigure2?()

    A.SW1(config-if)#switchporttrunkencapsulationdot1qSW1(config-if)#switchportmodetrunkSW1(config-if)#switchporttrunknativeDATASW1(config-if)#switchporttrunkallowedvlan1,10,20

    B.SW1(config-if)#switchporttrunkencapsulationdot1qSW1(config-if)#switchportmodedynamicautoSW1(config-if)#switchporttrunknativeDATASW1(config-if)#witchporttrunkallowedvlanadd1,10,20

    C.SW1(config-if)#switchporttrunkencapsulationdot1qSW1(config-if)#switchportmodedynamicdesirableSW1(config-if)#switchporttrunknativevlanDATASW1(config-if)#switchporttrunkallowedvlan1,10,20

    D.SW1(config-if)#switchporttrunkencapsulationdot1qSW1(config-if)#switchportmodedynamicdesirableSW1(config-if)#switchporttrunknativevlan10SW1(config-if)#switchporttrunkallowedvlan1,10,20

    E.SW1(config-if)#switchporttrunkencapsulationdot1qSW1(config-if)#switchportmodedynamicDesirableSW1(config-if)#switchporttrunknativevlan10


    参考答案:D

  • 第17题:

    This graphic shows the results of an attempt to open a Telnet connection to router ACCESS1 from router Remote27. Which of the following command sequences will correct this problem? ()

    A. ACCESS1(config)# line console 0 ACCESS1(config-line)# password cisco

    B. Remote27(config)# line console 0 Remote27(config-line)# login Remote27(config-line)# password cisco

    C. ACCESS1(config)# line vty 0 4 ACCESS1(config-line)# login ACCESS1(config-line)# password cisco

    D. Remote27(config)# line vty 0 4 Remote27(config-line)# login Remote27(config-line)# password cisco

    E. ACCESS1(config)# enable password cisco

    F. Remote27(config)# enable password cisco


    参考答案:C

  • 第18题:

    Refertotheexhibit.YouareaskedtoenableredirectionforanetworkoptimizationenginethatwillbeconnecteddirectlytoyourcompanyCPE.Whatisthecorrectconfigurationtoenableredirectionfortrafficoptimization?()

    A.(config)#interfaces0/0(config-if)#ipwccp61out(config)#interfacee0/0(config-if)#ipwccp62out

    B.(config)#interfaces0/0(config-if)#ipwccp62in(config)#interfacee0/0(config-if)#ipwccp61in

    C.(config)#interfaces0/0(config-if)#ipwccp61in(config-if)#ipwccp62out

    D.(config)#interfacee0/0(config-if)#ipwccp61in(config-if)#ipwccp62out

    E.(config)#interfacee0/0(config-if)#ipwccp61out(config-if)#ipwccp62in

    F.(config)#interfaces0/0(config-if)#ipwccp61out(config-if)#ipwccp62in


    参考答案:D

  • 第19题:

    whichcommandisusedtoenableCHAPauthenticationwhitPAPasthefallbackmethodonaserialinterface?()

    A.(config-if)#authenticationpppchapfallbackppp

    B.(config-if)#authenticationpppchappap

    C.(config-if)#pppauthenticationchappap

    D.(config-if)#pppauthenticationchapfallbackppp


    参考答案:C

  • 第20题:

    表明用户正在配置路由协议中的是().

    • A、Router(config)#
    • B、Router(config-linE.#
    • C、Router(config-iF.#
    • D、Router(config-router)#

    正确答案:D

  • 第21题:

    【问题2】(5 分) 根据网络拓扑和需求说明,完成(或解释)交换机S1 的部分配置 S1#config t S1(config)#interface vlan 2 S1(config-if)#ip address 192.168.2.254 255.255.255.0 S1(config)#interface vlan 3 S1(config-if)#ip helper-address (11) ;指定DHCP 服务器的地址 S1(config-if)#exit S1(config)#interface vlan 4 ...... S1(config)#interface f1/1 S1(config-if)#switchport mode (12) S1(config-if)#switchport trunk allowed vlan all S1(config-if)#exit S1(config)interface f1/2 S1(config-if)#switchport mode access S1(config-if)#switchport access (13) S1(config-if)#exit S1(config)interface f1/5 S1(config-if)#switchport mode access S1(config-if)#switchport access (14) S1(config)#interface f1/9 S1(config-if)#switchport mode access S1(config-if)#switchport access (15)


    正确答案: (11)192.168.1.1、(12)trunk、(13)vlan 1、(14)vlan4、(15)vlan 3

  • 第22题:

    单选题
    与扩展配置相关的是哪个配置文件()
    A

    uddi-config.xml

    B

    user-config.xml

    C

    user-local-config.xml

    D

    wfcluster-config.xml


    正确答案: C
    解析: 暂无解析

  • 第23题:

    单选题
    Nexus7000# config t  Nexus700(config)# interface ethernet 2/11  Nexus700(config-if)# switchport mode private-vlan host  Nexus700(config-if)# switchport private-vlan host-association 14 50  Nexus700(config-if)# exit   Nexus700(config)#  What will this command sequence achieve?()
    A

     associate interface E2/11 to community VLANs 14 and 50

    B

     associate interface E2/11 to secondary VLANs 14 and 50

    C

     associate interface E2/11 to primary VLAN 50 and secondary VLAN 14

    D

     associate interface E2/11 to primary VLAN 14 and secondary VLAN 50


    正确答案: B
    解析: 暂无解析