From 29f8ef37e29037e8dc4d56bfeece17135dc26ea6 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 30 May 2017 19:36:01 -0700 Subject: Update to the FreeRADIUS version. Give a URL for the Extreme Networks documentation listing these attributes, replacing our earlier citation; the newer version says attribute 213 is Extreme-VM-Name, as is the case in the FreeRADIUS version, not Extreme-CLI-Profile, as was the case in our version. Change-Id: Iddd69c2ef4d3a5d55f16c20f3899eebdea217a2a Reviewed-on: https://code.wireshark.org/review/21833 Reviewed-by: Guy Harris --- radius/dictionary.extreme | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'radius') diff --git a/radius/dictionary.extreme b/radius/dictionary.extreme index 9d035fefc5..4cc9433ed1 100644 --- a/radius/dictionary.extreme +++ b/radius/dictionary.extreme @@ -1,8 +1,11 @@ # -*- text -*- +# Copyright (C) 2015 The FreeRADIUS Server project and contributors # # Dictionary for Extreme Networks VSA's. # http://www.extremenetworks.com/ -# See ExtremeXOS Concepts guide for 15.4 (Ch 7: Universal Port) +# http://documentation.extremenetworks.com/exos/EXOS_21_1/Security/c_supported-radius-attributes.shtml +# +# $Id: 896860cd614f277baf7e79e38a7f53c1b3865868 $ # VENDOR Extreme 1916 @@ -18,7 +21,11 @@ ATTRIBUTE Extreme-User-Location 208 string ATTRIBUTE Extreme-Netlogin-Vlan-Tag 209 integer ATTRIBUTE Extreme-Netlogin-Extended-Vlan 211 string ATTRIBUTE Extreme-Security-Profile 212 string -ATTRIBUTE Extreme-CLI-Profile 213 string +ATTRIBUTE Extreme-VM-Name 213 string +ATTRIBUTE Extreme-VM-VPP-Name 214 string +ATTRIBUTE Extreme-VM-IP-Addr 215 ipaddr +ATTRIBUTE Extreme-VM-VLAN-ID 216 integer +ATTRIBUTE Extreme-VM-VR-Name 217 string VALUE Extreme-CLI-Authorization Disabled 0 VALUE Extreme-CLI-Authorization Enabled 1 -- cgit v1.2.1