From 1a337879e79efe475130c3e29ca7a85d91ed79c1 Mon Sep 17 00:00:00 2001 From: Denys Fedoryshchenko Date: Thu, 31 Aug 2023 23:42:15 +0300 Subject: [PATCH] Add mac address search --- Juniper.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Juniper.md b/Juniper.md index 3e162d6..0902b32 100644 --- a/Juniper.md +++ b/Juniper.md @@ -610,3 +610,10 @@ Attention on header: "Ethernet-switching table: 477 entries, 239 learned, 0 pers admin@CORE> show chassis routing-engine ``` It is recommended to not have load average values more than 1.0 - 2.0. + +### Searching particular user mac on ports + +``` +admin@CORE> show ethernet-switching table | match MACADDRESS +``` +MACADDRESS should be replaced by MAC address of the user, for example 00:11:22:33:44:55 \ No newline at end of file