Topic: HPE6-A72 topic 1 question 12

The section in blue can be ignored.
SW1(config)# interface 1/1/1-1/1/2
SW1(config-if-<1/1/1-1/1/2)# vlan access 2
SW1(config-if-<1/1/1-1/1/2)# exit
SW1(config)# interface 1/1/11-1/1/17
SW1(config-if-<1/1/11-1/1/17)# vlan access 17
SW1(config-if-<1/1/11-1/1/17)# exit
After completing the above commands, what is the expected output of show vlan with no other vlan commanded having been added?
A.

B.

C.

D.

Re: HPE6-A72 topic 1 question 12

see example on page 78, <output omitted> in the picture

Re: HPE6-A72 topic 1 question 12

why does it say output omitted

Re: HPE6-A72 topic 1 question 12

Answer D is correct as VLAN 1 is a default VLAN which can neither created nor deleted and always present in the show vlan table ( with or without ports)
switch(config)# sh vlan
------------------------------------------------------------------------------------------------------------------
VLAN Name Status Reason Type Interfaces
------------------------------------------------------------------------------------------------------------------
1 DEFAULT_VLAN_1 down no_member_port default
11 VLAN11 down no_member_forwarding static 1/1/1-1/1/52

Re: HPE6-A72 topic 1 question 12

Answer D is correct:
switch(config-if-<1/1/1-1/1/52>)# vlan access 11
switch(config-if-<1/1/1-1/1/52>)# exit
switch(config)# sh vlan
------------------------------------------------------------------------------------------------------------------
VLAN  Name                              Status  Reason                  Type        Interfaces
------------------------------------------------------------------------------------------------------------------
1     DEFAULT_VLAN_1                    down    no_member_port          default
11    VLAN11                            down    no_member_forwarding    static      1/1/1-1/1/52
switch(config)#

Re: HPE6-A72 topic 1 question 12

Hello, could you validate this answer? It is that they placed D but Diana, you say that it is C

Re: HPE6-A72 topic 1 question 12

Hola podrian validar esta respuesta es que colocaron D pero diana dices que es C

Re: HPE6-A72 topic 1 question 12

The correct answer is C, since no further modifications are made at the VLAN level on the switch.