Brocade Network OS NETCONF Operations Guide v4.1.1 Bedienungsanleitung Seite 59

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 622
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 58
Network OS NETCONF Operations Guide 27
53-1003231-02
Rebooting a Brocade switch
3
Enable the chassis to bring the interfaces back online. All interfaces that passed POST are
enabled and come back online. If the switch was part of an Ethernet fabric, it rejoins the fabric.
NOTE
Disabling the chassis is a disruptive operation. Alternatively, you can shut down and re-enable
individual interfaces.
To enable a chassis, issue the <chassis>/<enable> custom action located in the
urn:brocade.com:mgmt:brocade-chassis namespace.
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="302">
<nca:action xmlns:nca="http://tail-f.com/ns/netconf/actions/1.0">
<nca:data>
<chassis xmlns="urn:brocade.com:mgmt:brocade-chassis">
<enable/>
</chassis>
</nca:data>
</nca:action>
</rpc>
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="302">
<ok/>
</rpc-reply>
To re-enable a disabled chassis, issue the <chassis>/<disable> custom action also located in the
urn:brocade.com:mgmt:brocade-chassis namespace.
rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="303">
<nca:action xmlns:nca="http://tail-f.com/ns/netconf/actions/1.0">
<nca:data>
<chassis xmlns="urn:brocade.com:mgmt:brocade-chassis">
<disable/>
</chassis>
</nca:data>
</nca:action>
</rpc>
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="303">
<ok/>
</rpc-reply>
Rebooting a Brocade switch
Network OS NETCONF interface provides the following methods to reboot your system: fastboot,
and ha chassisreboot.
Use the fastboot operation to reboot a compact chassis or just the management module of a
modular chassis. Power-on self-test (POST) is bypassed.
The ha chassisreboot operation performs a “cold reboot” (power off and restart) of the entire
modular chassis. If POST is enabled, POST is executed when the system comes back up.
CAUTION
Do not perform a reload operation between a disable operation and an enable operation on a
chassis. Your ports will be closed.
Seitenansicht 58
1 2 ... 54 55 56 57 58 59 60 61 62 63 64 ... 621 622

Kommentare zu diesen Handbüchern

Keine Kommentare