<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; "><div><div>Hi,</div><div><br></div><div>I'm trying to do an account-logon to a cisco ISG (aka NAS). I've created a file to carry the attributes.</div><div><br></div><div>The file looks like this..</div><div><br></div><div><div>User-Name += "jane"</div><div>Service-Type = Outbound-User</div><div>cisco-command-code=01</div><div>cisco-avpair = "ssg-account-info=S10.174.168.2:294",</div></div><div><br></div><div>Here's the command I sent.</div><div><br></div><div>Radclient –x –f /home/admin/coa_file 10.172.168.6:3799 coa testing123</div><div><br></div><div>The debug from radclient doesn't show any errors. </div><div><br></div><div>It shows Cisco-Command-Code = "01"</div><div><br></div><div>Here's the debug from the cisco router.</div><div><br></div><div><div>Nov  6 22:40:03.489: RADIUS/DECODE: Reply-Message fragments, 13, total 13 bytes</div><div>Nov  6 22:43:43.542: RADIUS: COA  received from id 164 10.194.170.150:43374, CoA Request, len 84</div><div>Nov  6 22:43:43.542: RADIUS/ENCODE(00000000):Orig. component type = Invalid</div><div>Nov  6 22:43:43.542: RADIUS/ENCODE: Skip encoding 0 length AAA attribute formatted-clid</div><div>Nov  6 22:43:43.543: RADIUS(00000000): sending</div><div>Nov  6 22:43:43.543: RADIUS(00000000): Send CoA Nack Response to 10.194.170.150:43374 id 164, len 120</div><div>Nov  6 22:43:43.543: RADIUS:  authenticator 00 37 CB 5E 01 05 D8 08 - 3F 8F EA 3D 09 88 E4 8F</div><div>Nov  6 22:43:43.543: RADIUS:  User-Name           [1]   6   "jane"</div><div>Nov  6 22:43:43.543: RADIUS:  Service-Type        [6]   6   Outbound                  [5]</div><div>Nov  6 22:43:43.543: RADIUS:  Vendor, Cisco       [26]  29  </div><div>Nov  6 22:43:43.543: RADIUS:   Cisco AVpair       [1]   23  "service-type=Outbound"</div><div>Nov  6 22:43:43.543: RADIUS:  Vendor, Cisco       [26]  10  </div><div>Nov  6 22:43:43.543: RADIUS:   ssg-command-code   [252] 4   </div><div>Nov  6 22:43:43.543: RADIUS:   <span style="background-color: rgb(255, 255, 0); ">30 31                [Unknown 01]</span></div><div>Nov  6 22:43:43.543: RADIUS:  Vendor, Cisco       [26]  25  </div><div>Nov  6 22:43:43.543: RADIUS:   ssg-account-info   [250] 19  "S10.174.168.2:294"</div><div>Nov  6 22:43:43.543: RADIUS:  Reply-Message       [18]  18  </div><div>Nov  6 22:43:43.543: RADIUS:   4E 6F 20 76 61 6C 69 64 20 53 65 73 73 69 6F 6E  [ No valid Session]</div><div>Nov  6 22:43:43.543: RADIUS:  Dynamic-Author-Error[101] 6   Unsupported Service       [405]</div></div><div><br></div><div>As you can see it's translating the command code from decimal to hex. How do I specify the command code to be hex? (I've tried 0x01 but again it converts the ascii to hex)</div><div><br></div><div>Also, is there documentation that explains the syntax to be used in the attribute file?</div><div><br></div><div>Thanks,</div><div>Steve</div></div></body></html>