From 43b7c8c163ff6bf3257b4bdb0d31c7c35d76170a Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 2 Jun 2011 18:33:14 +0000 Subject: Give some additional information about the format of the Command-Code value. svn path=/trunk/; revision=37526 --- radius/dictionary.cisco | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'radius/dictionary.cisco') diff --git a/radius/dictionary.cisco b/radius/dictionary.cisco index a959e36859..2055d22c36 100644 --- a/radius/dictionary.cisco +++ b/radius/dictionary.cisco @@ -102,6 +102,25 @@ ATTRIBUTE sip-hdr 150 string # Extra attributes sent by the Cisco, if you configure # "radius-server vsa accounting" (requires IOS11.2+). # +# According to +# +# http://www.cisco.com/en/US/products/hw/iad/ps4349/products_installation_guide_chapter09186a008007e511.html +# +# the first byte Command-Code value is a binary command code +# and the other bytes after it are an string argument to the +# command: +# +# Command code Command Argument +# +# \001 Account Logon Account name +# \002 Account Logoff Account name +# \004 Account PING Service name +# \013 Service Logon Service name +# \014 Service Logoff Service name +# \016 Service Access Order DNS server search order +# separated by semicolons +# \017 Service Message Message text +# ATTRIBUTE Cisco-Multilink-ID 187 integer ATTRIBUTE Cisco-Num-In-Multilink 188 integer ATTRIBUTE Cisco-Pre-Input-Octets 190 integer -- cgit v1.2.3