Configure port-security on Dell switches

From Notes_Wiki
Revision as of 06:38, 8 January 2025 by Darshan (talk | contribs) (Created page with "Home > Switch configuration notes > Configure port-security on Dell switches We can configure Dell switch for port-security so that only a limited no. of MAC addresses are allowed per port. This can prevent an unauthorized person from connecting to network. '''To configure port-security in Dell switches use below steps:''' ==Go to enable mode== <pre> enable </pre> ==Go to configure mode== <pre> configure terminal interface gi 1/0/__ </pre> ==Con...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Home > Switch configuration notes > Configure port-security on Dell switches

We can configure Dell switch for port-security so that only a limited no. of MAC addresses are allowed per port. This can prevent an unauthorized person from connecting to network.

To configure port-security in Dell switches use below steps:

Go to enable mode

enable

Go to configure mode

configure terminal
interface gi 1/0/__

Configure port-security through this commands

switchport mode access
switchport port-security
switchport port-security maximum 1
switchport port-security mac-	address sticky

Home > Switch configuration notes > Configure port-security on Dell switches