Brocade Network OS NETCONF Operations Guide v4.1.1 Manual do Utilizador Página 349

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 622
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 348
Network OS NETCONF Operations Guide 317
53-1003231-02
Virtual Fabric configuration with NETCONF overview
23
1. Create classification rules for the primary and isolated or community VLANs at the respective
primary and host ports.
a. Use the <private-vlan-trunk> and <trunk-promiscuous/> nodes to configure interface
tengigabitethernet 11/0/1 as the primary promiscuous trunk port.
<?xml version="1.0" encoding="UTF-8"?>
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="2"
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<running/>
</target>
<config>
<interface-vlan xmlns="urn:brocade.com:mgmt:brocade-interface">
<tengigabitethernet>
<name>11/0/1</name>
<switchport-basic>
<basic/>
</switchport-basic>
<switchport>
<mode>
<private-vlan>
<private-vlan-trunk>
<trunk-promiscuous/>
</private-vlan-trunk>
</private-vlan>
</mode>
</switchport>
</tengigabitethernet>
</interface>
</interface-vlan>
</config>
</edit-config>
</rpc>
<rpc-reply message-id="2" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>
b. Use the <private-vlan-trunk> and <trunk-host/> nodes to configure interface
tengigabitethernet 11/0/2 as the isolated trunk port.
<?xml version="1.0" encoding="UTF-8"?>
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="5"
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<running/>
</target>
<config>
<interface-vlan xmlns="urn:brocade.com:mgmt:brocade-interface">
<tengigabitethernet>
<name>11/0/2</name>
<switchport-basic>
<basic/>
</switchport-basic>
<switchport>
<mode>
<private-vlan>
Vista de página 348
1 2 ... 344 345 346 347 348 349 350 351 352 353 354 ... 621 622

Comentários a estes Manuais

Sem comentários