If the access-list 1 permit host 1.2.3.4 was configured on a Cisco IOS router, how would it be entered into the router's configuration files?
A) access-list 1 host 1.2.3.4
B) access-list 1 permit 1.2.3.4 0.0.0.0
C) access-list 1 permit 1.2.3.4
D) access-list 1 permit host 1.2.3.4
C
Explanation: C) The host parameter is still supported but is considered deprecated and is automatically removed when entered into the configuration files, resulting in the access-list 1 permit 1.2.3.4 command.
You might also like to view...
Suppose we have a WashingMachine class and we have a function called raisePrice, which passes in an amount to raise the price by. After the class has been in use by a number of clients, we wish to add more to the raisePrice function, passing in two parameters, the amount to raise the price by and the date the price is being raised. We should:
A. make a new function, perhaps calling it raisePriceAndDate, which passes in these two parameters, while keeping the old raisePrice function in the class. B. change the raisePrice function to pass in the two parameters. C. change the amount parameter from a float type to a struct object type that has data members for amount and date. D. turn the class into a class template and use DataType for the function name
Which tab in the Table Properties dialog box allows you set text wrapping options for the table?
A. Column B. Row C. Table D. Cell
To check a formula for correctness when applying conditional logic, use the function IFERROR.
Answer the following statement true (T) or false (F)
The main corporate website has a service level agreement that requires availability 100% of the time, even in the case of a disaster. Which of the following would be required to meet this demand?
A. Warm site implementation for the datacenter B. Geographically disparate site redundant datacenter C. Localized clustering of the datacenter D. Cold site implementation for the datacenter