Brocade Network OS NETCONF Operations Guide v4.1.1 Instrukcja Użytkownika Strona 155

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 622
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 154
Network OS NETCONF Operations Guide 123
53-1003231-02
Zone configuration management
10
<error-tag>Command Failed</error-tag>
<error-severity>error</error-severity>
<error-message xml:lang="en">
Cfg contains empty zone object "zoneB"
</error-message>
</rpc-error>
</rpc-reply>
Disabling a zone configuration
This procedure disables the currently enabled configuration and returns the fabric to nonzoning
mode. All devices can then access one another or not at all, depending on the default zone access
mode setting.
In addition to disabling the specified configuration, this operation also saves any changes made to
the zoning database in volatile memory to nonvolatile memory. This saved configuration will persist
following reboot.
CAUTION
For fabrics with many devices, Brocade recommends setting the default zone access mode to No
Access before disabling a zone configuration to avoid RSCN storms.
To disable the currently enabled configuration, issue an <edit-config> RPC to configure the
<zoning>/<cfg-name> node in the urn:brocade.com:mgmt:brocade-zone namespace and include
the delete operation in the opening tag of the <cfg-name> element.
The following example disables the currently enabled configuration.
?xml version="1.0" encoding="UTF-8"?>
<rpc message-id="621" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<running/>
</target>
<config>
<zoning xmlns="urn:brocade.com:mgmt:brocade-zone">
<enabled-configuration>
<cfg-name xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"
operation="delete">
</cfg-name>
</enabled-configuration>
</zoning>
</config>
</edit-config>
</rpc>
<rpc-reply message-id="621" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>
Deleting a zone configuration
This procedure deletes a zone configuration from the defined configuration and saves the modified
zoning configuration to nonvolatile memory.
Przeglądanie stron 154
1 2 ... 150 151 152 153 154 155 156 157 158 159 160 ... 621 622

Komentarze do niniejszej Instrukcji

Brak uwag