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

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 622
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 131
100 Network OS NETCONF Operations Guide
53-1003231-02
Configuring vLAGs for distributed Ethernet Fabrics
9
7. Repeat for all interfaces that must be part of the port-channel.
The following example configures physical interface 11/0/2 to port channel 4.
<?xml version="1.0" encoding="UTF-8"?>
<rpc message-id="1907" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<running/>
</target>
<config>
<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
<tengigabitethernet>
<name>11/0/2</name>
<shutdown xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"
operation="delete"/>
<switchport>
<basic/>
<channel-group>
<port-int>4</port-int>
<mode>active</mode>
<type>standard</type>
</channel-group>
</switchport>
</tengigabitethernet>
</interface>
</config>
</edit-config>
</rpc>
<rpc-reply message-id="1907" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>
Retrieving Metro VCS configuration
Use the <get-config> RPC to retrieve the current configuration data and operational state data.
Refer to “Retrieving configuration data” on page 11 and “Retrieving operational data” on page 15
for detailed instructions.
Seitenansicht 131
1 2 ... 127 128 129 130 131 132 133 134 135 136 137 ... 621 622

Kommentare zu diesen Handbüchern

Keine Kommentare