Skip to content
View in the app

A better way to browse. Learn more.

Gear Crushers

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How can I only allow one computer on a jack?

Featured Replies

The business wants to implement switchport security allowing only the one machine to work when plugged in. Do I have to get the mac addresses for every workstation in the 5 floor building?


If you have Cisco switches and running IOS (not CATOS) then you can run a command called sticky which means when a computer plugs into a jack that mac address sticks to the Cisco IOS security as the allowed mac-address.





This example shows how to enable sticky port security on a port, to manually configure MAC addresses for data VLAN and voice VLAN, and to set the total maximum number of secure addresses to 10 (5 for data VLAN and 5 for voice VLAN).



Switch(config)# interface FastEthernet0/1


Switch(config-if)# switchport access vlan 21


Switch(config-if)# switchport mode access


Switch(config-if)# switchport voice vlan 22


Switch(config-if)# switchport port-security


Switch(config-if)# switchport port-security maximum 10


Switch(config-if)# switchport port-security violation restrict


Switch(config-if)# switchport port-security mac-address sticky


Switch(config-if)# switchport port-security mac-address sticky 0000.0000.0002


Switch(config-if)# switchport port-security mac-address 0000.0000.0003


Switch(config-if)# switchport port-security mac-address sticky 0000.0000.0001 vlan voice


Switch(config-if)# switchport port-security mac-address 0000.0000.0004 vlan voice


Switch(config-if)# switchport port-security maximum 5 vlan access


Switch(config-if)# switchport port-security maximum 5 vlan voice[/code]


Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.