The following example enables DHCP Snooping and Dynamic ARP Inspection (DAI) on VLAN 100 and IP Source Guard on authentication port:
Auth-Type := Local User-Password == "000000000001" Service-Type = Administrative-User Tunnel-Type = VLAN Tunnel-Medium-Type = IEEE-802 Tunnel-Private-Group-Id = 100 Extreme-Dynamic-Config = "DHCPSNOOP" Extreme-Dynamic-Config += "DAI" Extreme-Dynamic-Config += "IPSG"
The following example configure the Custom Auto-Negotiation Advertisements (CANA) to 100Half on authentication port:
Auth-Type := Local User-Password == "000000000008" Service-Type = Administrative-User Extreme-Dynamic-Config = "AN-ADVERTISMENTS:100H"
The following example enable BPDU Guard on authentication port:
Auth-Type := Local User-Password == "000000000006" Service-Type = Administrative-User Extreme-Dynamic-Config = "BPDU"
The following example enables DHCP Snooping and DAI on platform VLAN associated with I-SID 10000 and IP Source Guard on authentication port:
Auth-Type := Local User-Password == "000000000002" Service-Type = Administrative-User Fabric-Attach-ISID = "0:10000" Extreme-Dynamic-Config = "DHCPSNOOP" Extreme-Dynamic-Config += "DAI" Extreme-Dynamic-Config += "IPSG"
The following example enables IGMP Snooping on VLAN 100:
Auth-Type := Local User-Password == "000000000003" Service-Type = Administrative-User Tunnel-Type = VLAN Tunnel-Medium-Type = IEEE-802 Tunnel-Private-Group-Id = 100 Extreme-Dynamic-Config = "IGMPSNOOP"
The following example enables IGMP Snooping platform VLAN associated with I-SID 10000:
Auth-Type := Local User-Password == "000000000004" Service-Type = Administrative-User Fabric-Attach-ISID = "0:10000" Extreme-Dynamic-Config = "IGMPSNOOP"
The following example enables reauthentication on a port without a configured time interval:
Auth-Type := Local User-Password == "000000000007" Service-Type = Administrative-User Extreme-Dynamic-Config = "REAUTH"
The following example enables reauthentication on a port with a configured time interval:
Auth-Type := Local User-Password == "000000000007" Service-Type = Administrative-User Extreme-Dynamic-Config = "REAUTH:1230"
The following example enable SLPP Guard on authentication port:
Auth-Type := Local User-Password == "000000000007" Service-Type = Administrative-User Extreme-Dynamic-Config = "SLPPGUARD"
The following example enable EAP traffic-control on authentication port:
Auth-Type := Local User-Password == "000000000005" Service-Type = Administrative-User Extreme-Dynamic-Config = "WOL"