- Shuffle
Toggle OnToggle Off
- Alphabetize
Toggle OnToggle Off
- Front First
Toggle OnToggle Off
- Both Sides
Toggle OnToggle Off
Front
How to study your flashcards.
Right/Left arrow keys: Navigate between flashcards.right arrow keyleft arrow key
Up/Down arrow keys: Flip the card between the front and back.down keyup key
H key: Show hint (3rd side).h key
![]()
PLAY BUTTON
![]()
PLAY BUTTON
![]()
8 Cards in this Set
- Front
- Back
|
What command would you use to configure a standard IP access list to prevent all machines on a network 172.16.0.0 from accessing your Ethernet network?
|
access-list 10 deny 172.16.0.0 0.0.255.255 access list 10 permit any
|
|
What command would you used to apply the access list you created in question 1 to an Ethernet interface?
|
ip access-group 10 out
|
|
What command would you use to create an access list that denies host 192.168.15.5 access to an Ethernet network?
|
access-list 10 deny host 192.168.15.5 access-list 10 permit any
|
|
Which command verifies that you've entered the access list correctly?
|
show access-lists
|
|
Which two commands verify that the access list was properly applied to the Ethernet interface?
|
show running-config ; show ip interface
|
|
What command would you use to create an extended access list that stops host 172.16.10.1 from telnetting to host 172.16.30.5?
|
access-list 1110 deny tcp host 172.16.10.1 host 172.16.30.5 eq 23 access-list 110 permit ip any any
|
|
What command would you use to set an access list on a VTY line?
|
line vty 0 4
access-class 110 in |
|
What command verifies the placement and direction of an access list?
|
show ip interfaces
|