网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

interface vlan 10 ip address 192.168.0.1代表什么含义?


参考答案

更多 “ interface vlan 10 ip address 192.168.0.1代表什么含义? ” 相关考题
考题 ●试题一根据下面给出的一个VLAN的实例,回答问题。某IT公司现有行政部、技术部、市场部。VLAN的划分:行政部VLAN10,技术部VLAN20,市场部VLAN30,各部门之间还可以相互通讯。现有设备为:Cisco 3640路由器Cisco Catalyst 2924交换机一台,二级交换机若干台。交换机配置文件中的部分代码如下:……!interface vlan10ip address 192.168.0.1!interface vlan20ip address 192.168.1.1!interface vlan30ip address 192.168.2.1!……路由器配置文件中的部分代码如下:……interface FastEthernet 1/0.1encapsulation isl 10ip address 192.168.0.2!interface FastEthernet 1/0.2encapsulation isl 20ip address 192.168.1.2!interface FastEthernet 1/0.3encapsulation isl 30ip address 192.168.2.2!……!router ripnetwork 192.168.0.0![问题1]何谓VLAN?[问题2]VLAN有哪几种划分方法?[问题3]interface vlan10 ip address 192.168.0.1代表什么含义?[问题4]interface FastEthernet 1/0.1代表什么含义?[问题5]VLAN的标准有哪些?

考题 SwitchA是未做过任何配置的二层交换机。SwitchA上配置管理VLAN为VLAN100。SwitchA的以太网端口E0/1为Trunk端口,连接到SwitchB。同时SwitchB提供DHCPServer功能。要求SwitchA的VLAN接口100动态获取IP地址。要实现组网需求,需要对端口、VLAN和VLAN接口分别做相应配置。下列步骤中,不完整的是()。 A.E0/1端口设置:[SwitchA-Ethernet0/1]port link-type trunkB.创建VLAN100:[SwitchA]vlan 100C.创建VLAN100的接口:[SwitchA]interface Vlan-interface 100D.为VLAN接口100配置IP地址:[SwitchA-Vlan-interface100]ip address dhcp-alloc

考题 VLAN10中仅包含端口E0/5,VLAN10的接口为Vlan-interface10。要想关闭VLAN10的接口,其方法有()。 A.[SwitchA]vlan 10[SwitchA-vlan2]undo port Ethernet 0/5B.[SwitchA]port Ethernet 0/5[SwitchA-Ethernet0/5]shutdownC.[SwitchA-Vlan-interface10]shutdownD.以上三种都可以

考题 在Quidway S3526交换机上启用组播应用的命令是什么() A. [Quidway]ip multicast routingB. [Quidway]multicast routing-enableC. [Quidway-Vlan-interface2]multicast routing-enableD. [Quidway-Vlan-interface2]ip multicast routing

