• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/8

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

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