aboutsummaryrefslogtreecommitdiffstats
path: root/radius
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-06-02 18:33:14 +0000
committerGuy Harris <guy@alum.mit.edu>2011-06-02 18:33:14 +0000
commit43b7c8c163ff6bf3257b4bdb0d31c7c35d76170a (patch)
tree95eeb29aabad9053da94c2158e979a1f195873b9 /radius
parent657e330103f0b1c4f028bb3a8fd5c2d33448e146 (diff)
Give some additional information about the format of the Command-Code
value. svn path=/trunk/; revision=37526
Diffstat (limited to 'radius')
-rw-r--r--radius/dictionary.cisco19
1 files changed, 19 insertions, 0 deletions
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