Create an IPv6 static route for 2001:0db8:1234::/32 from the FA0/0 interface that gives the link-local next hop address, specified with the fe80::1 prefix.

What will be an ideal response?


Router(config)# ipv6 route 2001:0db8:1234::/32 FA0/0 fe80::1

Computer Science & Information Technology

You might also like to view...

A set of formal or informal ethical principles an individual uses to make decisions is known as ________.

A. personal ethics B. ethical system C. relativism D. societal ethics

Computer Science & Information Technology

_________________________ are resolution-dependent bitmap images that are created with the painting or selection tools.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

If a base class has a non-virtual member function named print, and a pointer variable of that class is pointing to a derived object, then the code ptr->print( ); calls

a. the base class print function b. the derived print function c. both the derived and base print functions d. it causes a run-time error

Computer Science & Information Technology

What type of address is a memory location that intervening hardware and software map to physical memory?

A. logical B. physical C. virtual D. upper

Computer Science & Information Technology