Jump to content

Recommended Posts

Posted

Есть коммутаторы SNR-S3750G и SNR-S2995G.

Порт 10G подключен к ядру, на портах 1-24 подключены коммутаторы доступа.

Нужно заблокировать прохождение конкретного MAC-адреса наверх (к ядру), то есть чтобы указанный MAC-адрес попадал в FDB коммутатора, но дропался при выходе с аплинка (не попадал в ядро).

Можно ли это сделать?

Posted

@alibek, на этих моделях есть возможность применить ACL для интерфейса на out:

!
mac-access-list extended test
  deny host-source-mac f8-f0-82-73-78-61 any-destination-mac
  exit
!
Interface Ethernet1/0/24
 mac access-group test out
!         

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...