AAA::acct_send

Description

This command is used to send user accouting information to IVS virtual. Each user account can be identified by one of the following attributes:

  • user-name
  • framed-ip-address
  • framed-ipv6-prefix
  • event-timestamp
  • acct-status-type
  • acct-session-id
  • acct-input-octets
  • acct-output-octets
  • 3gpp-imsi
  • 3gpp-imeisv
  • 3gpp-user-location-info

Syntax

AAA::acct_send <ivs-name> [user-name <string>]
AAA::acct_send <ivs-name> [framed-ip-address <ipv4 address>]
AAA::acct_send <ivs-name> [framed-ipv6-prefix <ipv6 address>]
AAA::acct_send <ivs-name> [event-timestamp <integer>]
AAA::acct_send <ivs-name> [acct-status-type <integer>]
AAA::acct_send <ivs-name> [acct-session-id <string>]
AAA::acct_send <ivs-name> [acct-input-octets <64-bit integer>]
AAA::acct_send <ivs-name> [acct-output-octets <64-bit integer>]
AAA::acct_send <ivs-name> [3gpp-imsi <string>]
AAA::acct_send <ivs-name> [3gpp-imeisv <string>]
AAA::acct_send <ivs-name> [3gpp-user-location-info <string>]

Examples