Brocade Network OS NETCONF Operations Guide v4.1.1 Uživatelský manuál Strana 554

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 622
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 553
522 Network OS NETCONF Operations Guide
53-1003231-02
OSPF in a VCS environment
34
c. Create an OSPF area on Router RB2.
d. Configure a virtual Ethernet (VE) interface using the VLAN number created in step a.
e. Configure an IP address for the VE.
f. Assign the interface to the area created in step c.
g. Enable the VE interface.
<?xml version="1.0" encoding="UTF-8"?>
<rpc message-id="2601" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<running/>
</target>
<config>
<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
<interface-vlan>
<interface>
<vlan>
<name>1001</name>
</vlan>
</interface>
</interface-vlan>
</interface>
<rbridge-id xmlns xmlns="urn:brocade.com:mgmt:brocade-rbridge">
<rbridge-id>2</rbridge-id>
<router>
<ospf/>
<area>0.0.0.0</area>
</router>
<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
<ve>
<name>1001</name>
<ip xmlns="urn:brocade.com:mgmt:brocade-ip-config">
<ip-config>
<address>
<address>101.1.1.2/24</address>
</address>
</ip-config>
<interface-vlan-ospf-conf
xmlns="urn:brocade.com:mgmt:brocade-ospf">
<ospf1>
<area>0.0.0.0</area>
</ospf1>
</interface-vlan-ospf-conf>
</ip>
<shutdown
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"
operation="delete"/>
</ve>
</interface>
</rbridge-id>
</config>
</edit-config>
</rpc>
<rpc-reply message-id="2601" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>
Zobrazit stránku 553
1 2 ... 549 550 551 552 553 554 555 556 557 558 559 ... 621 622

Komentáře k této Příručce

Žádné komentáře