Implementing and Operating Cisco Data Center Core Technologies (DCCOR) — Question 124
Which configuration statically assigns VSAN membership to a virtual Fibre Channel interface?
Answer options
- A. switch(config-vsan-db)# vsan 100 interface vfc 31
- B. switch(config-vsan-db)# vsan 100 fc 3/1
- C. switch(config-vsan-db)# vsan 100 bind interface fc 3/1
- D. switch(config-vsan-db)# vsan 100 bind interface vfc 31
Correct answer: A
Explanation
The correct answer is A, as it directly assigns the VSAN membership to the specified virtual Fibre Channel interface. Options B and C incorrectly reference physical Fibre Channel interfaces instead of virtual ones, and option D uses the 'bind' command, which is not required for static assignments.