Jeremy's IT Lab CCNA Port Security Day 49

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/33

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:54 AM on 7/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

34 Terms

1
New cards

A combination of statically-configured and dynamically-learned secure MAC addresses [can/can't] exist on a switchport.

can

2
New cards

Configure the errdisable recovery interval:

SW1(config)# [...]

errdisable recovery interval seconds

3
New cards

Configure the port security aging time:

SW1(config-if)# [...]

switchport port-security aging time minutes

4
New cards

Configure the port security aging type:

SW1(config-if)# [...]

switchport port-security aging type {absolute | inactivity}

5
New cards

Configure the port security violation mode:

SW1(config-if)# [...]

switchport port-security violation {shutdown | restrict | protect}

6
New cards

Enable aging of static secure MAC addresses

SW1(config-if)# [...]

switchport port-security aging static

7
New cards

Enable errdisable recovery for port security violations:

SW1(config)# [...]

errdisable recovery cause psecure-violation

8
New cards

Enable port security on an interface:

SW1(config-if)# [...]

switchport port-security

9
New cards

Enable sticky secure MAC address learning:

SW1(config-if)# [...]

switchport port-security mac-address sticky

10
New cards

Errdisable recovery is [enabled/disabled] by default for all causes.

disabled

11
New cards

Manually configure a secure MAC address on the interface.

SW1(config-if)# [...]

switchport port-security mac-address mac-address

12
New cards

Manually re-enable an interface disabled by port security:

SW1(config-if)# [...]

SW1(config-if)# [...]

shutdown

no shutdown

13
New cards

Port security [can/can't] be enabled on an interface configured as switchport mode access

can

14
New cards

Port security [can/can't] be enabled on an interface configured as switchport mode dynamic auto

can't

15
New cards

Port security [can/can't] be enabled on an interface configured as switchport mode dynamic desirable

can't

16
New cards

Port security [can/can't] be enabled on an interface configured as switchport mode trunk

can

17
New cards

Port security protect violation mode:

Syslog/SNMP messages [are/aren't] generated.

aren't

18
New cards

Port security protect violation mode:

The interface [is/isn't] disabled.

isn't

19
New cards

Port security protect violation mode:

The violation counter [is/isn't] incremented.

isn't

20
New cards

Port security restrict violation mode:

Syslog/SNMP messages [are/aren't] generated.

are

21
New cards

Port security restrict violation mode:

The interface [is/isn't] disabled.

isn't

22
New cards

Port security restrict violation mode:

The violation counter [is/isn't] incremented.

is

23
New cards

Port security secure static address aging is [enabled/disabled] by default.

disabled

24
New cards

Port security shutdown violation mode:

Syslog/SNMP messages [are/aren't] generated.

are

25
New cards

Port security shutdown violation mode:

The interface [is/isn't] disabled.

is

26
New cards

Port security shutdown violation mode:

The violation counter [is/isn't] incremented.

is

27
New cards

Show a summary of errdisable recovery information:

SW1# [...]

show errdisable recovery

28
New cards

Show a summary of port security-enabled switchports

SW1# [...]

show port-security

29
New cards

Show all secure MAC addresses on the switch:

SW1# [...]

show mac address-table secure

30
New cards

Show port security information for an individual switchport

SW1# [...]

show port-security interface interface

31
New cards

The default errdisable recovery timer is [...]

300 seconds (5 minutes)

32
New cards

The default port security aging type is [...].

absolute

33
New cards

What is the default port security violation mode?

Shutdown

34
New cards

When an interface is shutdown by port security, its status in the output of show interfaces status will be [...]

err-disabled