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

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 622
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 59
28 Network OS NETCONF Operations Guide
53-1003231-02
Interfaces, slots, and modules
3
To perform a reboot of the entire modular chassis, issue the <ha>/<chassisreboot> custom action
located in the urn:brocade.com:mgmt:brocade-ha namespace.
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="304">
<nca:action xmlns:nca="http://tail-f.com/ns/netconf/actions/1.0">
<nca:data>
<ha xmlns="urn:brocade.com:mgmt:brocade-ha">
<chassisreboot/>
</ha>
</nca:data>
</nca:action>
</rpc>
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="304">
<ok/>
</rpc-reply>
To perform a fastboot operation, issue the <reboot>/<fastboot> custom action located in the
urn:brocade.com:mgmt:brocade-firmware namespace.
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="305">
<nca:action xmlns:nca="http://tail-f.com/ns/netconf/actions/1.0">
<nca:data>
<reboot xmlns="urn:brocade.com:mgmt:brocade-firmware">
<fastboot/>
</reboot>
</nca:data>
</nca:action>
</rpc>
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="305">
<ok/>
</rpc-reply>
NOTE
Both reboot operations are disruptive, and you are prompted for confirmation before executing.
When you reboot a switch connected to a fabric, all traffic to and from that switch stops. All ports on
that switch remain inactive until the switch comes back online.
Interfaces, slots, and modules
This section describes a few frequently used or important operations performed on slots, modules,
or interfaces. Refer to the Network OS Administrator’s Guide for an extensive overview of modular
platform basics.
Obtaining interface configuration information
To obtain interface information, issue the <get-config> RPC with a subtree filter to return only
information under the <interface> node located in the urn:brocade.com:mgmt:brocade-interface
namespace.
The following example further restricts the output to 10 Gigabit Ethernet interfaces by specifying
the <tengigabitethernet> node in the subtree filter.
Vista de pagina 59
1 2 ... 55 56 57 58 59 60 61 62 63 64 65 ... 621 622

Comentarios a estos manuales

Sin comentarios