考题 如图3-1所示,三台交换机都为三层交换机,根据题目要求回答下面的问题。 【问题2】(14分) 按照网络设计要求,部门B的PC3和PC4属于VLAN10,部门C的PC5属于VLAN20,需对SW3完成基本配置,请将下面的配置代码补充完整。 display (3) //查看交换机型号操作系统版本信息运行时间等(4)Enter system view, return user view with Ctrl+Z.[Huawei]sysname (5)[SW3]vlan (6) 10 20 //批量创建VLAN 10和VLAN 20Info: This operation may take a few seconds. Please wait for a moment...done.[SW3]vlan 10[SW3-vlan10](7) department_B[SW3-vlan10]quit[SW3]port-group (8) GigabitEthernet 0/0/2 GigabitEthernet 0/0/3[SW3-port-group]port link-type (9)[SW3-port-group]port default vlan (10)[SW3-port-group]quit[SW3]interface GigabitEthernet 0/0/4[SW3-GigabitEthernet0/0/4]port link-type access[SW3-GigabitEthernet0/0/4]port default vlan 20[SW3-GigabitEthernet0/0/4]quit[SW3]interface Vlanif 10[SW3-Vlanif10]description department_B[SW3-Vlanif10]ip address 10.10.10.1 24[SW3-Vlanif10]dhcp select interfaceError: Please enable DHCP in the global view first. //请填写产生该错误的原因(11)[SW3-Vlanif10]quit[SW3]dhcp enableInfo: The operation may take a few seconds. Please wait for a moment.done.[SW3]interface Vlanif 10[SW3-Vlanif10]dhcp select (12)[SW3-Vlanif10]dhcp server dns-list 10.2.3.4 10.2.3.5[SW3-Vlanif10]dhcp server domain-name ruankao.com[SW3-Vlanif10]dhcp server excluded-ip-address 10.10.10.2 10.10.10.30[SW3-Vlanif10]dhcp server lease day 0 hour 8[SW3-Vlanif10]dhcp server static-bind ip-address 10.10.10.3 mac-address 0012-3333-3333Error:The IP address's status is error. //请填写产生该错误的原因(13)[SW3-Vlanif10]dhcp server static-bind ip-address 10.10.10.35 mac-address 0012-3333-4444[SW3-Vlanif10]display (14)#interface Vlanif10 ip address 10.10.10.1 255.255.255.0 dhcp select interface dhcp server excluded-ip-address 10.10.10.2 10.10.10.30 dhcp server static-bind ip-address 10.10.10.35 mac-address 0012-3333-4444 dhcp server lease day 0 hour 8 minute 0 dhcp server dns-list 10.2.3.4 10.2.3.5 dhcp server domain-name ruankao.com#return[SW3-Vlanif10]quit[SW3]interface vlanif 20[SW3-Vlanif20]description department_C[SW3-Vlanif20]ip address 10.10.20.1 24[SW3-Vlanif20]dhcp select global[SW3-Vlanif20]quit[SW3]ip pool vlan20[SW3-ip-pool-vlan20]network 10.10.20.0 (15) 24[SW3-ip-pool-vlan20](16) 10.10.20.1[SW3-ip-pool-vlan20]dns-list 10.2.3.4 10.2.3.5[SW3-ip-pool-vlan20]domain-name ruankao.com[SW3-ip-pool-vlan20]excluded-ip-address 10.10.20.2 10.10.20.30[SW3-ip-pool-vlan20]lease day 1[SW3-ip-pool-vlan20]display this#ip pool vlan20 gateway-list 10.10.20.1 network 10.10.20.0 mask 255.255.255.0 excluded-ip-address 10.10.20.2 10.10.20.30 dns-list 10.2.3.4 10.2.3.5 domain-name ruankao.com#return[SW3-ip-pool-vlan20]quit (3)~(10)备选答案 A.SW3 B.batch C.group-member D.10 E.version F.access G.system-view H.description (11)___________________________________________________________________ (12)__________ (13)___________________________________________________________________ (14)~(16)备选答案 A.mask B.this C.gateway-list

