Quantcast
Channel: All Ethernet Switching posts
Viewing all articles
Browse latest Browse all 10307

Re: MAC-Based Authentication EX4300 - AD Radius Server

$
0
0

I pulled only the key sections of the CLI being that there are 200 interfaces that would just clutter it up...

 

also attached are some screenshots from the Radius config on Windows Server.

 

    ge-1/0/18 {
        description 10-A;
        unit 0 {
            family ethernet-switching {
                interface-mode access;
                vlan {
                    members VLAN1;
                }
            }
        }
    }



access {
    radius-server {
        10.30.20.2 {
            port 1812;
            secret "<secret>";
        }
    }
    profile juniper-access-profile {
        authentication-order radius;
        radius {
            authentication-server 10.30.20.2;
        }
    }



protocols {
    lldp {
        interface all;
    }
    lldp-med {
        interface all;
    }
    igmp-snooping {
        vlan default;
    }
    dot1x {
        authenticator {
            authentication-profile-name juniper-access-profile;
            interface {
                ge-1/0/18.0 {
                    supplicant single-secure;
                    reauthentication 3600;
                }
            }
        }
    }
}

Viewing all articles
Browse latest Browse all 10307

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>