Which Cisco IOS command is used to make memory space available for IPv4 routes on a 2960 series of switches?

A) sdm prefer lanbase-routing
B) sdm prefer ipv4-routing
C) ip routing
D) routing enable

A
Explanation: A) The sdm prefer lanbase-routing command configures the Switching Database Manager (SDM) on a 2960 series switch to allocate memory space for IPv4 routes; the ip routing command can then be used (after reboot) to enable IPv4 routing.

Computer Science & Information Technology

You might also like to view...

To create a new query, click Query Design in the:

A) Queries group on the CREATE tab. B) Insert group on the CREATE tab. C) Insert group on the DATABASE TOOLS tab. D) Queries group on the DATABASE TOOLS tab.

Computer Science & Information Technology

Case-Based Critical Thinking QuestionsCase 1: Human Resources ApplicationAn application used by the human resources (HR) department needs to be improved. You need to use various string manipulation properties and methods to ensure all data entered by a user are accurate and stored correctly. The application needs to process benefits for full-time employees only. Which of the following statements determines whether the strEmpCode variable contains an employee code for a full-time employee?

A. If strEmpCode Like "[A-Z]#####" B. If strEmpCode.ToUpper Like "F####" C. If strEmpCode Like "F*" D. If strEmpCode Like "!F*"

Computer Science & Information Technology