Difference between revisions of "Configure port-security on Dell switches"
From Notes_Wiki
(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...") |
|||
Line 19: | Line 19: | ||
switchport port-security | switchport port-security | ||
switchport port-security maximum 1 | switchport port-security maximum 1 | ||
switchport port-security mac- address sticky | switchport port-security mac-address sticky | ||
</pre> | </pre> | ||
[[Main Page|Home]] > [[Switch configuration notes]] > [[Configure port-security on Dell switches]] | [[Main Page|Home]] > [[Switch configuration notes]] > [[Configure port-security on Dell switches]] |
Latest revision as of 06:39, 8 January 2025
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