8
Authentication
156
The RADIUS Vendor ID
When
configuring
the
RADIUS
server
itself
to
receive
requests
from
the
SEG,
it
is
important
to
enter
a
value
for
the
Vendor
ID
(vid).
This
value
should
be
specified
as
5089
.
Example: Configuring a RADIUS server
In
this
example,
a
RADIUS
server
will
be
configured
with
an
IPv4
address
of
198.10.2.1
and
the
shared
secret
specified
as
mysecret
.
Device:/>
add
RadiusServer
IPAddress=198.10.2.1
SharedSecret=mysecret
Using RADIUS Authentication
A
RADIUS
server
is
used
for
authentication
with
the
following
steps:
1. Create
a
RADIUS
server
object
as
described
above.
2. Create
an
Authentication
Profile
object
that
uses
the
RADIUS
server
as
its
Authentication
Source
.
3. Associate
the
profile
with
an
IP
rule.
When
the
IP
rule
triggers,
authentication
of
user
credentials
will
then
be
required
to
set
up
the
traffic
flow.
The radiussnoop command
To
troubleshoot
problems,
the
SEG
provides
the
ability
to
examine
the
interactions
that
take
place
between
the
SEG
and
RADIUS
servers.
This
is
done
using
the
CLI
command
radiussnoop
.
The
command
works
in
a
similar
way
to
the
ike
‐
snoop
command.
It
is
enabled
from
the
CLI
console
and
while
it
is
enabled,
any
interactions
with
RADIUS
servers
is
shown
in
console
output
messages.
The
amount
of
detail
in
this
output
can
be
adjusted.