This command allows
you to specify the RADIUS accounting servers where accounting requests
are sent after being "inspected" by this service.
Privilege
Security Administrator,
Administrator
Mode
Exec > Global Configuration
> Context Configuration > IPSG RADIUS Snoop Configuration
configure > context context_name > ipsg-service service_name mode radius-snoop
Entering the above
command sequence results in the following prompt:
[context_name]host_name(config-ipsg-service-radius-snoop)#
Syntax
radius { accounting server ipv4_address [ port port_number | source-context context_name ] | dictionary { 3gpp2 | 3gpp2-835 | customXX | standard | starent | starent-835 | starent-vsa1 | starent-vsa1-835 } }
[ no ] radius accounting server ipv4_address [ port port_number | source-context context_name ]
no
Removes the RADIUS
accounting server identifier from this service.
radius accounting server ipv4_address
Specifies the IP address
of a RADIUS accounting server where accounting requests are sent after
being "snooped" by this service in IPv4 dotted-decimal
notation.
Up to 16 addresses
can be configured.
port port_number
Specifies the port
number of the RADIUS Accounting Server where accounting requests
are sent after being "snooped" by this service.
port_number must
be an integer from 1 through 65535.
Default: 1813
source-context context_name
Specifies the source
context where RADIUS accounting requests are received.
context_name must
be an alphanumeric string of 1 through 79 characters.
If this keyword is
not configured, the system will default to the context in which
the IPSG service is configured.
dictionary { 3gpp2 | 3gpp2-835 | custom XX | standard | starent | starent-835 | starent-vsa1 | starent-vsa1-835 }
Specifies what dictionary
to use. The possible values are described in the following table:
Dictionary |
Description |
3gpp
|
This dictionary consists
not only of all of the attributes in the standard dictionary, but also
all of the attributes specified in 3GPP 32.015.
|
3gpp2
|
This dictionary consists
not only of all of the attributes in the standard dictionary, but also
all of the attributes specified in IS-835-A.
|
3gpp2-835
|
This dictionary consists
not only of all of the attributes in the standard dictionary, but also
all of the attributes specified in IS-835.
|
custom XX
|
These are customized
dictionaries. For information on custom dictionaries, please contact
your Cisco account representative.
XX is the
integer value of the custom dictionary.
|
standard
|
This dictionary consists
only of the attributes specified in RFC 2865, RFC 2866, and RFC
2869.
|
starent
|
This dictionary consists
of all of the attributes in the starent-vsa1 dictionary and incorporates
additional Starent Networks VSAs by using a two-byte VSA Type field.
This dictionary is the master-set of all of the attributes in all
of the dictionaries supported by the system.
|
starent-835
|
This dictionary consists
of all of the attributes in the starent-vsa1-835 dictionary and incorporates
additional Starent Networks VSAs by using a two-byte VSA Type field.
This dictionary is the master-set of all of the attributes in all
of the -835 dictionaries supported by the system.
|
starent-vsa1
|
This dictionary consists
not only of the 3gpp2 dictionary, but also includes Starent Networks
vendor-specific attributes (VSAs) as well. The VSAs in this dictionary
support a one-byte wide VSA Type field in order to support certain
RADIUS applications. The one-byte limit allows support for only
256 VSAs (0–255). This is the default dictionary.
|
starent-vsa1-835
|
This dictionary consists
not only of the 3gpp2-835 dictionary, but also includes Starent Networks
vendor-specific attributes (VSAs) as well. The VSAs in this dictionary
support a one-byte wide VSA Type field in order to support certain
RADIUS applications. The one-byte limit allows support for only
256 VSAs (0–255). This is the default dictionary.
|
Usage Guidelines
Use this command to
specify the RADIUS Accounting Servers where accounting requests are
sent after being snooped by this service.
Example
The following command specifies the IP address (209.165.200.228 ) of a RADIUS Accounting Server whose accounting requests are to be "snooped", and the source context (aaa_ingress ) where the requests are received on the system:
radius accounting server 209.165.200.228 source-context aaa_ingress