Modifying the radius server configuration – Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual

Page 236

Advertising
background image

204

Network OS NETCONF Operations Guide

53-1003231-02

RADIUS

16

</rpc>

<rpc-reply message-id="907" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">

<ok/>

</rpc-reply>

4. To validate the new configuration, issue the <get-config> RPC with a subtree filter to limit the

returned information to RADIUS server 10.38.37.130.

<?xml version="1.0" encoding="UTF-8"?>

<rpc message-id="908" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">

<get-config>

<source>

<running/>

</source>

<filter type="subtree">

<radius-server xmlns="urn:brocade.com:mgmt:brocade-aaa">

<host>

<hostname>10.38.37.180</hostname>

</host>

</radius-server>

</filter>

</get-config>

</rpc>

<rpc-reply message-id="908" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">

<radius-server xmlns="urn:brocade.com:mgmt:brocade-aaa">

<host>

<hostname>10.38.37.180</hostname>

<auth-port>1812</auth-port>

<protocol>pap</protocol>

<key>new#virgo*secret</key>

<retries>5</retries>

<timeout>10</timeout>

</host>

</radius-server>

</rpc>

Modifying the RADIUS server configuration

To modify the RADIUS server configuration on the client, perform the following steps.

1. Determine the configured RADIUS servers by Issuing the <get-config> RPC with a subtree filter

to return only information about configured RADIUS servers.

<?xml version="1.0" encoding="UTF-8"?>

<rpc message-id="909" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">

<get-config>

<source>

<running/>

</source>

<filter type="subtree">

<radius-server xmlns="urn:brocade.com:mgmt:brocade-aaa">

<host/>

</radius-server>

</filter>

</get-config>

</rpc>

<rpc-reply message-id="909" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">

Advertising