QUESTION=If you wanted to configure VLAN 6 on an internal route processor with an IP address of 10.1.1.1/24, which of the following commands would you use?
NAME_QUESTION=If you wanted to configure VLAN 6
RIGHT_ANSWER=3
ANSWER1= ###f[Courier] set vlan6 ip address 10.1.1.1 255.255.255.0 ###fn
ANSWER2= ###f[Courier] config t, vlan6 ip address 10.1.1.1 255.255.255.0 ###fn
ANSWER3= ###f[Courier] int vlan 6, ip address 10.1.1.1 255.255.255.0 ###fn
ANSWER4= ###f[Courier] set int vlan6, ip address 10.1.1.1 255.255.255.0 ###fn
REACTION1=
REACTION2=
REACTION3=The command ###f[Courier] interface vlan # ###fn is used to create a VLAN interface. The IP address of the interface is then configured with the ###f[Courier] ip address ###fn command. See Chapter 6 for more information on internal and external route processors.
REACTION4=
TXT_LINK1=Creating VLANs on an RSM
TXT_LINK2=Creating VLANs on an RSM
TXT_LINK3=Creating VLANs on an RSM
TXT_LINK4=Creating VLANs on an RSM
LINK1=s062+230a
LINK2=s062+230a
LINK3=s062+230a
LINK4=s062+230a
TEXT_SHOW_ANSWER=The command ###f[Courier] interface vlan # ###fn is used to create a VLAN interface. The IP address of the interface is then configured with the ###f[Courier] ip address ###fn command. See Chapter 6 for more information on internal and external route processors.