Brocade Network OS NETCONF Operations Guide v4.1.1 Manual de usuario Pagina 238

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 622
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 237
206 Network OS NETCONF Operations Guide
53-1003231-02
RADIUS
16
</radius-server>
</filter>
</get-config>
</rpc>
<rpc-reply message-id="911" 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>changedesc</key>
<retries>5</retries>
<timeout>3</timeout>
</host>
</radius-server>
</rpc>
Removing a RADIUS server from a client’s server list
To remove a RADIUS server from a client’s server list, follow these steps.
1. Issue the <edit-config> RPC to configure the <radius-server> node in the
urn:brocade.com:mgmt:brocade-aaa namespace.
2. Under the <radius-server> node, include the <host> node element, and include the delete
operation in the element tag.
3. Under the <host> node, include the <name> element and specify the domain name, IP
address, or IPv6 address of the RADIUS server you want to remove.
<?xml version="1.0" encoding="UTF-8"?>
<rpc message-id="912" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<running/>
</target>
<config>
<radius-server xmlns="urn:brocade.com:mgmt:brocade-aaa">
<host xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"
operation="delete">
<host-name>10.38.37.180</host-name>
</host>
</radius-server>
</config>
</edit-config>
</rpc>
<rpc-reply message-id="912" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>
Configuring the client to use RADIUS for login authentication
After configuring the client-side RADIUS server list, you must set the authentication mode so that
RADIUS is used as the primary source of authentication. Refer to “Login authentication mode” on
page 198 for information on how to configure the login authentication mode.
Vista de pagina 237
1 2 ... 233 234 235 236 237 238 239 240 241 242 243 ... 621 622

Comentarios a estos manuales

Sin comentarios