cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2268
Views
5
Helpful
3
Replies

Framed-IP-Address in Start Accounting message

m.arancibia
Level 1
Level 1

We have a 5400 plataform configured with Radius Accounting and I am seeing that the attribute 8 (Framed-IP-Address) appears only in the Stop message.

The cuestions is...how i can to do that the attribute 8 will be included in the Start message too?

Regards

CONFIGURATION

ip radius source-interface GigabitEthernet0/0.63

aaa new-model

radius-server host 200.49.193.225 auth-port 1812 acct-port 1813
radius-server key cisco1

aaa group server radius RADIUS-VLZ1
server 200.49.193.225

aaa dnis map enable
aaa dnis map 1151307063 authentication ppp group RADIUS-VLZ1
aaa dnis map 1151307063 accounting network start-stop group RADIUS-VLZ1

aaa authentication login default group RADIUS-VLZ1 local

no aaa authentication ppp default local
aaa authentication ppp default if-needed radius
aaa authorization network radius
aaa accounting exec default start-stop group RADIUS-VLZ1
aaa accounting network default start-stop group RADIUS-VLZ1

radius-server attribute 8 inc

DEBUG RADIUS

*Jul 15 16:56:32.856: RADIUS:  Acct-Session-Id     [44]  10  "00000192"
*Jul 15 16:56:32.856: RADIUS:  User-Name           [1]   9   "italtel"
*Jul 15 16:56:32.856: RADIUS:  Acct-Authentic      [45]  6   RADIUS
        [1]
*Jul 15 16:56:32.856: RADIUS:  Acct-Status-Type    [40]  6   Start
        [1]
*Jul 15 16:56:32.856: RADIUS:  Calling-Station-Id  [31]  12  "1147876876"
*Jul 15 16:56:32.856: RADIUS:  Called-Station-Id   [30]  14  "541151307063"
*Jul 15 16:56:32.856: RADIUS:  NAS-Port            [5]   6   544

*Jul 15 16:56:32.856: RADIUS:  NAS-Port-Id         [87]  9   "tty4/04"
*Jul 15 16:56:32.856: RADIUS:  NAS-Port-Type       [61]  6   Async
        [0]

*Jul 15 16:55:23.508: RADIUS:  Framed-IP-Address   [8]   6   10.82.94.11

*Jul 15 16:55:23.508: RADIUS:  User-Name           [1]   6   "pepe"
*Jul 15 16:55:23.508: RADIUS:  Acct-Authentic      [45]  6   RADIUS
        [1]
*Jul 15 16:55:23.508: RADIUS:  Acct-Session-Time   [46]  6   15

*Jul 15 16:55:23.508: RADIUS:  Acct-Input-Octets   [42]  6   3613

*Jul 15 16:55:23.508: RADIUS:  Acct-Output-Octets  [43]  6   118

*Jul 15 16:55:23.508: RADIUS:  Acct-Input-Packets  [47]  6   55

*Jul 15 16:55:23.508: RADIUS:  Acct-Output-Packets [48]  6   7

*Jul 15 16:55:23.508: RADIUS:  Acct-Terminate-Cause[49]  6   user-request
        [1]
*Jul 15 16:55:23.508: RADIUS:  Acct-Status-Type    [40]  6   Stop

3 Replies 3

Jagdeep Gambhir
Level 10
Level 10

Hi ,

Try using:

aaa accounting delay-start



Regards,
~JG

Do rate helpful posts

Does the above input solved your problem?

thanks,

Raj

Yes, thanks a lot.