Which command(s) can be used to view VLAN membership for all VLANs on the switch?
A. show vlan brief
B. show membership vlan
C. show running-config
D. None of the above
A and C are correct. show vlan brief displays all VLANs configured on the switch, including their membership. show run displays all the commands that create the VLANs, as well as the commands adding the interfaces to them. show vlan brief is more concise, but show run will work as well.
B and D are incorrect. B is incorrect because this command does not exist. D is incorrect because this choice is not valid.
Which command(s) can be used to view VLAN membership for all VLANs on the switch? A....
1) How to Create VLAN on Cisco Catalyst Switch #show vlan а. VLAN Name Status Ports 1 default active Gil/0/1, Gil/0/2, Gil/0/3, Gil/0/4 Gil/0/5, Gil/0/6, Gil/0/7, Gil/0/8 config t Interface vlan 20 b. interface range gigabitEthernet 0/1 - 6 switchport access vlan 20 exit c. #show vlan VLAN Name Status Ports 1 default Gil/0/1, Gil/0/2, Gil/0/7, Gil/0/8 Gil/0/3, Gil/0/4, Gil/0/5, Gil/0/6 active active 20 VLAN020 2. How to Delete VLAN on Cisco Catalyst Switch no vlan 20 a. b. show...
please solve all the questions
VLAN abbreviation is 2. Two devices is the same network need router to communicate between themselves. True / False. 3. All information related to VLAN is stored in named the file 7 8 In VLAN, by default all the ports of a switch will be assigned to default VLAN. True / False. s VLAN can be created using router in layer 3. True / False. 6. IP address and subnet masks are assigned in the...
Which command used to verify port security can be used to determine if the port has been disabled by a port security violation? A. show running-config B. show port-security violations C. show port-security interface interface# D. debug mac-address table
Examining the output of a show running-config command, you notice this command: banner login welcome to Switch12. Please prepare to login What message will display when the switch is accessed from the console? A. welcome to Switch12. Please prepare to login B. welcome to Switch12 C. welcome to Sw D. None of the above
sub-interfaces of a router port (interface) can be used to A-relay packets between VLANs. b-make ethernet switheches obsolete c-enbale link aggrgation d-remove packets going through the roster port e- fragment a VLAN into smaller VLANs
You have configured four VLANS on two switches (VLANS 10, 20, 30, 40). What only want to run one cable between both switches and you need to ensure that all VLANS can communicate. What can you do to solve this problem? a Configure an interface on both switches and make them access ports for VLANS 10, 20, 30, and 40) and connect the cable between these two ports. b Connected the cable and the switch will automatically determine the VLANS...
Choose correct statement on VLANs A-layers 2 switches can forward frames across different VLANs b-with VLANs, CUT through switching should be used to minimize transmission delays c- vVLANs tagging infromation is added to the ethernet frame by host computers d- a host can be attached to trunk port of switch for data transmission e- a switch port may be either an access or trunk port ,but not both at the same time
Question 19 3 pts (TCO 5) Which command will provide information specific to OSPFv3 routes in the routing table? show ip route ospf show ip route ospfv3 show ipv6 route show ip route ospf show ipv6 route ospf Flag this Question Question 20 3 pts (TCO 5) A network administrator enters the command ipv6 router ospf 64 in global configuration mode. What is the result of this command? The router will be assigned an autonomous system number of 64. The...
Question{04}: Which statement is true about "if" and "switch" statements? A. they can be used to control the flow of your code B. they can use combinations of logicals in their expression C. in some situations, they can be used interchangeably D. they can be used to selectively run lines of code based on a condition or expression E. all of the above Answer{04}=''; Reason{04}=''; Question{05}: Which statement is true about the "else" and "otherwise" A. an "else" is not...
Sub-interfaces can be assigned to the------ to enbale inter-VLAN routing A-hub port b-switch port c-router port d-repeater port