CISCO Exam 8 Q3 Test 2 Flashcards

1
Q

enable dhcp snooping

A

ip dhcp snooping

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
1
Q

config trusted ports

A

ip dhcp snooping trust

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

set max discovery message on untrusted

A

ip dhcp snooping limit rate _

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

enable dhcp snooping on vlan

A

ip dhcp snooping ,,_

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

config DAI on int

A

ip arp inspection trust

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

config DAI on vlan

A

ip arp inspection trust vlan ,,_

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

enable port security

A

sw port-security

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

max mac allowed on port

A

sw port-security maximum _

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

manual mac config

A

sw port-security mac-address _

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

dynamic mac config

A

sw port-security mac-address _

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

config aging or removing mac on port

A

sw port-security aging time _ / type _ (abs, inac)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

disable dtp on non trunking

A

sw mo ac

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

disable dtp on trunking

A

sw nonegotiate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

config port-fast on int

A

spanning-tree portfast

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

enable bpdu guard

A

spanning-tree bpduguard enable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Create ACL standard

A

ip access-list standard _
remark _
deny host _
permit _ (wm)
permit any

int _
ip access-group _ (in, out)

16
Q

Create ACL extended

A

ip access-list extended _

permit (tcp) (dip1, s1) (dip2, s2) eq _
permit any any

17
Q

static nat

A

ip nat inside source static (priv) (public)

18
Q

dynamic nat

A

ip nat pool _ (low) (high) netmask _
access-list _ permit _ _
ip nat inside source list _ pool _

19
Q

singular PAT

A

ip nat inside source list _ int _ overload
access-list _ permit _ _

20
Q

Pool PAT

A

ip nat pool _ (low) (high) netmask _
access-list _ permit _ _
ip nat inside source list _ pool _ overload

21
Q

Appying NAT and PAT and DNAT and SNAT

A

int _
ip nat _ (inside, outside)