The configuration would succeed on both ge-0/0/0.0 and ge-0/0/1.0
All interfaces would be this.
protocols {
dot1x {
authenticator {
authentication-profile-name my-profile;
static {
00:00:00:00:00:01;
}
interface all
}
}
}
------------------------------
Steve Puluka BSEET - Juniper Ambassador
IP Architect - DQE Communications Pittsburgh, PA (Metro Ethernet & ISP - Retired)
http://puluka.com/home------------------------------
Original Message:
Sent: 07-16-2024 13:06
From: djadhav
Subject: Question on Static MAC Bypass
Hi.
Here is a sample Static MAC Bypass configuration.
protocols {
dot1x {
authenticator {
authentication-profile-name my-profile;
static {
00:00:00:00:00:01;
}
interface ge-0/0/0.0;
interface ge-0/0/1.0;
}
}
}
In the above configuration, will the MAC address 00:00:00:00:00:01 have its authentication succeed on all both ge-0/0/0.0 and ge-0/0/1.0 or neither?
(Unfortunately, I don't have a lab available for testing.)
Thanks,
Deepak