Chapter 6: Implementing Switch Port Security

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/16

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

17 Terms

1
New cards

switchport mode access

Interface configuration mode command that sets the interface to always be an access port on GigabitEthernet1/0/10.

2
New cards

switchport port-security mac-address 00AA.BBCC.DDEE

Interface configuration mode command that statically adds MAC address 00AA.BBCC.DDEE as an allowed secure MAC on GigabitEthernet1/0/10.

3
New cards

switchport port-security mac-address sticky 00BB.CCDD.EEFF

Interface subcommand that tells the switch to learn MAC addresses on GigabitEthernet1/0/10 and add 00BB.CCDD.EEFF to the running configuration as a secure MAC address.

4
New cards

switchport port-security maximum 2

Interface subcommand that sets the maximum number of secure MAC addresses on GigabitEthernet1/0/10 to 2.

5
New cards

switchport port-security violation shutdown

Interface subcommand that configures GigabitEthernet1/0/10 to shut down if an unauthorized MAC address is detected.

6
New cards

errdisable recovery cause psecure-violation

Global command that enables automatic recovery for ports err-disabled due to port-security violations.

7
New cards

errdisable recovery interval 30

Global command that sets the recovery delay for err-disabled ports to 30 seconds.

8
New cards

shutdown

Interface subcommand that administratively disables GigabitEthernet1/0/10.

9
New cards

no shutdown

Interface subcommand that administratively enables GigabitEthernet1/0/10.

10
New cards

show running-config

Displays the entire running configuration of the switch.

11
New cards

show running-config interface GigabitEthernet1/0/10

Displays the running configuration and subcommands for interface GigabitEthernet1/0/10.

12
New cards

show mac address-table dynamic interface GigabitEthernet1/0/11

Lists dynamically learned MAC addresses on GigabitEthernet1/0/11.

13
New cards

show mac address-table secure interface GigabitEthernet1/0/12

Lists secure MAC addresses defined or learned on GigabitEthernet1/0/12.

14
New cards

show mac address-table static interface GigabitEthernet1/0/13

Lists static MAC addresses on GigabitEthernet1/0/13.

15
New cards

show interfaces GigabitEthernet1/0/14 status

Lists a one-line status for GigabitEthernet1/0/14, showing description, state, duplex, and speed.

16
New cards

show port-security interface GigabitEthernet1/0/15

Displays port-security configuration and status for GigabitEthernet1/0/15.

17
New cards

show port-security

Lists a summary of port-security settings for all interfaces where it is enabled.