Proxy – Brocade Mobility RFS7000-GR Controller CLI Reference Guide (Supporting software release 4.1.0.0-040GR and later) User Manual

Page 491

Advertising
background image

Brocade Mobility RFS7000-GR CLI Reference Guide

477

53-1001945-01

RADIUS Configuration Commands

19

proxy

RADIUS Configuration Commands

Use this command to configure a proxy RADIUS server based on the realm/suffix.

Syntax

proxy(realm|retry-count|retry-delay)

proxy realm(nameWORD)server(IP Address)secret

(0|2|WORD)

Parameters

Usage Guidelines
Only five RADIUS proxy server’s can be configured. The proxy server attempts six retries before it
times out. The retry count defines the number of times the switch transmits each RADIUS request
to the server before giving up. The timeout value defines the duration for which the switch waits for
a reply to a RADIUS request before retransmitting the request.

Example

RFS7000(config-radsrv)#proxy realm Test server 10.10.10.1 secret "Very Very

Secret !!!"

RFS7000(config-radsrv)#

RFS7000(config-radsrv)#proxy retry-count 5

RFS7000(config-radsrv)#

RFS7000(config-radsrv)#proxy retry-delay 8

RFS7000(config-radsrv)#

realm WORD

Realm name is a string of up to 50 characters.

server (A.B.C.D) – Proxy server IP address.

secret (0|2|WORD) – Proxy server secret string.

0 – Password is specified UNENCRYPTED.

2 – Password is encrypted with password-encryption secret.

WORD – The proxy server shared secret up to 32 characters.

retry-count

<3-6>

Proxy server retry count value.

retry-delay

<5-10>

Proxy server retry delay time (in seconds).

Advertising