ExamGecko
Question list
Search
Search

Related questions











Question 16 - HPE7-A01 discussion

Report
Export

you need to have different routing-table requirements With Aruba CX 6300 VSF configuration.

Assuming the correct layer-2 VLAN already exists, how would you create a new SVI for a separate routing table?

A.
create a new VLAN, and attach the VRF to it.
Answers
A.
create a new VLAN, and attach the VRF to it.
B.
Create a new routing table, and attach VLANS to it
Answers
B.
Create a new routing table, and attach VLANS to it
C.
Create a new SVI and use attach command.
Answers
C.
Create a new SVI and use attach command.
D.
Create a new VLAN. and attach the routing table to it
Answers
D.
Create a new VLAN. and attach the routing table to it
Suggested answer: C

Explanation:

The correct answer is C. Create a new SVI and use attach command.

To create a new SVI for a separate routing table, you need to use the attach command to associate the SVI with a VRF (Virtual Routing and Forwarding) instance. A VRF is a logical entity that allows multiple routing tables to coexist on the same switch. Each VRF has its own set of interfaces, routing protocols, and routes that are isolated from other VRFs.

According to the AOS-CX Virtual Switching Framework (VSF) Guide1, one of the steps to configure VRF-aware VSF is:

Configure the VRFs on each member switch and assign the SVIs to the respective VRFs using the attach command. For example:

switch(config)# vrf red

switch(config-vrf)# exit

switch(config)# interface vlan 10

switch(config-if-vlan)# ip address 10.1.1.1/24

switch(config-if-vlan)# attach vrf red

The above commands create a VRF named red and assign VLAN 10 SVI to it. The SVI has an IP address of 10.1.1.1/24.

The other options are incorrect because:

A) You cannot attach a VRF to a VLAN directly. You need to create an SVI for the VLAN and then attach the VRF to the SVI.

B) You cannot create a new routing table manually. You need to create a VRF and then use routing protocols or static routes to populate the routing table for the VRF.

D) You cannot attach a routing table to a VLAN directly. You need to create an SVI for the VLAN and then attach a VRF that has a routing table associated with it.

asked 16/09/2024
Ed Robbins
28 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first