考题 阅读以下说明,回答问题1至问题3,将解答填入答题纸对应的解答栏内。 【说明】 如图4-1所示,三台交换机都为三层交换机,根据题目要求回答下面的问题。 【问题1】(13分)按照网络设计要求,部门B的PC3和PC4属于VLAN10,部门C的PC5属于VLAN20,需对SW3完成基本配置,请将下面的配置代码补充完整。 display(1) //查看交换机型号操作系统版本信息运行时间等(2)Entersystem view, return user view with Ctrl+Z.[Huawei]sysnameSW3[SW3]vlan(3) 10 20 //批量创建VLAN 10和VLAN 20[SW3]vlan10[SW3-vlan10](4)department_B[SW3-vlan10]quit[SW3]port-group(5) GigabitEthernet 0/0/2 GigabitEthernet 0/0/3[SW3-port-group]portlink-type (6)[SW3-port-group]portdefault vlan (7)[SW3-port-group]quit[SW3]interfaceGigabitEthernet 0/0/4[SW3-GigabitEthernet0/0/4]portlink-type access [SW3-GigabitEthernet0/0/4]portdefault vlan 20 [SW3-GigabitEthernet0/0/4]quit[SW3]interfaceVlanif 10[SW3-Vlanif10]descriptiondepartment_B[SW3-Vlanif10]ipaddress 10.10.10.1 24 [SW3-Vlanif10]dhcpselect interface Error:Please enable DHCP in the global view first. //请填写产生该错误的原因(8)[SW3-Vlanif10]quit[SW3]dhcpenable Info:The operation may take a few seconds. Please wait for a moment.done.[SW3]interfaceVlanif 10[SW3-Vlanif10]dhcpselect (9) [SW3-Vlanif10]dhcpserver dns-list 10.2.3.4 10.2.3.5[SW3-Vlanif10]dhcpserver domain-name test.com[SW3-Vlanif10]dhcpserver excluded-ip-address 10.10.10.2 10.10.10.30[SW3-Vlanif10]dhcpserver lease day 0 hour 8[SW3-Vlanif10]dhcpserver static-bind ip-address 10.10.10.3 mac-address 0012-3333-3333Error:TheIP address's status is error. //请填写产生该错误的原因(10)[SW3-Vlanif10]dhcpserver static-bind ip-address 10.10.10.35 mac-address 0012-3333-4444[SW3-Vlanif10]display(11)#interfaceVlanif10 ip address 10.10.10.1 255.255.255.0 dhcp select interface dhcp server excluded-ip-address 10.10.10.210.10.10.30 dhcp server static-bind ip-address 10.10.10.35mac-address 0012-3333-4444 dhcp server lease day 0 hour 8 minute 0 dhcp server dns-list 10.2.3.4 10.2.3.5 dhcp server domain-name ruankao.com#return[SW3-Vlanif10]quit[SW3]interfacevlanif 20[SW3-Vlanif20]descriptiondepartment_C[SW3-Vlanif20]ipaddress 10.10.20.1 24 [SW3-Vlanif20]dhcpselect global[SW3-Vlanif20]quit[SW3]ippool vlan20[SW3-ip-pool-vlan20]network10.10.20.0 (12) 24[SW3-ip-pool-vlan20](13) 10.10.20.1[SW3-ip-pool-vlan20]dns-list10.2.3.4 10.2.3.5[SW3-ip-pool-vlan20]domain-nametest.com[SW3-ip-pool-vlan20]excluded-ip-address10.10.20.2 10.10.20.30[SW3-ip-pool-vlan20]leaseday 1[SW3-ip-pool-vlan20]displaythis#ip poolvlan20 gateway-list 10.10.20.1 network 10.10.20.0 mask 255.255.255.0 excluded-ip-address 10.10.20.2 10.10.20.30 dns-list 10.2.3.4 10.2.3.5 domain-name test.com#

考题 三层交换机上为VLAN 10配置10.0.0.1/24的IP地址,所用命令为()。A.[SW1-Vlan-interface10]ip address 10.0.0.1 24B.[SW1] ip address 10.0.0.1 24C.[SW1-Ethernet0/4/2] ip address 10.0.0.1 24D.[SW1-Vlan-interface10]ip address 10.0.0.1

考题 在三层交换机上为VLAN 10配置10.0.0.1/24的IP地址,所用命令为()。A.[SW1-Vlan-interface10]ip address 10.0.0.1 24B.[SW1] ip address 10.0.0.1 24C.[SW1-Ethernet0/4/2] ip address 10.0.0.1 24D.[SW1-Vlan-interface10]ip address 10.0.0.1

考题 2、在三层交换机上为VLAN 10配置10.0.0.1/24的IP地址,所用命令为()。A.[SW1-Vlan-interface10]ip address 10.0.0.1 24B.[SW1] ip address 10.0.0.1 24C.[SW1-Ethernet0/4/2] ip address 10.0.0.1 24D.[SW1-Vlan-interface10]ip address 10.0.0.1