[Contents]
[Prev]
[Next]
[Index]
[Report an Error]
Configuring Options for RADIUS
Servers
Include the options statement at the [edit access
profile profile-name radius] hierarchy level
to specify the options used by the RADIUS authentication and accounting
servers.
- [edit access profile profile-name radius]
-
options {
-
accounting-session-id-format (decimal | description);
-
ethernet-port-type-virtual;
-
interface-description-format [sub-interface | adapter];
-
nas-identifier identifier-value;
-
-
nas-port-extended-format {
- adapter-width width;
- port-width width;
- slot-width width;
- stacked-vlan-width width;
- vlan-width width;
- }
-
override-nas-information;
-
revert-interval interval;
-
vlan-nas-port-stacked-format;
- }
The following list describes the accounting options:
-
accounting-session-id-format—The format
the router uses to identify the accounting session. The identifier
can be in one of the following formats. The router uses decimal format
by default.
-
decimal—For example, 435264
-
description—In the format, jnpr interface-specifier:subscriber-session-id. For example, jnpr fastEthernet 3/2.6:1010101010101
-
ethernet-port-type-virtual—The physical
port type the router uses to authenticate clients. The port type is
passed in RADIUS attribute 61 (NAS-Port-Type). This statement specifies
a port type of virtual; by default the router passes a port
type of ethernet in RADIUS attribute 61.
-
interface-description-format—The information
that is included in or omitted from the interface description that
the router passes to RADIUS for inclusion in the RADIUS attribute
87 (NAS-Port-Id). By default, the router includes both the subinterface
and the adapter in the interface description.
-
nas-identifier—The value for the client
RADIUS attribute 32 (NAS-Identifier), which is used for authentication
and accounting requests. You can specify a string in the range 1 to
64 characters.
-
nas-port-extended-format—Configures the
RADIUS client to use the extended format for RADIUS attribute 5 (NAS-Port)
and specify the width of the fields in the NAS-Port attribute.
-
adapter-width width—Number
of bits in the adapter field.
-
port-width width—Number
of bits in the port field.
-
slot-width width—Number
of bits in the slot field.
-
stacked-vlan-width width—Number of bits in the SVLAN ID field.
-
vlan-width width—Number
of bits in the VLAN ID field.
-
revert-interval—The amount of time that
the router waits after a server has become unreachable. The router
rechecks the connection to the server when the revert-interval expires.
If the server is then reachable, it is used in accordance with the
order of the server list.
-
vlan-nas-port-stacked-format—Configures
RADIUS attribute 5 (NAS-Port) to include the S-VLAN ID, in addition
to the VLAN ID, for subscribers on Ethernet interfaces.
[Contents]
[Prev]
[Next]
[Index]
[Report an Error]