How can you monitor standard IP access lists?

What will be an ideal response?


Three main commands are available for monitoring access lists on your router. The first two, show access-lists and show ip access-lists, display the exact syntax of all access lists and IP access lists, respectively. The show interfaces or show ip interface command is used to verify that an access list has been successfully applied to an interface. It is a good idea to run each of these commands after creating and applying access lists, to visually inspect and verify that statements were typed correctly and that the lists will function as entered. Use the no access-list [list #] command to remove the list and the no ip access-group [list #][direction] command to remove the application of the list.

Computer Science & Information Technology

You might also like to view...

What symbol is used to signify that a parameter is a reference parameter? ______

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

Computer Science & Information Technology

Given a relational database with a person table that contains an id, name, and age. What do each of the following return?

1. Select * from person. 2. Select age from person. 3. Select id from person. 4. Select name, age from person. 5. Select * from person where age > 20. 6. Select name from person where age < 20.

Computer Science & Information Technology

The Safari browser comes preinstalled on Apple computers and devices.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Match the following terms with their description:I.Formula AutoCompleteII.Quick AnalysisIII.Function ScreenTipIV.Logical testV.SyntaxA.Can be used to apply formatting and insert basic functionsB.Pop-up descriptionC.A set of rulesD.Matches letters as you typeE.Evaluates to True or False

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

Computer Science & Information Technology